/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/ |
H A D | NativeProcessNetBSD.h | 39 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) override; 122 Status Attach();
|
H A D | NativeProcessNetBSD.cpp | 112 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 D | NativeProcessFreeBSD.h | 42 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) override; 128 Status Attach();
|
H A D | NativeProcessFreeBSD.cpp | 125 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 D | OpenACCKinds.h | 200 Attach, enumerator 341 case OpenACCClauseKind::Attach: in printOpenACCClauseKind()
|
H A D | OpenACCClauses.def | 26 VISIT_CLAUSE(Attach)
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/ |
H A D | ScriptedProcessPythonInterface.h |
|
H A D | ScriptedProcessPythonInterface.cpp |
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | SemaOpenACC.h | 208 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 D | PlatformQemuUser.h | 42 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger, in Attach() function
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
H A D | ScriptedProcessInterface.h |
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/ |
H A D | PlatformPOSIX.h | 40 lldb::ProcessSP Attach(lldb_private::ProcessAttachInfo &attach_info,
|
H A D | PlatformPOSIX.cpp | 363 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-format | 40 BreakBeforeBraces: Attach
|
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/ |
H A D | LLGSOptions.td | 54 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 D | ScriptedProcessPythonInterface.cpp | 60 ScriptedProcessPythonInterface::Attach(const ProcessAttachInfo &attach_info) { in Attach() function in ScriptedProcessPythonInterface
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | micrel-ksz90x1.txt | 189 /* 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 D | PlatformRemoteGDBServer.h | 64 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger,
|
H A D | PlatformRemoteGDBServer.cpp | 490 lldb::ProcessSP PlatformRemoteGDBServer::Attach( in Attach() function in PlatformRemoteGDBServer 526 error = process_sp->Attach(attach_info); in Attach()
|
/freebsd/sys/arm/arm/ |
H A D | platform_if.m | 83 * @brief Attach this platform module. This happens before the MMU is online,
|
/freebsd/sys/contrib/device-tree/Bindings/usb/ |
H A D | usb251xb.txt | 16 - skip-config : Skip Hub configuration, but only send the USB-Attach command
|
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseOpenACC.cpp | 99 .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 D | MetadataLoader.cpp | 2068 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 D | NativeProcessProtocol.h | 324 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) = 0;
|
/freebsd/sys/powerpc/powerpc/ |
H A D | platform_if.m | 109 * @brief Attach this platform module. This happens before the MMU is online,
|