Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h39 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) override;
122 Status Attach();
H A DNativeProcessNetBSD.cpp112 NativeProcessNetBSD::Manager::Attach( in Attach() function in NativeProcessNetBSD::Manager
127 Status status = process_up->Attach(); in Attach()
870 Status NativeProcessNetBSD::Attach() { in Attach() function in NativeProcessNetBSD
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h42 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) override;
128 Status Attach();
H A DNativeProcessFreeBSD.cpp107 NativeProcessFreeBSD::Manager::Attach( in Attach() function in NativeProcessFreeBSD::Manager
122 Status status = process_up->Attach(); in Attach()
825 Status NativeProcessFreeBSD::Attach() { in Attach() function in NativeProcessFreeBSD
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h178 Attach, enumerator
288 case OpenACCClauseKind::Attach:
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedProcessInterface.h31 virtual Status Attach(const ProcessAttachInfo &attach_info) { in Attach() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.h39 Status Attach(const ProcessAttachInfo &attach_info) override;
H A DScriptedProcessPythonInterface.cpp59 ScriptedProcessPythonInterface::Attach(const ProcessAttachInfo &attach_info) { in Attach() function in ScriptedProcessPythonInterface
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h42 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger, in Attach() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.h40 lldb::ProcessSP Attach(lldb_private::ProcessAttachInfo &attach_info,
H A DPlatformPOSIX.cpp363 lldb::ProcessSP PlatformPOSIX::Attach(ProcessAttachInfo &attach_info, in Attach() function in PlatformPOSIX
405 error = process_sp->Attach(attach_info); in Attach()
411 m_remote_platform_sp->Attach(attach_info, debugger, target, error); in Attach()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBPlatform.h156 SBProcess Attach(SBAttachInfo &attach_info, const SBDebugger &debugger,
/freebsd-14.2/contrib/libcbor/
H A D.clang-format40 BreakBeforeBraces: Attach
/freebsd-14.2/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.cpp86 Attach(lldb::pid_t pid,
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp92 .Case("attach", OpenACCClauseKind::Attach) in getOpenACCClauseKind()
476 case OpenACCClauseKind::Attach: in getClauseParensKind()
706 case OpenACCClauseKind::Attach: in ParseOpenACCClauseParams()
/freebsd-14.2/sys/contrib/device-tree/Bindings/net/
H A Dmicrel-ksz90x1.txt189 /* Attach to an Ethernet device with autodetected PHY */
198 /* Attach to an explicitly-specified PHY */
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h64 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger,
H A DPlatformRemoteGDBServer.cpp490 lldb::ProcessSP PlatformRemoteGDBServer::Attach( in Attach() function in PlatformRemoteGDBServer
526 error = process_sp->Attach(attach_info); in Attach()
/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp580 SBProcess SBPlatform::Attach(SBAttachInfo &attach_info, in Attach() function in SBPlatform
589 ProcessSP process_sp = platform_sp->Attach(info, debugger.ref(), in Attach()
/freebsd-14.2/sys/arm/arm/
H A Dplatform_if.m83 * @brief Attach this platform module. This happens before the MMU is online,
/freebsd-14.2/sys/contrib/device-tree/Bindings/usb/
H A Dusb251xb.txt16 - skip-config : Skip Hub configuration, but only send the USB-Attach command
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp2051 GlobalVariable *Attach = nullptr; in parseOneMetadata() local
2054 Attach = GV; in parseOneMetadata()
2072 if (Attach || Expr) in parseOneMetadata()
2075 if (Attach) in parseOneMetadata()
2076 Attach->addDebugInfo(DGVE); in parseOneMetadata()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h324 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) = 0;
/freebsd-14.2/sys/powerpc/powerpc/
H A Dplatform_if.m109 * @brief Attach this platform module. This happens before the MMU is online,

12