aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Breakpad Linux Dumper: Add DWARF support.jimblandy2010-01-2311-28/+3996
* Typo: "An" -> "A".jimblandy2010-01-231-1/+1
* Breakpad DWARF Parser: Improved DWARF-processing interface.jimblandy2010-01-234-0/+1106
* Breakpad DWARF Reader: Change LineInfoHandler::AddLine to provide the line's ...jimblandy2010-01-224-28/+50
* Breakpad DWARF Reader: Also look for DWARF in sections with the proper names.jimblandy2010-01-221-6/+18
* Add new file missed in r490.jimblandy2010-01-141-0/+8
* Breakpad processor: Don't pass Windows stack walking information to all walkers.jimblandy2010-01-1413-69/+51
* Breakpad Linux dumper: STABS reader incorrectly assumes a single compilation ...jimblandy2010-01-143-35/+194
* Linux Breakpad Dumper: support running unit tests under valgrind or other wra...jimblandy2010-01-131-16/+28
* Breakpad processor: Opening a map file is not an error.jimblandy2010-01-131-1/+1
* Breakpad: Fix Emacs mode settings mingled with copyright notice text. jimblandy2010-01-124-4/+12
* Move file_id.cc from test_src to lib_srcnealsid2010-01-121-3/+3
* Google Breakpad DWARF reader: Add a handler function for DIE references.jimblandy2010-01-124-31/+70
* Breakpad: Avoid warnings building with G++ 4.4.1 using -O3 -Wall.jimblandy2010-01-123-4/+2
* Issue 49013: Breakpad Processor: Use a separate API to retrieve Windows stack...jimblandy2010-01-115-82/+103
* Breakpad DWARF Reader: Add DWARF language enumeration values.jimblandy2010-01-111-0/+36
* 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
* Fix solaris build breaknealsid2010-01-081-1/+1
* Make Mac comment and email text field placeholders localizable. r=nealsidstuart.morgan2010-01-012-0/+6
* Add email mapping for Socorro. r=nealsidstuart.morgan2010-01-011-2/+2
* Issue 49012: Breakpad Processor: Rename 'StackFrameInfo' structure to 'Window...jimblandy2009-12-2317-53/+53
* Breakpad processor: Use unsigned constants in comparisons, to quiet compiler ...jimblandy2009-12-233-12/+12
* Breakpad Linux Dumper: Fix up comments in google_breakpad::Module interface.jimblandy2009-12-231-7/+7
* Issue 49003: Breakpad Linux Dumper: Add unit tests for STABS dumper.jimblandy2009-12-232-0/+193
* Breakpad Linux dumper: Add unit tests for google_breakpad::Module.jimblandy2009-12-234-12/+350
* Breakpad Linux Dumper: Use proper sizes and radixes when writing Breakpad sym...jimblandy2009-12-231-7/+7
* Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing.jimblandy2009-12-234-211/+306
* fix compilation on 64-bit, followup from issue 357ted.mielczarek2009-12-231-0/+3
* Issue 357: New Linux file_id code doesn't persist across strip. r=agl,nealsid...ted.mielczarek2009-12-239-36/+283
* fix a badly-applied patch, and also re-run automake which I forgot to doted.mielczarek2009-12-211-1/+1
* Basic arm cpu support for processor. r=mark at http://breakpad.appspot.com/49011ted.mielczarek2009-12-199-9/+464
* Breakpad DWARF parser: Fix up documentation for DWARF reader classes.jimblandy@gmail.com2009-12-182-33/+34
* Fix build break for 64-bit compilation.nealsid2009-12-171-1/+1
* Added on-demand minidump generation for Linux, and a Linux test app.brdevmn2009-12-163-4/+117
* Issue 41004: Breakpad DWARF parser: fixes to compile without warnings under G...jimblandy@gmail.com2009-12-152-1/+7
* Issue 41003: Breakpad DWARF parser: Include <cstdio>, since we use itjimblandy@gmail.com2009-12-151-2/+2
* Issue 42002: Breakpad DWARF parser: avoid using <stdint.h> typejimblandy@gmail.com2009-12-153-3/+11
* Issue 42001: Breakpad Linux Dumper: remove compilation warnings in guid_creat...jimblandy@gmail.com2009-12-151-4/+18
* Issue 39002: Breakpad DWARF parser: Move DWARF parser to platform-independent...jimblandy@gmail.com2009-12-1515-49/+49
* Issue 26001: Linux dumper: fix comments in STABS readerjimblandy@gmail.com2009-12-152-24/+28
* Linux dumper: Add unit tests for google_breakpad::StabsReader.jimblandy@gmail.com2009-12-157-0/+607
* Issue 25003: Linux dumper: Fix infinite loop in stabs parser.jimblandy@gmail.com2009-12-151-1/+6
* Issue 25002: Linux symbol dumper: Require STABS consumers to provide a Warnin...jimblandy@gmail.com2009-12-152-1/+9
* Issue 39001: Breakpad Linux dumper: Refactor Makefile.jimblandy@gmail.com2009-12-151-24/+123
* Mozilla bug 532713 - OS X client code doesn't decoded extended family ids in ...ted.mielczarek2009-12-141-0/+15
* Fix some build warningsnealsid2009-12-102-2/+2
* Allow Minidump class to be instantiated with stream instead of file. r=mark a...ted.mielczarek2009-12-093-32/+162
* remove trailing comma from enum definition to make it compile with -pedanticted.mielczarek2009-12-031-1/+1
* issue 330 - linux_syscall_support.h has extra semicolons causing compilation ...ted.mielczarek2009-12-031-3/+3