aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Breakpad: Update copyright notice years on all files changed in 2010.jimblandy2010-02-0966-66/+66
* Print ARM register values in minidump_stackwalk. r=nealsid at http://breakpad...ted.mielczarek2010-02-091-0/+11
* Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien...ted.mielczarek2010-02-0511-40/+925
* Breakpad processor: Move STACK WIN record parsing into its own function.jimblandy2010-02-051-29/+39
* Breakpad processor: Give Windows stack data Windows-specific names.jimblandy2010-02-052-46/+50
* Breakpad processor: Segregate STACK WIN vs. traditional stack walking.jimblandy2010-02-052-170/+246
* Breakpad processor: Support evaluating a postfix expression to produce a value.jimblandy2010-02-053-14/+151
* Breakpad x86 Stack Walker: Pass "out" parameters by address, not reference.jimblandy2010-02-052-8/+8
* Breakpad processor: Make PostfixEvaluator treat the MemoryRegion as const.jimblandy2010-02-055-35/+35
* Breakpad processor: Save Windows unwinding data earlier in x86 walker.jimblandy2010-02-051-3/+4
* Breakpad Linux dumper: Recognize more processor architectures.jimblandy2010-02-021-12/+35
* Breakpad Linux Dumper: Rename structure members to follow the Google C++ Styl...jimblandy2010-01-289-217/+217
* Breakpad DWARF parser: Add method to read DWARF "Initial length".jimblandy2010-01-283-27/+31
* Breakpad processor: Fix function and public symbol lookup.jimblandy2010-01-283-4/+17
* Breakpad Linux symbol dumper: Don't disable asserts.jimblandy2010-01-271-1/+0
* Breakpad processor: Have RetrieveNearestRange correctly return range extent.jimblandy2010-01-272-2/+19
* 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