1. 0668d1e Don't set the default architecture to x86_64. Leave it NULL so that it isn't set to anything and so that any single architecture binary will adopt that architecture instead of posting an error stating the binary doesn't contain "x86_64". by Greg Clayton · 15 years ago
  2. dd36def Added a new Host call to find LLDB related paths: by Greg Clayton · 15 years ago
  3. 36f3b36 Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing. by Jim Ingham · 15 years ago
  4. 8941142 Hooked up ability to look up data symbols so they show up in disassembly by Greg Clayton · 15 years ago
  5. 0603aa9 There are now to new "settings set" variables that live in each debugger by Greg Clayton · 15 years ago
  6. 1559a46 by Caroline Tice · 15 years ago
  7. d7aa114 Fixed a build warning where no return values was being returned. by Greg Clayton · 15 years ago
  8. 12cecd7 Make GetInstanceSettingsValue methods take an Error * rather than an Error &, by Caroline Tice · 15 years ago
  9. daccaa9 Add UserSettings to Target class, making Target settings by Caroline Tice · 15 years ago
  10. 17f6920 Clear the section list when a our current process is destroyed. by Greg Clayton · 15 years ago
  11. f5e56de Moved the section load list up into the target so we can use the target by Greg Clayton · 15 years ago
  12. 1b72fcb Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 15 years ago
  13. 5aee162 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 15 years ago
  14. 9fed0d8 Added needed breakpoint functionality to the public API that includes: by Greg Clayton · 15 years ago
  15. 35f3dd2 Removed a commented out function and did a little reformatting. by Greg Clayton · 15 years ago
  16. dda4f7b Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 15 years ago
  17. 0c5cd90 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 15 years ago
  18. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  19. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago