Home
last modified time | relevance | path

Searched refs:postRunCommands (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.py256 postRunCommands=None, sourceMap=None): argument
276 coreFile=coreFile, postRunCommands=postRunCommands,
289 expectFailure=False, postRunCommands=None): argument
326 postRunCommands=postRunCommands)
348 disconnectAutomatically=True, postRunCommands=None, argument
361 postRunCommands=postRunCommands)
H A Dvscode.py509 coreFile=None, postRunCommands=None, argument
535 if postRunCommands:
536 args_dict['postRunCommands'] = postRunCommands
642 postRunCommands=None): argument
683 if postRunCommands:
684 args_dict['postRunCommands'] = postRunCommands
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/attach/
H A DTestVSCode_attach.py150 postRunCommands = ['help trace', 'help process trace']
161 postRunCommands=postRunCommands)
170 self.verify_commands('postRunCommands', output, postRunCommands)
/llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/launch/
H A DTestVSCode_launch.py315 postRunCommands = ['help trace', 'help process trace']
322 postRunCommands=postRunCommands,
335 self.verify_commands('postRunCommands', output, postRunCommands)
/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp609 std::vector<std::string> postRunCommands = in request_attach() local
684 g_vsc.RunLLDBCommands("Running postRunCommands:", postRunCommands); in request_attach()
1652 std::vector<std::string> postRunCommands = in request_launch() local
1741 g_vsc.RunLLDBCommands("Running postRunCommands:", postRunCommands); in request_launch()