Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp106 enum LaunchMethod { Launch, Attach, AttachForSuspendedLaunch }; enum
347 void SendProcessEvent(LaunchMethod launch_method) { in SendProcessEvent()