Searched refs:attachCommands (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/lldb/test/API/tools/lldb-vscode/attach/ |
| H A D | TestVSCode_attach.py | 144 attachCommands = [ 155 attachCommands=attachCommands, 213 attachCommands = [ 219 attachCommands=attachCommands,
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
| H A D | lldbvscode_testcase.py | 254 exitCommands=None, attachCommands=None, coreFile=None, argument 275 attachCommands=attachCommands, terminateCommands=terminateCommands,
|
| H A D | vscode.py | 508 attachCommands=None, terminateCommands=None, argument 531 if attachCommands: 532 args_dict['attachCommands'] = attachCommands 1008 attachCommands=options.attachCmds,
|
| /llvm-project-15.0.7/lldb/tools/lldb-vscode/ |
| H A D | lldb-vscode.cpp | 604 auto attachCommands = GetStrings(arguments, "attachCommands"); in request_attach() local 645 if (attachCommands.empty()) { in request_attach() 660 g_vsc.RunLLDBCommands("Running attachCommands:", attachCommands); in request_attach() 673 if (attachCommands.empty()) in request_attach()
|
| H A D | README.md | 117 |**attachCommands** |[string]| | LLDB commands that will be executed after **preRunCommands** which…
|