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

/freebsd-10.0-release/contrib/llvm/tools/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"));
H A DCommandObjectQuit.h40 ShouldAskForConfirmation (bool& is_a_detach);

Completed in 40 milliseconds