Home
last modified time | relevance | path

Searched refs:exit_commands (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/lldb/tools/lldb-vscode/
DVSCode.h98 std::vector<std::string> exit_commands; member
DVSCode.cpp309 RunLLDBCommands("Running exitCommands:", exit_commands); in RunExitCommands()
Dlldb-vscode.cpp563 g_vsc.exit_commands = GetStrings(arguments, "exitCommands"); in request_attach()
1530 g_vsc.exit_commands = GetStrings(arguments, "exitCommands"); in request_launch()
/external/llvm-project/lldb/examples/python/
Dprocess_events.py361 command_interpreter, options.exit_commands)