| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBAttachInfo.cpp | 161 SBListener SBAttachInfo::GetListener() { in GetListener() function in SBAttachInfo 162 return SBListener(m_opaque_sp->GetListener()); in GetListener()
|
| H A D | SBLaunchInfo.cpp | 77 SBListener SBLaunchInfo::GetListener() { in GetListener() function in SBLaunchInfo 78 return SBListener(m_opaque_sp->GetListener()); in GetListener()
|
| H A D | SBDebugger.cpp | 379 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 D | SBTarget.cpp | 89 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 D | SBAttachInfo.h | 169 SBListener GetListener();
|
| H A D | SBLaunchInfo.h | 79 SBListener GetListener();
|
| H A D | SBDebugger.h | 98 lldb::SBListener GetListener();
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | ProcessLaunchInfo.h | 131 lldb::ListenerSP GetListener() const { return m_listener_sp; } in GetListener() function
|
| H A D | Process.h | 190 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 D | MICmnLLDBDebugSessionInfo.h | 183 lldb::SBListener &GetListener() const;
|
| H A D | MICmdCmdTarget.cpp | 122 rSessionInfo.GetListener(), strUrl.c_str(), pPlugin, error); in Execute()
|
| H A D | MICmdCmdExec.cpp | 119 launchInfo.SetListener(rSessionInfo.GetListener()); in Execute()
|
| H A D | MICmnLLDBDebugger.cpp | 400 m_lldbListener = m_lldbDebugger.GetListener(); in InitSBListener()
|
| H A D | MICmnLLDBDebugSessionInfo.cpp | 861 lldb::SBListener &CMICmnLLDBDebugSessionInfo::GetListener() const { in GetListener() function in CMICmnLLDBDebugSessionInfo
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 291 target->CreateProcess(launch_info.GetListener(), "gdb-remote", nullptr); in DebugProcess()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 152 lldb::ListenerSP GetListener() { return m_listener_sp; } in GetListener() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 499 process_sp = target->CreateProcess(launch_info.GetListener(), in DebugProcess()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Core/ |
| H A D | Debugger.cpp | 1517 ListenerSP listener_sp(GetListener()); in DefaultEventHandler()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Target/ |
| H A D | Platform.cpp | 1847 target->CreateProcess(debugger.GetListener(), plugin_name, nullptr); in ConnectProcess()
|
| H A D | Target.cpp | 198 listener_sp = GetDebugger().GetListener(); in CreateProcess() 2878 CreateProcess(launch_info.GetListener(), plugin_name, nullptr); in Launch()
|
| H A D | Process.cpp | 2981 return debugger.GetListener(); in GetListenerForProcess()
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 418 m_interpreter.GetDebugger().GetListener(), llvm::StringRef(), in DoExecute()
|