1. f6b8b58 Added two new classes for command options: by Greg Clayton · 14 years ago
  2. 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
  3. f16066e Really fix the test suite crasher this time. by Johnny Chen · 14 years ago
  4. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  5. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
  6. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
  7. 64195a2 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 14 years ago
  8. e16c50a Factor all the code that does "Execute a list of lldb command interpreter commands" into a single function in the Interpreter, and then use that in all the places that used to do this by hand. by Jim Ingham · 14 years ago
  9. f4ecaa5 Clean up a bit of the type getting code where lldb_private:Type now has by Greg Clayton · 14 years ago
  10. 514487e Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 14 years ago
  11. 53239f0 Moved FileSpec into the Host layer since it will vary from host to host. by Greg Clayton · 14 years ago
  12. 7012049 Fixed a crasher that could happen when trying to look at N_GSYM entries by Greg Clayton · 14 years ago
  13. 6083026 Applied a fix to qualify "UUID" with the lldb_private namespace to fix by Greg Clayton · 14 years ago
  14. 513c26c Finished up the async attach support. This allows us to request to attach by Greg Clayton · 14 years ago
  15. 931180e Changed the SymbolFile::FindFunction() function calls to only return by Greg Clayton · 14 years ago
  16. 10177aa Added the ability to dump sections to a certain depth (for when sections by Greg Clayton · 14 years ago
  17. 2a9177c These two casts are up casts, no need to use dynamic_cast. by Johnny Chen · 15 years ago
  18. 274060b Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 15 years ago
  19. 8087ca2 Added mutex protection to the Symtab class. by Greg Clayton · 15 years ago
  20. 8941142 Hooked up ability to look up data symbols so they show up in disassembly by Greg Clayton · 15 years ago
  21. 405fe67 Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  22. deaab22 by Caroline Tice · 15 years ago
  23. 1be10fc Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 15 years ago
  24. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  25. f5e56de Moved the section load list up into the target so we can use the target by Greg Clayton · 15 years ago
  26. bcf2cfb Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic. by Greg Clayton · 15 years ago
  27. 101c7c2 Make all debugger-level user settable variables into instance variables. by Caroline Tice · 15 years ago
  28. e3d2631 Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
  29. 3f4c09c by Caroline Tice · 15 years ago
  30. 6dadd50 Added a new bool parameter to many of the DumpStopContext() methods that by Greg Clayton · 15 years ago
  31. 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
  32. 1b72fcb Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 15 years ago
  33. b0b9fe6 Added support for objective C built-in types: id, Class, and SEL. This by Greg Clayton · 15 years ago
  34. b132097 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 15 years ago
  35. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  36. dda4f7b Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 15 years ago
  37. 558ce12 Add a source file completer to the CommandCompleters. by Jim Ingham · 15 years ago
  38. 8d38ac4 Fixed debug map in executable + DWARF in .o debugging on Mac OS X. by Greg Clayton · 15 years ago
  39. 0c5cd90 Added function name types to allow us to set breakpoints by name more 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. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago