aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Added libdisasm to the repository. This library is no longer under developmen...cdn@chromium.org2010-10-0161-237/+12843
* Add stack-scanning fallback to Stackwalker{AMD64,ARM}.ted.mielczarek2010-10-017-20/+361
* Refactor some bits of StackWalkerX86 / StackFrameX86 out into their respectiv...ted.mielczarek2010-10-0113-113/+118
* Fix a segmentation fault bug in MinidumpAssertion::Read().SiyangXie@gmail.com2010-09-301-3/+6
* add top_srcdir/src to CPPFLAGS for all unittests to fix compilation of unitte...ted.mielczarek2010-09-292-6/+36
* Only include linux_syscall_support.h on Linux in cross platform files.thestig@chromium.org2010-09-241-0/+2
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-2314-18/+930
* Added the base exploitability module for windows. This only adds the very bas...cdn@chromium.org2010-09-229-32/+288
* Pull in linux_syscall_support.h r3 - remove duplicate ARM code.thestig@chromium.org2010-09-210-0/+0
* Modify crash_generation_app to use GYP instead of VS .sln file for ease of ma...erikwright@chromium.org2010-09-218-589/+75
* Fix CrashGenerationServer to recover from protocol errors and a test for same.erikwright@chromium.org2010-09-206-77/+442
* Add StaticMap implementation and unittest to breakpad.SiyangXie@gmail.com2010-09-207-0/+1072
* Write a window of memory around the instruction pointer from the crashing thr...ted.mielczarek2010-09-175-8/+229
* Fix ./configure --enable-m32thestig@chromium.org2010-09-162-2/+4
* Fix compilation for minidump-2-core.thestig@chromium.org2010-09-161-0/+1
* Actually treat fatal error codes as fatalnealsid2010-09-161-2/+1
* Fix compilation of file_id_unittest.thestig@chromium.org2010-09-161-5/+5
* Initialize variables that currently may theoretically be used uninitializedjessicag.feedback@gmail.com2010-09-162-7/+8
* Add a free() to ExceptionHandlerTest.ChildCrash.thestig@chromium.org2010-09-161-0/+1
* Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...thestig@chromium.org2010-09-1513-2964/+15
* Revert revision 658 ('Add glog style logging to symupload').erikwright@chromium.org2010-09-154-227/+8
* Fix include paths in breakpad_client.gyp to make the build workted.mielczarek2010-09-151-0/+1
* Fix a bug in range_map-inl.h and add a unittest to expose the exisiting bug.SiyangXie@gmail.com2010-09-152-1/+43
* Fix a handful of comment spelling errors (Issue 385)jessicag.feedback@gmail.com2010-09-094-7/+7
* Reducing severity of most commonly logged ERRORS.jessicag.feedback@gmail.com2010-09-092-12/+15
* Remove proto generated source files from svn.jessicag.feedback@gmail.com2010-09-083-4158/+2
* Issue 378 - Don't compile Linux client libraries on non-Linux systemsted.mielczarek2010-08-3110-8146/+8250
* Issue 370 - fix PDBSourceLineWriter::GetModuleInfo's CPU detectionted.mielczarek2010-08-311-5/+19
* Linux FileID should work with ELFCLASS32 and ELFCLASS64 regardless of what'smark@chromium.org2010-08-272-25/+123
* Use <inttypes.h> macros for formatting fixed-width types.mark@chromium.org2010-08-271-1/+7
* Adding sytax setting to proto filejessicag.feedback@gmail.com2010-08-271-0/+2
* Fix memory leak in BasicSourceLineResolver::UnloadModuleted.mielczarek2010-08-271-0/+2
* Allow Linux dumper to work on PTRACE-hardened kernelsted.mielczarek2010-08-272-0/+69
* Limit the number of frames we try to walk to prevent runaway processors.thestig@chromium.org2010-08-262-2/+13
* Issue 176001: Add package to process_state.proto to prevent name clashes.jessicag.feedback@gmail.com2010-08-263-107/+119
* Cleanup: Remove a useless check.thestig@chromium.org2010-08-261-8/+6
* Update Makefile.am from r662 (which only updated Makefile.in)ted.mielczarek2010-08-252-26/+36
* In on_demand_symbol_supplier, recognize architecture x86 and transform it tommentovai2010-08-251-1/+9
* Breakpad DWARF Reader: Ignore padding at the end of the compilation unit.jimblandy2010-08-251-1/+5
* Breakpad DWARF parser: Don't use auto_ptr<stack<uint64> > where stack<uint64>...jimblandy2010-08-251-9/+5
* Breakpad DWARF reader: Use uint64, not uint64_t in DWARF reader code.jimblandy2010-08-252-4/+4
* Commit issue 140001: fixes for 64-bit build cleanups.jimblandy2010-08-253-22/+22
* Adding process_state protobuf and derived C++ files. Included README as well.jessicag.feedback@gmail.com2010-08-244-0/+4369
* Patch from CDN to add support for an exploitability enginenealsid2010-08-247-10/+286
* Disable cookies in Windows HTTPUploadted.mielczarek2010-08-201-0/+1
* Clean up old glog code and move deps to new reference in third_party.jessicag.feedback@gmail.com2010-08-196-2051/+1
* This checkin of the binaries was created by refresh_binaries.bat. nealsid@gmail.com2010-08-192-0/+26
* Add glog style logging to symuploadnealsid@gmail.com2010-08-194-8/+227
* fix symupload / minidump_upload to match changes to HTTPUpload::SendRequest f...ted.mielczarek2010-08-182-2/+7
* When done with crash-dumping, we need to terminate the application. Callingthestig@chromium.org2010-08-171-8/+20