Searched refs:is_a_detach (Results 1 – 2 of 2) sorted by relevance
41 CommandObjectQuit::ShouldAskForConfirmation (bool& is_a_detach) in ShouldAskForConfirmation() argument46 is_a_detach = true; in ShouldAskForConfirmation()72 is_a_detach = false; in ShouldAskForConfirmation()84 bool is_a_detach = true; in DoExecute() local85 if (ShouldAskForConfirmation (is_a_detach)) in DoExecute()88 …g LLDB will %s one or more processes. Do you really want to proceed", (is_a_detach ? "detach from"… in DoExecute()
40 ShouldAskForConfirmation (bool& is_a_detach);