summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBAddress.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added some functions to our API related to classifying symbols as code, data,Greg Clayton2011-03-311-0/+29
* The LLDB API (lldb::SB*) is now thread safe!Greg Clayton2010-12-201-7/+12
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-1/+1
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-35/+7
* Clean up the API logging code:Caroline Tice2010-10-261-16/+17
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-1/+43
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-9/+1
* Fix indentations.Caroline Tice2010-09-201-2/+2
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-0/+22
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-2/+2
* Added some missing API for address resolving within a module, and lookingGreg Clayton2010-09-101-0/+20
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-21/+21
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+118
OpenPOWER on IntegriCloud