summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add TestSymbolAPI.py to test the newly added SBSymbol and SBAddress APIs:Johnny Chen2011-04-011-0/+25
* Added symbol table access through the module for now. We might need to exposeGreg Clayton2010-12-071-0/+33
* 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
* Fixed an include so case sensitive builders can build.Greg Clayton2010-10-311-1/+1
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-4/+2
* Improved API logging.Greg Clayton2010-10-301-20/+12
* Clean up the API logging code:Caroline Tice2010-10-261-14/+10
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-1/+42
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-9/+1
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-0/+22
* Added some missing API for address resolving within a module, and lookingGreg Clayton2010-09-101-0/+22
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-17/+17
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+107
OpenPOWER on IntegriCloud