aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac
Commit message (Expand)AuthorAgeFilesLines
* Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...jimblandy@gmail.com2009-12-1512-2564/+4
* 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-064-2/+8
* Breakpad: Don't use the deprecated __gnu_cxx::hash_map container.jimblandy@gmail.com2009-09-035-46/+3
* Provide a real std::string hash, not just a forward declaration for somethingmmentovai2009-08-201-8/+19
* Fix for http://breakpad.appspot.com/18009 - run dump_syms on both PPC & i386 ...nealsid2009-07-171-4/+11
* Incorporate feedback from first Breakpad integration.nealsid2009-04-061-1/+1
* Open sourcing the Breakpad framework from Google. nealsid2009-04-0110-0/+3513
* See https://bugzilla.mozilla.org/show_bug.cgi?id=397200nealsid2009-02-221-3/+0
* 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-083-3/+17
* issue 286 - clean up some demangling code in dump_syms.mm. r=chris rogersted.mielczarek2008-12-032-85/+16
* follow up for issue 281 - dump_syms fails to find dylib symbol file inside of...ted.mielczarek2008-12-011-7/+6
* issue 281 - dump_syms fails to find dylib symbol file inside of a bundle. r=n...ted.mielczarek2008-12-011-3/+5
* Fix for dump_syms to ignore line number information for addresses that don't ...nealsid2008-11-031-16/+25
* Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...nealsid2008-10-221-2/+8
* Fix for DWARF processing when inline functions were encountered. Inline func...nealsid2008-10-141-5/+37
* Added DWARF support to Breakpad client. Thanks to Google for open sourcing t...nealsid2008-10-0812-14/+2862
* Fix to ignore source files that have a text address of 0 in their stabs entrynealsid2008-05-191-0/+10
* Issue 208: Reviewer waylonisladderbreaker2007-09-191-1/+5
* Issue 199: Reviewed by Waylonisladderbreaker2007-08-171-3/+6
* Issue 197: reviewed by Waylonisladderbreaker2007-08-161-1/+8
* Issue 197: reviewed by Waylonisladderbreaker2007-08-161-7/+9
* Issue 197: reviewed by Waylonisladderbreaker2007-08-161-11/+13
* issue 154: reviewed by Waylonisladderbreaker2007-06-061-2/+10
* Issue 166 - reviewer Waylonisladderbreaker2007-05-091-4/+1
* Issue 164 - MACHINE_THREAD_STATE on older 10.4 versions. Patch by Dave Camp,...ted.mielczarek2007-05-081-0/+5
* simply fix no newline at end of fileladderbreaker2007-05-041-1/+1
* Issue 158: reviewer ladderbreakerladderbreaker2007-05-031-84/+22
* Issue 152 - Patch by Dave Camp, Reviewer Chris Rogersted.mielczarek2007-05-035-7/+187
* c++filt crashes when fed some mangled ObjC++ names. Oops. Patch by Davemmentovai2007-04-121-37/+37
* Issue 147 - reviewer Waylonisladderbreaker2007-04-111-10/+32
* Revert previous patch, see google-breakpad-devmmentovai2007-04-051-1/+0
* Fix temp file leak. Patch by Thomas Thiriez. r=memmentovai2007-04-051-0/+1
* Issue 147 - reviewer Waylonisladderbreaker2007-04-031-0/+3
* Issue 146 - reviewer Waylonisladderbreaker2007-04-022-45/+76
* issue141: reviewer Waylonisladderbreaker2007-03-231-1/+4
* issue 134: reduce timeout period for minidump upload : reviwer waylonisladderbreaker2007-03-161-1/+5
* issue 133: Mach-o UUID generation has problems - reviewed by waylonisladderbreaker2007-03-161-6/+13
* fixes for issue 129 : reviewed by Waylonisladderbreaker2007-03-092-24/+101
* Rename Airbag to Breakpad.mmentovai2007-02-149-14/+13
* Change the symbol table parsing so that it will only use symbols that are fro...waylonis2007-02-081-4/+13
* Fix bug with mach-o walker not properly walking universal binary (Issue #125)waylonis2007-02-073-5/+63
* Only use the segments that contain sections in the identifer calculation.waylonis2007-01-312-31/+49
* Changes to support patch #108:waylonis2007-01-233-104/+134
* Add classes to: walk mach-o files, look for identifiers, and return a 16 byte...waylonis2007-01-116-0/+919
* Added method to allow adding a file's contents directly. Fixes issue #105.waylonis2007-01-042-12/+31
* Add Mac string utilities. Reviewed by mmentovai. Fixes issue #98.waylonis2006-12-192-0/+132
* Add Mac dump_syms tool and support class. Fixes issue #73.waylonis2006-12-192-0/+875
* Changed files_ to be a Dictionary.waylonis2006-12-142-9/+9