Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp357 const char *startMethod = nullptr; in SendProcessEvent() local
360 startMethod = "launch"; in SendProcessEvent()
363 startMethod = "attach"; in SendProcessEvent()
366 startMethod = "attachForSuspendedLaunch"; in SendProcessEvent()
369 body.try_emplace("startMethod", startMethod); in SendProcessEvent()