breakpad/src/tools
jimblandy bc64ee962f Breakpad DWARF Parser: Improved DWARF-processing interface.
dwarf2reader::CompilationUnit is a simple and direct parser for DWARF
data, but its handler interface is not convenient to use. In
particular, the same handler object receives data about all DIEs
processed. One can't use distinct classes to separate the information
needed to handle different kinds of data.

This patch defines a new adapter type, dwarf2reader::DIEHandler, which
implements the existing DWARF parser's handler interface, given a
handler written to a more comfortable, object-orient interface. The
comments in dwarf2diehandler.h provide more detail.

a=jimblandy, r=ccoutant


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@495 4c0a9323-5329-0410-9bdc-e9ce6186880e
2010-01-23 01:20:55 +00:00
..
linux Breakpad DWARF Parser: Improved DWARF-processing interface. 2010-01-23 01:20:55 +00:00
mac Patch from Kris Rambish to keep memory usage flat when processing a directory full of minidump files 2010-01-11 21:24:43 +00:00
solaris/dump_syms Solaris version of symbol dumper (#207). Patch by Alfred Peng. r=me 2007-09-28 18:14:48 +00:00
windows Fix for issue 304: symupload needs to support timeout specifications(wininet can timeout when sending large symbol files). 2009-03-20 19:02:12 +00:00