Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This change allows compiling the google-breakpad code using a global ↵ | ivan.penkov@gmail.com | 2012-06-28 | 1 | -2/+4 |
| | | | | | | ::string class instead of std::string. For more details take a look at common/using_std_string.h git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@974 4c0a9323-5329-0410-9bdc-e9ce6186880e | ||||
* | Breakpad symbol dumper: Define the ByteBuffer and ByteCursor classes. | jimblandy | 2010-05-05 | 1 | -0/+263 |
The ByteBuffer and ByteCursor classes are utility classes for reading binary files, handling endianness and word size issues in a portable way. a=jimblandy, r=thestig git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@582 4c0a9323-5329-0410-9bdc-e9ce6186880e |