Home
last modified time | relevance | path

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

123

/freebsd/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()
871 // Attach to the requested process. in Attach()
849 Status NativeProcessNetBSD::Attach() { Attach() function in NativeProcessNetBSD
/freebsd/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.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/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h200 Attach, enumerator
341 case OpenACCClauseKind::Attach: in printOpenACCClauseKind()
H A DOpenACCClauses.def26 VISIT_CLAUSE(Attach)
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.h
H A DScriptedProcessPythonInterface.cpp
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h208 ClauseKind == OpenACCClauseKind::Attach || in getVarList()
307 ClauseKind == OpenACCClauseKind::Attach || in setVarListDetails()
343 ClauseKind == OpenACCClauseKind::Attach || in setVarListDetails()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h42 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger, in Attach() function
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DScriptedProcessInterface.h
/freebsd/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/contrib/libcbor/
H A D.clang-format40 BreakBeforeBraces: Attach
/freebsd/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.">,
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.cpp60 ScriptedProcessPythonInterface::Attach(const ProcessAttachInfo &attach_info) { in Attach() function in ScriptedProcessPythonInterface
/freebsd/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/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/sys/arm/arm/
H A Dplatform_if.m83 * @brief Attach this platform module. This happens before the MMU is online,
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dusb251xb.txt16 - skip-config : Skip Hub configuration, but only send the USB-Attach command
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenACC.cpp99 .Case("attach", OpenACCClauseKind::Attach) in getOpenACCClauseKind()
514 case OpenACCClauseKind::Attach: in getClauseParensKind()
963 case OpenACCClauseKind::Attach: in ParseOpenACCClauseParams()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.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/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h324 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) = 0;
/freebsd/sys/powerpc/powerpc/
H A Dplatform_if.m109 * @brief Attach this platform module. This happens before the MMU is online,

123