aboutsummaryrefslogtreecommitdiff
path: root/src/common/mac
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support symbol dumping for ARMV8 iOS apps.qsr@chromium.org2013-10-152-0/+37
* Always read CFI section, even when not outputing CFI information.qsr@chromium.org2013-05-161-8/+6
* Fix following r1175: the section name is __debug_info, not .debug_info.mark@chromium.org2013-05-091-1/+1
* Fix mac dump_syms after r1163.thestig@chromium.org2013-05-082-15/+31
* Rewrite SimpleStringDictionary with NonAllocatingMap.rsesek@chromium.org2013-04-241-0/+1
* Move SimpleStringDictionary from common/mac/ to just common/.rsesek@chromium.org2013-04-182-328/+0
* Provide a ReadSymbolData API for Mac dump_symsted.mielczarek@gmail.com2013-03-062-5/+29
* Allow reading just CFI data when reading symbolsted.mielczarek@gmail.com2013-03-062-18/+33
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-061-4/+4
* Include the compilation directory for FILE entries, making them absolute inst...ted.mielczarek@gmail.com2013-01-231-4/+10
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-171-1/+1
* Update dump_syms to correctly filter on cpu subtype.qsr@chromium.org2012-10-048-62/+90
* Add custom implementation of NXGetArchInfoXXX to allow adding new arch.qsr@chromium.org2012-10-033-7/+135
* Turn on more warnings in ios / mac projects.qsr@chromium.org2012-09-212-3/+5
* Update GTM files to latest fromqsr@chromium.org2012-09-215-600/+1256
* Getting context information from the kernel when catching a SIGABRT on iOS.qsr@chromium.org2012-08-201-8/+0
* 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