1. d891f9b Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 12 years ago
  2. 87e9d32 Added the infrastructure necessary for plug-ins to be able to add their own settings instead of having settings added to existing ones. In particular "target.disable-kext-loading" was added to "target" where it should actually be specific to the the dynamic loader plugin. Now the plug-in manager has the ability to create settings at the root level starting with "plugin". Each plug-in type can add new sub dictionaries, and then each plug-in can register a setting dictionary under its own short name. For example the DynamicLoaderDarwinKernel plug-in now registers a setting dictionary at: by Greg Clayton · 12 years ago
  3. c6e82e4 Remove further outdated "settings" code and also implement a few missing things. by Greg Clayton · 12 years ago
  4. 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago
  5. 4a379b1 Ran the static analyzer on the codebase and found a few things. by Greg Clayton · 12 years ago
  6. 334d33a SBFrame is now threadsafe using some extra tricks. One issue is that stack by Greg Clayton · 12 years ago
  7. d13a4df Add an InstanceSettings::NotifyOwnerIsShuttingDown() method so that the owner can notify InstanceSettings instances by Johnny Chen · 12 years ago
  8. fbcad68 o CommandObjectSettingsSet.cpp: by Johnny Chen · 13 years ago
  9. b6ca2e1 Work in progress for: by Johnny Chen · 13 years ago
  10. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  11. 61aca5d Re-organized the contents of RangeMap.h to be more concise and also allow for a Range, RangeArray, RangeData (range + data), or a RangeDataArray. We have many range implementations in LLDB and I will be converting over to using the classes in RangeMap.h so we can have one set of code that does ranges and searching of ranges. by Greg Clayton · 13 years ago
  12. 7e5fa7f Update declarations for all functions/methods that accept printf-style by Jason Molenda · 13 years ago
  13. 95b7b43 Change Error::SetErrorStringWithFormat() prototype to use an by Jason Molenda · 13 years ago
  14. af3f1fb Make sure if an enumeration "settings" value has a valid default setting in by Greg Clayton · 13 years ago
  15. ff44ab4 Fixed the SymbolContext::DumpStopContext() to correctly indent and dump by Greg Clayton · 13 years ago
  16. 17cd995 Did some work on the "register read" command to only show the first register by Greg Clayton · 13 years ago
  17. 41c56fa General cleanup on the UserSettingsController stuff. There were 5 different by Greg Clayton · 13 years ago
  18. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 13 years ago
  19. d284b66 Added new target instance settings for execution settings: by Greg Clayton · 13 years ago
  20. a04acd8 Modify 'apropos' command to search settings variable descriptions as well. by Caroline Tice · 13 years ago
  21. de915be Added a new variant of SBTarget::Launch() that deprectates the old one that by Greg Clayton · 14 years ago
  22. 928d130 Improved our argument parsing abilities to be able to handle stuff more like by Greg Clayton · 14 years ago
  23. d9105c2 by Caroline Tice · 14 years ago
  24. c0c1b0c Fixed an issue where the UserSettingsControllers were being created out of by Greg Clayton · 14 years ago
  25. 745ac7a Add ThreadPlanTracer class to allow instruction step tracing of execution. by Jim Ingham · 14 years ago
  26. bc17550 For UserSettingsController::UpdateDictionaryVariable(), clear the dictionary by Johnny Chen · 14 years ago
  27. 1ebef44 by Caroline Tice · 14 years ago
  28. bcb5b45 Make GetInstanceSettingsValue methods take an Error * rather than an Error &, by Caroline Tice · 14 years ago
  29. 5bc8c97 Add UserSettings to Target class, making Target settings by Caroline Tice · 14 years ago
  30. d0a5a23 Added code that will allow completely customizable prompts for use in by Greg Clayton · 14 years ago
  31. 75b11a3 Fix issues with CreateInstanceName, a virtual function, being called by Caroline Tice · 14 years ago
  32. 41ae217 Modify "settings list" so you can specify a particular instance setting name, by Caroline Tice · 14 years ago
  33. d9ece2a by Caroline Tice · 14 years ago
  34. 1d2aefd Make all debugger-level user settable variables into instance variables. by Caroline Tice · 14 years ago
  35. 004afcb Make sure creating a pending instance doesn't also trigger creating a live instance; also make sure creating a by Caroline Tice · 14 years ago
  36. 6aae60d The settings mutexes get used recursively, and deadlock if they are normal mutexes. by Jim Ingham · 14 years ago
  37. 7ac83bd Move common code from GetSettingsController in Process & Debugger into static functions by Jim Ingham · 14 years ago
  38. 8709723 Fix various minor bugs in the Settings stuff. by Caroline Tice · 14 years ago
  39. 6e4c5ce by Caroline Tice · 14 years ago