Home
last modified time | relevance | path

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

123

/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
HDNativeProcessNetBSD.h39 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) override;
122 Status Attach();
HDNativeProcessNetBSD.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-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
HDNativeProcessFreeBSD.h42 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) override;
128 Status Attach();
HDNativeProcessFreeBSD.cpp125 NativeProcessFreeBSD::Manager::Attach( in Attach() function in NativeProcessFreeBSD::Manager
140 Status status = process_up->Attach(); in Attach()
854 Status NativeProcessFreeBSD::Attach() { in Attach() function in NativeProcessFreeBSD
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Basic/
HDOpenACCKinds.h200 Attach, enumerator
341 case OpenACCClauseKind::Attach: in printOpenACCClauseKind()
HDOpenACCClauses.def26 VISIT_CLAUSE(Attach)
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
HDScriptedProcessInterface.h31 virtual Status Attach(const ProcessAttachInfo &attach_info) { in Attach() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
HDScriptedProcessPythonInterface.h39 Status Attach(const ProcessAttachInfo &attach_info) override;
HDScriptedProcessPythonInterface.cpp60 ScriptedProcessPythonInterface::Attach(const ProcessAttachInfo &attach_info) { in Attach() function in ScriptedProcessPythonInterface
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSemaOpenACC.h208 ClauseKind == OpenACCClauseKind::Attach || in getVarList()
307 ClauseKind == OpenACCClauseKind::Attach || in setVarListDetails()
343 ClauseKind == OpenACCClauseKind::Attach || in setVarListDetails()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
HDPlatformQemuUser.h42 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger, in Attach() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
HDPlatformPOSIX.h40 lldb::ProcessSP Attach(lldb_private::ProcessAttachInfo &attach_info,
HDPlatformPOSIX.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-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBPlatform.h156 SBProcess Attach(SBAttachInfo &attach_info, const SBDebugger &debugger,
/freebsd-14-stable/contrib/libcbor/
HD.clang-format40 BreakBeforeBraces: Attach
/freebsd-14-stable/contrib/llvm-project/lldb/tools/lldb-server/
HDLLGSOptions.td54 defm attach: SJ<"attach", "Attach to the process given by a (numeric) process id or a name.">,
/freebsd-14-stable/sys/contrib/device-tree/Bindings/net/
HDmicrel-ksz90x1.txt189 /* Attach to an Ethernet device with autodetected PHY */
198 /* Attach to an explicitly-specified PHY */
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
HDPlatformRemoteGDBServer.h64 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger,
HDPlatformRemoteGDBServer.cpp490 lldb::ProcessSP PlatformRemoteGDBServer::Attach( in Attach() function in PlatformRemoteGDBServer
526 error = process_sp->Attach(attach_info); in Attach()
/freebsd-14-stable/contrib/llvm-project/lldb/source/API/
HDSBPlatform.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-stable/sys/arm/arm/
HDplatform_if.m83 * @brief Attach this platform module. This happens before the MMU is online,
/freebsd-14-stable/sys/contrib/device-tree/Bindings/usb/
HDusb251xb.txt16 - skip-config : Skip Hub configuration, but only send the USB-Attach command
/freebsd-14-stable/contrib/llvm-project/clang/lib/Parse/
HDParseOpenACC.cpp99 .Case("attach", OpenACCClauseKind::Attach) in getOpenACCClauseKind()
514 case OpenACCClauseKind::Attach: in getClauseParensKind()
963 case OpenACCClauseKind::Attach: in ParseOpenACCClauseParams()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
HDMetadataLoader.cpp2068 GlobalVariable *Attach = nullptr; in parseOneMetadata() local
2071 Attach = GV; in parseOneMetadata()
2089 if (Attach || Expr) in parseOneMetadata()
2092 if (Attach) in parseOneMetadata()
2093 Attach->addDebugInfo(DGVE); in parseOneMetadata()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Host/common/
HDNativeProcessProtocol.h324 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) = 0;

123