breakpad/src/common/dwarf
jimblandy@gmail.com 7a77f45f79 Breakpad DWARF parser: Fix up documentation for DWARF reader classes.
Fix typos.

For CompilationUnit::Start, I was confused by the '-' in the original
comment, taking it for a parenthetic clause marker, assuming an
implicit "of the next compilation unit" at the end of the sentence.

The comments should refer to the ".debug_info" section, not the
"debug_info" section. The latter is not the section name actually used
on any system (ELF or Mach-O), and the former is the name prescribed
by the DWARF spec.

Some of the comments for ProcessAttribute* member functions claim that
OFFSET is from the start of the compilation unit, but that's not so:
the code has always passed an offset relative to the start of the
.debug_info section.

a=jimblandy, r=nealsid


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@453 4c0a9323-5329-0410-9bdc-e9ce6186880e
2009-12-18 22:57:54 +00:00
..
bytereader-inl.h Issue 41004: Breakpad DWARF parser: fixes to compile without warnings under GNU C++ 4.3.3. 2009-12-15 17:25:27 +00:00
bytereader.cc Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent directory. 2009-12-15 17:06:21 +00:00
bytereader.h Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent directory. 2009-12-15 17:06:21 +00:00
dwarf2enums.h Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent directory. 2009-12-15 17:06:21 +00:00
dwarf2reader.cc Issue 41004: Breakpad DWARF parser: fixes to compile without warnings under GNU C++ 4.3.3. 2009-12-15 17:25:27 +00:00
dwarf2reader.h Breakpad DWARF parser: Fix up documentation for DWARF reader classes. 2009-12-18 22:57:54 +00:00
functioninfo.cc Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent directory. 2009-12-15 17:06:21 +00:00
functioninfo.h Breakpad DWARF parser: Fix up documentation for DWARF reader classes. 2009-12-18 22:57:54 +00:00
line_state_machine.h Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent directory. 2009-12-15 17:06:21 +00:00
types.h Issue 42002: Breakpad DWARF parser: avoid using <stdint.h> type 2009-12-15 17:21:14 +00:00