aboutsummaryrefslogtreecommitdiff
path: root/src/tools
AgeCommit message (Expand)Author
2023-01-18upload_system_symbols: Make /System/Library/Components optionalLeonard Grey
2023-01-10Fix more memory leaks with proper smart pointer usageIan Barkley-Yeung
2023-01-04upload_system_symbols: Don't retry if file already exists on the serverLeonard Grey
2022-12-15upload_system_symbols: Fix sym-upload-v2 when uploading dumped symbolsLeonard Grey
2022-12-14Add option to use API key in `upload_system_symbols`Leonard Grey
2022-12-14Remove tools/mac/crash_reportLeonard Grey
2022-12-08Add option to enable multiple symbol field in Linux toolLeonard Grey
2022-12-05gyp: drop unused build systemMike Frysinger
2022-12-01Mac: add option to dump_syms to mark folded symbolsLeonard Grey
2022-11-21Add a flag to google_converter to keep Breakpad/PE/PDB files after conversion.Nelson Billing
2022-09-09Added riscv and riscv64 support for LinuxIacopo Colonnelli
2022-09-07Update copyright boilerplate, 2022 edition (Breakpad)Mark Mentovai
2022-08-22Add product name metadata to converter and symupload.Nelson Billing
2022-07-26Mac dump_syms: Fix -a on arm64Leonard Grey
2022-06-07[breakpad] Add MINIDUMP_THREAD_NAME_LIST supportBen Hamilton
2022-06-06Look for http redirection errors from SymSrv in google_converter.Nelson Billing
2022-06-03Upload native symbols from google_converter.Nelson Billing
2022-05-31Add symbol type option to SymUploadV2ProtocolSend.Nelson Billing
2022-05-20Migrate google_converter to v2 upload API.Nelson Billing
2022-05-19Make sym-upload-v2 windows code shareable.Nelson Billing
2022-02-13Fix missing <memory> header for Windows dump_symsSunbreak
2022-02-04Add support for product_name in Mac sym_upload v2Nathan Scoglio
2022-01-28Make symupload v2 api respect --timeout flagZequan Wu
2022-01-13Match the return type of getopt().danakj
2022-01-05Fix symupload build failure on Windows.Zequan Wu
2022-01-05Add INLINE and INLINE_ORIGIN records on Windows dump_symsZequan Wu
2021-12-16mac: add go.mod for upload_system_symbolsMark Mentovai
2021-09-09fix: minidump-2-core doesn't work for new arm64 dumpsZyan Wu
2021-08-18mac dump_syms: fix -d optionMark Mentovai
2021-08-16mac: conditionally generate inlinesJoshua Peraza
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
2021-03-02Automatically capture debugID in Mac OS symupload tool.Justin Cohen
2021-02-25switch repo manifest to track the main branchMike Frysinger
2021-01-04update to newer googletestMike Frysinger
2020-11-24pid2md: generate a minidump from a running processupstream-masterLudovic Guegan
2020-11-23core_handler: coredump handler to produce minidumpLudovic Guegan
2020-08-17Add native symbol uploads to Mac OS symupload tool.Nelson Billing
2020-08-06[Mac]Exit with unique status in symupload when file already exists.Nelson Billing
2020-07-29Fix Mac symupload non-XCode builds.Nelson Billing
2020-07-24Port new symbol API to symupload on Mac.Nelson Billing
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