Searched refs:attachCommands (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/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 | 518 attachCommands=None, terminateCommands=None, argument 541 if attachCommands: 542 args_dict['attachCommands'] = attachCommands 1019 attachCommands=options.attachCmds,
|
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | lldb-vscode.cpp | 607 auto attachCommands = GetStrings(arguments, "attachCommands"); in request_attach() local 648 if (attachCommands.empty()) { in request_attach() 663 g_vsc.RunLLDBCommands("Running attachCommands:", attachCommands); in request_attach() 676 if (attachCommands.empty()) in request_attach()
|
H A D | README.md | 125 |**attachCommands** |[string]| | LLDB commands that will be executed after **preRunCommands** which…
|