breakpad/src/common/mac
2008-10-14 01:24:02 +00:00
..
dwarf Added DWARF support to Breakpad client. Thanks to Google for open sourcing their DWARF code! 2008-10-08 23:56:02 +00:00
dump_syms.h Added DWARF support to Breakpad client. Thanks to Google for open sourcing their DWARF code! 2008-10-08 23:56:02 +00:00
dump_syms.mm Fix for DWARF processing when inline functions were encountered. Inline functions were part of the debugging information as sequential in the PC range of the function but the source file was where the function was written(as you might expect). However the old dump_syms code, once it switched files as it was iterating over a range of addresses, never switched back, causing inline functions to cause all file numbers for addresses after the PC of the inline function to be wrong 2008-10-14 01:24:02 +00:00
file_id.cc Rename Airbag to Breakpad. 2007-02-14 19:51:05 +00:00
file_id.h Rename Airbag to Breakpad. 2007-02-14 19:51:05 +00:00
HTTPMultipartUpload.h Added method to allow adding a file's contents directly. Fixes issue #105. 2007-01-04 04:43:41 +00:00
HTTPMultipartUpload.m Issue 197: reviewed by Waylonis 2007-08-16 20:20:50 +00:00
macho_id.cc Issue 197: reviewed by Waylonis 2007-08-16 20:19:45 +00:00
macho_id.h Rename Airbag to Breakpad. 2007-02-14 19:51:05 +00:00
macho_utilities.cc Issue 152 - Patch by Dave Camp, Reviewer Chris Rogers 2007-05-03 20:12:41 +00:00
macho_utilities.h Issue 164 - MACHINE_THREAD_STATE on older 10.4 versions. Patch by Dave Camp, r=Chris Rogers 2007-05-08 19:04:14 +00:00
macho_walker.cc Issue 197: reviewed by Waylonis 2007-08-16 20:20:31 +00:00
macho_walker.h Rename Airbag to Breakpad. 2007-02-14 19:51:05 +00:00
string_utilities.cc Issue 208: Reviewer waylonis 2007-09-19 20:43:38 +00:00
string_utilities.h Add Mac string utilities. Reviewed by mmentovai. Fixes issue #98. 2006-12-19 22:11:46 +00:00