aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* Add GYP file for tools\windows\symupload.chrisha@chromium.org2013-05-012-0/+65
* Add explicit OMAP support to dump_syms.chrisha@chromium.org2013-05-0114-14100/+18463
* Add an option to not handle DWARF inter-compilation unit references in Linux ...thestig@chromium.org2013-04-241-10/+20
* This change allows compiling sym_upload.cc and minidump_upload.cc using a glo...ivan.penkov@gmail.com2013-04-232-38/+42
* Allow reading just CFI data when reading symbolsted.mielczarek@gmail.com2013-03-062-3/+4
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-063-8/+8
* Include the compilation directory for FILE entries, making them absolute inst...ted.mielczarek@gmail.com2013-01-232-0/+342
* Make DumpSymbols methods take a vector of debug_dirsted.mielczarek@gmail.com2013-01-221-12/+13
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-172-2/+2
* Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com2012-11-212-8/+8
* Add custom implementation of NXGetArchInfoXXX to allow adding new arch.qsr@chromium.org2012-10-034-4/+23
* Turn on more warnings in ios / mac projects.qsr@chromium.org2012-09-211-1/+1
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek@gmail.com2012-09-181-1/+4
* Fix the tools and processor build for Androiddigit@chromium.org2012-08-211-3/+48
* Fix narrowing conversion from -1 to size_tjessicag.feedback2012-08-141-4/+4
* Speculatively back out r989 per http://codereview.chromium.org/10805065/ :mark@chromium.org2012-07-241-4/+1
* Move minidump_extension_linux.h contents into minidump_format.hted.mielczarek2012-07-201-1/+0
* Allow adding extra memory regions to minidump on linux/windowsted.mielczarek2012-07-191-1/+4
* Fixing various compiler warnings and applying minor tweaks to allow running ofivan.penkov@gmail.com2012-07-021-4/+4
* sym_upload: Show failure if symbol server gives redirect responsemkrebs@chromium.org2012-05-242-3/+12
* 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