Home
last modified time | relevance | path

Searched refs:Attach (Results 1 – 25 of 51) sorted by relevance

123

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp264 lldb::ProcessSP PlatformFreeBSD::Attach(ProcessAttachInfo &attach_info, in Attach() function in PlatformFreeBSD
289 error = process_sp->Attach(attach_info); in Attach()
294 m_remote_platform_sp->Attach(attach_info, debugger, target, error); in Attach()
H A DPlatformFreeBSD.h59 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h38 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
118 Status Attach();
H A DNativeProcessNetBSD.cpp117 NativeProcessNetBSD::Factory::Attach( in Attach() function in NativeProcessNetBSD::Factory
133 Status status = process_up->Attach(); in Attach()
659 Status NativeProcessNetBSD::Attach() { in Attach() function in NativeProcessNetBSD
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Darwin/
H A DNativeProcessDarwin.h56 friend Status NativeProcessProtocol::Attach(
269 ::pid_t Attach(lldb::pid_t pid, Status &error);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h49 static ProcessMessage Attach(lldb::pid_t pid) { in Attach() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/
H A DProcessMonitor.cpp970 process.SendMessage(ProcessMessage::Attach(pid)); in Launch()
990 Attach(args); in AttachOpThread()
996 void ProcessMonitor::Attach(AttachArgs *args) { in Attach() function in ProcessMonitor
1020 process.SendMessage(ProcessMessage::Attach(pid)); in Attach()
H A DProcessMonitor.h255 static void Attach(AttachArgs *args);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h77 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger,
H A DPlatformRemoteGDBServer.cpp557 lldb::ProcessSP PlatformRemoteGDBServer::Attach( in Attach() function in PlatformRemoteGDBServer
593 error = process_sp->Attach(attach_info); in Attach()
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Dobserver.texi57 Attach the given @code{normal_stop} callback function @var{f} and
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h134 lldb::ProcessSP Attach(lldb_private::ProcessAttachInfo &attach_info,
H A DPlatformPOSIX.cpp805 lldb::ProcessSP PlatformPOSIX::Attach(ProcessAttachInfo &attach_info, in Attach() function in PlatformPOSIX
850 error = process_sp->Attach(attach_info); in Attach()
856 m_remote_platform_sp->Attach(attach_info, debugger, target, error); in Attach()
/freebsd-12.1/contrib/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1624 GlobalVariable *Attach = nullptr; in parseOneMetadata() local
1627 Attach = GV; in parseOneMetadata()
1645 if (Attach || Expr) in parseOneMetadata()
1648 if (Attach) in parseOneMetadata()
1649 Attach->addDebugInfo(DGVE); in parseOneMetadata()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h294 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
/freebsd-12.1/sys/arm/arm/
H A Dplatform_if.m84 * @brief Attach this platform module. This happens before the MMU is online,
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIExtensions.txt103 Attach to an executable. Using -n allows specifying an executable name to attach to.
/freebsd-12.1/sys/powerpc/powerpc/
H A Dplatform_if.m100 * @brief Attach this platform module. This happens before the MMU is online,
/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp75 Attach(lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &delegate,
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h222 SBProcess Attach(SBAttachInfo &attach_info, SBError &error);
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h432 virtual lldb::ProcessSP Attach(ProcessAttachInfo &attach_info,
H A DTarget.h551 Status Attach(ProcessAttachInfo &attach_info,
/freebsd-12.1/sys/kern/
H A Ddevice_if.m191 * @brief Attach a device to a device driver
/freebsd-12.1/sys/dev/isp/
H A DHardware.txt218 This is called a PL_DA (Private Loop, Direct Attach) topology.
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp95 return target.Attach(attach_info, nullptr); in AttachToProcess()
417 lldb::SBProcess SBTarget::Attach(SBAttachInfo &sb_attach_info, SBError &error) { in Attach() function in SBTarget

123