Home
last modified time | relevance | path

Searched refs:init_commands (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
Dvscode.py103 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)
Dlldbvscode_testcase.py18 executable=self.lldbVSCodeExec, init_commands=self.setUpCommands(),
/external/llvm-project/lldb/tools/lldb-vscode/
DVSCode.h96 std::vector<std::string> init_commands; member
DVSCode.cpp297 RunLLDBCommands("Running initCommands:", init_commands); in RunInitCommands()
Dlldb-vscode.cpp560 g_vsc.init_commands = GetStrings(arguments, "initCommands"); in request_attach()
1527 g_vsc.init_commands = GetStrings(arguments, "initCommands"); in request_launch()