1. 41c56fa General cleanup on the UserSettingsController stuff. There were 5 different by Greg Clayton · 14 years ago
  2. 889fbd0 Added the ability to get the min and max instruction byte size for by Greg Clayton · 14 years ago
  3. 912675f by Caroline Tice · 14 years ago
  4. 02fc32c Add test_apropos_should_also_search_settings_description() to make sure that: by Johnny Chen · 14 years ago
  5. 52dae3d Add a few more settings tests. by Caroline Tice · 14 years ago
  6. 4b179b6 Remove the expectedFailure decorator for the fixed bug: by Johnny Chen · 14 years ago
  7. 7add599 Change the test case test_set_prompt() to no longer require quotes around lldb2 in: by Johnny Chen · 14 years ago
  8. 1decbac Rearrange some statements so that the adding of teardown hook follows immediately by Johnny Chen · 14 years ago
  9. a50971f Make the TestSettings.py test cases use different output filenames: by Johnny Chen · 14 years ago
  10. fee8886 Add a test method test_pass_host_env_vars to 'class SettingsCommandTestCase(TestBase)' by Johnny Chen · 14 years ago
  11. 960e5b0 Add text about test class cleanup. by Johnny Chen · 14 years ago
  12. 705737b Restoring the original setting should be done more robustly by adding a hook function by Johnny Chen · 14 years ago
  13. 7654550 test_set_output_path() should restore the original setting of target.process.output-path by Johnny Chen · 14 years ago
  14. ee8e3ee Add more descriptive messages to expect() instead of using the default assert messages. by Johnny Chen · 14 years ago
  15. db9cbe9 Add a little helper function SETTING_MSG(setting) to be used from TestSettings.test_set_output_path(). by Johnny Chen · 14 years ago
  16. d4e53a9 Remove out-dated comments. by Johnny Chen · 14 years ago
  17. ea12825 Add a case to test that after 'set auto-confirm true', manual confirmation should not kick in. by Johnny Chen · 14 years ago
  18. 584f9da Wrap the rest of file reading operations inside a with block and convert a assertTrue() by Johnny Chen · 14 years ago
  19. 8a73f5e Convert two instances of assertTrue() and string matching usages to self.expect() by Johnny Chen · 14 years ago
  20. 160baed The expected term-width output string should be put within a list, not as a list of characters. by Johnny Chen · 14 years ago
  21. 385c39b Change the expected term-width output string to be a substring instead of a startstring by Johnny Chen · 14 years ago
  22. 0a39c7d Updated test case to "settings set prompt 'lldb2'" since the '-o' option is gone. by Johnny Chen · 14 years ago
  23. 5bc8c97 Add UserSettings to Target class, making Target settings by Caroline Tice · 14 years ago
  24. 068a34f Fixed lldb 'settings set term-widt 70' command not working. by Johnny Chen · 14 years ago
  25. cfaa3f6 Added @expectedFailure decorator for test_set_term_width(). by Johnny Chen · 14 years ago
  26. 517c705 Added a test case for the settings command which sets process.output-path and by Johnny Chen · 14 years ago
  27. d3521cc Provided a mechanism for the test class to cleanup after itself once it's done. by Johnny Chen · 14 years ago
  28. d00cfb7 Simplied main() and emits a message to the standard out. by Johnny Chen · 14 years ago
  29. 6b5f988 Added two test cases to TestSettings.py which exercise the lldb's: by Johnny Chen · 14 years ago
  30. c6fe11f The output for term-width setting has single quotes around the (int) value. by Johnny Chen · 14 years ago
  31. e0428c3 Added a test case for setting term-width, too. by Johnny Chen · 14 years ago
  32. 24dd18a Added comments. by Johnny Chen · 14 years ago
  33. 6c88f89 Added a simple test case for the "settings set" command for instance variable 'prompt'. by Johnny Chen · 14 years ago