aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API/SBTarget.cpp
AgeCommit message (Expand)AuthorFilesLines
2010-09-14Moved the section load list up into the target so we can use the targetGreg Clayton1-2/+3
2010-08-31Added the ability to disable ASLR (Address Space Layout Randomization). ASLRGreg Clayton1-1/+2
2010-08-26Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham1-11/+0
2010-07-30Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they ca...Greg Clayton1-0/+7
2010-07-23Added needed breakpoint functionality to the public API that includes:Greg Clayton1-19/+15
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton1-1/+1
2010-06-30Centralized all disassembly into static functions in source/Core/Disassembler...Greg Clayton1-137/+79
2010-06-29A little code cleanup to not create an script bridging object just to feedGreg Clayton1-5/+2
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-59/+75
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham1-1/+1
2010-06-09And some more include line fixes.Eli Friedman1-5/+5
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+553