Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lldb
/
source
/
API
/
SBFunction.cpp
6f9e690
Move Log from Core -> Utility.
by Zachary Turner
· 9 years ago
b9c1b51
*** This commit represents a complete reformatting of the LLDB source code
by Kate Stone
· 9 years ago
bb19a13
second pass over removal of Mutex and Condition
by Saleem Abdulrasool
· 9 years ago
fe68904
Fixed TypeMemberFunctionImpl to not use clang types directly but use the new CompilerDecl class to do the job in an abstract way.
by Greg Clayton
· 10 years ago
6ab659a
First part of an attempt to indicate to the user when they are
by Jason Molenda
· 10 years ago
ddaf6a7
Make many mangled functions that might demangle a name be allowed to specify a language to use in order to soon support Pascal and Java demangling. Dawn Perchik will take care of making this so.
by Greg Clayton
· 10 years ago
c1f705c
Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbol
by Enrico Granata
· 10 years ago
6cd8e0c
Add APIs on SBFunction and SBCompileUnit to inquire about the language type that the function/compile unit is defined in
by Enrico Granata
· 11 years ago
324a103
sweep up -Wformat warnings from gcc
by Saleem Abdulrasool
· 11 years ago
6b3e6d5
Disassembler::DisassembleRange() currently calls Target::ReadMemory
by Jason Molenda
· 12 years ago
5160ce5
<rdar://problem/13521159>
by Greg Clayton
· 13 years ago
0f063ba
Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's.
by Jim Ingham
· 13 years ago
d01b295
Resolve printf formatting warnings on Linux:
by Daniel Malea
· 13 years ago
10ebffa
Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes.
by Jim Ingham
· 13 years ago
37a0a24
No functionality changes, mostly cleanup.
by Greg Clayton
· 13 years ago
e72dfb3
<rdar://problem/10103468>
by Greg Clayton
· 14 years ago
5569e64
Removed all of the "#ifndef SWIG" from the SB header files since we are using
by Greg Clayton
· 14 years ago
b9556ac
SBFrame is now threadsafe using some extra tricks. One issue is that stack
by Greg Clayton
· 14 years ago
e1cd1be
Switching back to using std::tr1::shared_ptr. We originally switched away
by Greg Clayton
· 14 years ago
81c22f6
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
by Greg Clayton
· 14 years ago
c14ee32
Converted the lldb_private::Process over to use the intrusive shared pointers.
by Greg Clayton
· 14 years ago
1080edbc
Cleaned up the Disassembler code a bit more. You can now request a disassembler
by Greg Clayton
· 15 years ago
93d00df
Export the ability to get the start and end addresses for functions
by Greg Clayton
· 15 years ago
af67cec
The LLDB API (lldb::SB*) is now thread safe!
by Greg Clayton
· 15 years ago
72eff18
Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp object
by Greg Clayton
· 15 years ago
2d4edfb
Modified all logging calls to hand out shared pointers to make sure we
by Greg Clayton
· 15 years ago
efabb12
Added copy constructors and assignment operators to all lldb::SB* classes
by Greg Clayton
· 15 years ago
cfd1ace
Cleaned up the API logging a lot more to reduce redundant information and
by Greg Clayton
· 15 years ago
750cd17
Clean up the API logging code:
by Caroline Tice
· 15 years ago
ceb6b13
First pass at adding logging capabilities for the API functions. At the moment
by Caroline Tice
· 15 years ago
05faeb7
Cleaned up the SWIG stuff so all includes happen as they should, no pulling
by Greg Clayton
· 15 years ago
1d27316
Added the ability to get the disassembly instructions from the function and
by Greg Clayton
· 15 years ago
dac97f3
Remove all the __repr__ methods from the API/*.h files, and put them
by Caroline Tice
· 15 years ago
201a885
Fix indentations.
by Caroline Tice
· 15 years ago
dde9cff
by Caroline Tice
· 15 years ago
6611103
Very large changes that were needed in order to allow multiple connections
by Greg Clayton
· 15 years ago
30fdc8d
Initial checkin of lldb code from internal Apple repo.
by Chris Lattner
· 15 years ago