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