breakpad/src
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
..
client Fix build break for 64-bit compilation. 2009-12-17 23:00:12 +00:00
common Breakpad DWARF parser: Fix up documentation for DWARF reader classes. 2009-12-18 22:57:54 +00:00
google_breakpad Allow Minidump class to be instantiated with stream instead of file. r=mark at http://breakpad.appspot.com/46001 2009-12-09 01:24:37 +00:00
processor Added on-demand minidump generation for Linux, and a Linux test app. 2009-12-16 20:10:57 +00:00
third_party/linux New uploader for Linux with unit tests, and gflags/glog libraries 2009-09-29 21:55:19 +00:00
tools Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent directory. 2009-12-15 17:06:21 +00:00
breakpad_googletest_includes.h Add more error information to minidump processing return code. Also added dependency on google test, and modified minidump processing unit tests to use google test 2009-05-29 00:53:02 +00:00
config.h.in Make build system less annoying (#8) r=bryner 2006-08-30 20:05:05 +00:00