Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h37 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
118 Status Attach();
H A DNativeProcessNetBSD.cpp113 NativeProcessNetBSD::Factory::Attach( in Attach() function in NativeProcessNetBSD::Factory
129 Status status = process_up->Attach(); in Attach()
850 Status NativeProcessNetBSD::Attach() { in Attach() function in NativeProcessNetBSD
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h40 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
125 Status Attach();
H A DNativeProcessFreeBSD.cpp108 NativeProcessFreeBSD::Factory::Attach( in Attach() function in NativeProcessFreeBSD::Factory
124 Status status = process_up->Attach(); in Attach()
810 Status NativeProcessFreeBSD::Attach() { in Attach() function in NativeProcessFreeBSD
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h40 lldb::ProcessSP Attach(lldb_private::ProcessAttachInfo &attach_info,
H A DPlatformPOSIX.cpp359 lldb::ProcessSP PlatformPOSIX::Attach(ProcessAttachInfo &attach_info, in Attach() function in PlatformPOSIX
400 error = process_sp->Attach(attach_info); in Attach()
406 m_remote_platform_sp->Attach(attach_info, debugger, target, error); in Attach()
/freebsd-13.1/contrib/libcbor/
H A D.clang-format40 BreakBeforeBraces: Attach
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h48 static ProcessMessage Attach(lldb::pid_t pid) { in Attach() function
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A DLLGSOptions.td54 defm attach: SJ<"attach", "Attach to the process given by a (numeric) process id or a name.">,
H A Dlldb-gdbserver.cpp84 Attach(lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &delegate,
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h73 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger,
H A DPlatformRemoteGDBServer.cpp562 lldb::ProcessSP PlatformRemoteGDBServer::Attach( in Attach() function in PlatformRemoteGDBServer
597 error = process_sp->Attach(attach_info); in Attach()
/freebsd-13.1/sys/arm/arm/
H A Dplatform_if.m84 * @brief Attach this platform module. This happens before the MMU is online,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1897 GlobalVariable *Attach = nullptr; in parseOneMetadata() local
1900 Attach = GV; in parseOneMetadata()
1918 if (Attach || Expr) in parseOneMetadata()
1921 if (Attach) in parseOneMetadata()
1922 Attach->addDebugInfo(DGVE); in parseOneMetadata()
/freebsd-13.1/sys/contrib/device-tree/Bindings/usb/
H A Dusb251xb.txt16 - skip-config : Skip Hub configuration, but only send the USB-Attach command
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h301 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
/freebsd-13.1/sys/powerpc/powerpc/
H A Dplatform_if.m110 * @brief Attach this platform module. This happens before the MMU is online,
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h214 SBProcess Attach(SBAttachInfo &attach_info, SBError &error);
/freebsd-13.1/contrib/llvm-project/lldb/docs/man/
H A Dlldb-server.rst101 Attach to the process given by a (numeric) process id or a name.
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i259 Attach(lldb::SBAttachInfo &attach_info, lldb::SBError& error);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h395 virtual lldb::ProcessSP Attach(ProcessAttachInfo &attach_info,
H A DTarget.h596 Status Attach(ProcessAttachInfo &attach_info,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp94 return target.Attach(attach_info, nullptr); in AttachToProcess()
459 lldb::SBProcess SBTarget::Attach(SBAttachInfo &sb_attach_info, SBError &error) { in Attach() function in SBTarget
460 LLDB_RECORD_METHOD(lldb::SBProcess, SBTarget, Attach, in Attach()
2527 LLDB_REGISTER_METHOD(lldb::SBProcess, SBTarget, Attach, in RegisterMethods()
/freebsd-13.1/sys/kern/
H A Ddevice_if.m191 * @brief Attach a device to a device driver
/freebsd-13.1/sys/dev/isp/
H A DHardware.txt218 This is called a PL_DA (Private Loop, Direct Attach) topology.

12