aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/dwarf
Commit message (Expand)AuthorAgeFilesLines
* Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...jimblandy@gmail.com2009-12-1510-2560/+0
* Issue 32002: Breakpad DWARF parser: Update char decls to be signedjimblandy@gmail.com2009-10-081-17/+23
* 10.6 SDK compatibility fixes. No bug.mmentovai2009-10-063-2/+6
* Breakpad: Don't use the deprecated __gnu_cxx::hash_map container.jimblandy@gmail.com2009-09-033-36/+2
* Provide a real std::string hash, not just a forward declaration for somethingmmentovai2009-08-201-8/+19
* Issue 283 - DWARF dumper doesn't handle DW_AT_specification. r=nealsidted.mielczarek2008-12-082-0/+39
* Issue 284 - DWARF dumper doesn't output function names including arguments. r...ted.mielczarek2008-12-082-2/+8
* Added DWARF support to Breakpad client. Thanks to Google for open sourcing t...nealsid2008-10-0810-0/+2528