Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Breakpad Linux Dumper: Rename structure members to follow the Google C++ ↵ | jimblandy | 2010-01-28 | 1 | -32/+32 |
| | | | | | | | | | | | | | Style Guide. The Google C++ Style Guide says that members of structures needn't have names ending in underscores. The structure types in google_breakpad::Module don't follow this rule. a=jimblandy, r=nealsid git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@505 4c0a9323-5329-0410-9bdc-e9ce6186880e | ||||
* | Breakpad Linux dumper: Add unit tests for google_breakpad::Module. | jimblandy | 2009-12-23 | 1 | -0/+286 |
Adjust Module's interface a bit to facilitate testing: - Make AssignSourceIds something a client can call --- it's perfectly well-defined, so this is an okay change. - Add GetFunctions, GetFiles and FindExistingfile member functions, which the test harness will use to get results to examine. a=jimblandy, r=nealsid git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@466 4c0a9323-5329-0410-9bdc-e9ce6186880e |