Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp683 bool quit_requested = false; in MainLoop() local
706 num_errors, quit_requested, in MainLoop()
728 quit_requested = true; in MainLoop()
749 if (quit_requested) in MainLoop()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h271 int &num_errors, bool &quit_requested,
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp942 int &num_errors, bool &quit_requested, in RunCommandInterpreter() argument
951 quit_requested = interp.GetQuitRequested(); in RunCommandInterpreter()