diff options
author | jimblandy <jimblandy@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2010-04-05 19:35:10 +0000 |
---|---|---|
committer | jimblandy <jimblandy@4c0a9323-5329-0410-9bdc-e9ce6186880e> | 2010-04-05 19:35:10 +0000 |
commit | 9e6b619ad084c58af9fb8983b1a646192adb3835 (patch) | |
tree | 0333058686c822551dffc8c752bc39f2d79f33a5 /src/client | |
parent | Add gettimeofday to linux_syscall_support.h (diff) | |
download | breakpad-9e6b619ad084c58af9fb8983b1a646192adb3835.tar.xz |
Breakpad Linux Dumper: Disable warnings about unpaired functions and lines by default.
In the process of pairing up DWARF source lines with the functions they
belong to, the dumper detects and warns about regions of functions that
have no source line information, and vice versa. However, this seems to
occur in real code frequently enough (although not often) that the warnings
may obscure more serious problems.
This patch makes those warnings disabled by default in
DwarfCUToModule::WarningReporter. It does not add a way for the dump_syms
user to enable them.
a=jimblandy, r=nealsid
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@566 4c0a9323-5329-0410-9bdc-e9ce6186880e
Diffstat (limited to 'src/client')
0 files changed, 0 insertions, 0 deletions