1. 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago
  2. da26bd2 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 12 years ago
  3. 9d0f508 rdar://problem/11598332 by Johnny Chen · 12 years ago
  4. 35f5dc7 rdar://problem/11541676 by Johnny Chen · 12 years ago
  5. cf5927e <rdar://problem/11386214> <rdar://problem/11455913> by Greg Clayton · 12 years ago
  6. f4124de Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr by Greg Clayton · 13 years ago
  7. 24a6bd9 Added support for the new ".apple_objc" accelerator tables. These tables are by Greg Clayton · 13 years ago
  8. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  9. 5325ce9 Patch from Dragos to fix Linux build! by Johnny Chen · 13 years ago
  10. a42880a Updated all commands that use a "--format" / "-f" options to use the new by Greg Clayton · 13 years ago
  11. 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 13 years ago
  12. 9553673 Emit an error message if we're unable to write a value to a register. by Jason Molenda · 13 years ago
  13. 997b1e8 Added generic register numbers for simple ABI argument registers and defined by Greg Clayton · 13 years ago
  14. 061b79d While implementing unwind information using UnwindAssemblyInstEmulation I ran by Greg Clayton · 13 years ago
  15. 5579485 Always try and lookup the address in a register if it is encoded as an by Greg Clayton · 13 years ago
  16. 56bbdaf Added the ability to specify dumping options (show types, show location, by Greg Clayton · 13 years ago
  17. ff44ab4 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 13 years ago
  18. 17cd995 Did some work on the "register read" command to only show the first register by Greg Clayton · 13 years ago
  19. 143fcc3 Added two new classes for command options: by Greg Clayton · 13 years ago
  20. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  21. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  22. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
  23. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 14 years ago
  24. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 14 years ago
  25. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  26. 3a4ea24 The first part of an lldb native stack unwinder. by Jason Molenda · 14 years ago
  27. 31fbb64 More help text fixes. by Caroline Tice · 14 years ago
  28. c1ad82e by Caroline Tice · 14 years ago
  29. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  30. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  31. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago