aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Breakpad symbol dumper: Define the ByteBuffer and ByteCursor classes.jimblandy2010-05-051-0/+19
* issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ...ted.mielczarek2010-04-291-0/+8
* Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/c...jimblandy2010-04-271-3/+2
* Mac now takes response code into account when determining success of a symupl...jessicag.feedback@gmail.com2010-04-131-2/+3
* Include what you use.mmentovai2010-04-051-0/+1
* Breakpad symbol dumper: Move Linux dumping classes into src/common.jimblandy2010-04-051-3/+5
* Breakpad Linux dumper: Generate make dependencies on header files automatically.jimblandy2010-04-011-5/+9
* Breakpad DWARF parser: Add support for parsing .eh_frame encoded pointers.jimblandy2010-03-161-0/+21
* Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records.jimblandy2010-03-161-1/+54
* Linux DWARF reader: Follow DW_AT_abstract_origin links to find function names.jimblandy2010-02-101-0/+3
* Breakpad Linux dumper: Don't be silly about global functions.jimblandy2010-02-091-4/+3
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-091-1/+1
* Breakpad Linux symbol dumper: Don't disable asserts.jimblandy2010-01-271-1/+0
* Breakpad Linux Dumper: Add DWARF support.jimblandy2010-01-231-1/+55
* Breakpad DWARF Parser: Improved DWARF-processing interface.jimblandy2010-01-231-0/+22