aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Linux: Skip sections of type SHT_NOBITS when loading symbols.thestig@chromium.org2010-07-061-3/+10
* Breakpad: Avoid using the C++ <cfoo> headers.ted.mielczarek2010-06-2517-49/+60
* Breakpad DWARF CFI support: Cleanups requested by Nealted.mielczarek2010-06-253-10/+24
* Breakpad DWARF CFI parser: Use the proper type for offsets in CallFrameInfo::...ted.mielczarek2010-06-251-2/+2
* Breakpad Mac symbol dumper: Unify with Linux dumper; support DWARF CFI.ted.mielczarek2010-06-253-1209/+536
* Breakpad DWARF support: Stop #including unneeded headers.ted.mielczarek2010-06-251-2/+0
* Breakpad DWARF support: Check for DWARF line info under Mac OS X section names.ted.mielczarek2010-06-251-0/+4
* Breakpad Mac symbol dumper: Add new Mach-O reader class.ted.mielczarek2010-06-259-25/+2907
* Fix compilation on gcc 4.5 by adding a missing #include. Patch by Benoit Jaco...ted.mielczarek2010-06-031-0/+1
* Remove LOG statements from linux utilities so there's no dependency on log li...nealsid2010-05-272-24/+29
* Breakpad unit tests: Add support for clipped-size null-terminated stringsjimblandy2010-05-052-0/+27
* Breakpad Mac Dumper: Fix compilation warnings on OS X 10.6jimblandy2010-05-053-30/+80
* Breakpad symbol dumper: Promise that Module::SetLoadAddress can be called at ...jimblandy2010-05-052-5/+13
* Breakpad Linux dumper: Handle STABS-in-symbol-table, and line number records ...jimblandy2010-05-054-21/+152
* Breakpad STABS parser: Use a test fixture in StabsReader unit tests.jimblandy2010-05-051-56/+42
* Breakpad STABS reader: Properly compute function end addresses.jimblandy2010-05-053-7/+72
* Breakpad Linux dumper: Rename DumpStabsHandler to StabsToModule.jimblandy2010-05-054-34/+34
* Breakpad Linux dumper: Make StabsReader independent of endianness and word size.jimblandy2010-05-0511-593/+443
* Breakpad symbol dumper: Define the ByteBuffer and ByteCursor classes.jimblandy2010-05-052-0/+1039
* Fix assembly in the ARM sys_clone implementation to indicate that r7 is clobb...ted.mielczarek2010-04-291-8/+8
* issue 372 - fix Mac OS X minidump generation code to handle x86-64 properly. ...ted.mielczarek2010-04-293-5/+9
* Breakpad Linux Dumper: Have DumpStabsHandler free accumulated functions if Fi...jimblandy2010-04-282-0/+10
* Breakpad Dumper: Move CFI register names to DwarfCFIToModule class.jimblandy2010-04-284-46/+110
* Breakpad test support: Move test_assembler.{h,cc} from src/processor to src/c...jimblandy2010-04-274-1/+2474
* Patch from Zhurun to fix build breaks in gcc 4.4.1nealsid2010-04-261-13/+28
* Include what you use.mmentovai2010-04-051-0/+3
* Breakpad symbol dumper: Move Linux dumping classes into src/common.jimblandy2010-04-0528-33/+33
* 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: 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
* Add omitted newline to warning message in StabsReader::SymbolString.jimblandy2010-03-181-1/+1
* Breakpad: Support DWARF CFI-driven stack walking on ARM.jimblandy2010-03-161-8/+11
* 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-165-5/+993
* Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records.jimblandy2010-03-1613-10/+4881
* 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-021-22/+169
* Breakpad Linux symbol dumper: Handle programs linked with --gc-sections.jimblandy2010-02-243-0/+142
* 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-104-3/+264
* Breakpad Linux dumper: Don't be silly about global functions.jimblandy2010-02-092-8/+8
* 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-0930-30/+30
* Refactor Chrome's out-of-process Linux code into CrashGeneration{Server,Clien...ted.mielczarek2010-02-051-0/+47