Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/test/API/commands/process/attach-resume/
H A Dmain.cpp7 volatile bool debugger_flag = true; // The debugger will flip this to false variable
15 if ( idx == 0 && debugger_flag) in start()