Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectQuit.cpp32 bool CommandObjectQuit::ShouldAskForConfirmation(bool &is_a_detach) { in ShouldAskForConfirmation() argument
36 is_a_detach = true; in ShouldAskForConfirmation()
55 is_a_detach = false; in ShouldAskForConfirmation()
65 bool is_a_detach = true; in DoExecute() local
66 if (ShouldAskForConfirmation(is_a_detach)) { in DoExecute()
70 (is_a_detach ? "detach from" : "kill")); in DoExecute()
H A DCommandObjectQuit.h27 bool ShouldAskForConfirmation(bool &is_a_detach);