aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API/SBFunction.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-242/+175
2016-05-19second pass over removal of Mutex and ConditionSaleem Abdulrasool1-2/+2
2015-11-10Fixed TypeMemberFunctionImpl to not use clang types directly but use the new ...Greg Clayton1-0/+19
2015-07-29First part of an attempt to indicate to the user when they are Jason Molenda1-1/+10
2015-07-08Make many mangled functions that might demangle a name be allowed to specify ...Greg Clayton1-2/+2
2015-07-06Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbolEnrico Granata1-0/+20
2014-11-17Add APIs on SBFunction and SBCompileUnit to inquire about the language type t...Enrico Granata1-0/+10
2014-04-04sweep up -Wformat warnings from gccSaleem Abdulrasool1-4/+8
2013-09-12Disassembler::DisassembleRange() currently calls Target::ReadMemoryJason Molenda1-1/+3
2013-03-27<rdar://problem/13521159>Greg Clayton1-2/+2
2013-03-02Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...Jim Ingham1-0/+7
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-1/+1
2012-05-04Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. Jim Ingham1-1/+1
2012-04-11No functionality changes, mostly cleanup.Greg Clayton1-1/+1
2012-02-24<rdar://problem/10103468>Greg Clayton1-1/+1
2012-02-06Removed all of the "#ifndef SWIG" from the SB header files since we are usingGreg Clayton1-0/+23
2012-01-30SBFrame is now threadsafe using some extra tricks. One issue is that stackGreg Clayton1-4/+5
2012-01-29Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton1-3/+3
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton1-3/+3
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton1-1/+1
2011-03-25Cleaned up the Disassembler code a bit more. You can now request a disassemblerGreg Clayton1-0/+1
2011-03-02Export the ability to get the start and end addresses for functionsGreg Clayton1-0/+35
2010-12-20The LLDB API (lldb::SB*) is now thread safe!Greg Clayton1-0/+2
2010-12-14Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp objectGreg Clayton1-0/+6
2010-11-06Modified all logging calls to hand out shared pointers to make sure weGreg Clayton1-2/+2
2010-11-05Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton1-0/+12
2010-10-31Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton1-25/+21
2010-10-26Clean up the API logging code:Caroline Tice1-11/+14
2010-10-26First pass at adding logging capabilities for the API functions. At the momentCaroline Tice1-0/+26
2010-10-07Cleaned up the SWIG stuff so all includes happen as they should, no pullingGreg Clayton1-7/+11
2010-10-06Added the ability to get the disassembly instructions from the function andGreg Clayton1-1/+31
2010-09-22Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice1-9/+1
2010-09-20Fix indentations.Caroline Tice1-1/+1
2010-09-20Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice1-0/+23
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-10/+10
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+64