Home
last modified time | relevance | path

Searched defs:Attach (Results 1 – 14 of 14) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/include/lldb/Interpreter/Interfaces/
H A DScriptedProcessInterface.h31 virtual Status Attach(const ProcessAttachInfo &attach_info) { in Attach() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h42 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger, in Attach() function
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/Interfaces/
H A DScriptedProcessPythonInterface.cpp59 ScriptedProcessPythonInterface::Attach(const ProcessAttachInfo &attach_info) { Attach() function in ScriptedProcessPythonInterface
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenACCKinds.h178 Attach, global() enumerator
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp107 NativeProcessFreeBSD::Manager::Attach( Attach() function in NativeProcessFreeBSD::Manager
825 Status NativeProcessFreeBSD::Attach() { Attach() function in NativeProcessFreeBSD
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.cpp112 NativeProcessNetBSD::Manager::Attach( in Attach() function in NativeProcessNetBSD::Manager
870 Status NativeProcessNetBSD::Attach() { in Attach() function in NativeProcessNetBSD
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp363 lldb::ProcessSP PlatformPOSIX::Attach(ProcessAttachInfo &attach_info, in Attach() function in PlatformPOSIX
/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBPlatform.cpp580 SBProcess SBPlatform::Attach(SBAttachInfo &attach_info, in Attach() function in SBPlatform
H A DSBTarget.cpp430 lldb::SBProcess SBTarget::Attach(SBAttachInfo &sb_attach_info, SBError &error) { Attach() function in SBTarget
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.cpp490 lldb::ProcessSP PlatformRemoteGDBServer::Attach( in Attach() function in PlatformRemoteGDBServer
/freebsd-src/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp2051 GlobalVariable *Attach = nullptr; parseOneMetadata() local
/freebsd-src/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2806 Status Process::Attach(ProcessAttachInfo &attach_info) { Attach() function in Process
H A DTarget.cpp3413 Status Target::Attach(ProcessAttachInfo &attach_info, Stream *stream) { Attach() function in Target
/freebsd-src/contrib/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp3024 void Attach(Window &window) { in Attach() function in curses::ProcessAttachFormDelegate