aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Breakpad symbol dumper: Move Linux dumping classes into src/common.jimblandy2010-04-0529-36/+38
* Breakpad Linux Dumper: Disable warnings about unpaired functions and lines by...jimblandy2010-04-053-1/+82
* Add gettimeofday to linux_syscall_support.hmmentovai2010-04-021-0/+2
* Breakpad Linux dumper: Use the correct section's base address.jimblandy2010-04-011-1/+1
* Breakpad Linux dumper: Generate make dependencies on header files automatically.jimblandy2010-04-011-5/+9
* Breakpad Linux dumper: Include filename in error messages.jimblandy2010-03-311-11/+13
* Breakpad DWARF parser: correct comments regarding dynamic_cast.jimblandy2010-03-301-7/+14
* Breakpad Linux dumper: Make changes requested by Neal Sidhwaney in issue 59002.jimblandy2010-03-293-21/+53
* [ Mistakenly committed older version of patch. This is the right one. ]jimblandy2010-03-291-3/+3
* Breakpad Linux client: Simplify VerifyStackReadWithMultipleThreads unit test.jimblandy2010-03-292-10/+19
* Fix HandleInvalidParameter to provide a locally created exception record for ...siggi@chromium.org2010-03-261-3/+23
* Add omitted newline to warning message in StabsReader::SymbolString.jimblandy2010-03-181-1/+1
* Breakpad processor: Support AMD64 stack unwinding driven by DWARF CFI.jimblandy2010-03-165-55/+492
* Breakpad: Support DWARF CFI-driven stack walking on ARM.jimblandy2010-03-167-34/+641
* Breakpad Linux dumper: Parse the .eh_frame section.jimblandy2010-03-1611-143/+1336
* Breakpad DWARF parser: Add support for parsing .eh_frame encoded pointers.jimblandy2010-03-166-5/+1014
* Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records.jimblandy2010-03-1614-11/+4935
* Breakpad: Add minidump processor support for DWARF Call Frame Information.jimblandy2010-03-1614-39/+1701
* Breakpad processor: Unit tests for StackwalkerX86.jimblandy2010-03-162-0/+879
* Breakpad Processor: Add new unit tests for google_breakpad::Minidumpjimblandy2010-03-168-6/+4102
* add missing <string> include from r541ted.mielczarek2010-03-031-0/+1
* Fix to cache NOT_FOUND results from symbol supplier on a per-minidump basis nealsid2010-03-033-2/+68
* Breakpad Linux dumper: Tolerate STABS data from code linked with --gc-sections.jimblandy2010-03-023-2/+26
* ARM support, with some build system changes to support x86-64, arm, and i386 ...nealsid2010-03-0213-105/+473
* Breakpad Linux symbol dumper: Handle programs linked with --gc-sections.jimblandy2010-02-243-0/+142
* Breakpad processor: Support negative literals in the postfix evaluator.jimblandy2010-02-241-4/+18
* Breakpad Linux dumper: Add missing newlines to error messages.jimblandy2010-02-231-2/+2
* Breakpad Linux dumper: Record AbstractOrigin entries for all DIEs that need t...jimblandy2010-02-202-20/+28
* Breakpad Linux dumper: Compare section names correctly.jimblandy2010-02-181-1/+7
* Breakpad DWARF parser: Expand comments for ByteReader class.jimblandy2010-02-111-43/+122
* Linux DWARF reader: Follow DW_AT_abstract_origin links to find function names.jimblandy2010-02-105-3/+267
* Breakpad Linux dumper: Don't be silly about global functions.jimblandy2010-02-093-12/+11
* Breakpad Linux dumper: Add file comments as required by the style guide.jimblandy2010-02-0923-17/+116
* 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