[Lldb-commits] [PATCH] D14793: Enable saving of mini dumps with lldb process save-core.

Adrian McCarthy via lldb-commits lldb-commits at lists.llvm.org
Wed Nov 18 16:18:42 PST 2015


amccarth created this revision.
amccarth added a reviewer: zturner.
amccarth added a subscriber: lldb-commits.

Enable the saving of a mini dump (on Windows) using the existing lldb save-core command.

Also plumbs a new method into SBProcess, and adds a very basic test to make sure it produces a file.

Future tests will open the mini dump in LLDB and make sure that it has the right information.

http://reviews.llvm.org/D14793

Files:
  include/lldb/API/SBProcess.h
  packages/Python/lldbsuite/test/functionalities/process_save_core/Makefile
  packages/Python/lldbsuite/test/functionalities/process_save_core/TestProcessSaveCore.py
  packages/Python/lldbsuite/test/functionalities/process_save_core/main.cpp
  scripts/interface/SBProcess.i
  source/API/SBProcess.cpp
  source/Plugins/ObjectFile/PECOFF/CMakeLists.txt
  source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
  source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFFMiniDump.cpp
  source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFFMiniDump.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14793.40575.patch
Type: text/x-patch
Size: 9376 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151119/dde285fe/attachment-0001.bin>


More information about the lldb-commits mailing list