| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Replaced glibc version of elf.h with musl version of elf.h. | Dave MacLachlan | 2016-05-12 | 1 | -2/+2 |
* | Fixes up dump_syms build on OS X so it works with ELF. | Dave MacLachlan | 2016-05-12 | 1 | -4/+20 |
* | Added an option (-i) to have dump_syms output header information only. | David Yen | 2016-04-08 | 2 | -11/+30 |
* | Refactor sym_upload in tools to extract code into common/linux, and minor fixes | Li Yan | 2016-03-30 | 1 | -128/+3 |
* | [mips64] Support for mips n64 | Mike Frysinger | 2016-02-06 | 1 | -1/+13 |
* | Make minidump-2-core.cc build with -Wformat. | Lei Zhang | 2016-01-06 | 1 | -1/+1 |
* | Let breakpad build with -Wall on OS X and Linux. | Lei Zhang | 2015-12-29 | 1 | -9/+0 |
* | dump_syms: add a -v flag | Mike Frysinger | 2015-11-11 | 1 | -1/+16 |
* | Make dump_syms buildable under newer versions of Xcode. | Boris Vidolov | 2015-11-10 | 1 | -0/+4 |
* | Support for multiple upload files in CrashReportSender/HTTPUpload | David Major | 2015-10-06 | 3 | -6/+13 |
* | Fix Mac Breakpad host tools to build in Linux cross-compile | Ted Mielczarek | 2015-09-16 | 3 | -23/+21 |
* | add aarch64 support to minidump-2-core | vapier@chromium.org | 2015-07-20 | 1 | -7/+34 |
* | Reconfigured options for sym_upload to not treat h and ? flags as invalid opt... | ivanpe@chromium.org | 2015-06-22 | 1 | -0/+5 |
* | Support object files larger than 2**32. | erikchen@chromium.org | 2015-04-22 | 1 | -2/+2 |
* | [MIPS]: Use mcontext_t structure for MIPS | rmcilroy@chromium.org | 2015-04-21 | 1 | -14/+32 |
* | MIPS64: Initial MIPS64 related change. | mark@chromium.org | 2015-04-15 | 1 | -0/+2 |
* | Add microdump files to project. | jessicag.feedback@gmail.com | 2014-12-11 | 1 | -0/+6 |
* | Remove pointers from serialized file format | mdempsky@chromium.org | 2014-12-11 | 1 | -8/+15 |
* | Add parameter --product to symupload.exe | ivanpe@chromium.org | 2014-11-17 | 3 | -264/+40 |
* | Fix UMR and potential crash in Mac dump_syms. | mark@chromium.org | 2014-11-05 | 1 | -1/+2 |
* | Fix Windows client compilation on mingw. | ted.mielczarek@gmail.com | 2014-11-03 | 3 | -6/+6 |
* | 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 | 4 | -1/+238 |
* | Chrome on Android now supports loading the shared library directly from the A... | rmcilroy@chromium.org | 2014-07-22 | 1 | -1/+1 |
* | Change PrintFunctions to print functions in address order and not print dupli... | wfh@chromium.org | 2014-04-23 | 6 | -14714/+13774 |
* | minidump-2-core: Allow user to override shared lib basedir. | thestig@chromium.org | 2014-04-18 | 1 | -5/+19 |
* | Change the way function and public symbols are obtained to use the findChildr... | wfh@chromium.org | 2014-04-16 | 6 | -13615/+14558 |
* | Allow symupload to upload to multiple URLs on the same command line. | wfh@chromium.org | 2014-04-16 | 1 | -30/+35 |
* | Adding support for 64-bit Windows modules to ms_symbol_server_converter. | ivan.penkov@gmail.com | 2014-04-10 | 4 | -384/+551 |
* | Moving directory 'build' one level up as it collides with a file named 'BUILD... | ivan.penkov@gmail.com | 2014-04-10 | 2 | -2/+2 |
* | Move build configuration to root of repository. | chrisha@chromium.org | 2014-04-03 | 2 | -4/+4 |
* | Check in new Windows binaries. | wfh@chromium.org | 2014-03-26 | 2 | -0/+0 |
* | Add support for Win64 stack unwind data as STACK CFI | wfh@chromium.org | 2014-03-24 | 4 | -0/+4568 |
* | Create a new tool to upload Mac system library symbols. | rsesek@chromium.org | 2014-02-03 | 6 | -0/+815 |
* | Windows: Fix remaining level 4 warnings. | thestig@chromium.org | 2013-12-18 | 1 | -1/+1 |
* | 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 |
* | Print response code when sym_upload fails. | mattdr.breakpad@gmail.com | 2013-10-29 | 1 | -0/+1 |
* | Adding support for mips. | gordana.cmiljanovic@imgtec.com | 2013-09-11 | 1 | -1/+31 |
* | Fix erronoius address of crashinfo.auxv in minidump-2-core. | thestig@chromium.org | 2013-07-19 | 1 | -1/+1 |
* | Detect corrupt symbol files during minidump processing. Recover from the err... | ivan.penkov@gmail.com | 2013-07-11 | 2 | -4/+8 |
* | Check in new Windows binaries. | chrisha@chromium.org | 2013-05-09 | 2 | -0/+0 |
* | 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 |
* | Add MD_OS_NACL platform_id value for identifying NaCl minidumps | mseaborn@chromium.org | 2013-05-06 | 1 | -2/+3 |
* | Add GYP file for tools\windows\symupload. | chrisha@chromium.org | 2013-05-01 | 2 | -0/+65 |
* | Add explicit OMAP support to dump_syms. | chrisha@chromium.org | 2013-05-01 | 14 | -14100/+18463 |
* | Add an option to not handle DWARF inter-compilation unit references in Linux ... | thestig@chromium.org | 2013-04-24 | 1 | -10/+20 |