aboutsummaryrefslogtreecommitdiff
path: root/src/client
Commit message (Expand)AuthorAgeFilesLines
* Reinstnate the call to TerminateThread inside ExceptionHandler destructor and...doshimun2009-01-201-1/+10
* Fix an AppVerifier STOP in OOP server code. In the destructor ofdoshimun2009-01-162-1/+22
* Fix some typos in comments.doshimun2009-01-141-4/+4
* Minor fixes to windows exception handler.doshimun2009-01-142-15/+55
* New test data to reflect Ted's changes that add function parameters to symbol...nealsid2008-12-191-3318/+3457
* ExceptionHandler class is not handling initialization errors, such as themmentovai2008-12-031-8/+28
* Added some sanity checks when iterating over threads in a crashed process. In...nealsid2008-11-191-22/+47
* Undo suspend/resume feature since it was meant as a workaround to a bug in ho...nealsid2008-10-272-61/+20
* Issue 181: Add version info for Mac OS X modules. Found by iterating over lo...nealsid2008-10-225-94/+160
* Issue 276 - generate GUIDs ahead of time in Linux handler. r=Liu Lited.mielczarek2008-10-142-29/+55
* Fix warning when converting int to boolnealsid2008-10-101-1/+1
* fix a typo in the makefile, HANDLER_SRC->HANDLER_OBJted.mielczarek2008-10-101-1/+1
* Added DWARF support to Breakpad client. Thanks to Google for open sourcing t...nealsid2008-10-086-1/+5456
* Generate Windows full memory dumps as a separate file. Patch by Huan Renmmentovai2008-09-161-7/+56
* Now we provide our own implementation of the MIG function exc_server, as reco...nealsid2008-07-114-0/+2083
* In the destructor of ClientInfo, currently the wait on the clent_crashed_even...doshimun2008-06-091-10/+10
* Client process uptime is a very useful metric for crashes. Instead of each cl...doshimun2008-06-062-3/+42
* Fix the following bug:doshimun2008-06-051-1/+1
* Filter out duplicates from the image list when creating a minidump. See issu...nealsid2008-06-042-0/+13
* Set the dump thread id and the requesting thread id properties of MDRawBreakp...doshimun2008-05-311-5/+9
* Microsoft broke PROCESS_ALL_ACCESS when we build with WINVER=0x600. See http:...doshimun2008-05-152-2/+2
* Fix to stop unit tests from being compiled & run for non-native architecturesnealsid2008-05-081-4/+1
* Replace the user of wcscpy_s with safe_wcscpy in common/windows/string_utils-...doshimun2008-05-085-7/+16
* Some style guide compliance changes and changed the prototype of the method t...doshimun2008-05-074-21/+25
* Bug fix for issue 263: mach_vm_region_recurse calls have invalid parameter sp...nealsid2008-05-072-5/+4
* Add a convenience method to CustomClientInfo struct to set both name and valu...doshimun2008-05-051-0/+5
* Add a way for the client apps to specify custom information in case of out-of...doshimun2008-05-0510-25/+187
* Issue 261/262: 64-bit bug fix when iterating through load commands of a 64-bi...nealsid2008-05-054-140/+21
* Style changesnealsid2008-04-302-4/+3
* Updated code to be compliant with style guidelinesnealsid2008-04-299-70/+185
* Issue 258: Added test cases for ReadTaskMemory, reorganized project file, ren...nealsid2008-04-2512-157/+429
* Add one more parameter to the ClientDumpRequestCallback in crash generation s...doshimun2008-04-175-10/+27
* Fix a bug in start address calculationnealsid2008-04-171-1/+1
* As part of resolving issue 256 I'd like to check in some unitnealsid2008-04-156-5/+426
* Issue 254: The problem is that nlist() is compiled out of libc innealsid2008-04-125-9/+452
* Add a parameter to CrashGenerationServer to let the callers set thedoshimun2008-04-123-2/+13
* Some cosmetic/style changes to conform to style guidelines. This timedoshimun2008-04-082-23/+23
* Fix newlines (#253). rs=ted.mielczarekmmentovai2008-04-0725-4873/+4873
* Issue 246: Dynamic_images.* needs to be 64-bit ready. Created types that are ...nealsid2008-04-045-192/+371
* Minor style changes to comply with Google style guidelines.doshimun2008-04-034-34/+39
* issue 223 - Fixes for SOlaris handler during integration with Firefox. patch ...ted.mielczarek2008-03-187-284/+539
* TO BE REVIEWED.doshimun@gmail.com2008-03-113-4/+15
* This changelist contains the changes to the configuration of Visual Studio so...doshimun@gmail.com2008-03-105-11/+324
* Overview:doshimun@gmail.com2008-03-0827-178/+4227
* issue 238 - missing includes compiling with gcc 4.3. patch by taras glek, r=meted.mielczarek2008-02-243-0/+3
* Remove dependency on ole32 on Windows (#132). Patch by Sorin Jianu <sorinj>,...mmentovai2008-01-282-10/+32
* Make Breakpad's debug-exception-ignoring configurable. r=Nicolas Sylvainmmentovai2007-10-182-3/+18
* Remove assertion for a variable that doesn't exist. Patch by Alfred Pengmmentovai2007-10-151-1/+0
* Make sure ENOENT is defined. Spotted by jfbastien <bourgeoisie>.mmentovai2007-10-101-0/+2
* Breakpad rejects valid modules with a vmaddr of zero on Mac (#176). Patchmmentovai2007-09-281-1/+1