mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-23 12:38:41 +00:00
315c4f6b2038a917eaa85267fe251e1be7ee7fb9
src/common/dwarf/dwarf2reader.cc uses the old-fashioned <stdio.h> facilities to report errors. Ideally, we would add a 'Warning' message to the handler and make the client responsible for dealing with the errors, but this at least allows us to compile. Ubuntu 9.10 uses GCC 4.4.1; under older versions of GCC, this wasn't a problem, probably because stdio.h was being brought in inadvertently somewhere else. a=jimblandy, r=nealsid git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@449 4c0a9323-5329-0410-9bdc-e9ce6186880e
Allow Minidump class to be instantiated with stream instead of file. r=mark at http://breakpad.appspot.com/46001
Allow Minidump class to be instantiated with stream instead of file. r=mark at http://breakpad.appspot.com/46001
Breakpad is a set of client and server components which implement a crash-reporting system.
Description
Languages
C++
70.3%
Makefile
13.4%
C
5%
Shell
4.4%
Objective-C
3.1%
Other
3.7%