Home
last modified time | relevance | path

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 Dvscode.py115 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 Dlldbvscode_testcase.py18 executable=self.lldbVSCodeExec, init_commands=self.setUpCommands(),
/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DVSCode.h139 std::vector<std::string> init_commands; member
H A DVSCode.cpp400 RunLLDBCommands("Running initCommands:", init_commands); in RunInitCommands()
H A Dlldb-vscode.cpp602 g_vsc.init_commands = GetStrings(arguments, "initCommands"); in request_attach()
1656 g_vsc.init_commands = GetStrings(arguments, "initCommands"); in request_launch()