Searched refs:init_commands (Results 1 – 5 of 5) sorted by relevance
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
H A D | vscode.py | 115 def __init__(self, recv, send, init_commands, log_file=None): argument 136 self.init_commands = init_commands 530 args_dict['initCommands'] = self.init_commands 673 args_dict['initCommands'] = self.init_commands 966 def __init__(self, executable=None, port=None, init_commands=[], log_file=None, env=None): argument 981 self.process.stdin, init_commands, log_file) 986 init_commands)
|
H A D | lldbvscode_testcase.py | 18 executable=self.lldbVSCodeExec, init_commands=self.setUpCommands(),
|
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
H A D | VSCode.h | 139 std::vector<std::string> init_commands; member
|
H A D | VSCode.cpp | 400 RunLLDBCommands("Running initCommands:", init_commands); in RunInitCommands()
|
H A D | lldb-vscode.cpp | 602 g_vsc.init_commands = GetStrings(arguments, "initCommands"); in request_attach() 1656 g_vsc.init_commands = GetStrings(arguments, "initCommands"); in request_launch()
|