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



_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to