[lldb-dev] Do we have any infrastructure for creating mini dump files from a loaded process or from a core file?

Zachary Turner via lldb-dev lldb-dev at lists.llvm.org
Wed Jun 13 12:07:47 PDT 2018


We can’t produce them, but you should check out the source code of google
breakpad / crashpad which can.

That said it’s a pretty simple format, there may be enough in our consumer
code that should allow you to produce them
On Wed, Jun 13, 2018 at 11:47 AM Greg Clayton <clayborg at gmail.com> wrote:

> I am interested in being able to load a core file on linux machines and
> save out a windows minidump file with enough info for backtraces and maybe
> some variables. I know we can ingest minidump files in LLDB, but can we
> produce them? I was planning on writing a python module that adds a new
> save_minidump command, but wanted to check if anyone has anything like this
> already.
>
> Also any URLs for the minidump file format would be appreciated.
>
> Greg Clayton
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20180613/e0949dfd/attachment.html>


More information about the lldb-dev mailing list