Home
last modified time | relevance | path

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

/freebsd-14.2/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()
249 target_sp->GetDebugger().GetListener(), "", &filespec, false)); in LoadCore()
537 target_sp->GetDebugger().GetListener(), plugin_name, nullptr, true); in ConnectRemote()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h162 SBListener GetListener();
H A DSBLaunchInfo.h86 SBListener GetListener();
H A DSBDebugger.h208 lldb::SBListener GetListener();
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h101 lldb::ListenerSP GetListener() const { return m_listener_sp; } in GetListener() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.cpp224 launch_info.GetListener(), in DebugProcess()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h184 lldb::ListenerSP GetListener() { return m_listener_sp; } in GetListener() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp427 process_sp = target.CreateProcess(launch_info.GetListener(), in DebugProcess()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp450 process_sp = target.CreateProcess(launch_info.GetListener(), "gdb-remote", in DebugProcess()
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp1949 target->CreateProcess(debugger.GetListener(), plugin_name, nullptr, true); in DoConnectProcess()
H A DTarget.cpp213 listener_sp = GetDebugger().GetListener(); in CreateProcess()
3297 CreateProcess(launch_info.GetListener(), in Launch()
H A DProcess.cpp2790 return debugger.GetListener(); in GetListenerForProcess()
/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1848 ListenerSP listener_sp(GetListener()); in DefaultEventHandler()
H A DIOHandlerCursesGUI.cpp3178 m_debugger.GetListener(), llvm::StringRef(), &core_file_spec, false)); in SetCoreFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp433 GetDebugger().GetListener(), llvm::StringRef(), &core_file, false)); in DoExecute()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5848 result = (arg1)->GetListener(); in _wrap_SBAttachInfo_GetListener()
20049 result = (arg1)->GetListener(); in _wrap_SBDebugger_GetListener()
33520 result = (arg1)->GetListener(); in _wrap_SBLaunchInfo_GetListener()