Home
last modified time | relevance | path

Searched refs:SettingsCommandTestCase (Results 1 – 3 of 3) sorted by relevance

/llvm-project/lldb/test/API/commands/settings/quoting/
H A DTestQuoting.py11 class SettingsCommandTestCase(TestBase): class
17 cls.RemoveTempFile(SettingsCommandTestCase.output_file_name)
50 filename = SettingsCommandTestCase.output_file_name
/llvm-project/lldb/docs/testsuite/
H A Da-detailed-walkthrough.txt6 class SettingsCommandTestCase(TestBase):
32 test_set_auto_confirm (TestSettings.SettingsCommandTestCase)
34 test_set_output_path (TestSettings.SettingsCommandTestCase)
36 test_set_prompt (TestSettings.SettingsCommandTestCase)
38 test_set_term_width (TestSettings.SettingsCommandTestCase)
40 test_with_dsym (TestSettings.SettingsCommandTestCase)
42 test_with_dwarf (TestSettings.SettingsCommandTestCase)
226 test_set_auto_confirm (TestSettings.SettingsCommandTestCase)
228 test_set_output_path (TestSettings.SettingsCommandTestCase)
230 test_set_prompt (TestSettings.SettingsCommandTestCase)
[all …]
/llvm-project/lldb/test/API/commands/settings/
H A DTestSettings.py15 class SettingsCommandTestCase(TestBase): class