Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBAttachInfo.cpp161 SBListener SBAttachInfo::GetListener() { in GetListener() function in SBAttachInfo
162 return SBListener(m_opaque_sp->GetListener()); in GetListener()
H A DSBLaunchInfo.cpp77 SBListener SBLaunchInfo::GetListener() { in GetListener() function in SBLaunchInfo
78 return SBListener(m_opaque_sp->GetListener()); in GetListener()
H A DSBDebugger.cpp379 ListenerSP lldb_listener_sp = m_opaque_sp->GetListener(); in HandleCommand()
391 SBListener SBDebugger::GetListener() { in GetListener() function in SBDebugger
396 sb_listener.reset(m_opaque_sp->GetListener()); in GetListener()
H A DSBTarget.cpp89 if (attach_info.GetListener()) in AttachToProcess()
232 target_sp->GetDebugger().GetListener(), "", &filespec)); in LoadCore()
254 SBListener listener = GetDebugger().GetListener(); in LaunchSimple()
558 target_sp->GetDebugger().GetListener(), plugin_name, NULL); in ConnectRemote()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBAttachInfo.h169 SBListener GetListener();
H A DSBLaunchInfo.h79 SBListener GetListener();
H A DSBDebugger.h98 lldb::SBListener GetListener();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcessLaunchInfo.h131 lldb::ListenerSP GetListener() const { return m_listener_sp; } in GetListener() function
H A DProcess.h190 SetListener(launch_info.GetListener()); in ProcessAttachInfo()
251 lldb::ListenerSP GetListener() const { return m_listener_sp; } in GetListener() function
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBDebugSessionInfo.h183 lldb::SBListener &GetListener() const;
H A DMICmdCmdTarget.cpp122 rSessionInfo.GetListener(), strUrl.c_str(), pPlugin, error); in Execute()
H A DMICmdCmdExec.cpp119 launchInfo.SetListener(rSessionInfo.GetListener()); in Execute()
H A DMICmnLLDBDebugger.cpp400 m_lldbListener = m_lldbDebugger.GetListener(); in InitSBListener()
H A DMICmnLLDBDebugSessionInfo.cpp861 lldb::SBListener &CMICmnLLDBDebugSessionInfo::GetListener() const { in GetListener() function in CMICmnLLDBDebugSessionInfo
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp291 target->CreateProcess(launch_info.GetListener(), "gdb-remote", nullptr); in DebugProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DDebugger.h152 lldb::ListenerSP GetListener() { return m_listener_sp; } in GetListener() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp499 process_sp = target->CreateProcess(launch_info.GetListener(), in DebugProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp1517 ListenerSP listener_sp(GetListener()); in DefaultEventHandler()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1847 target->CreateProcess(debugger.GetListener(), plugin_name, nullptr); in ConnectProcess()
H A DTarget.cpp198 listener_sp = GetDebugger().GetListener(); in CreateProcess()
2878 CreateProcess(launch_info.GetListener(), plugin_name, nullptr); in Launch()
H A DProcess.cpp2981 return debugger.GetListener(); in GetListenerForProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp418 m_interpreter.GetDebugger().GetListener(), llvm::StringRef(), in DoExecute()