accuya/google-breakpad

add module list to machine-readable minidump_stackwalk output

Closed this issue · 4 comments

Patch in a minute.

Original issue reported on code.google.com by ted.mielczarek on 25 Jan 2007 at 7:48

This outputs in the format:
Module|{Module Filename}|{Version}|{Base Address}|{Max Address}|{Main}

I pondered whether to include the debug filename and debug identifier, so we 
could
populate our symbol store using this output, but I'm not sure if I want that or 
not.

Original comment by ted.mielczarek on 25 Jan 2007 at 7:50

Attachments:

Hm, I realized there was no test for the machine-readable output, so here's a 
patch
that also includes a test.

Original comment by ted.mielczarek on 25 Jan 2007 at 8:11

Attachments:

This ought to be marked FIXED.

Original comment by ted.mielczarek on 15 Feb 2007 at 1:59

Now it is.

Original comment by mmento...@gmail.com on 2 Apr 2007 at 4:25

  • Changed state: Fixed