index
:
breakpad
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tools
/
mac
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create a static library to use Breakpad on iOS.
qsr@chromium.org
2011-11-23
1
-1
/
+2
*
Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.
ted.mielczarek
2011-11-18
2
-10
/
+9
*
Fix harmless printf abuse in symupload.
mark@chromium.org
2011-10-11
1
-1
/
+2
*
Fix breakpad/src/tools/mac/crash_report/on_demand_symbol_supplier.mm following
mark@chromium.org
2011-09-27
1
-1
/
+1
*
Linux/Mac: Add option to omit the CFI section in dump_syms.
thestig@chromium.org
2011-09-14
1
-8
/
+13
*
Wean Mac Breakpad off of its OpenSSL libcrypto dependency.
mark@chromium.org
2011-07-27
3
-16
/
+25
*
Switch mac DumpSymbols::WriteSymbolFile to take an ostream instead of a FILE*...
ted.mielczarek
2011-07-26
1
-1
/
+2
*
Fix broken build of mac crash report tool.
SiyangXie@gmail.com
2010-11-03
1
-3
/
+2
*
Restrict ownership of symbol data buffers to symbol supplier.
SiyangXie@gmail.com
2010-11-01
2
-4
/
+31
*
Fix crash_report tool.
mmentovai
2010-10-20
3
-0
/
+94
*
In on_demand_symbol_supplier, recognize architecture x86 and transform it to
mmentovai
2010-08-25
1
-1
/
+9
*
Commit issue 140001: fixes for 64-bit build cleanups.
jimblandy
2010-08-25
1
-15
/
+15
*
Remove i386 from the set of architectures that the Mac crash_report tool's
mark@chromium.org
2010-08-06
1
-2
/
+0
*
Breakpad uses x86 as the architecture name, not i386. Most tools don't care
mark@chromium.org
2010-08-06
1
-0
/
+3
*
review: http://breakpad.appspot.com/138001
dmaclach
2010-07-29
3
-19
/
+199
*
Review: http://breakpad.appspot.com/137001
dmaclach
2010-07-28
1
-2
/
+2
*
Fixes up some style nits, and gets us compiling on Leopard again.
dmaclach
2010-07-27
1
-7
/
+0
*
Clean up build for 64 bit.
dmaclach
2010-07-19
7
-446
/
+141
*
Breakpad CFI parser: Add unit tests to XCode project.
ted.mielczarek
2010-06-25
1
-10
/
+1385
*
Breakpad Mac symbol dumper: Unify with Linux dumper; support DWARF CFI.
ted.mielczarek
2010-06-25
2
-27
/
+104
*
Breakpad Mac dumper: Change the dumper to be more C++-ish.
ted.mielczarek
2010-06-25
1
-45
/
+32
*
Breakpad Mac symbol dumper: Add new Mach-O reader class.
ted.mielczarek
2010-06-25
2
-6
/
+399
*
Breakpad Mac dumper: Clean up XCode project file.
jimblandy
2010-05-05
1
-102
/
+70
*
Breakpad Mac Dumper: Fix compilation warnings on OS X 10.6
jimblandy
2010-05-05
1
-0
/
+2
*
issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ...
ted.mielczarek
2010-04-29
1
-0
/
+8
*
Mac now takes response code into account when determining success of a symupl...
jessicag.feedback@gmail.com
2010-04-13
1
-2
/
+3
*
Breakpad: Update copyright notice years on all files changed in 2010.
jimblandy
2010-02-09
1
-1
/
+1
*
Patch from Kris Rambish to keep memory usage flat when processing a directory...
nealsid
2010-01-11
1
-0
/
+2
*
INclude stackwalker_arm.{cc,h} in crash_report build
nealsid
2010-01-11
1
-0
/
+6
*
Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...
jimblandy@gmail.com
2009-12-15
2
-12
/
+12
*
Modification to crash_report to process a directory of .DMP files
nealsid
2009-09-30
1
-5
/
+28
*
Add stack-dumping logic to crash_report with -t switch
nealsid
2009-07-02
1
-4
/
+25
*
Fix build break in crash_report caused by my checkin that moved minidump proc...
nealsid
2009-06-16
1
-1
/
+1
*
Deleting obsolete file(when I added DWARF support I had to make this a .MM bu...
nealsid
2009-05-12
1
-142
/
+0
*
Fix for issues 296, 297. Various symbol supplier classes need to be updated w...
nealsid
2009-02-27
2
-2
/
+29
*
Issue 275: patch to include list of loaded modules in crash_report output
nealsid
2009-02-10
1
-0
/
+33
*
Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...
nealsid
2008-10-22
1
-0
/
+6
*
Added DWARF support to Breakpad client. Thanks to Google for open sourcing t...
nealsid
2008-10-08
3
-16
/
+207
*
Modified symupload to correctly handle spaces in module names when processing...
nealsid
2008-06-05
1
-3
/
+18
*
fix Mac build by adding stackwalker_amd64.cc to project
ladderbreaker
2007-11-21
1
-0
/
+8
*
fix crash_report build due to link error
ladderbreaker
2007-09-29
1
-0
/
+8
*
Adds the ability to designate a folder with sym files in it that will be used...
dmaclach
2007-09-15
4
-12
/
+101
*
Fixup crashreport tool on the mac
dmaclach
2007-05-24
1
-0
/
+4
*
Issue 152 - Patch by Dave Camp, Reviewer Chris Rogers
ted.mielczarek
2007-05-03
4
-1
/
+18
*
s/an breakpad/a breakpad/ (#127), patch by techtonik, r=me
mmentovai
2007-03-23
2
-2
/
+2
*
Rename Airbag to Breakpad.
mmentovai
2007-02-14
7
-49
/
+48
*
Update crash_report tool and internal classes to reflect change to ProcessSta...
waylonis
2007-01-24
4
-56
/
+37
*
Changes to support patch #108:
waylonis
2007-01-23
6
-49
/
+116
*
Add Mac symupload tool. Reviewed by bryner. Fixes issue #96.
waylonis
2006-12-19
3
-0
/
+611
*
Add Mac dump_syms tool and support class. Fixes issue #73.
waylonis
2006-12-19
2
-0
/
+354
[next]