aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API
AgeCommit message (Expand)AuthorFilesLines
2010-09-18Fixed the way set/show variables were being accessed to being natively Greg Clayton1-0/+49
2010-09-17Fixed build error of LLDBWrapPython.cpp by removing the "protected" access mo...Johnny Chen1-1/+1
2010-09-17We now have SBStream that mirrors the generic stream classes we Greg Clayton1-0/+178
2010-09-15Remove unnecessary/inappropriate output-printing functions fromCaroline Tice6-276/+3
2010-09-14Moved the section load list up into the target so we can use the targetGreg Clayton4-9/+10
2010-09-10Move the "Object Description" into the ValueObject, and the add an API toJim Ingham1-0/+9
2010-09-10Added some missing API for address resolving within a module, and lookingGreg Clayton4-1/+151
2010-09-10If the file the user specifies can't be found in the current directory,Caroline Tice1-0/+7
2010-09-09Make API calls for setting/getting user settable variables static.Caroline Tice1-15/+11
2010-09-09Make all debugger-level user settable variables into instance variables.Caroline Tice1-3/+18
2010-09-08eliminate some clang warnings.Chris Lattner1-1/+1
2010-09-07Added more API to lldb::SBBlock to allow getting the blockGreg Clayton2-0/+94
2010-09-04This is a very large commit that completely re-does the way lldbCaroline Tice2-22/+48
2010-09-02Added a new bool parameter to many of the DumpStopContext() methods that Greg Clayton1-1/+1
2010-09-02StackFrame objects now own ValueObjects for any frame variables (locals, args,Greg Clayton2-32/+6
2010-08-31Added the ability to disable ASLR (Address Space Layout Randomization). ASLRGreg Clayton1-1/+2
2010-08-30Added a way to open the current source file & line in an external editor, and...Jim Ingham1-0/+20
2010-08-27o Exposed SBFileSpec to the Python APIs in lldb.py.Johnny Chen1-2/+2
2010-08-26Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham6-81/+34
2010-08-24Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton1-3/+2
2010-08-24Added support for inlined stack frames being represented as real stack framesGreg Clayton3-3/+4
2010-08-05Added functionality to our API for SBType. This will allow users to eventuall...Greg Clayton1-0/+212
2010-08-04Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class.Greg Clayton1-8/+9
2010-07-30Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they ca...Greg Clayton3-0/+20
2010-07-23Added needed breakpoint functionality to the public API that includes:Greg Clayton2-19/+52
2010-07-14I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton1-1/+0
2010-07-09Misc warning fixes.Eli Friedman1-1/+1
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton6-9/+29
2010-06-30Centralized all disassembly into static functions in source/Core/Disassembler...Greg Clayton1-137/+79
2010-06-30Add a unique ID to each debugger instance.Caroline Tice1-1/+9
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 Clayton30-1304/+1199
2010-06-22Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the ...Jim Ingham1-4/+4
2010-06-19Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...Jim Ingham1-1/+0
2010-06-18Adding setting thread specific breakpoints by name, ID, index & queue name to...Jim Ingham2-1/+131
2010-06-16Add a "thread specification" class that specifies thread specific breakpoints...Jim Ingham1-1/+2
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham4-4/+4
2010-06-12I have eliminated RTTI from LLDB!Greg Clayton1-18/+9
2010-06-09Per surrounding style, use stdarg.h instead of cstdio, etc.Eli Friedman1-1/+1
2010-06-09And some more include line fixes.Eli Friedman9-36/+37
2010-06-09Fix a bunch more include lines.Eli Friedman5-27/+27
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner33-0/+6640