aboutsummaryrefslogtreecommitdiff
path: root/src/tools
Commit message (Expand)AuthorAgeFilesLines
* 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
* Linux Breakpad Dumper: support running unit tests under valgrind or other wra...jimblandy2010-01-131-16/+28
* Patch from Kris Rambish to keep memory usage flat when processing a directory...nealsid2010-01-111-0/+2
* INclude stackwalker_arm.{cc,h} in crash_report buildnealsid2010-01-111-0/+6
* Issue 49003: Breakpad Linux Dumper: Add unit tests for STABS dumper.jimblandy2009-12-231-0/+18
* Breakpad Linux dumper: Add unit tests for google_breakpad::Module.jimblandy2009-12-231-1/+19
* Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing.jimblandy2009-12-231-0/+2
* Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid...ted.mielczarek2009-12-231-0/+16
* Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...jimblandy@gmail.com2009-12-152-12/+12
* Linux dumper: Add unit tests for google_breakpad::StabsReader.jimblandy@gmail.com2009-12-151-0/+34