[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:49:37 PST 2015
amccarth marked an inline comment as not done.
amccarth added a comment.
The new files are renamed per clayborg's suggestion.
================
Comment at: packages/Python/lldbsuite/test/functionalities/process_save_core/TestProcessSaveCore.py:21
@@ +20,3 @@
+ exe = os.path.join(os.getcwd(), "a.out")
+ core = os.path.join(os.getcwd(), "core.dmp")
+ target = self.dbg.CreateTarget(exe)
----------------
Given that this is proving to be a diversion right now, I'm going back to skipUnlessWindows.
http://reviews.llvm.org/D14793
More information about the lldb-commits
mailing list