llvm-project/lldb/source/Plugins/Platform/MacOSX
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
..
Makefile
PlatformDarwin.cpp 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
PlatformDarwin.h 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
PlatformMacOSX.cpp <rdar://problem/11358639> 2012-05-08 01:45:38 +00:00
PlatformMacOSX.h Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command. 2012-03-20 18:34:04 +00:00
PlatformRemoteiOS.cpp Ran the static analyzer on the codebase and found a few things. 2012-07-17 03:23:13 +00:00
PlatformRemoteiOS.h Method name change to avoid further conflicts when merging from ToT to branches/lldb-platform-work. 2012-04-20 23:59:21 +00:00
PlatformiOSSimulator.cpp <rdar://problem/11358639> 2012-05-08 01:45:38 +00:00
PlatformiOSSimulator.h Platforms can now auto-select themselves if you specify a full target triple when doing a "target create" command. 2012-03-20 18:34:04 +00:00