| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. ↵ | Greg Clayton | 2012-09-18 | 1 | -2/+2 |
| | | | | | | | Some platforms don't support this modification. llvm-svn: 164148 | ||||
| * | Reimplemented the code that backed the "settings" in lldb. There were many ↵ | Greg Clayton | 2012-08-22 | 1 | -0/+350 |
| 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 | |||||

