Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/AIX/
H A DNativeProcessAIX.cpp94 NativeProcessAIX::Manager::Attach( in Attach() function in NativeProcessAIX::Manager
99 auto tids_or = NativeProcessAIX::Attach(pid); in Attach()
162 llvm::Expected<std::vector<::pid_t>> NativeProcessAIX::Attach(::pid_t pid) { in Attach() function in NativeProcessAIX
H A DNativeProcessAIX.h43 Attach(lldb::pid_t pid, NativeDelegate &native_delegate) override;
125 static llvm::Expected<std::vector<::pid_t>> Attach(::pid_t pid);
/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();
/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();
/freebsd/crypto/krb5/src/ccapi/common/win/OldCC/
H A Dsecure.hxx35 static DWORD Attach();
H A Dsecure.cxx44 SecureClient::Attach( in Attach() function in SecureClient
H A Dccutil.cxx130 status = SecureClient::Attach(); in Initialize()
H A Dinit.cxx130 status = SecureClient::Attach(); in Initialize()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
H A DScriptedProcessPythonInterface.h
H A DScriptedProcessPythonInterface.cpp
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedProcessInterface.h31 virtual Status Attach(const ProcessAttachInfo &attach_info) { in Attach() function
/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/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.h44 Status Attach(const ProcessAttachInfo &attach_info) override;
H A DScriptedProcessPythonInterface.cpp65 ScriptedProcessPythonInterface::Attach(const ProcessAttachInfo &attach_info) { in Attach() function in ScriptedProcessPythonInterface
/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.cpp369 lldb::ProcessSP PlatformPOSIX::Attach(ProcessAttachInfo &attach_info, in Attach() function in PlatformPOSIX
411 error = process_sp->Attach(attach_info); in Attach()
417 m_remote_platform_sp->Attach(attach_info, debugger, target, error); in Attach()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h213 Attach, enumerator
390 case OpenACCClauseKind::Attach: in printOpenACCClauseKind()
H A DOpenACCClauses.def26 VISIT_CLAUSE(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/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,
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp577 SBProcess SBPlatform::Attach(SBAttachInfo &attach_info, in Attach() function in SBPlatform
586 ProcessSP process_sp = platform_sp->Attach(info, debugger.ref(), in Attach()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSemaOpenACC.h492 ClauseKind == OpenACCClauseKind::Attach || in getVarList()
633 ClauseKind == OpenACCClauseKind::Attach || in setVarListDetails()
680 ClauseKind == OpenACCClauseKind::Attach || in setVarListDetails()

123