Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/lldb-vscode/
DLLDBUtils.cpp14 void RunLLDBCommands(llvm::StringRef prefix, in RunLLDBCommands() function
39 std::string RunLLDBCommands(llvm::StringRef prefix, in RunLLDBCommands() function
43 RunLLDBCommands(prefix, commands, strm); in RunLLDBCommands()
DVSCode.cpp290 void VSCode::RunLLDBCommands(llvm::StringRef prefix, in RunLLDBCommands() function in lldb_vscode::VSCode
293 llvm::StringRef(::RunLLDBCommands(prefix, commands))); in RunLLDBCommands()
297 RunLLDBCommands("Running initCommands:", init_commands); in RunInitCommands()
301 RunLLDBCommands("Running preRunCommands:", pre_run_commands); in RunPreRunCommands()
305 RunLLDBCommands("Running stopCommands:", stop_commands); in RunStopCommands()
309 RunLLDBCommands("Running exitCommands:", exit_commands); in RunExitCommands()
313 RunLLDBCommands("Running terminateCommands:", terminate_commands); in RunTerminateCommands()
DLLDBUtils.h36 void RunLLDBCommands(llvm::StringRef prefix,
55 std::string RunLLDBCommands(llvm::StringRef prefix,
DVSCode.h145 void RunLLDBCommands(llvm::StringRef prefix,
Dlldb-vscode.cpp515 g_vsc.RunLLDBCommands("Setting source map:", {sourceMapCommand}); in SetSourceMapFromArguments()
616 g_vsc.RunLLDBCommands("Running attachCommands:", attachCommands); in request_attach()
1159 RunLLDBCommands(llvm::StringRef(), {std::string(expression.substr(1))}); in request_evaluate()
1607 g_vsc.RunLLDBCommands("Running launchCommands:", launchCommands); in request_launch()