Home
last modified time | relevance | path

Searched refs:exitCommands (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dlldbvscode_testcase.py254 exitCommands=None, attachCommands=None, coreFile=None, argument
274 stopCommands=stopCommands, exitCommands=exitCommands,
286 stopCommands=None, exitCommands=None, terminateCommands=None, argument
318 exitCommands=exitCommands,
345 stopCommands=None, exitCommands=None, argument
358 initCommands, preRunCommands, stopCommands, exitCommands,
H A Dvscode.py507 stopCommands=None, exitCommands=None, argument
527 if exitCommands:
528 args_dict['exitCommands'] = exitCommands
638 stopCommands=None, exitCommands=None, argument
669 if exitCommands:
670 args_dict['exitCommands'] = exitCommands
1012 exitCommands=options.exitCmds,
1024 exitCommands=options.exitCmds,
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/launch/
H A DTestVSCode_launch.py317 exitCommands = ['expr 2+3', 'expr 3+4']
324 exitCommands=exitCommands,
368 self.verify_commands('exitCommands', output, exitCommands)
397 exitCommands = ['expr 2+3', 'expr 3+4']
402 exitCommands=exitCommands,
433 self.verify_commands('exitCommands', output, exitCommands)
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/attach/
H A DTestVSCode_attach.py152 exitCommands = ['expr 2+3', 'expr 3+4']
159 exitCommands=exitCommands,
196 self.verify_commands('exitCommands', output, exitCommands)
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A DREADME.md88 |**exitCommands** |[string]| | LLDB commands executed when the program exits. Commands and comman…
115 |**exitCommands** |[string]| | LLDB commands executed when the program exits. Commands and comman…