| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBAttachInfo.cpp | 245 SBListener SBAttachInfo::GetListener() { in GetListener() function in SBAttachInfo 248 return SBListener(m_opaque_sp->GetListener()); in GetListener()
|
| H A D | SBLaunchInfo.cpp | 130 SBListener SBLaunchInfo::GetListener() { in GetListener() function in SBLaunchInfo 133 return SBListener(m_opaque_sp->GetListener()); in GetListener()
|
| H A D | SBDebugger.cpp | 545 ListenerSP lldb_listener_sp = m_opaque_sp->GetListener(); in HandleCommand() 556 SBListener SBDebugger::GetListener() { in GetListener() function in SBDebugger 561 sb_listener.reset(m_opaque_sp->GetListener()); in GetListener()
|
| H A D | SBTarget.cpp | 87 if (attach_info.GetListener()) in AttachToProcess() 256 target_sp->GetDebugger().GetListener(), "", &filespec, false)); in LoadCore() 538 target_sp->GetDebugger().GetListener(), plugin_name, nullptr, true); in ConnectRemote()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBAttachInfo.h | 162 SBListener GetListener();
|
| H A D | SBLaunchInfo.h | 86 SBListener GetListener();
|
| H A D | SBDebugger.h | 290 lldb::SBListener GetListener();
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/ |
| H A D | PlatformQemuUser.cpp | 224 launch_info.GetListener(), in DebugProcess()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ProcessInfo.h | 102 lldb::ListenerSP GetListener() const { return m_listener_sp; } in GetListener() function
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Core/ |
| H A D | Debugger.h | 172 lldb::ListenerSP GetListener() { return m_listener_sp; } in GetListener() function
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.cpp | 421 process_sp = target.CreateProcess(launch_info.GetListener(), in DebugProcess()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 458 process_sp = target.CreateProcess(launch_info.GetListener(), "gdb-remote", in DebugProcess()
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Platform.cpp | 1913 target->CreateProcess(debugger.GetListener(), plugin_name, nullptr, true); in DoConnectProcess()
|
| H A D | Target.cpp | 298 listener_sp = GetDebugger().GetListener(); in CreateProcess() 3433 CreateProcess(launch_info.GetListener(), in Launch()
|
| H A D | Process.cpp | 2922 return debugger.GetListener(); in GetListenerForProcess()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 2072 ListenerSP listener_sp(GetListener()); in DefaultEventHandler()
|
| H A D | IOHandlerCursesGUI.cpp | 3179 m_debugger.GetListener(), llvm::StringRef(), &core_file_spec, false)); in SetCoreFile()
|
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectTarget.cpp | 416 GetDebugger().GetListener(), llvm::StringRef(), &core_file, false)); in DoExecute()
|
| /freebsd/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 6552 result = (arg1)->GetListener(); in _wrap_SBAttachInfo_GetListener() 21613 result = (arg1)->GetListener(); in _wrap_SBDebugger_GetListener() 35711 result = (arg1)->GetListener(); in _wrap_SBLaunchInfo_GetListener()
|