aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-246-1/+265
* 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
* remove trailing comma that makes gcc -pedantic unhappyted.mielczarek2010-08-161-1/+1
* Add missing stdint.h include to fix compilation on newer GCC.ted.mielczarek2010-08-161-0/+1
* Change ClientInfo into a class to match other platforms, rename the current C...ted.mielczarek@gmail.com2010-08-165-13/+31
* Put MachIPC into the google_breakpad namespaceted.mielczarek@gmail.com2010-08-164-0/+14
* Fix a couple of bugs where we generate incorrect minidump files on Linux.othestig@chromium.org2010-08-144-31/+311
* Miscellaneous improvements to minidump-2-core.thestig@chromium.org2010-08-142-72/+735
* Allow dumping live processes on OS Xted.mielczarek@gmail.com2010-08-134-2/+135
* Implement CrashGeneration{Client,Server} for OOP dump generation on OS X, ena...ted.mielczarek@gmail.com2010-08-1313-12/+984
* fix typo in previous committed.mielczarek@gmail.com2010-08-121-1/+1
* Change exception_handler_test.cc to use Google Testted.mielczarek@gmail.com2010-08-123-48/+268
* Allow passing certificate path to HTTPUpload::SendRequestted.mielczarek2010-08-112-0/+5
* Remove i386 from the set of architectures that the Mac crash_report tool'smark@chromium.org2010-08-061-2/+0
* Breakpad uses x86 as the architecture name, not i386. Most tools don't caremark@chromium.org2010-08-062-2/+9
* Fix HandleInvalidParameter/HandlePureVirtualCall to dynamically lookup the Rt...ted.mielczarek2010-08-021-28/+50
* review: http://breakpad.appspot.com/139001dmaclach2010-07-291-0/+1
* review: http://breakpad.appspot.com/138001dmaclach2010-07-296-87/+235
* Review: http://breakpad.appspot.com/137001dmaclach2010-07-283-46/+55
* Review: http://breakpad.appspot.com/136001dmaclach2010-07-285-205/+80
* Review: http://breakpad.appspot.com/135001dmaclach2010-07-271-8/+8
* Fixes up some style nits, and gets us compiling on Leopard again.dmaclach2010-07-274-13/+6
* Adding 11 languages to the crash uploader app on the Mac, contributed by the ...stuart.morgan2010-07-2523-0/+58
* Fix unit tests that have not built since @610ted.mielczarek2010-07-237-41/+41
* Separate the "hello" message from the parameter messages inmark@chromium.org2010-07-211-2/+3
* Clean up build for 64 bit.dmaclach2010-07-1953-1032/+1739
* Breakpad Linux/Mac symbol dumper: Share duplicate strings that arise in DWARF...jimblandy2010-07-173-7/+62
* Breakpad Linux dumper: Don't map file into memory a second time just to compu...jimblandy2010-07-171-1/+1
* Add functionality to read the .gnu_debuglink section and load symbols from a ...thestig@chromium.org2010-07-163-86/+280
* Remove duplicate FUNC entries from dump_syms output.thestig@chromium.org2010-07-135-34/+134
* Fix a couple of tiny things for GCC pedantryted.mielczarek@gmail.com2010-07-082-2/+2
* Remove some duplicate endianness code.thestig@chromium.org2010-07-061-41/+40
* Linux: Skip sections of type SHT_NOBITS when loading symbols.thestig@chromium.org2010-07-061-3/+10
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-2546-100/+129
* Breakpad DWARF CFI support: Cleanups requested by Nealted.mielczarek2010-06-253-10/+24