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