aboutsummaryrefslogtreecommitdiff
path: root/Makefile.in
AgeCommit message (Expand)Author
2023-07-27Add support for zstd compressed sections to dump_symsIan McKellar
2023-07-06Fix warnings in configure.acMarc Gonzalez
2023-04-27Update Mac HeadersLeonard Grey
2023-01-31Refactor DisassemblerObjdump.Mark Brand
2023-01-31Add ScopedPipe.Mark Brand
2023-01-31Add ScopedTmpFile.Mark Brand
2023-01-31Remove disassembler_objdump from the build on non-linux platforms.Mark Brand
2022-12-27Fix test breakage from 9aa786fIan Barkley-Yeung
2022-12-05gyp: drop unused build systemMike Frysinger
2022-11-29Restructure Makefile conditionals/targetsMarvin Scholz
2022-10-26Add support for compressed section headers to dump_syms.Konstantin Mandrika
2022-10-14enables C++17 modeChristopher Di Bella
2022-10-12Add DisassemblerObjdump.Mark Brand
2022-09-09Added riscv and riscv64 support for LinuxIacopo Colonnelli
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2022-07-13{static_,}range_map: fix overflows under ubsanGeorge Burgess IV
2022-06-08Reland "Support PE modules in core files when running core2md"Iryna Shakhova
2022-06-08Revert "Support PE modules in core files when running core2md"Justin Cohen
2022-05-12Support PE modules in core files when running core2mdIryna Shakhova
2021-11-11Update Rust demangling to use rustc-demangleAlex Pankhurst
2021-04-07Consistently call BaseName() in various Usage() functions.Lei Zhang
2021-01-29Add src/processor/stackwalk_common.{cc,h} to src_libbreakpad_a_SOURCESRyo Hashimoto
2020-12-21Do not build core_handler unless memfd_create is availableEric Astor
2020-12-15Add a test to check debug information for split functions.Snehasish Kumar
2020-12-11Add dwarf2reader unit test to run with make check.Snehasish Kumar
2020-11-24pid2md: generate a minidump from a running processupstream-masterLudovic Guegan
2020-11-23core_handler: coredump handler to produce minidumpLudovic Guegan
2020-03-16Use breakpad_getcontext on all Linux platforms missing getcontextMichael Forney
2020-03-11Remove redundant LINUX_HOST conditionalMichael Forney
2020-02-20Add optional new symbol upload API to sym_upload.Nelson Billing
2019-11-19Fix 'make distcheck'Jon Turney
2019-09-04convert_UTF: rewrite in C++Mike Frysinger
2019-08-05string_conversion: fix pointer mathMike Frysinger
2019-06-14configure.ac: Workaround gtest-config not being installed.Allen Webb
2019-06-11Enable truncation of module rangesJoshua Peraza
2018-08-13Add support for parsing the DW_AT_ranges attributesGabriele Svelto
2018-08-01Define and use a a new MDRawContextARM64Joshua Peraza
2018-02-20Fix Travis build by running tests as rootLars Volker
2017-10-18Provide helper wrappers for basename(3) and dirname(3)Tobias Sargeant
2017-10-17Rename src/common/memory.h to memory_allocator.h.Ted Mielczarek
2017-09-14Add new test data to Makefile.amTobias Sargeant
2017-09-13google_crashdump_uploader_test: integrate test into normal buildMike Frysinger
2017-02-16autotools: move -W flags to configure detectionMike Frysinger
2017-02-13turn on -Werror generallyMike Frysinger
2017-02-08aclocal: regenerate properlyMike Frysinger
2016-11-25microdump_stackwalk_test: fix bashism in testMike Frysinger
2016-11-23Upgrade google test to 1.8.0Orgad Shaneh
2016-10-25Don't demangle Rust symbols by default, but allow linking to rust-demangle.Ted Mielczarek
2016-09-01add new dmp file to distMike Frysinger
2016-06-05Adding support for overlapping ranges to RangeMap.Ivan Penkov