aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Linux dumper: Let LineInfo structures point directly to their SourceLineInfo ...jimblandy@gmail.com2009-08-051-141/+147
* Fix an INVALIDATE_ITERATOR defect reported by Coverity.nealsid2009-07-301-5/+5
* Linux dumper: Don't record file boundary addresses as null-name SourceFileInf...jimblandy@gmail.com2009-07-301-17/+35
* Linux dumper: Use pointers to SourceFileInfo structures.jimblandy@gmail.com2009-07-301-29/+38
* Linux dumper: Use a sorted array of addresses in computing function and line ...jimblandy@gmail.com2009-07-301-83/+34
* Add tool dependencies to the 'Build All' target of Breakpad, so that everythi...nealsid2009-07-281-0/+151
* Linux dumper: Correctly find boundary address when computing line and functio...jimblandy@gmail.com2009-07-271-6/+10
* The has_sol field of struct FuncInfo is unused. This patch removes it.jimblandy@gmail.com2009-07-271-6/+0
* The 'no_next_addr_count' variable in ComputeSizeAndRVA shouldn't be static.jimblandy@gmail.com2009-07-271-1/+1
* Use a std::map instead of a linear search to look up files for line records.jimblandy@gmail.com2009-07-271-15/+20
* Remove warnings about uninitialized fields.jimblandy@gmail.com2009-07-271-0/+3
* Port fixes from internal Google Breakpad to SVN. nealsid2009-07-2112-52/+287
* Fix for http://breakpad.appspot.com/18009 - run dump_syms on both PPC & i386 ...nealsid2009-07-171-4/+11
* Integration test for Windows exception handler/minidump generation.nealsid2009-07-173-0/+440
* Add stack-dumping logic to crash_report with -t switchnealsid2009-07-023-5/+32
* The symbol files necessary for the processor to walk stacks on Linux that hav...nealsid2009-06-252-0/+6
* Fix for crashs generation test app to not deadlocknealsid2009-06-221-1/+2
* Fix build break in crash_report caused by my checkin that moved minidump proc...nealsid2009-06-161-1/+1
* issue 323 - OS X exception handler / minidump generator should set exception ...ted.mielczarek2009-06-128-11/+38
* Fix for generating dumps on-demand to set the requesting thread to the curren...nealsid2009-06-121-1/+1
* Support overriding makefile variables, changed defaults compilation flags. T...nealsid2009-06-051-6/+13
* Use ctsdio streams for dump_syms for significant speedup. Also contains a ma...nealsid2009-06-054-39/+28
* Support custom URL parameters. Added unit tests for Breakpad. Addednealsid2009-06-038-95/+481
* Removed logging init macro from minidump_processor_unittest, since with the G...nealsid2009-05-291-1/+0
* Add more error information to minidump processing return code. Also added de...nealsid2009-05-296-118/+259
* Fix minidump_stackwalk compilation on gcc 4.3. Patch by Jim Blandyted.mielczarek2009-05-281-0/+1
* Show the reporter UI for Breakpad.framework regardless of whether continuing ...stuartmorgan2009-05-282-3/+10
* Fix up warnings when building http_upload.cc. Changed warning level to /W4, a...nealsid2009-05-272-11/+13
* Patch from Jeremy to have better error reporting, and workaround a Cocoa bug ...nealsid2009-05-152-16/+39
* Fix memory leak in test case when calling into basic source line resolver.nealsid2009-05-141-2/+6
* Deleting obsolete file(when I added DWARF support I had to make this a .MM bu...nealsid2009-05-121-142/+0
* Add a missing include (for gettimeofday) to Inspector.mmstuartmorgan2009-04-301-5/+6
* Mac reporter improvements:stuartmorgan2009-04-2912-207/+380
* Mac framework fixes: Propagate server type from plist, and fix precedence of ...stuart.morgan2009-04-292-8/+9
* Code review issue 9002: Add paranoid logging to Inspector & Reporternealsid2009-04-233-12/+61
* Add a parameter to control the Mac reporter timeout.stuartmorgan2009-04-223-11/+24
* Fix to support extensible parameter handling, and add process crashtime/uptim...nealsid2009-04-228-81/+217
* Give the Mac reporter app a localized name of 'Crash Reporter'stuartmorgan2009-04-223-5/+23
* Fix memory leak when using the basic source line resolver, plus the optimizat...nealsid2009-04-221-9/+11
* Patch from Jeremy Moskovich to build with 10.5 SDK correctly. Also removed e...nealsid2009-04-213-13/+23
* AppVerifier leak test fix for Windows 7.doshimun2009-04-081-0/+2
* Sender tweaks; strip whitespace from server-returned ID, and change the title...stuart.morgan2009-04-073-6/+8
* Fix framework bundle ID and remove useless autogenerated InfoPlist.stringsstuart.morgan2009-04-063-17/+5
* Fix my build break due to misnamed constantnealsid2009-04-061-1/+1
* Incorporate feedback from first Breakpad integration.nealsid2009-04-0614-943/+205
* Open sourcing the Breakpad framework from Google. nealsid2009-04-0149-22/+12695
* issue 305 - breakpad Linux handler doesn't build with compiler built from lat...ted.mielczarek2009-03-243-0/+3
* Fix for issue 304: symupload needs to support timeout specifications(wininet ...nealsid2009-03-204-8/+49
* Fix for issues 296, 297. Various symbol supplier classes need to be updated w...nealsid2009-02-277-11/+88
* Fix for issue 242, plus a redo of how old exception handlers are tracked, and...nealsid2009-02-263-22/+59