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

Greg Clayton via lldb-dev lldb-dev at lists.llvm.org
Wed Jun 13 11:47:02 PDT 2018


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



More information about the lldb-dev mailing list