[Lldb-commits] [PATCH] Make "process attach" command to support attaching to remote process in case if selected platform allows this.

Oleksiy Vyalov ovyalov at google.com
Mon Feb 2 13:51:00 PST 2015


Hi clayborg, vharron,

Make "process attach" command to support attaching to remote process in case if selected platform allows.
If selected platform can debug a process use Platform::Attach otherwise fallback to Process::Attach.
Pass hijack_listener down to Platform::Attach in order to control when inferior transitions to stopped state/

http://reviews.llvm.org/D7358

Files:
  source/Commands/CommandObjectProcess.cpp
  source/Plugins/DynamicLoader/POSIX-DYLD/DynamicLoaderPOSIXDYLD.cpp
  source/Plugins/Platform/POSIX/PlatformPOSIX.cpp
  source/Plugins/Platform/gdb-server/PlatformRemoteGDBServer.cpp

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D7358.19187.patch
Type: text/x-patch
Size: 14531 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150202/f30d931a/attachment.bin>


More information about the lldb-commits mailing list