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
*
Support object files larger than 2**32.
erikchen@chromium.org
2015-04-22
1
-2
/
+2
*
Add microdump files to project.
jessicag.feedback@gmail.com
2014-12-11
1
-0
/
+6
*
Fix UMR and potential crash in Mac dump_syms.
mark@chromium.org
2014-11-05
1
-1
/
+2
*
Making the Mac build of crash_report work again after the last SVN sync
mmandlis@chromium.org
2014-09-16
1
-0
/
+20
*
Refactoring in preparation for microdump processing
mmandlis@chromium.org
2014-09-08
1
-2
/
+2
*
upload_system_symbols: Use the Go1.3 improvements to debug/macho.
rsesek@chromium.org
2014-07-31
6
-349
/
+80
*
In Mac dump_syms, allow reading debug data out of both the Mach-O file and th...
rsesek@chromium.org
2014-07-25
1
-9
/
+103
*
Add GYP build for the src/tools directory on Mac and Linux.
rsesek@chromium.org
2014-07-24
2
-1
/
+117
*
Create a new tool to upload Mac system library symbols.
rsesek@chromium.org
2014-02-03
6
-0
/
+815
*
Making the Mac build of crash_report work again after the last SVN sync. This...
ivan.penkov@gmail.com
2013-12-17
2
-1
/
+27
*
Detect corrupt symbol files during minidump processing. Recover from the err...
ivan.penkov@gmail.com
2013-07-11
2
-4
/
+8
*
Mac: Fix more errors from clang to get crash_report.xcodeproj close to compil...
thestig@chromium.org
2013-05-08
2
-4
/
+4
*
Fix mac dump_syms after r1163.
thestig@chromium.org
2013-05-08
1
-3
/
+9
*
Allow reading just CFI data when reading symbols
ted.mielczarek@gmail.com
2013-03-06
1
-2
/
+2
*
Move scoped_ptr.h to common
ted.mielczarek@gmail.com
2013-01-17
1
-1
/
+1
*
Add custom implementation of NXGetArchInfoXXX to allow adding new arch.
qsr@chromium.org
2012-10-03
4
-4
/
+23
*
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
[next]