Searched refs:attachCommands (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/test/API/tools/lldb-vscode/attach/ |
D | TestVSCode_attach.py | 146 attachCommands = [ 156 attachCommands=attachCommands, 211 attachCommands = [ 217 attachCommands=attachCommands,
|
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
D | lldbvscode_testcase.py | 253 exitCommands=None, attachCommands=None, coreFile=None, argument 273 attachCommands=attachCommands, terminateCommands=terminateCommands,
|
D | vscode.py | 493 attachCommands=None, terminateCommands=None, argument 515 if attachCommands: 516 args_dict['attachCommands'] = attachCommands 965 attachCommands=options.attachCmds,
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | lldb-vscode.cpp | 565 auto attachCommands = GetStrings(arguments, "attachCommands"); in request_attach() local 601 if (attachCommands.empty()) { in request_attach() 616 g_vsc.RunLLDBCommands("Running attachCommands:", attachCommands); in request_attach() 627 if (attachCommands.empty()) in request_attach()
|
D | README.md | 117 |**attachCommands** |[string]| | LLDB commands that will be executed after **preRunCommands** which…
|