Home
last modified time | relevance | path

Searched refs:SETTING_MSG (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/test/API/commands/settings/
DTestSettings.py85 self.expect("settings show prompt", SETTING_MSG("prompt"),
89 self.expect("settings show", SETTING_MSG("prompt"),
101 self.expect("settings show term-width", SETTING_MSG("term-width"),
105 self.expect("settings show", SETTING_MSG("term-width"),
138 self.expect("settings show frame-format", SETTING_MSG("frame-format"),
157 self.expect("settings show auto-confirm", SETTING_MSG("auto-confirm"),
168 self.expect("settings show auto-confirm", SETTING_MSG("auto-confirm"),
408 SETTING_MSG("target.error-path"),
412 SETTING_MSG("target.output-path"),
485 SETTING_MSG("target.skip-prologue"),
[all …]
/external/llvm-project/lldb/test/API/lang/mixed/
DTestMixedLanguages.py37 self.expect("settings show frame-format", SETTING_MSG("frame-format"),
/external/llvm-project/lldb/docs/testsuite/
Da-detailed-walkthrough.txt181 SETTING_MSG("target.process.output-path"),
/external/llvm-project/lldb/packages/Python/lldbsuite/test/
Dlldbtest.py202 def SETTING_MSG(setting): function