| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/FreeBSD/ |
| H A D | PlatformFreeBSD.cpp | 264 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 D | PlatformFreeBSD.h | 59 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/NetBSD/ |
| H A D | NativeProcessNetBSD.h | 38 Attach(lldb::pid_t pid, NativeDelegate &native_delegate, 118 Status Attach();
|
| H A D | NativeProcessNetBSD.cpp | 117 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 D | NativeProcessDarwin.h | 56 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 D | ProcessMessage.h | 49 static ProcessMessage Attach(lldb::pid_t pid) { in Attach() function
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/FreeBSD/ |
| H A D | ProcessMonitor.cpp | 970 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 D | ProcessMonitor.h | 255 static void Attach(AttachArgs *args);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 77 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger,
|
| H A D | PlatformRemoteGDBServer.cpp | 557 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 D | observer.texi | 57 Attach the given @code{normal_stop} callback function @var{f} and
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.h | 134 lldb::ProcessSP Attach(lldb_private::ProcessAttachInfo &attach_info,
|
| H A D | PlatformPOSIX.cpp | 805 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 D | MetadataLoader.cpp | 1624 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 D | NativeProcessProtocol.h | 294 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
|
| /freebsd-12.1/sys/arm/arm/ |
| H A D | platform_if.m | 84 * @brief Attach this platform module. This happens before the MMU is online,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/ |
| H A D | MIExtensions.txt | 103 Attach to an executable. Using -n allows specifying an executable name to attach to.
|
| /freebsd-12.1/sys/powerpc/powerpc/ |
| H A D | platform_if.m | 100 * @brief Attach this platform module. This happens before the MMU is online,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-server/ |
| H A D | lldb-gdbserver.cpp | 75 Attach(lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &delegate,
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 222 SBProcess Attach(SBAttachInfo &attach_info, SBError &error);
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/ |
| H A D | Platform.h | 432 virtual lldb::ProcessSP Attach(ProcessAttachInfo &attach_info,
|
| H A D | Target.h | 551 Status Attach(ProcessAttachInfo &attach_info,
|
| /freebsd-12.1/sys/kern/ |
| H A D | device_if.m | 191 * @brief Attach a device to a device driver
|
| /freebsd-12.1/sys/dev/isp/ |
| H A D | Hardware.txt | 218 This is called a PL_DA (Private Loop, Direct Attach) topology.
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/API/ |
| H A D | SBTarget.cpp | 95 return target.Attach(attach_info, nullptr); in AttachToProcess() 417 lldb::SBProcess SBTarget::Attach(SBAttachInfo &sb_attach_info, SBError &error) { in Attach() function in SBTarget
|