summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBDebugger.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-4/+4
* Added a "--no-lldbinit" option (-n for short (which magically matchesGreg Clayton2010-10-111-5/+13
* Create more useful instance names for target, process and thread instances.Caroline Tice2010-09-271-1/+1
* Remove all the __repr__ methods from the API/*.h files, and put themCaroline Tice2010-09-221-9/+0
* Add UserSettings to Target class, making Target settingsCaroline Tice2010-09-201-9/+20
* Add GetDescription() and __repr__ () methods to most API classes, to allowCaroline Tice2010-09-201-0/+24
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-0/+49
* Make API calls for setting/getting user settable variables static.Caroline Tice2010-09-091-15/+11
* Make all debugger-level user settable variables into instance variables.Caroline Tice2010-09-091-3/+18
* eliminate some clang warnings.Chris Lattner2010-09-081-1/+1
* This is a very large commit that completely re-does the way lldbCaroline Tice2010-09-041-4/+30
* Added a way to open the current source file & line in an external editor, and...Jim Ingham2010-08-301-0/+20
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-10/+10
* Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they ca...Greg Clayton2010-07-301-0/+6
* Add a unique ID to each debugger instance.Caroline Tice2010-06-301-1/+9
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-193/+175
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* Fix a bunch more include lines.Eli Friedman2010-06-091-12/+12
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+569
OpenPOWER on IntegriCloud