1. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  2. a78bd7f Don't #include FormatManager.h from Debugger.h by Zachary Turner · 11 years ago
  3. 32abc6e Reduce header footprint of Target.h by Zachary Turner · 11 years ago
  4. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  5. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  6. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  7. 0a70a84 Fix Windows warnings. by Todd Fiala · 11 years ago
  8. 99fbc07 Fix Windows build using portable types for formatting the log outputs by Deepak Panickal · 12 years ago
  9. b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
  10. f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
  11. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  12. 57ee306 Huge change to clean up types. by Greg Clayton · 12 years ago
  13. a297a97 Sort out a number of mismatched integer types in order to cut down the number of compiler warnings. by Andy Gibbs · 12 years ago
  14. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  15. f9fc609 Expanded the flags that can be set for a command object in lldb_private::CommandObject. This list of available flags are: by Greg Clayton · 13 years ago
  16. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  17. 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
  18. bc6e85c Change the NULL to a 0 since we need a uint32_t by Filipe Cabecinhas · 13 years ago
  19. 1f74607 <rdar://problem/11757916> by Greg Clayton · 13 years ago
  20. 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
  21. e72dfb3 <rdar://problem/10103468> by Greg Clayton · 14 years ago
  22. e1cd1be Switching back to using std::tr1::shared_ptr. We originally switched away by Greg Clayton · 14 years ago
  23. 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
  24. c14ee32 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 14 years ago
  25. 31f1d2f Moved all code from ArchDefaultUnwindPlan and ArchVolatileRegs into their by Greg Clayton · 14 years ago
  26. f6b8b58 Added two new classes for command options: by Greg Clayton · 14 years ago
  27. 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
  28. f16066e Really fix the test suite crasher this time. by Johnny Chen · 14 years ago
  29. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  30. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
  31. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  32. 6beaaa6 A few of the issue I have been trying to track down and fix have been due to by Greg Clayton · 15 years ago
  33. 526e5af Modified the lldb_private::Type clang type resolving code to handle three by Greg Clayton · 15 years ago
  34. 864174e Added a new test case to test signals with. by Greg Clayton · 15 years ago
  35. deaab22 by Caroline Tice · 15 years ago
  36. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  37. 2976d00 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 · 15 years ago
  38. 9da7bd0 Got a lot of the kinks worked out in the inline support after debugging more by Greg Clayton · 15 years ago
  39. b0b9fe6 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 15 years ago
  40. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  41. 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  42. 8651121 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 15 years ago
  43. 59817b1 More minor build fixes. by Eli Friedman · 15 years ago
  44. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago