Home
last modified time | relevance | path

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 DTestVSCode_attach.py144 attachCommands = [
155 attachCommands=attachCommands,
213 attachCommands = [
219 attachCommands=attachCommands,
/llvm-project-15.0.7/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.py508 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 Dlldb-vscode.cpp604 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 DREADME.md117 |**attachCommands** |[string]| | LLDB commands that will be executed after **preRunCommands** which…