Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/tools/lldb-vscode/attach/
DTestVSCode_attach.py146 attachCommands = [
156 attachCommands=attachCommands,
211 attachCommands = [
217 attachCommands=attachCommands,
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
Dlldbvscode_testcase.py253 exitCommands=None, attachCommands=None, coreFile=None, argument
273 attachCommands=attachCommands, terminateCommands=terminateCommands,
Dvscode.py493 attachCommands=None, terminateCommands=None, argument
515 if attachCommands:
516 args_dict['attachCommands'] = attachCommands
965 attachCommands=options.attachCmds,
/external/llvm-project/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp565 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()
DREADME.md117 |**attachCommands** |[string]| | LLDB commands that will be executed after **preRunCommands** which…