aboutsummaryrefslogtreecommitdiff
path: root/src/tools/linux
AgeCommit message (Expand)Author
2023-05-23Modify RISCV minidump context to match CrashpadThomas Gales
2023-05-02Fix dump_syms help typo on LinuxPeter Boström
2023-04-28minidump-2-core: Use exception context for crashed threadBen Wagner
2023-02-27Add #include <config.h> to the beginning of all cc filesIan Barkley-Yeung
2022-12-08Add option to enable multiple symbol field in Linux toolLeonard Grey
2022-12-05gyp: drop unused build systemMike Frysinger
2022-09-09Added riscv and riscv64 support for LinuxIacopo Colonnelli
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2021-09-09fix: minidump-2-core doesn't work for new arm64 dumpsZyan Wu
2021-08-03Add INLINE and INLINE_ORIGIN records to symbol file.Zequan Wu
2021-07-29Fix some instances of -Wunreachable-code-aggressive.Peter Kasting
2021-07-19Fix more instances of -Wunreachable-code-aggressive.Peter Kasting
2021-07-07NFC: use enum SymbolData as flagsZequan Wu
2021-04-07Consistently call BaseName() in various Usage() functions.Lei Zhang
2021-03-13minidump-2-core: check platform_id for LinuxMike Frysinger
2020-11-24pid2md: generate a minidump from a running processupstream-masterLudovic Guegan
2020-11-23core_handler: coredump handler to produce minidumpLudovic Guegan
2020-07-15fix pointer style to match the style guideMike Frysinger
2020-06-05Make symupload exit with an error code when command-line parsing fails.Michael Moss
2020-03-17Use ULONG_MAX instead of __WORDSIZE to determine native ELF architectureMichael Forney
2020-02-27Add "type" option to sym_upload sym-upload-v2 mode.Nelson Billing
2020-02-21linux: fix symupload build failuresJoshua Peraza
2020-02-20Add optional new symbol upload API to sym_upload.Nelson Billing
2019-10-24Add options to set OS and filenameJake Ehrlich
2019-03-04core2md: write error message with perrorMike Frysinger
2018-08-01Define and use a a new MDRawContextARM64Joshua Peraza
2018-08-01Rename MDRawContextARM64 and its context flagsJoshua Peraza
2018-01-04Fixed file extention for minidump_upload in tools_linux.gypiSyed Nisar Ul Haq
2017-10-18Provide helper wrappers for basename(3) and dirname(3)Tobias Sargeant
2016-11-01minidump-2-core: add more control over filenamesMike Frysinger
2016-10-26minidump-2-core: add an -o flag for controlling core outputMike Frysinger
2016-10-26minidump-2-core: rewrite argument processingMike Frysinger
2016-08-30This change allows compiling the google-breakpad code using a global ::string...Ivan Penkov
2016-04-08Added an option (-i) to have dump_syms output header information only.David Yen
2016-03-30Refactor sym_upload in tools to extract code into common/linux, and minor fixesLi Yan
2016-02-06[mips64] Support for mips n64Mike Frysinger
2016-01-06Make minidump-2-core.cc build with -Wformat.Lei Zhang
2015-11-11dump_syms: add a -v flagMike Frysinger
2015-10-06Support for multiple upload files in CrashReportSender/HTTPUploadDavid Major
2015-07-20add aarch64 support to minidump-2-corevapier@chromium.org
2015-06-22Reconfigured options for sym_upload to not treat h and ? flags as invalid opt...ivanpe@chromium.org
2015-04-21[MIPS]: Use mcontext_t structure for MIPSrmcilroy@chromium.org
2015-04-15MIPS64: Initial MIPS64 related change.mark@chromium.org
2014-12-11Remove pointers from serialized file formatmdempsky@chromium.org
2014-07-24Add GYP build for the src/tools directory on Mac and Linux.rsesek@chromium.org
2014-07-22Chrome on Android now supports loading the shared library directly from the A...rmcilroy@chromium.org
2014-04-18minidump-2-core: Allow user to override shared lib basedir.thestig@chromium.org
2013-10-29Print response code when sym_upload fails.mattdr.breakpad@gmail.com
2013-09-11Adding support for mips.gordana.cmiljanovic@imgtec.com
2013-07-19Fix erronoius address of crashinfo.auxv in minidump-2-core.thestig@chromium.org