Home
last modified time | relevance | path

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 Dlldbvscode_testcase.py254 exitCommands=None, attachCommands=None, coreFile=None, argument
275 attachCommands=attachCommands, terminateCommands=terminateCommands,
H A Dvscode.py518 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 Dlldb-vscode.cpp607 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 DREADME.md125 |**attachCommands** |[string]| | LLDB commands that will be executed after **preRunCommands** which…