summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBEvent.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed a crasher when trying to get event data flavors on events that don'tGreg Clayton2010-12-051-1/+5
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-3/+3
* Added copy constructors and assignment operators to all lldb::SB* classesGreg Clayton2010-11-051-11/+29
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-23/+14
* Improved API logging.Greg Clayton2010-10-301-2/+2
* Modified the lldb_private::TypeList to use a std::multimap for quicker lookupGreg Clayton2010-10-291-15/+15
* Clean up the API logging code:Caroline Tice2010-10-261-15/+11
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-4/+60
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-9/+1
* Fix indentations.Caroline Tice2010-09-201-3/+3
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-0/+22
* Remove unnecessary/inappropriate output-printing functions fromCaroline Tice2010-09-151-11/+0
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-39/+26
* And some more include line fixes.Eli Friedman2010-06-091-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+176
OpenPOWER on IntegriCloud