Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/API/commands/register/register/register_command/
Dmain.cpp19 volatile int wait_for_attach=1; in main() local
20 while (wait_for_attach) in main()
/external/llvm-project/lldb/test/API/tools/lldb-vscode/disconnect/
Dmain.cpp7 volatile bool wait_for_attach = true; variable
18 while (wait_for_attach) in handle_attach()