Prebuilt utilities

141 views
Skip to first unread message

daquino

unread,
May 7, 2009, 3:47:55 PM5/7/09
to google-breakpad-discuss
Can someone in the project please setup prebuilt binaries for things
like dump_syms...

There is no "free" way to apparently build them anymore without buying
visual studios professional...

This is really a problem for me...

daquino

unread,
May 8, 2009, 2:05:03 AM5/8/09
to google-breakpad-discuss
I found prebuilt versions of dump_sys.exe and minidump_stackwalk.exe
at the following urls:

dump_sys.exe http://mxr.mozilla.org/firefox/source/toolkit/crashreporter/tools/win32/

minidump_stackwalk.exe http://hg.mozilla.org/build/tools/file/1dacbbe5613e/breakpad/win32/

Ted Mielczarek

unread,
May 8, 2009, 11:50:11 AM5/8/09
to google-breakpad-discuss
On May 8, 2:05 am, daquino <mr.danielaqu...@gmail.com> wrote:
> I found prebuilt versions of dump_sys.exe and minidump_stackwalk.exe
> at the following urls:
>
> dump_sys.exe  http://mxr.mozilla.org/firefox/source/toolkit/crashreporter/tools/win32/
>
> minidump_stackwalk.exe  http://hg.mozilla.org/build/tools/file/1dacbbe5613e/breakpad/win32/

You are of course welcome to use those files and host them anywhere
you'd like. I compiled them myself. (Note the minidump_stackwalk
requires cygwin, although I think the cygwin DLL is committed next to
it.)

-Ted

Daniel Aquino

unread,
May 8, 2009, 11:54:47 AM5/8/09
to google-brea...@googlegroups.com
Is it possible to see the value of locals ?

Daniel Aquino

unread,
May 8, 2009, 11:56:20 AM5/8/09
to google-brea...@googlegroups.com
Is there binaries of the other tools like the syms uploader ?

Ted Mielczarek

unread,
May 13, 2009, 11:38:00 AM5/13/09
to google-breakpad-discuss
On May 8, 11:54 am, Daniel Aquino <mr.danielaqu...@gmail.com> wrote:
> Is it possible to see the value of locals ?

No, that's not currently implemented in Breakpad, nor are function
arguments. http://code.google.com/p/google-breakpad/issues/detail?id=183
is filed for that.

-Ted

Ted Mielczarek

unread,
May 13, 2009, 11:38:32 AM5/13/09
to google-breakpad-discuss
On May 8, 11:56 am, Daniel Aquino <mr.danielaqu...@gmail.com> wrote:
> Is there binaries of the other tools like the syms uploader ?

No, primarily because we at Mozilla don't use the symbol uploader. We
just build a symbol package and upload with scp.

-Ted

Daniel Aquino

unread,
May 13, 2009, 2:27:21 PM5/13/09
to google-brea...@googlegroups.com
is there also a build of minidump_dump.exe ?

On Fri, May 8, 2009 at 11:50 AM, Ted Mielczarek
<ted.mie...@gmail.com> wrote:
>

Daniel Aquino

unread,
May 13, 2009, 2:33:19 PM5/13/09
to google-brea...@googlegroups.com
is there a way i can get updates to that thread sent to me?

Daniel Aquino

unread,
May 13, 2009, 2:33:44 PM5/13/09
to google-brea...@googlegroups.com
couldn't i use minidump_dump.exe to read what the local variables were?

Ted Mielczarek

unread,
May 14, 2009, 7:43:13 AM5/14/09
to google-breakpad-discuss
On May 13, 2:27 pm, Daniel Aquino <mr.danielaqu...@gmail.com> wrote:
> is there also a build of minidump_dump.exe ?

No, I don't generally use that. It's very verbose and I've only found
it useful during Breakpad development

-Ted

Ted Mielczarek

unread,
May 14, 2009, 7:43:33 AM5/14/09
to google-breakpad-discuss
On May 13, 2:33 pm, Daniel Aquino <mr.danielaqu...@gmail.com> wrote:
> is there a way i can get updates to that thread sent to me?

Yes, login to a google account and "star" the issue in the issue
tracker.

-Ted

Ted Mielczarek

unread,
May 14, 2009, 7:44:35 AM5/14/09
to google-breakpad-discuss
On May 13, 2:33 pm, Daniel Aquino <mr.danielaqu...@gmail.com> wrote:
> couldn't i use minidump_dump.exe to read what the local variables were?

minidump_dump will print the raw contents of the stack for you, I
believe (and also possibly the registers), so if you know the offset
of the variables in the stack (or what register they've been optimized
into), then yes, you could read their values.

-Ted
Reply all
Reply to author
Forward
0 new messages