1. d168690 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 · 14 years ago
  2. 3fed8b9 Hooked up ability to look up data symbols so they show up in disassembly by Greg Clayton · 14 years ago
  3. a830adb There are now to new "settings set" variables that live in each debugger by Greg Clayton · 14 years ago
  4. 1ebef44 by Caroline Tice · 14 years ago
  5. d0b3e2b Fixed a build warning where no return values was being returned. by Greg Clayton · 14 years ago
  6. bcb5b45 Make GetInstanceSettingsValue methods take an Error * rather than an Error &, by Caroline Tice · 14 years ago
  7. 5bc8c97 Add UserSettings to Target class, making Target settings by Caroline Tice · 14 years ago
  8. 49480b1 Clear the section list when a our current process is destroyed. by Greg Clayton · 14 years ago
  9. eea2640 Moved the section load list up into the target so we can use the target 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. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  12. c7f5d5c Added needed breakpoint functionality to the public API that includes: by Greg Clayton · 14 years ago
  13. 2cf6e9e Removed a commented out function and did a little reformatting. by Greg Clayton · 14 years ago
  14. 7043635 Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 14 years ago
  15. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  16. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  17. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago