aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac/macho_walker.cc
Commit message (Expand)AuthorAgeFilesLines
* fix pointer style to match the style guideMike Frysinger2020-07-151-10/+10
* Fix Mac Breakpad host tools to build in Linux cross-compileTed Mielczarek2015-09-161-15/+13
* Initialize file descriptors to -1, not 0, in MachoWalker.mark@chromium.org2014-02-261-2/+2
* Update dump_syms to correctly filter on cpu subtype.qsr@chromium.org2012-10-041-17/+20
* Turn on more warnings in ios / mac projects.qsr@chromium.org2012-09-211-1/+1
* Correct compilation warning.qsr@chromium.org2011-11-231-1/+3
* Correct incorrect bounds checking.qsr@chromium.org2011-10-201-2/+2
* Allow to retrieve id of a module from memory instead of going to disk for iOS.qsr@chromium.org2011-10-201-1/+27
* Review: http://breakpad.appspot.com/136001dmaclach2010-07-281-6/+6
* Clean up build for 64 bit.dmaclach2010-07-191-1/+5
* Breakpad Mac symbol dumper: Unify with Linux dumper; support DWARF CFI.ted.mielczarek2010-06-251-14/+3
* Breakpad Mac Dumper: Fix compilation warnings on OS X 10.6jimblandy2010-05-051-1/+2
* issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ...ted.mielczarek2010-04-291-1/+3
* Issue 197: reviewed by Waylonisladderbreaker2007-08-161-7/+9
* Issue 152 - Patch by Dave Camp, Reviewer Chris Rogersted.mielczarek2007-05-031-1/+2
* Issue 147 - reviewer Waylonisladderbreaker2007-04-031-0/+3
* Rename Airbag to Breakpad.mmentovai2007-02-141-1/+1
* Fix bug with mach-o walker not properly walking universal binary (Issue #125)waylonis2007-02-071-3/+36
* Changes to support patch #108:waylonis2007-01-231-4/+1
* Add classes to: walk mach-o files, look for identifiers, and return a 16 byte...waylonis2007-01-111-0/+207