llvm-project/lldb/source/Plugins/Platform
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
..
FreeBSD <rdar://problem/11358639> 2012-05-08 01:45:38 +00:00
Linux <rdar://problem/11358639> 2012-05-08 01:45:38 +00:00
MacOSX 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
gdb-server <rdar://problem/11358639> 2012-05-08 01:45:38 +00:00
Makefile Fix the linux build now that we link against the Linux and FreeBSD platforms. 2012-02-28 18:25:00 +00:00