1. 638351a Added the ability for a process to inherit the current host environment. This by Greg Clayton · 14 years ago
  2. c0c1b0c Fixed an issue where the UserSettingsControllers were being created out of by Greg Clayton · 14 years ago
  3. 990de7b Cleaned up code that wasn't using the Initialize and Terminate paradigm by by Greg Clayton · 14 years ago
  4. e005f2c Modified all logging calls to hand out shared pointers to make sure we by Greg Clayton · 14 years ago
  5. 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
  6. a66ba46 Improved API logging. by Greg Clayton · 14 years ago
  7. 3f5ee7f Modified the lldb_private::TypeList to use a std::multimap for quicker lookup by Greg Clayton · 14 years ago
  8. 77e9394 Added a user-settable variable, 'target.expr-prefix', by Sean Callanan · 14 years ago
  9. bf6e210 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 · 14 years ago
  10. 7826c88 First pass at adding logging capabilities for the API functions. At the moment by Caroline Tice · 14 years ago
  11. fe97289 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 · 14 years ago
  12. 24b48ff Added a new Host call to find LLDB related paths: by Greg Clayton · 14 years ago
  13. 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
  14. 3fed8b9 Hooked up ability to look up data symbols so they show up in disassembly by Greg Clayton · 14 years ago
  15. a830adb There are now to new "settings set" variables that live in each debugger by Greg Clayton · 14 years ago
  16. 1ebef44 by Caroline Tice · 14 years ago
  17. d0b3e2b Fixed a build warning where no return values was being returned. by Greg Clayton · 14 years ago
  18. bcb5b45 Make GetInstanceSettingsValue methods take an Error * rather than an Error &, by Caroline Tice · 14 years ago
  19. 5bc8c97 Add UserSettings to Target class, making Target settings by Caroline Tice · 14 years ago
  20. 49480b1 Clear the section list when a our current process is destroyed. by Greg Clayton · 14 years ago
  21. eea2640 Moved the section load list up into the target so we can use the target by Greg Clayton · 14 years ago
  22. 33ed170 Added support for inlined stack frames being represented as real stack frames by Greg Clayton · 14 years ago
  23. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  24. c7f5d5c Added needed breakpoint functionality to the public API that includes: by Greg Clayton · 14 years ago
  25. 2cf6e9e Removed a commented out function and did a little reformatting. by Greg Clayton · 14 years ago
  26. 7043635 Centralized all disassembly into static functions in source/Core/Disassembler.cpp. by Greg Clayton · 14 years ago
  27. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  28. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  29. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago