Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp354 const char *startMethod = nullptr; in SendProcessEvent() local
357 startMethod = "launch"; in SendProcessEvent()
360 startMethod = "attach"; in SendProcessEvent()
363 startMethod = "attachForSuspendedLaunch"; in SendProcessEvent()
366 body.try_emplace("startMethod", startMethod); in SendProcessEvent()