| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Increase maximum number of regions for minidump_stackwalk. | Lars Volker | 2017-07-28 | 1 | -1/+3 |
* | Handle very large stack traces | Leonard Mosescu | 2017-07-12 | 14 | -81/+108 |
* | A couple of minor fixes | Leonard Mosescu | 2017-07-11 | 3 | -4/+9 |
* | Fix asan builds | Eric Holk | 2017-06-22 | 1 | -23/+23 |
* | Add first chance exception handler API | Eric Holk | 2017-06-19 | 3 | -0/+44 |
* | roll lss deps | Mike Frysinger | 2017-06-16 | 2 | -2/+2 |
* | Merge exec and non-exec segments while merging executable bit. | Peter Collingbourne | 2017-05-26 | 1 | -3/+8 |
* | Teach the ELF parser to handle multiple PT_NOTE phdrs. | Peter Collingbourne | 2017-05-26 | 4 | -38/+76 |
* | Make the cross-compilation glue for dump_syms Mac handle x86_64h. | Markus Stange | 2017-05-26 | 2 | -4/+25 |
* | Don't attempt to use PTRACE_GETREGS if it isn't defined. | John Budorick | 2017-05-25 | 1 | -1/+5 |
* | Simplify ELF parser code. | Peter Collingbourne | 2017-05-25 | 4 | -40/+17 |
* | Wrap config.h include in HAVE_CONFIG_H. | John Budorick | 2017-05-24 | 1 | -1/+4 |
* | Use __NR_exit_group in MinidumpWriterTest.MinidumpStacksSkippedIfRequested. | John Budorick | 2017-05-24 | 1 | -10/+24 |
* | Only use O_CLOEXEC on platforms that support it | Lars Volker | 2017-05-10 | 6 | -0/+141 |
* | Fix race in ExceptionHandler::GenerateDump() | Lars Volker | 2017-05-10 | 1 | -3/+9 |
* | Fixing breakpad on old linux kernel | Andrew Ermakovich | 2017-04-21 | 2 | -29/+53 |
* | Make minidump name generation on Linux as random as possible | Gabriele Svelto | 2017-04-12 | 4 | -12/+182 |
* | Dump MH_DYLINKER images in upload_system_symbols. | Robert Sesek | 2017-03-30 | 3 | -4/+6 |
* | Treat the process stack as the top of memory for free space histograms. | Tobias Sargeant | 2017-03-29 | 2 | -1/+22 |
* | Increase maximum number of threads for minidump_stackwalk. | Lars Volker | 2017-03-28 | 1 | -0/+4 |
* | minidump_dump: fix up init paths | Mike Frysinger | 2017-03-25 | 2 | -3/+5 |
* | minidump_dump: dump stack memory like hexdump | Mike Frysinger | 2017-03-24 | 3 | -14/+97 |
* | minidump_dump: add proper cli processing | Mike Frysinger | 2017-03-24 | 1 | -8/+53 |
* | add -Wunused-local-typedefs to the set of warning flags | Tobias Sargeant | 2017-03-24 | 2 | -1/+2 |
* | Remove unused typedef | Gordana Cmiljanovic | 2017-03-24 | 1 | -1/+0 |
* | Fix ASSERT_EQUAL that should have been ASSERT_EQ. | Tobias Sargeant | 2017-03-24 | 1 | -1/+1 |
* | Don't generate minidump if crash thread doesn't ref principal mapping. | Tobias Sargeant | 2017-03-23 | 2 | -13/+105 |
* | Sanity check frame pointer while stackwalking | Joshua Peraza | 2017-03-22 | 2 | -1/+8 |
* | Use string instead of std::string | Joshua Peraza | 2017-03-22 | 1 | -1/+1 |
* | [MIPS] Get (ptrace) value of $pc for a thread | Gordana Cmiljanovic | 2017-03-22 | 1 | -0/+2 |
* | dump_context: arm: name the registers in the dump output | Mike Frysinger | 2017-03-18 | 1 | -5/+9 |
* | Fix sporadic failure of InstructionPointerMemory test on Windows | Jon Turney | 2017-03-17 | 1 | -7/+12 |
* | Fix issues with Windows dump_syms_unittest | Jon Turney | 2017-03-17 | 7 | -2954/+2961 |
* | [MIPS]: Don't terminate stackwalk when $sp value doesn't change between frames | Dragan Mladjenovic | 2017-03-16 | 3 | -7/+1 |
* | Fix Windows client ExceptionHandlerTest tests | Jon Turney | 2017-03-11 | 4 | -6/+28 |
* | iOS client identifies itself via URL params | Roman Margold | 2017-03-10 | 1 | -0/+44 |
* | Use NSURLSession if the min version we support is iOS 7+. | George Kola | 2017-03-09 | 1 | -7/+5 |
* | Fix segfault when interpreting bad debug_file | Joshua Peraza | 2017-03-08 | 1 | -1/+3 |
* | [MIPS]: Relax dwarf section loading to accept both PROGBITS and MIPS_DWARF se... | Dragan Mladjenovic | 2017-03-07 | 1 | -4/+22 |
* | Fix dump_syms clang compilation on Windows | Maciej Pawlowski | 2017-03-02 | 1 | -8/+8 |
* | roll lss deps | Mike Frysinger | 2017-03-01 | 2 | -2/+2 |
* | win: Set LargeAddressAware on symupload | Scott Graham | 2017-02-28 | 1 | -0/+5 |
* | Improve stack sanitization unittests. | Tobias Sargeant | 2017-02-24 | 2 | -47/+73 |
* | Handle ntdll only emitting PUBLIC at func entry | Scott Graham | 2017-02-23 | 3 | -1/+69 |
* | Make stack sanitization elide pointers to non-executable mappings. | Tobias Sargeant | 2017-02-23 | 1 | -1/+3 |
* | Use the correct PC when determining whether to skip storing a stack. | Tobias Sargeant | 2017-02-23 | 1 | -5/+7 |
* | minidump: mark Read as override in derived classes | Mike Frysinger | 2017-02-20 | 1 | -11/+10 |
* | travis: add a clang build | Mike Frysinger | 2017-02-17 | 2 | -15/+13 |
* | Fix compile errors arising from compiling breakpad with clang. | Tobias Sargeant | 2017-02-17 | 1 | -16/+17 |
* | autotools: move -W flags to configure detection | Mike Frysinger | 2017-02-16 | 9 | -74/+449 |