1. 69aa5d9 Added more API to lldb::SBBlock to allow getting the block by Greg Clayton · 14 years ago
  2. 6e4c5ce by Caroline Tice · 14 years ago
  3. 72b7158 Added a new bool parameter to many of the DumpStopContext() methods that by Greg Clayton · 14 years ago
  4. 17dae08 StackFrame objects now own ValueObjects for any frame variables (locals, args, by Greg Clayton · 14 years ago
  5. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  6. 74989e8 Added a way to open the current source file & line in an external editor, and you can turn this on with: by Jim Ingham · 14 years ago
  7. 4ead2e9 o Exposed SBFileSpec to the Python APIs in lldb.py. by Johnny Chen · 14 years ago
  8. c833295 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 14 years ago
  9. b04e7a8 Got a lot of the kinks worked out in the inline support after debugging more by Greg Clayton · 14 years ago
  10. 33ed170 Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 14 years ago
  11. ef28e2a Added functionality to our API for SBType. This will allow users to eventually find and peruse static type information from modules. by Greg Clayton · 14 years ago
  12. 643ee73 Abtracted the old "lldb_private::Thread::StopInfo" into an abtract class. by Greg Clayton · 14 years ago
  13. 43490d1 Added "void Clear();" methods to SBDebugger, SBTarget and SBThread so they can release their shared pointers. by Greg Clayton · 14 years ago
  14. c7f5d5c Added needed breakpoint functionality to the public API that includes: by Greg Clayton · 14 years ago
  15. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
  16. 0a164a1 Misc warning fixes. by Eli Friedman · 14 years ago
  17. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  18. 7043635 Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 14 years ago
  19. 558be58 Add a unique ID to each debugger instance. by Caroline Tice · 14 years ago
  20. 034a7c3 A little code cleanup to not create an script bridging object just to feed by Greg Clayton · 14 years ago
  21. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  22. 9c6898b Make an explicit GetThreadSpecNoCreate accessor so you don't have to get the const-ness right to ensure you are not making a copy of the owning breakpoint's ThreadSpec in a breakpoint location. Also change the name from NoCopy to NoCreate since that's clearer. by Jim Ingham · 14 years ago
  23. 5a47e8b Two changes in this checkin. Added a ThreadPlanKind so that I can do some reasoning based on the kind of thread plan by Jim Ingham · 14 years ago
  24. 8e5e38f Adding setting thread specific breakpoints by name, ID, index & queue name to the SB interfaces. by Jim Ingham · 14 years ago
  25. 3c7b5b9 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 14 years ago
  26. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  27. 8f5fd6b I have eliminated RTTI from LLDB! by Greg Clayton · 14 years ago
  28. 1501a96 Per surrounding style, use stdarg.h instead of cstdio, etc. by Eli Friedman · 14 years ago
  29. 7a62c8b And some more include line fixes. by Eli Friedman · 14 years ago
  30. d6ec8aa Fix a bunch more include lines. by Eli Friedman · 14 years ago
  31. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago