aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Changes to get the breakpad client compiling and running on Android usingmark@chromium.org2012-04-031-3/+15
* Remove redundant include of CPP specific header filested.mielczarek@gmail.com2012-04-031-1/+0
* Implement core dump to minidump conversion.benchan@chromium.org2012-01-191-0/+57
* Replace MMappedRange with MinidumpMemoryRange.benchan@chromium.org2011-12-213-114/+399
* Refactor code in preparation of merging with the fork in Chromium OS.benchan@chromium.org2011-12-161-17/+7
* Create a static library to use Breakpad on iOS.qsr@chromium.org2011-11-231-1/+2
* Rename md5.c to md5.cc, put its contents inside the google_breakpad namespace.ted.mielczarek2011-11-183-12/+11
* Fix some shadow variables, including one in file_id.cc that causes all files ...thestig@chromium.org2011-10-201-4/+4
* Fix harmless printf abuse in symupload.mark@chromium.org2011-10-111-1/+2
* Fix some newlines.mark@chromium.org2011-09-271-1/+1
* Fix breakpad/src/tools/mac/crash_report/on_demand_symbol_supplier.mm followingmark@chromium.org2011-09-271-1/+1
* Linux/Mac: Add option to omit the CFI section in dump_syms.thestig@chromium.org2011-09-142-19/+44
* Wean Mac Breakpad off of its OpenSSL libcrypto dependency.mark@chromium.org2011-07-273-16/+25
* Switch mac DumpSymbols::WriteSymbolFile to take an ostream instead of a FILE*...ted.mielczarek2011-07-261-1/+2
* Add some unit tests for Linux WriteSymbolFileted.mielczarek2011-07-061-1/+2
* Fixed message about unregistered msdia*dll. Builds with different DiaSDK need...vitalybuka@chromium.org2011-04-263-10/+11
* Make programs in src/tools/linux build via the automake build systemted.mielczarek2011-02-282-434/+0
* Fix breakpad compilation on ubuntu 10.10.mmentovai2011-02-181-0/+1
* Fix broken build of mac crash report tool.SiyangXie@gmail.com2010-11-031-3/+2
* Restrict ownership of symbol data buffers to symbol supplier.SiyangXie@gmail.com2010-11-012-4/+31
* Fix crash_report tool.mmentovai2010-10-203-0/+94
* Make dump_syms output an INFO CODE_ID line that includes the code file and co...ted.mielczarek2010-10-051-2/+2
* Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst...thestig@chromium.org2010-09-151-2/+2
* Revert revision 658 ('Add glog style logging to symupload').erikwright@chromium.org2010-09-152-110/+5
* In on_demand_symbol_supplier, recognize architecture x86 and transform it tommentovai2010-08-251-1/+9
* Commit issue 140001: fixes for 64-bit build cleanups.jimblandy2010-08-251-15/+15
* 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-192-5/+110
* fix symupload / minidump_upload to match changes to HTTPUpload::SendRequest f...ted.mielczarek2010-08-182-2/+7
* Miscellaneous improvements to minidump-2-core.thestig@chromium.org2010-08-141-72/+661
* 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-061-0/+3
* review: http://breakpad.appspot.com/138001dmaclach2010-07-293-19/+199
* Review: http://breakpad.appspot.com/137001dmaclach2010-07-281-2/+2
* Fixes up some style nits, and gets us compiling on Leopard again.dmaclach2010-07-271-7/+0
* Clean up build for 64 bit.dmaclach2010-07-197-446/+141
* Add functionality to read the .gnu_debuglink section and load symbols from a ...thestig@chromium.org2010-07-161-4/+8
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-252-4/+4
* Breakpad Linux symbol dumper: Remove unneeded objects from test executablested.mielczarek2010-06-251-4/+0
* Breakpad CFI parser: Add unit tests to XCode project.ted.mielczarek2010-06-251-10/+1385
* Breakpad Mac symbol dumper: Unify with Linux dumper; support DWARF CFI.ted.mielczarek2010-06-252-27/+104
* Breakpad Mac dumper: Change the dumper to be more C++-ish.ted.mielczarek2010-06-251-45/+32
* Breakpad Mac symbol dumper: Add new Mach-O reader class.ted.mielczarek2010-06-252-6/+399
* Updated binaries to use a statically linked CRTnealsid2010-05-182-0/+0
* Adding prebuilt dump_syms.exe.nealsid2010-05-111-0/+0
* This checkin of the binaries was created by refresh_binaries.bat. nealsid2010-05-101-0/+0
* Breakpad Mac dumper: Clean up XCode project file.jimblandy2010-05-051-102/+70
* Breakpad Mac Dumper: Fix compilation warnings on OS X 10.6jimblandy2010-05-051-0/+2
* Breakpad Linux dumper: Rename DumpStabsHandler to StabsToModule.jimblandy2010-05-051-18/+19
* Breakpad Linux dumper: Make StabsReader independent of endianness and word size.jimblandy2010-05-051-2/+3