Home
last modified time | relevance | path

Searched defs:GetListener (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/include/lldb/Host/
H A DProcessLaunchInfo.h125 lldb::ListenerSP GetListener() const { return m_listener_sp; } in GetListener() function
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBAttachInfo.cpp243 SBListener SBAttachInfo::GetListener() { in GetListener() function in SBAttachInfo
H A DSBLaunchInfo.cpp128 SBListener SBLaunchInfo::GetListener() { in GetListener() function in SBLaunchInfo
H A DSBDebugger.cpp588 SBListener SBDebugger::GetListener() { in GetListener() function in SBDebugger
/openbsd-src/gnu/llvm/lldb/include/lldb/Core/
H A DDebugger.h179 lldb::ListenerSP GetListener() { return m_listener_sp; } in GetListener() function
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h187 lldb::ListenerSP GetListener() const { return m_listener_sp; } in GetListener() function