aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* CopyFile: add a C++ APIMike Frysinger2020-09-071-1/+1
* fix pointer style to match the style guideMike Frysinger2020-07-1570-998/+996
* Use breakpad_getcontext on all Linux platforms missing getcontextMichael Forney2020-03-163-0/+3
* convert_UTF: try to update xcode filesMike Frysinger2020-03-141-4/+4
* Fix some bugs in CheckMicrodumpContentsMichael Forney2020-03-131-2/+2
* Use public fpregset_t type to define fpstate_tMichael Forney2020-03-103-4/+6
* Use standard header locations for poll.h and signal.hMichael Forney2020-03-104-4/+3
* Update Xcode project files to fix build errors.Ivan Penkov2020-01-292-23/+28
* ios: build for arm64eJoshua Peraza2020-01-032-3/+20
* Remove dependency of uploader.mm on GTMLoggerSylvain Defresne2019-11-121-12/+12
* Revert "Remove use of "register" keyword, deprecated in C++17"Mark Mentovai2019-11-011-1/+1
* linux, client: set module name from DT_SONAMEJoshua Peraza2019-10-301-17/+27
* linux, dump_syms: set module name from DT_SONAMEJoshua Peraza2019-10-241-43/+0
* convert_UTF: rewrite in C++Mike Frysinger2019-09-042-5/+4
* Remove use of "register" keyword, deprecated in C++17Mark Mentovai2019-08-121-1/+1
* Fix breakpad client build.Nelson Billing2019-06-241-1/+1
* Fix 'debug_file' in PESourceLineWriter.Nelson Billing2019-06-191-4/+4
* linux: fix broken testsJoshua Peraza2019-06-042-4/+4
* Fix a build break with SDK 10.14.Ivan Penkov2019-05-291-2/+2
* Fix orphaned crash reports.John Z Wu2019-05-151-1/+13
* Linux breakpad_unittests: fix ThreadSanitizer problemsMark Mentovai2019-04-264-7/+41
* Linux MinidumpWriter: fix stack-use-after-scope violationMark Mentovai2019-04-261-2/+4
* [Breakpad iOS] Add a callback on report upload completion.Olivier Robin2019-04-236-23/+88
* Make breakpad_unittests work with Chrome's test runner instead of gtest'sMark Mentovai2019-04-192-3/+7
* Use correct c++ standard library in Xcode project.John Z Wu2019-04-191-0/+2
* linux_core_dumper: add missing newline to Android test-disabled messageMark Mentovai2019-04-091-3/+3
* linux_core_dumper: partially disable test on AndroidMike Frysinger2019-04-071-0/+9
* linux_core_dumper: add explicit casts for exception fieldsMike Frysinger2019-03-301-3/+10
* linux_core_dumper: handle missing SIGSYS supportMike Frysinger2019-03-142-0/+8
* linux_core_dumper: support setting exception_informationMike Frysinger2019-03-124-1/+76
* linux_core_dumper: add a fallback definition for NT_SIGINFOMike Frysinger2019-03-071-0/+1
* linux_core_dumper: support NT_SIGINFO for reading crashing addressMike Frysinger2019-03-031-0/+23
* breakpad: Remove semicolons, iOS edition.Nico Weber2019-02-251-1/+1
* breakpad: Remove semicolons, mac edition.Nico Weber2019-02-225-7/+7
* breakpad: Remove semicolons.Nico Weber2019-02-211-1/+1
* Delete deprecated SetFirstChanceExceptionHandler functionAndreas Haas2019-02-193-38/+0
* Introduce SetFirstChanceHandler with more strict signatureAndreas Haas2019-01-153-3/+40
* Extract intruction pointer correctly for Windows ARM64Tom Tan2019-01-031-1/+3
* Adds method to get the date of the most recent iOS crash report.Evan Bernstein2018-10-084-0/+63
* win: fix formatting after 21c98747Joshua Peraza2018-08-271-1/+1
* win: replace a while loop with a for loopJoshua Peraza2018-08-271-1/+1
* Fix Windows client_tests GYP build after 88d8114fda3eMark Mentovai2018-08-151-0/+1
* Define and use a a new MDRawContextARM64Joshua Peraza2018-08-011-0/+10
* Rename MDRawContextARM64 and its context flagsJoshua Peraza2018-08-016-11/+11
* mac: Fix broken xcode projectsJoshua Peraza2018-07-311-55/+51
* ios: Fix build of exception_handler_no_machJoshua Peraza2018-07-091-1/+1
* Initialize variables for MSANSergey Abbakumov2018-04-102-2/+2
* Linux: Write out si_code for SIGBUS exceptions.Lei Zhang2018-04-035-11/+26
* Fixing incorrect include guard (missing #define)Daniel Bratell2018-02-231-0/+1
* Fix crash when an NSException is thrown.Adam Harrison2018-02-022-11/+10