llvm-project/lldb/source/Plugins
Greg Clayton 67cc06366c Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation:
- no setting auto completion
- very manual and error prone way of getting/setting variables
- tons of code duplication
- useless instance names for processes, threads

Now settings can easily be defined like option values. The new settings makes use of the "OptionValue" classes so we can re-use the option value code that we use to set settings in command options. No more instances, just "does the right thing".

llvm-svn: 162366
2012-08-22 17:17:09 +00:00
..
ABI <rdar://problem/11275622> 2012-07-31 23:39:10 +00:00
Disassembler/llvm Changed the Opcode::GetData() API so that it didn't 2012-08-07 01:44:58 +00:00
DynamicLoader Add explicit casts to bool in "shared pointer is valid" constructs that return bool. 2012-08-11 00:35:26 +00:00
Instruction/ARM Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: 2012-08-22 17:17:09 +00:00
LanguageRuntime Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: 2012-08-22 17:17:09 +00:00
ObjectContainer <rdar://problem/11358639> 2012-05-08 01:45:38 +00:00
ObjectFile Removed explicit NULL checks for shared pointers 2012-08-09 00:50:26 +00:00
OperatingSystem/Darwin-Kernel Fix comment typeo. 2012-05-16 00:36:41 +00:00
Platform Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: 2012-08-22 17:17:09 +00:00
Process Added a test for the Python part of SBInputReader callbacks. 2012-08-22 13:25:58 +00:00
SymbolFile <rdar://problem/11791234> 2012-08-11 00:49:14 +00:00
SymbolVendor/MacOSX rdar://problem/11324515 2012-08-22 00:18:43 +00:00
UnwindAssembly When emulating instructions that read from memory, 2012-08-13 21:53:35 +00:00
Makefile Enable building the POSIX-DYLD dynamic loader plug-in in the Makefile build since it can be used for remote debugging. 2012-04-05 17:43:02 +00:00