summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBFunction.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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