| /openbsd-src/gnu/llvm/lldb/tools/lldb-vscode/ |
| H A D | README.md | 8 - [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 D | lldb-vscode.cpp | 106 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 D | NativeProcessOpenBSD.h | 38 Attach(lldb::pid_t pid, NativeDelegate &native_delegate, 117 Status Attach();
|
| H A D | NativeProcessOpenBSD.cpp | 120 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 D | NativeProcessNetBSD.h | 37 Attach(lldb::pid_t pid, NativeDelegate &native_delegate, 120 Status Attach();
|
| H A D | NativeProcessNetBSD.cpp | 113 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 D | NativeProcessFreeBSD.h | 40 Attach(lldb::pid_t pid, NativeDelegate &native_delegate, 127 Status Attach();
|
| H A D | NativeProcessFreeBSD.cpp | 108 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 D | PlatformWindows.cpp | 492 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 D | PlatformWindows.h | 61 lldb::ProcessSP Attach(lldb_private::ProcessAttachInfo &attach_info,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/ |
| H A D | NativeProcessLinux.h | 50 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 D | PlatformQemuUser.h | 42 lldb::ProcessSP Attach(ProcessAttachInfo &attach_info, Debugger &debugger, in Attach() function
|
| /openbsd-src/gnu/llvm/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 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 D | ProcessMessage.h | 48 static ProcessMessage Attach(lldb::pid_t pid) { in Attach() function
|
| /openbsd-src/gnu/llvm/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.">,
|
| H A D | lldb-gdbserver.cpp | 87 Attach(lldb::pid_t pid, NativeProcessProtocol::NativeDelegate &delegate,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/ |
| H A D | NativeProcessWindows.h | 41 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
|
| /openbsd-src/gnu/llvm/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 | 483 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 D | process_events.py | 299 process = target.Attach(attach_info, error)
|
| /openbsd-src/gnu/llvm/llvm/lib/Bitcode/Reader/ |
| H A D | MetadataLoader.cpp | 1944 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 D | cscope.NOTES | 39 Attach to the cscope database in cscope-dir.
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/ |
| H A D | NativeProcessProtocol.h | 319 Attach(lldb::pid_t pid, NativeDelegate &native_delegate,
|
| /openbsd-src/gnu/usr.bin/binutils/gdb/po/ |
| H A D | gdb.pot | 173 " --pid=PID Attach to running process PID.\n"
|