Home
last modified time | relevance | path

Searched refs:GetListenerForProcess (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp538 attach_info.GetListenerForProcess(debugger), plugin_name, nullptr, false); in Attach()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp510 target->CreateProcess(attach_info.GetListenerForProcess(debugger), in Attach()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp393 target->CreateProcess(attach_info.GetListenerForProcess(debugger), in Attach()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h193 lldb::ListenerSP GetListenerForProcess(Debugger &debugger);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp3346 CreateProcess(attach_info.GetListenerForProcess(GetDebugger()), in Attach()
H A DProcess.cpp2760 ListenerSP ProcessAttachInfo::GetListenerForProcess(Debugger &debugger) { in GetListenerForProcess() function in ProcessAttachInfo