[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
Fri Nov 20 14:51:15 PST 2015


amccarth updated this revision to Diff 40835.
amccarth added a comment.

Renames the files per the suggestion and switches back to the @skipIfWindows decorator on the tests (for now).


http://reviews.llvm.org/D14793

Files:
  include/lldb/API/SBProcess.h
  include/lldb/API/SBTarget.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/Commands/CommandObjectTarget.cpp
  source/Plugins/ObjectFile/PECOFF/CMakeLists.txt
  source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.cpp
  source/Plugins/ObjectFile/PECOFF/ObjectFilePECOFF.h
  source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.cpp
  source/Plugins/ObjectFile/PECOFF/WindowsMiniDump.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14793.40835.patch
Type: text/x-patch
Size: 12238 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151120/4b0ab8ae/attachment.bin>


More information about the lldb-commits mailing list