Home
last modified time | relevance | path

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

/external/lldb/test/settings/
DTestSettings.py87 self.expect("settings show prompt", SETTING_MSG("prompt"),
91 self.expect("settings show", SETTING_MSG("prompt"),
103 self.expect("settings show term-width", SETTING_MSG("term-width"),
107 self.expect("settings show", SETTING_MSG("term-width"),
129 self.expect("settings show frame-format", SETTING_MSG("frame-format"),
147 self.expect("settings show auto-confirm", SETTING_MSG("auto-confirm"),
158 self.expect("settings show auto-confirm", SETTING_MSG("auto-confirm"),
282 SETTING_MSG("target.error-path"),
286 SETTING_MSG("target.output-path"),
350 self.expect ("settings show target.skip-prologue", SETTING_MSG("target.skip-prologue"),
[all …]
/external/lldb/docs/testsuite/
Da-detailed-walkthrough.txt179 SETTING_MSG("target.process.output-path"),
/external/lldb/test/
Dlldbtest.py161 def SETTING_MSG(setting): function