Searched refs:RunLLDBCommands (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/lldb/tools/lldb-vscode/ |
D | LLDBUtils.cpp | 14 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()
|
D | VSCode.cpp | 290 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()
|
D | LLDBUtils.h | 36 void RunLLDBCommands(llvm::StringRef prefix, 55 std::string RunLLDBCommands(llvm::StringRef prefix,
|
D | VSCode.h | 145 void RunLLDBCommands(llvm::StringRef prefix,
|
D | lldb-vscode.cpp | 515 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()
|