summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBSymbol.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added some functions to our API related to classifying symbols as code, data,Greg Clayton2011-03-311-0/+8
* 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/+44
* The LLDB API (lldb::SB*) is now thread safe!Greg Clayton2010-12-201-0/+4
* Fixed SBFrame to properly check to make sure it has a valid m_opaque_sp objectGreg Clayton2010-12-141-0/+6
* Added symbol table access through the module for now. We might need to exposeGreg Clayton2010-12-071-1/+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/+13
* Improved API logging.Greg Clayton2010-10-301-27/+12
* Clean up the API logging code:Caroline Tice2010-10-261-11/+15
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-0/+27
* Added the ability to get the disassembly instructions from the function andGreg Clayton2010-10-061-1/+32
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-10/+3
* 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