mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-23 16:28:45 +00:00
07466260e2dcdb18a7ff8b666c78c710747f28ae
Building on Ubuntu 9.10 with the distributed compiler (GCC 4.4.1), we get warnings like the following: guid_creator.cc:56: warning: dereferencing type-punned pointer will break strict-aliasing rules It doesn't matter in this case, but there's no crying need to use reinterpret casts in an endian-dependent way when there are plenty of well-defined ways to get the same effect. a=jimblandy, r=nealsid git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@447 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%