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