[Lldb-commits] [PATCH] D55727: Add "dump" command as a custom "process plugin" subcommand when ProcessMinidump is used.

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 14 16:03:45 PST 2018


clayborg added a comment.

In D55727#1331843 <https://reviews.llvm.org/D55727#1331843>, @zturner wrote:

> This sounds like a good use-case for a lit / FileCheck test.  Could you add some simple tests that run lldb with -c on a static minidump with known information inside that we don't change, then run these commands and check the output?


Yep, I will custom produce some output. I have a minidump generator if you ever need something generated for a test.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D55727/new/

https://reviews.llvm.org/D55727





More information about the lldb-commits mailing list