summaryrefslogtreecommitdiffstats
path: root/lldb/source/API/SBTarget.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Change how we call Target::CreateBreakpoint to account for the new "name type...Jim Ingham2010-09-301-2/+2
* 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/+23
* Moved the section load list up into the target so we can use the targetGreg Clayton2010-09-141-2/+3
* Added the ability to disable ASLR (Address Space Layout Randomization). ASLRGreg Clayton2010-08-311-1/+2
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-11/+0
* Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they ca...Greg Clayton2010-07-301-0/+7
* Added needed breakpoint functionality to the public API that includes:Greg Clayton2010-07-231-19/+15
* Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton2010-07-091-1/+1
* Centralized all disassembly into static functions in source/Core/Disassembler...Greg Clayton2010-06-301-137/+79
* A little code cleanup to not create an script bridging object just to feedGreg Clayton2010-06-291-5/+2
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-59/+75
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-1/+1
* And some more include line fixes.Eli Friedman2010-06-091-5/+5
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+553
OpenPOWER on IntegriCloud