Home
last modified time | relevance | path

Searched refs:GetAsync (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i163 GetAsync ();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h111 bool GetAsync();
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp307 bool SBDebugger::GetAsync() { in GetAsync() function in SBDebugger
308 LLDB_RECORD_METHOD_NO_ARGS(bool, SBDebugger, GetAsync); in GetAsync()
1760 LLDB_REGISTER_METHOD(bool, SBDebugger, GetAsync, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp604 bool old_async = m_debugger.GetAsync(); in MainLoop()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h137 bool GetAsync() const { return m_async; } in GetAsync() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp3151 const bool async = attach_info.GetAsync(); in Attach()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp17656 result = (bool)(arg1)->GetAsync(); in _wrap_SBDebugger_GetAsync()