1. c590c67 New settings: target.use-hex-immediates and target.hex-immediates-style by Daniel Malea · 11 years ago
  2. 1475fc7 Assorted test suite fixes as a result of GCC 4.8 validation efforts by Daniel Malea · 11 years ago
  3. 0e8e6f2 Added tests to test for "settings set" with trailing whitespaces after the values. by Greg Clayton · 11 years ago
  4. 73844aa Reimplemented the code that backed the "settings" in lldb. There were many issues with the previous implementation: by Greg Clayton · 12 years ago
  5. dee13ce Continue the cleanup started on r158737 by Filipe Cabecinhas · 12 years ago
  6. dc5e877 Cleanup a custom thread-format so we don't fail TestLoadUnload when running the by Filipe Cabecinhas · 12 years ago
  7. 21b1984 Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases. by Johnny Chen · 12 years ago
  8. f872775 Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev, by Johnny Chen · 12 years ago
  9. c8bba45 Followup check in for http://llvm.org/viewvc/llvm-project?rev=148491&view=rev, by Johnny Chen · 12 years ago
  10. a1b0ce1 rdar://problem/10712130 by Johnny Chen · 12 years ago
  11. 781452a Add a test case where 'settings set frame-format' supplies a format string containing, among other things, a single backtick character. by Johnny Chen · 12 years ago
  12. abb3302 Moved many of the "settings" that used to be in "target.process.*" to just by Greg Clayton · 13 years ago
  13. 41c56fa General cleanup on the UserSettingsController stuff. There were 5 different by Greg Clayton · 13 years ago
  14. 889fbd0 Added the ability to get the min and max instruction byte size for by Greg Clayton · 13 years ago
  15. 912675f by Caroline Tice · 13 years ago
  16. 02fc32c Add test_apropos_should_also_search_settings_description() to make sure that: by Johnny Chen · 13 years ago
  17. 52dae3d Add a few more settings tests. by Caroline Tice · 13 years ago
  18. 4b179b6 Remove the expectedFailure decorator for the fixed bug: by Johnny Chen · 13 years ago
  19. 7add599 Change the test case test_set_prompt() to no longer require quotes around lldb2 in: by Johnny Chen · 13 years ago
  20. 1decbac Rearrange some statements so that the adding of teardown hook follows immediately by Johnny Chen · 13 years ago
  21. a50971f Make the TestSettings.py test cases use different output filenames: by Johnny Chen · 13 years ago
  22. fee8886 Add a test method test_pass_host_env_vars to 'class SettingsCommandTestCase(TestBase)' by Johnny Chen · 13 years ago
  23. 960e5b0 Add text about test class cleanup. by Johnny Chen · 14 years ago
  24. 705737b Restoring the original setting should be done more robustly by adding a hook function by Johnny Chen · 14 years ago
  25. 7654550 test_set_output_path() should restore the original setting of target.process.output-path by Johnny Chen · 14 years ago
  26. ee8e3ee Add more descriptive messages to expect() instead of using the default assert messages. by Johnny Chen · 14 years ago
  27. db9cbe9 Add a little helper function SETTING_MSG(setting) to be used from TestSettings.test_set_output_path(). by Johnny Chen · 14 years ago
  28. d4e53a9 Remove out-dated comments. by Johnny Chen · 14 years ago
  29. ea12825 Add a case to test that after 'set auto-confirm true', manual confirmation should not kick in. by Johnny Chen · 14 years ago
  30. 584f9da Wrap the rest of file reading operations inside a with block and convert a assertTrue() by Johnny Chen · 14 years ago
  31. 8a73f5e Convert two instances of assertTrue() and string matching usages to self.expect() by Johnny Chen · 14 years ago
  32. 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
  33. 385c39b Change the expected term-width output string to be a substring instead of a startstring by Johnny Chen · 14 years ago
  34. 0a39c7d Updated test case to "settings set prompt 'lldb2'" since the '-o' option is gone. by Johnny Chen · 14 years ago
  35. 5bc8c97 Add UserSettings to Target class, making Target settings by Caroline Tice · 14 years ago
  36. 068a34f Fixed lldb 'settings set term-widt 70' command not working. by Johnny Chen · 14 years ago
  37. cfaa3f6 Added @expectedFailure decorator for test_set_term_width(). by Johnny Chen · 14 years ago
  38. 517c705 Added a test case for the settings command which sets process.output-path and by Johnny Chen · 14 years ago
  39. d3521cc Provided a mechanism for the test class to cleanup after itself once it's done. by Johnny Chen · 14 years ago
  40. d00cfb7 Simplied main() and emits a message to the standard out. by Johnny Chen · 14 years ago
  41. 6b5f988 Added two test cases to TestSettings.py which exercise the lldb's: by Johnny Chen · 14 years ago
  42. c6fe11f The output for term-width setting has single quotes around the (int) value. by Johnny Chen · 14 years ago
  43. e0428c3 Added a test case for setting term-width, too. by Johnny Chen · 14 years ago
  44. 24dd18a Added comments. by Johnny Chen · 14 years ago
  45. 6c88f89 Added a simple test case for the "settings set" command for instance variable 'prompt'. by Johnny Chen · 14 years ago