mirror of
https://github.com/yuzu-emu/breakpad.git
synced 2025-11-10 20:25:21 +00:00
All the other classes which receive debugging data from some sort of parser and use it to populate a Module have names ending in "ToModule": DwarfCUToModule, DwarfCFIToModule. Also, DumpStabsHandler doesn't actually dump anything. This patch renames the DumpStabsHandler class to StabsToModule, which is more consistent and descriptive. a=jimblandy, r=thestig git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@584 4c0a9323-5329-0410-9bdc-e9ce6186880e |
||
|---|---|---|
| autotools | ||
| m4 | ||
| src | ||
| aclocal.m4 | ||
| AUTHORS | ||
| ChangeLog | ||
| configure | ||
| configure.ac | ||
| COPYING | ||
| DEPS | ||
| INSTALL | ||
| Makefile.am | ||
| Makefile.in | ||
| NEWS | ||
| README | ||
Breakpad is a set of client and server components which implement a crash-reporting system.