Searched refs:SetAutoHandleEvents (Results 1 – 5 of 5) sorted by relevance
169 void SBCommandInterpreterRunOptions::SetAutoHandleEvents( in SetAutoHandleEvents() function in SBCommandInterpreterRunOptions171 LLDB_RECORD_METHOD(void, SBCommandInterpreterRunOptions, SetAutoHandleEvents, in SetAutoHandleEvents()174 m_opaque_up->SetAutoHandleEvents(auto_handle_events); in SetAutoHandleEvents()297 SetAutoHandleEvents, (bool)); in RegisterMethods()
1212 options.SetAutoHandleEvents(auto_handle_events); in RunCommandInterpreter()1232 options.SetAutoHandleEvents(auto_handle_events); in RunCommandInterpreter()
69 void SetAutoHandleEvents(bool);
173 void SetAutoHandleEvents(bool auto_handle_events) { in SetAutoHandleEvents() function
608 options.SetAutoHandleEvents(true); in MainLoop()