aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac
Commit message (Expand)AuthorAgeFilesLines
* Fixing HTTPMultipartUpload.qsr@chromium.org2012-05-151-2/+2
* Bits necessary to send the reports along with the minidumps.mark@chromium.org2012-05-111-1/+4
* Move away from the 10.4 SDK.mark@chromium.org2012-02-211-2/+0
* Funnel all bootstrap_register calls through a routine that doesn't care thatmark@chromium.org2012-02-213-3/+101
* Correct compilation warning.qsr@chromium.org2011-11-231-1/+3
* Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.ted.mielczarek2011-11-182-1/+5
* 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-204-24/+77
* Handling reading arm executable.qsr@chromium.org2011-10-121-0/+6
* Use right header.qsr@chromium.org2011-10-101-1/+1
* Extracting the config file class from the Inspector to be able to reuse it.qsr@chromium.org2011-10-102-3/+3
* Fix some compilation warnings and other errors due to API changesmark@chromium.org2011-09-291-1/+2
* Linux/Mac: Add option to omit the CFI section in dump_syms.thestig@chromium.org2011-09-142-36/+36
* Fix clang warnings.mark@chromium.org2011-08-111-6/+0
* Wean Mac Breakpad off of its OpenSSL libcrypto dependency.mark@chromium.org2011-07-273-49/+14
* Switch mac DumpSymbols::WriteSymbolFile to take an ostream instead of a FILE*...ted.mielczarek2011-07-262-2/+4
* Use STABS as the debugging format when using GCC 4.0 and the 10.4 SDK.mmentovai2010-11-081-0/+1
* Put MachIPC into the google_breakpad namespaceted.mielczarek@gmail.com2010-08-162-0/+6
* Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, ena...ted.mielczarek@gmail.com2010-08-133-5/+64
* Breakpad uses x86 as the architecture name, not i386. Most tools don't caremark@chromium.org2010-08-061-2/+6
* Review: http://breakpad.appspot.com/136001dmaclach2010-07-281-6/+6
* Clean up build for 64 bit.dmaclach2010-07-1915-32/+193
* Breakpad Mac symbol dumper: Unify with Linux dumper; support DWARF CFI.ted.mielczarek2010-06-253-1209/+536
* Breakpad Mac symbol dumper: Add new Mach-O reader class.ted.mielczarek2010-06-253-0/+2881
* Breakpad Mac Dumper: Fix compilation warnings on OS X 10.6jimblandy2010-05-053-30/+80
* issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ...ted.mielczarek2010-04-293-5/+9
* 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