reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/Process.h
  848   Status Halt(bool clear_thread_plans = false, bool use_run_lock = true);

References

tools/lldb/source/API/SBProcess.cpp
  646     sb_error.SetError(process_sp->Halt());
tools/lldb/source/Commands/CommandObjectProcess.cpp
 1101       Status error(process->Halt(clear_thread_plans));
tools/lldb/source/Core/IOHandler.cpp
 3531           process->Halt();
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2813       process->Halt();
tools/lldb/source/Target/Process.cpp
 4911             Halt(clear_thread_plans, use_run_lock);
 4971             Halt(clear_thread_plans, use_run_lock);
 5094             Halt(clear_thread_plans, use_run_lock);