Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing various compiler warnings and applying minor tweaks to allow running of | ivan.penkov@gmail.com | 2012-07-02 | 1 | -0/+4 |
| | | | | | | | | | | the mojority of breakpad unittests in Google. http://breakpad.appspot.com/399002/ git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@978 4c0a9323-5329-0410-9bdc-e9ce6186880e | ||||
* | This change allows compiling the google-breakpad code using a global ↵ | ivan.penkov@gmail.com | 2012-06-28 | 1 | -2/+2 |
| | | | | | | ::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: Move Linux dumping classes into src/common. | jimblandy | 2010-04-05 | 1 | -0/+84 |
The Linux symbol dumper's classes are reasonably portable, and should be usable for the Mac dumper as well. Move them to src/common, along with their unit tests. Update #include directives and Makefile. a=jimblandy, r=nealsid git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@567 4c0a9323-5329-0410-9bdc-e9ce6186880e |