[Lldb-commits] [PATCH] D56293: Use the minidump exception record if present

Pavel Labath via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Thu Jan 3 23:49:20 PST 2019


labath added a comment.

In D56293#1345790 <https://reviews.llvm.org/D56293#1345790>, @zturner wrote:

> Is there something about this executable that makes it impractical to compile on the fly using the `%build` substitution?


I think the impractical part comes when you need to use that compiled binary to generate a minidump.

That said, I am not sure if you actually need the .exe for this test. Lldb should be able to open a core file/minidump without the matching executable file. It won't be terribly useful (for example, you won't get the disassembly around the crashing instructions), but you should be able to get the stop reason and the topmost PC for instance.


Repository:
  rLLDB LLDB

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

https://reviews.llvm.org/D56293





More information about the lldb-commits mailing list