Home
last modified time | relevance | path

Searched refs:spawn_thread (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h267 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread);
269 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread,
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp660 bool spawn_thread = false; in MainLoop() local
705 m_debugger.RunCommandInterpreter(handle_events, spawn_thread, options, in MainLoop()
725 handle_events, spawn_thread, options, num_errors, in MainLoop()
756 m_debugger.RunCommandInterpreter(handle_events, spawn_thread); in MainLoop()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp930 bool spawn_thread) { in RunCommandInterpreter() argument
935 auto_handle_events, spawn_thread, options); in RunCommandInterpreter()
940 bool spawn_thread, in RunCommandInterpreter() argument
948 interp.RunCommandInterpreter(auto_handle_events, spawn_thread, in RunCommandInterpreter()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h451 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2989 bool auto_handle_events, bool spawn_thread, in RunCommandInterpreter() argument
3000 if (spawn_thread) { in RunCommandInterpreter()