Home
last modified time | relevance | path

Searched refs:GetListener (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp245 SBListener SBAttachInfo::GetListener() { in GetListener() function in SBAttachInfo
248 return SBListener(m_opaque_sp->GetListener()); in GetListener()
H A DSBLaunchInfo.cpp130 SBListener SBLaunchInfo::GetListener() { in GetListener() function in SBLaunchInfo
133 return SBListener(m_opaque_sp->GetListener()); in GetListener()
H A DSBDebugger.cpp588 ListenerSP lldb_listener_sp = m_opaque_sp->GetListener(); in HandleCommand()
599 SBListener SBDebugger::GetListener() { in GetListener() function in SBDebugger
604 sb_listener.reset(m_opaque_sp->GetListener()); in GetListener()
H A DSBTarget.cpp87 if (attach_info.GetListener()) in AttachToProcess()
256 target_sp->GetDebugger().GetListener(), "", &filespec, false)); in LoadCore()
544 target_sp->GetDebugger().GetListener(), plugin_name, nullptr, true); in ConnectRemote()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h162 SBListener GetListener();
H A DSBLaunchInfo.h86 SBListener GetListener();
H A DSBDebugger.h211 lldb::SBListener GetListener();
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp224 launch_info.GetListener(), in DebugProcess()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h102 lldb::ListenerSP GetListener() const { return m_listener_sp; } in GetListener() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h177 lldb::ListenerSP GetListener() { return m_listener_sp; } in GetListener() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp450 process_sp = target.CreateProcess(launch_info.GetListener(), "gdb-remote", in DebugProcess()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp427 process_sp = target.CreateProcess(launch_info.GetListener(), in DebugProcess()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1901 target->CreateProcess(debugger.GetListener(), plugin_name, nullptr, true); in DoConnectProcess()
H A DTarget.cpp214 listener_sp = GetDebugger().GetListener(); in CreateProcess()
3285 CreateProcess(launch_info.GetListener(), in Launch()
H A DProcess.cpp2953 return debugger.GetListener(); in GetListenerForProcess()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1888 ListenerSP listener_sp(GetListener()); in DefaultEventHandler()
H A DIOHandlerCursesGUI.cpp3178 m_debugger.GetListener(), llvm::StringRef(), &core_file_spec, false)); in SetCoreFile()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp415 GetDebugger().GetListener(), llvm::StringRef(), &core_file, false)); in DoExecute()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6618 result = (arg1)->GetListener(); in _wrap_SBAttachInfo_GetListener()
21327 result = (arg1)->GetListener(); in _wrap_SBDebugger_GetListener()
35126 result = (arg1)->GetListener(); in _wrap_SBLaunchInfo_GetListener()