Searched refs:init_commands (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
D | vscode.py | 103 def __init__(self, recv, send, init_commands): argument 124 self.init_commands = init_commands 504 args_dict['initCommands'] = self.init_commands 640 args_dict['initCommands'] = self.init_commands 915 def __init__(self, executable=None, port=None, init_commands=[], log_file=None): argument 927 self.process.stdin, init_commands) 932 init_commands)
|
D | lldbvscode_testcase.py | 18 executable=self.lldbVSCodeExec, init_commands=self.setUpCommands(),
|
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | VSCode.h | 96 std::vector<std::string> init_commands; member
|
D | VSCode.cpp | 297 RunLLDBCommands("Running initCommands:", init_commands); in RunInitCommands()
|
D | lldb-vscode.cpp | 560 g_vsc.init_commands = GetStrings(arguments, "initCommands"); in request_attach() 1527 g_vsc.init_commands = GetStrings(arguments, "initCommands"); in request_launch()
|