Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue 26001: Linux dumper: fix comments in STABS reader | jimblandy@gmail.com | 2009-12-15 | 1 | -3/+3 |
| | | | | | | | | | | Typos; ambiguities; dangling references to arguments whose names got changed. a=jimblandy, r=nealsid git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@445 4c0a9323-5329-0410-9bdc-e9ce6186880e | ||||
* | Issue 25003: Linux dumper: Fix infinite loop in stabs parser. | jimblandy@gmail.com | 2009-12-15 | 1 | -1/+6 |
| | | | | | | | | | | | | If the input passed to a StabsReader instance contains a compilation unit whose first entry is an N_SO with no name, the parser enters an infinite loop. Since such entries mark the end of a compilation unit, ProcessCompilationUnit should skip them. a=jimblandy, r=nealsid git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@443 4c0a9323-5329-0410-9bdc-e9ce6186880e | ||||
* | Add files left behind by previous commit. | jimblandy@gmail.com | 2009-08-07 | 1 | -0/+195 |
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@379 4c0a9323-5329-0410-9bdc-e9ce6186880e |