[Lldb-commits] [PATCH] D101329: [lldb] Support SaveCore() from gdb-remote client

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 26 15:04:01 PDT 2021


mgorny created this revision.
mgorny added reviewers: labath, emaste, krytarowski.
mgorny requested review of this revision.

Extend PluginManager::SaveCore() to support saving core dumps
via Process plugins.  Implement the client-side part of qSaveCore
request in the gdb-remote plugin, that creates the core dump
on the remote host and then uses vFile packets to transfer it.


https://reviews.llvm.org/D101329

Files:
  lldb/include/lldb/Target/Process.h
  lldb/source/Core/PluginManager.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp
  lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
  lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp
  lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101329.340667.patch
Type: text/x-patch
Size: 7379 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20210426/aeeb9b1d/attachment.bin>


More information about the lldb-commits mailing list