Closed GoogleCodeExporter closed 9 years ago
There's already a minidump-2-core tool in the source tree. Is that not
sufficient for
you?
http://code.google.com/p/google-breakpad/source/browse/trunk/src/tools/linux/md2
core/minidump-2-core.cc
Original comment by ted.mielczarek
on 25 Nov 2009 at 12:13
I've not watched over this project for some time. Does breakpad have full x86-64
support (arguments must be placed into registers)? It does not matter what tool
to
have to convert minidumps, the main problem was in stack unwinding for this
arch.
Original comment by r.peni...@gmail.com
on 25 Nov 2009 at 12:37
There is not yet full x86-64 support. I believe we can write minidumps, but not
walk
the stack yet. We're still waiting on DWARF CFI support for that. Regardless, I
don't
expect we'd take this patch.
Original comment by ted.mielczarek
on 3 Dec 2009 at 4:23
We have full x86-64 support now, as well as DWARF. I don't think the Breakpad
project
is interested in supporting a format other than minidump, since we're able to
use it
cross-platform. You can use the minidump2core utility if you need core files.
Original comment by ted.mielczarek
on 29 Mar 2010 at 5:08
Original issue reported on code.google.com by
r.peni...@gmail.com
on 8 Apr 2009 at 9:35Attachments: