Searched defs:is_a_detach (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Commands/
H A DCommandObjectQuit.cpp38 // is_a_detach will be true if all alive processes will be detached when you quit
41 CommandObjectQuit::ShouldAskForConfirmation (bool& is_a_detach) argument
46 is_a_detach = true;
72 is_a_detach = false;
84 bool is_a_detach = true; local
85 if (ShouldAskForConfirmation (is_a_detach))
88 message.Printf("Quitting LLDB will %s one or more processes. Do you really want to proceed", (is_a_detach ? "detach from" : "kill"));

Completed in 83 milliseconds