1. 2d4edfb Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 15 years ago
  2. cfd1ace Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 15 years ago
  3. 4838131 Improved API logging. by Greg Clayton · 15 years ago
  4. 93aa84e Modified the lldb_private::TypeList to use a std::multimap for quicker lookup by Greg Clayton · 15 years ago
  5. 322f529 Added a user-settable variable, 'target.expr-prefix', by Sean Callanan · 15 years ago
  6. 307de25 After a recent fix to not set the default architecture to "x86_64", the string value for the default arch was coming out as a value that shouldn't be user visible. Now we don't show any value when it isn't set. by Greg Clayton · 15 years ago
  7. ceb6b13 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 15 years ago
  8. 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
  9. dd36def Added a new Host call to find LLDB related paths: by Greg Clayton · 15 years ago
  10. 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
  11. 8941142 Hooked up ability to look up data symbols so they show up in disassembly by Greg Clayton · 15 years ago
  12. 0603aa9 There are now to new "settings set" variables that live in each debugger by Greg Clayton · 15 years ago
  13. 1559a46 by Caroline Tice · 15 years ago
  14. d7aa114 Fixed a build warning where no return values was being returned. by Greg Clayton · 15 years ago
  15. 12cecd7 Make GetInstanceSettingsValue methods take an Error * rather than an Error &, by Caroline Tice · 15 years ago
  16. daccaa9 Add UserSettings to Target class, making Target settings by Caroline Tice · 15 years ago
  17. 17f6920 Clear the section list when a our current process is destroyed. by Greg Clayton · 15 years ago
  18. f5e56de Moved the section load list up into the target so we can use the target by Greg Clayton · 15 years ago
  19. 1b72fcb Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 15 years ago
  20. 5aee162 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 15 years ago
  21. 9fed0d8 Added needed breakpoint functionality to the public API that includes: by Greg Clayton · 15 years ago
  22. 35f3dd2 Removed a commented out function and did a little reformatting. by Greg Clayton · 15 years ago
  23. dda4f7b Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 15 years ago
  24. 0c5cd90 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 15 years ago
  25. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  26. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago