Home
last modified time | relevance | path

Searched refs:GetAutoHandleEvents (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreterRunOptions.cpp162 bool SBCommandInterpreterRunOptions::GetAutoHandleEvents() const { in GetAutoHandleEvents() function in SBCommandInterpreterRunOptions
164 GetAutoHandleEvents); in GetAutoHandleEvents()
166 return m_opaque_up->GetAutoHandleEvents(); in GetAutoHandleEvents()
295 GetAutoHandleEvents, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreterRunOptions.h67 bool GetAutoHandleEvents() const;
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h169 bool GetAutoHandleEvents() const { in GetAutoHandleEvents() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3088 if (options.GetAutoHandleEvents()) in RunCommandInterpreter()
3096 if (options.GetAutoHandleEvents()) in RunCommandInterpreter()