accuya/google-breakpad

Communicate OS and CPU to SymbolSupplier

Closed this issue · 4 comments

SymbolSupplier implementations may find it useful to know which OS and CPU
to look for a symbol file in.

Original issue reported on code.google.com by mmento...@gmail.com on 8 Jan 2007 at 8:58

I had two options here: either add OS and CPU to the CodeModule interface, or 
pass
them through the stackwalker.  I chose to do it through the stackwalker, because
future versions of stackwalkers may find it useful to know which OS generated a 
stack.

Original comment by mmento...@gmail.com on 8 Jan 2007 at 9:05

Attachments:

Original comment by mmento...@gmail.com on 10 Jan 2007 at 8:15

Attachments:

Original comment by mmento...@gmail.com on 10 Jan 2007 at 10:29

Attachments:

Checked in, revision [101].

Original comment by mmento...@gmail.com on 10 Jan 2007 at 10:48

  • Changed state: Fixed