Searched refs:spawn_thread (Results 1 – 5 of 5) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBDebugger.h | 267 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 D | Driver.cpp | 660 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 D | SBDebugger.cpp | 930 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 D | CommandInterpreter.h | 451 void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 2989 bool auto_handle_events, bool spawn_thread, in RunCommandInterpreter() argument 3000 if (spawn_thread) { in RunCommandInterpreter()
|