Mirror of Google Breakpad project
Find a file
jimblandy 5ebd6507e3 Breakpad processor: Use unsigned constants in comparisons, to quiet compiler warnings.
This patch avoids comparisons between signed and unsigned values, as
warned about by G++ 4.4.1.

a=jimblandy, r=nealsid


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@469 4c0a9323-5329-0410-9bdc-e9ce6186880e
2009-12-23 22:01:57 +00:00
autotools Add logging to minidump processor (#82). First part: logging infrastructure 2007-05-17 18:34:37 +00:00
src Breakpad processor: Use unsigned constants in comparisons, to quiet compiler warnings. 2009-12-23 22:01:57 +00:00
aclocal.m4 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
AUTHORS
ChangeLog
configure fix a badly-applied patch, and also re-run automake which I forgot to do 2009-12-21 13:12:20 +00:00
configure.ac
COPYING
INSTALL Add logging to minidump processor (#82). First part: logging infrastructure 2007-05-17 18:34:37 +00:00
Makefile.am Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011 2009-12-19 21:43:53 +00:00
Makefile.in fix a badly-applied patch, and also re-run automake which I forgot to do 2009-12-21 13:12:20 +00:00
NEWS
README

Breakpad is a set of client and server components which implement a
crash-reporting system.