Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/tools/lldb-vscode/
H A Dlldb-vscode.cpp103 enum LaunchMethod { Launch, Attach, AttachForSuspendedLaunch }; enum
344 void SendProcessEvent(LaunchMethod launch_method) { in SendProcessEvent()