aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/API/SBDebugger.cpp
AgeCommit message (Expand)AuthorFilesLines
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-04This is a very large commit that completely re-does the way lldbCaroline Tice1-4/+30
2010-08-30Added a way to open the current source file & line in an external editor, and...Jim Ingham1-0/+20
2010-08-26Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham1-10/+10
2010-07-30Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they ca...Greg Clayton1-0/+6
2010-06-30Add a unique ID to each debugger instance.Caroline Tice1-1/+9
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton1-193/+175
2010-06-15Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham1-1/+1
2010-06-09Fix a bunch more include lines.Eli Friedman1-12/+12
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner1-0/+569