Home
last modified time | relevance | path

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

123

/openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/
H A DREADME.md8 - [Attach Configuration Settings](#attach-configuration-settings)
11 - [Attach to process using process ID](#attach-using-pid)
12 - [Attach to process by name](#attach-by-name)
105 1. Attach to an existing process using the process ID
106 2. Attach to an existing process by name
107 3. Attach by name by waiting for the next instance of a process to launch
146 ### Attach using PID
154 "name": "Attach to PID",
160 ### Attach by Name
168 "name": "Attach to Name",
[all …]
H A Dlldb-vscode.cpp106 enum LaunchMethod { Launch, Attach, AttachForSuspendedLaunch }; enumerator
362 case Attach: in SendProcessEvent()
654 g_vsc.target.Attach(attach_info, error); in request_attach()
692 SendProcessEvent(Attach); in request_attach()
1581 g_vsc.target.Attach(attach_info, error); in request_runInTerminal()
1757 SendProcessEvent(Attach); // this happens when doing runInTerminal in request_launch()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/OpenBSD/
H A DNativeProcessOpenBSD.h38 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
117 Status Attach();
H A DNativeProcessOpenBSD.cpp120 NativeProcessOpenBSD::Factory::Attach( in Attach() function in NativeProcessOpenBSD::Factory
137 Status status = process_up->Attach(); in Attach()
464 Status NativeProcessOpenBSD::Attach() { in Attach() function in NativeProcessOpenBSD
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/NetBSD/
H A DNativeProcessNetBSD.h37 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
120 Status Attach();
H A DNativeProcessNetBSD.cpp113 NativeProcessNetBSD::Factory::Attach( in Attach() function in NativeProcessNetBSD::Factory
129 Status status = process_up->Attach(); in Attach()
851 Status NativeProcessNetBSD::Attach() { in Attach() function in NativeProcessNetBSD
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.h40 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
127 Status Attach();
H A DNativeProcessFreeBSD.cpp108 NativeProcessFreeBSD::Factory::Attach( in Attach() function in NativeProcessFreeBSD::Factory
124 Status status = process_up->Attach(); in Attach()
827 Status NativeProcessFreeBSD::Attach() { in Attach() function in NativeProcessFreeBSD
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp492 return Attach(attach_info, debugger, &target, error); in DebugProcess()
509 lldb::ProcessSP PlatformWindows::Attach(ProcessAttachInfo &attach_info, in Attach() function in PlatformWindows
517 m_remote_platform_sp->Attach(attach_info, debugger, target, error); in Attach()
542 error = process_sp->Attach(attach_info); in Attach()
H A DPlatformWindows.h61 lldb::ProcessSP Attach(lldb_private::ProcessAttachInfo &attach_info,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h50 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
167 static llvm::Expected<std::vector<::pid_t>> Attach(::pid_t pid);
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/QemuUser/
H A DPlatformQemuUser.h42 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger, in Attach() function
/openbsd-src/gnu/llvm/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
404 error = process_sp->Attach(attach_info); in Attach()
410 m_remote_platform_sp->Attach(attach_info, debugger, target, error); in Attach()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/POSIX/
H A DProcessMessage.h48 static ProcessMessage Attach(lldb::pid_t pid) { in Attach() function
/openbsd-src/gnu/llvm/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.">,
H A Dlldb-gdbserver.cpp87 Attach(lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &delegate,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
H A DNativeProcessWindows.h41 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h64 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger,
H A DPlatformRemoteGDBServer.cpp483 lldb::ProcessSP PlatformRemoteGDBServer::Attach( in Attach() function in PlatformRemoteGDBServer
518 error = process_sp->Attach(attach_info); in Attach()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dprocess_events.py299 process = target.Attach(attach_info, error)
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp1944 GlobalVariable *Attach = nullptr; in parseOneMetadata() local
1947 Attach = GV; in parseOneMetadata()
1965 if (Attach || Expr) in parseOneMetadata()
1968 if (Attach) in parseOneMetadata()
1969 Attach->addDebugInfo(DGVE); in parseOneMetadata()
/openbsd-src/usr.bin/vi/docs/internals/
H A Dcscope.NOTES39 Attach to the cscope database in cscope-dir.
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h319 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
/openbsd-src/gnu/usr.bin/binutils/gdb/po/
H A Dgdb.pot173 " --pid=PID Attach to running process PID.\n"

123