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
/
common
/
mac
Commit message (
Expand
)
Author
Age
Files
Lines
*
mac dump_syms: remove unused vars to fix -Werror build failures
Mike Frysinger
2019-04-05
1
-1
/
+0
*
mac dump_syms: Support .dSYMs > 4GB (partially)
Mark Mentovai
2019-03-28
2
-10
/
+34
*
breakpad: Remove semicolons, iOS edition.
Nico Weber
2019-02-25
1
-1
/
+1
*
breakpad: Remove semicolons, mac edition.
Nico Weber
2019-02-22
1
-1
/
+1
*
Add mac dump_syms support for arm64e
Joshua Peraza
2018-11-26
1
-4
/
+37
*
Add support for parsing the DW_AT_ranges attributes
Gabriele Svelto
2018-08-13
2
-1
/
+42
*
Provide helper wrappers for basename(3) and dirname(3)
Tobias Sargeant
2017-10-18
1
-3
/
+2
*
Make the cross-compilation glue for dump_syms Mac handle x86_64h.
Markus Stange
2017-05-26
1
-4
/
+24
*
Use NSURLSession if the min version we support is iOS 7+.
George Kola
2017-03-09
1
-7
/
+5
*
macho_reader_unittest: use EXPECT_FALSE
Mike Frysinger
2017-02-12
1
-2
/
+2
*
Update links
Orgad Shaneh
2016-11-18
1
-1
/
+1
*
Corrected some old references to mm files, which were renamed to cc files a w...
Ivan Penkov
2016-09-01
1
-1
/
+1
*
Replaced glibc version of elf.h with musl version of elf.h.
Dave MacLachlan
2016-05-12
1
-16
/
+0
*
Fixes up dump_syms build on OS X so it works with ELF.
Dave MacLachlan
2016-05-12
2
-8
/
+20
*
Add debug fission support.
Yunlian Jiang
2016-05-04
1
-1
/
+2
*
macho: fix printf type mismatches
Mike Frysinger
2016-05-04
1
-3
/
+3
*
Remove GTM_ENABLE_LEAKS and GTMGarbageCollection
Dave MacLachlan
2016-04-21
1
-72
/
+0
*
Added an option (-i) to have dump_syms output header information only.
David Yen
2016-04-08
2
-54
/
+81
*
Fix usage of deprecated method sendSynchronousRequest:returningResponse:error:.
Sylvain Defresne
2016-02-08
1
-3
/
+43
*
Fix usage of deprecated method stringByAddingPercentEscapesUsingEncoding:.
Sylvain Defresne
2016-02-08
1
-4
/
+19
*
convert to uint8_t* for binary data to fix -Wnarrowing build errors
Mike Frysinger
2016-01-26
1
-4
/
+5
*
Revert "Fix deprecatation warning when building for recent SDKs on iOS/OS X."
Olivier Robin
2016-01-21
1
-59
/
+7
*
Fix deprecatation warning when building for recent SDKs on iOS/OS X.
Sylvain Defresne
2016-01-07
1
-7
/
+59
*
[mac] Teach dump_syms to handle additional zerofill sections
Pavel Labath
2015-09-30
1
-1
/
+3
*
Fixup a bad strcmp call landed in previous commit
Ted Mielczarek
2015-09-16
1
-1
/
+1
*
Fix Mac Breakpad host tools to build in Linux cross-compile
Ted Mielczarek
2015-09-16
10
-163
/
+379
*
Use local variable for out parameter rather than direct use of ivar
ivanpe@chromium.org
2015-06-20
1
-2
/
+3
*
Support object files larger than 2**32.
erikchen@chromium.org
2015-04-22
5
-38
/
+186
*
Mac: Add support for in-process crash reporting to Breakpad.
andresantoso@chromium.org
2014-09-15
2
-0
/
+127
*
This CL initialize NSData in HTTPMultipartUpload.m to nil.
qsr@chromium.org
2014-09-12
1
-1
/
+1
*
Adding possibility for client to upload the file
blundell@chromium.org
2014-09-01
1
-6
/
+10
*
Add Arm64 support to dumpsyms.
rmcilroy@chromium.org
2014-04-29
1
-0
/
+7
*
Fixing compiler warnings:
ivan.penkov@gmail.com
2014-02-28
2
-2
/
+2
*
Initialize file descriptors to -1, not 0, in MachoWalker.
mark@chromium.org
2014-02-26
1
-2
/
+2
*
Update GTM and enable -Wundef and strict C++11 flags.
dmaclach
2014-02-26
3
-90
/
+29
*
Do not read CFI section when not outputing CFI information.
qsr@chromium.org
2013-12-04
1
-10
/
+14
*
Support symbol dumping for ARMV8 iOS apps.
qsr@chromium.org
2013-10-15
2
-0
/
+37
*
Always read CFI section, even when not outputing CFI information.
qsr@chromium.org
2013-05-16
1
-8
/
+6
*
Fix following r1175: the section name is __debug_info, not .debug_info.
mark@chromium.org
2013-05-09
1
-1
/
+1
*
Fix mac dump_syms after r1163.
thestig@chromium.org
2013-05-08
2
-15
/
+31
*
Rewrite SimpleStringDictionary with NonAllocatingMap.
rsesek@chromium.org
2013-04-24
1
-0
/
+1
*
Move SimpleStringDictionary from common/mac/ to just common/.
rsesek@chromium.org
2013-04-18
2
-328
/
+0
*
Provide a ReadSymbolData API for Mac dump_syms
ted.mielczarek@gmail.com
2013-03-06
2
-5
/
+29
*
Allow reading just CFI data when reading symbols
ted.mielczarek@gmail.com
2013-03-06
2
-18
/
+33
*
Use stdint types everywhere
ted.mielczarek@gmail.com
2013-03-06
1
-4
/
+4
*
Include the compilation directory for FILE entries, making them absolute inst...
ted.mielczarek@gmail.com
2013-01-23
1
-4
/
+10
*
Move scoped_ptr.h to common
ted.mielczarek@gmail.com
2013-01-17
1
-1
/
+1
*
Update dump_syms to correctly filter on cpu subtype.
qsr@chromium.org
2012-10-04
8
-62
/
+90
*
Add custom implementation of NXGetArchInfoXXX to allow adding new arch.
qsr@chromium.org
2012-10-03
3
-7
/
+135
*
Turn on more warnings in ios / mac projects.
qsr@chromium.org
2012-09-21
2
-3
/
+5
[next]