LLDB.Debugger.RunCommandInterpreter C# (CSharp) Method

RunCommandInterpreter() public method

public RunCommandInterpreter ( bool auto_handle_events, bool spawn_thread ) : void
auto_handle_events bool
spawn_thread bool
return void
        public void RunCommandInterpreter(bool auto_handle_events, bool spawn_thread)
        {
            Internal.RunCommandInterpreter_0((__Instance + __PointerAdjustment), auto_handle_events, spawn_thread);
        }

Same methods

Debugger::RunCommandInterpreter ( bool auto_handle_events, bool spawn_thread, LLDB options, int &num_errors, bool &quit_requested, bool &stopped_for_crash ) : void