aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Handle very large stack tracesLeonard Mosescu2017-07-1214-81/+108
* A couple of minor fixesLeonard Mosescu2017-07-112-4/+4
* Fix asan buildsEric Holk2017-06-221-23/+23
* Add first chance exception handler APIEric Holk2017-06-193-0/+44
* Merge exec and non-exec segments while merging executable bit.Peter Collingbourne2017-05-261-3/+8
* Teach the ELF parser to handle multiple PT_NOTE phdrs.Peter Collingbourne2017-05-264-38/+76
* Make the cross-compilation glue for dump_syms Mac handle x86_64h.Markus Stange2017-05-262-4/+25
* Don't attempt to use PTRACE_GETREGS if it isn't defined.John Budorick2017-05-251-1/+5
* Simplify ELF parser code.Peter Collingbourne2017-05-254-40/+17
* Wrap config.h include in HAVE_CONFIG_H.John Budorick2017-05-241-1/+4
* Use __NR_exit_group in MinidumpWriterTest.MinidumpStacksSkippedIfRequested.John Budorick2017-05-241-10/+24
* Only use O_CLOEXEC on platforms that support itLars Volker2017-05-102-0/+4
* Fix race in ExceptionHandler::GenerateDump()Lars Volker2017-05-101-3/+9
* Fixing breakpad on old linux kernelAndrew Ermakovich2017-04-212-29/+53
* Make minidump name generation on Linux as random as possibleGabriele Svelto2017-04-122-7/+96
* Dump MH_DYLINKER images in upload_system_symbols.Robert Sesek2017-03-303-4/+6
* Treat the process stack as the top of memory for free space histograms.Tobias Sargeant2017-03-292-1/+22
* Increase maximum number of threads for minidump_stackwalk.Lars Volker2017-03-281-0/+4
* minidump_dump: fix up init pathsMike Frysinger2017-03-252-3/+5
* minidump_dump: dump stack memory like hexdumpMike Frysinger2017-03-243-14/+97
* minidump_dump: add proper cli processingMike Frysinger2017-03-241-8/+53
* Remove unused typedefGordana Cmiljanovic2017-03-241-1/+0
* Fix ASSERT_EQUAL that should have been ASSERT_EQ.Tobias Sargeant2017-03-241-1/+1
* Don't generate minidump if crash thread doesn't ref principal mapping.Tobias Sargeant2017-03-232-13/+105
* Sanity check frame pointer while stackwalkingJoshua Peraza2017-03-222-1/+8
* Use string instead of std::stringJoshua Peraza2017-03-221-1/+1
* [MIPS] Get (ptrace) value of $pc for a threadGordana Cmiljanovic2017-03-221-0/+2
* dump_context: arm: name the registers in the dump outputMike Frysinger2017-03-181-5/+9
* Fix sporadic failure of InstructionPointerMemory test on WindowsJon Turney2017-03-171-7/+12
* Fix issues with Windows dump_syms_unittestJon Turney2017-03-177-2954/+2961
* [MIPS]: Don't terminate stackwalk when $sp value doesn't change between framesDragan Mladjenovic2017-03-163-7/+1
* Fix Windows client ExceptionHandlerTest testsJon Turney2017-03-114-6/+28
* iOS client identifies itself via URL paramsRoman Margold2017-03-101-0/+44
* Use NSURLSession if the min version we support is iOS 7+.George Kola2017-03-091-7/+5
* Fix segfault when interpreting bad debug_fileJoshua Peraza2017-03-081-1/+3
* [MIPS]: Relax dwarf section loading to accept both PROGBITS and MIPS_DWARF se...Dragan Mladjenovic2017-03-071-4/+22
* Fix dump_syms clang compilation on WindowsMaciej Pawlowski2017-03-021-8/+8
* win: Set LargeAddressAware on symuploadScott Graham2017-02-281-0/+5
* Improve stack sanitization unittests.Tobias Sargeant2017-02-242-47/+73
* Handle ntdll only emitting PUBLIC at func entryScott Graham2017-02-233-1/+69
* Make stack sanitization elide pointers to non-executable mappings.Tobias Sargeant2017-02-231-1/+3
* Use the correct PC when determining whether to skip storing a stack.Tobias Sargeant2017-02-231-5/+7
* minidump: mark Read as override in derived classesMike Frysinger2017-02-201-11/+10
* Fix compile errors arising from compiling breakpad with clang.Tobias Sargeant2017-02-171-16/+17
* libdisasm: add upstream/license detailsMike Frysinger2017-02-142-0/+146
* There is no need to use the main queue just for perform selector.George Kola2017-02-131-34/+31
* Appveyor CI for Windows MSVS buildJon Turney2017-02-131-0/+45
* processor: drop set-but-unused variableMike Frysinger2017-02-121-4/+2
* macho_reader_unittest: use EXPECT_FALSEMike Frysinger2017-02-121-2/+2
* windows: fix build on pre-Win10 systemsMike Frysinger2017-02-111-0/+5