aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac
Commit message (Expand)AuthorAgeFilesLines
* Revert "Refactor rangelist handling to prepare for dwarf5 .debug_rngslist"HEADmasterSterling Augustine2020-10-021-8/+16
* Refactor rangelist handling to prepare for dwarf5 .debug_rngslistSterling Augustine2020-09-281-16/+8
* Change JSON serialization error check.Nelson Billing2020-09-091-6/+11
* Add native symbol uploads to Mac OS symupload tool.Nelson Billing2020-08-172-6/+9
* Escape more characters in Mac OS sym-upload-v2 debug_file strings.Nelson Billing2020-08-121-8/+29
* Fix sym-upload-v2 whitespace in filenames.Nelson Billing2020-08-051-1/+6
* Fix v1 symupload protocol in Mac client.Nelson Billing2020-07-311-1/+1
* Fix Mac symupload non-XCode builds.Nelson Billing2020-07-2915-47/+1210
* Port new symbol API to symupload on Mac.Nelson Billing2020-07-242-141/+49
* fix pointer style to match the style guideMike Frysinger2020-07-1514-212/+212
* Add support for dwarf5 line tables.Sterling Augustine2020-07-141-3/+8
* Use stdint.h numeric typesJoshua Peraza2020-04-091-8/+8
* Mac dump_syms: accept __DWARF segment without __debug_info sectionMark Mentovai2019-08-072-15/+8
* Increase timeout of HTTPMultipartUpload from 10s to 60s.John Z Wu2019-05-131-1/+1
* mac dump_syms: remove unused vars to fix -Werror build failuresMike Frysinger2019-04-051-1/+0
* mac dump_syms: Support .dSYMs > 4GB (partially)Mark Mentovai2019-03-282-10/+34
* breakpad: Remove semicolons, iOS edition.Nico Weber2019-02-251-1/+1
* breakpad: Remove semicolons, mac edition.Nico Weber2019-02-221-1/+1
* Add mac dump_syms support for arm64eJoshua Peraza2018-11-261-4/+37
* Add support for parsing the DW_AT_ranges attributesGabriele Svelto2018-08-132-1/+42
* Provide helper wrappers for basename(3) and dirname(3)Tobias Sargeant2017-10-181-3/+2
* Make the cross-compilation glue for dump_syms Mac handle x86_64h.Markus Stange2017-05-261-4/+24
* Use NSURLSession if the min version we support is iOS 7+.George Kola2017-03-091-7/+5
* macho_reader_unittest: use EXPECT_FALSEMike Frysinger2017-02-121-2/+2
* Update linksOrgad Shaneh2016-11-181-1/+1
* Corrected some old references to mm files, which were renamed to cc files a w...Ivan Penkov2016-09-011-1/+1
* Replaced glibc version of elf.h with musl version of elf.h.Dave MacLachlan2016-05-121-16/+0
* Fixes up dump_syms build on OS X so it works with ELF.Dave MacLachlan2016-05-122-8/+20
* Add debug fission support.Yunlian Jiang2016-05-041-1/+2
* macho: fix printf type mismatchesMike Frysinger2016-05-041-3/+3
* Remove GTM_ENABLE_LEAKS and GTMGarbageCollectionDave MacLachlan2016-04-211-72/+0
* Added an option (-i) to have dump_syms output header information only.David Yen2016-04-082-54/+81
* Fix usage of deprecated method sendSynchronousRequest:returningResponse:error:.Sylvain Defresne2016-02-081-3/+43
* Fix usage of deprecated method stringByAddingPercentEscapesUsingEncoding:.Sylvain Defresne2016-02-081-4/+19
* convert to uint8_t* for binary data to fix -Wnarrowing build errorsMike Frysinger2016-01-261-4/+5
* Revert "Fix deprecatation warning when building for recent SDKs on iOS/OS X."Olivier Robin2016-01-211-59/+7
* Fix deprecatation warning when building for recent SDKs on iOS/OS X.Sylvain Defresne2016-01-071-7/+59
* [mac] Teach dump_syms to handle additional zerofill sectionsPavel Labath2015-09-301-1/+3
* Fixup a bad strcmp call landed in previous commitTed Mielczarek2015-09-161-1/+1
* Fix Mac Breakpad host tools to build in Linux cross-compileTed Mielczarek2015-09-1610-163/+379
* Use local variable for out parameter rather than direct use of ivarivanpe@chromium.org2015-06-201-2/+3
* Support object files larger than 2**32.erikchen@chromium.org2015-04-225-38/+186
* Mac: Add support for in-process crash reporting to Breakpad.andresantoso@chromium.org2014-09-152-0/+127
* This CL initialize NSData in HTTPMultipartUpload.m to nil.qsr@chromium.org2014-09-121-1/+1
* Adding possibility for client to upload the fileblundell@chromium.org2014-09-011-6/+10
* Add Arm64 support to dumpsyms.rmcilroy@chromium.org2014-04-291-0/+7
* Fixing compiler warnings:ivan.penkov@gmail.com2014-02-282-2/+2
* Initialize file descriptors to -1, not 0, in MachoWalker.mark@chromium.org2014-02-261-2/+2
* Update GTM and enable -Wundef and strict C++11 flags.dmaclach2014-02-263-90/+29
* Do not read CFI section when not outputing CFI information.qsr@chromium.org2013-12-041-10/+14