| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Minor formatting fix following r865. | mark@chromium.org | 2011-10-11 | 1 | -2/+2 |
* | More fixes following r862. | mark@chromium.org | 2011-10-11 | 1 | -6/+6 |
* | Linux/Mac: Add option to omit the CFI section in dump_syms. | thestig@chromium.org | 2011-09-14 | 3 | -15/+23 |
* | issue 243 - Linux dumper should use build id produced by ld --build-id if ava... | ted.mielczarek | 2011-08-30 | 5 | -96/+260 |
* | Fix libcurl include in http_upload (trivial, no bug) | ted.mielczarek | 2011-08-30 | 1 | -2/+1 |
* | Remove curl/types.h include, since this header has been deprecated for a long... | ted.mielczarek | 2011-07-21 | 1 | -1/+0 |
* | Add some unit tests for Linux WriteSymbolFile | ted.mielczarek | 2011-07-06 | 7 | -83/+796 |
* | Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dy... | ted.mielczarek | 2011-07-06 | 4 | -5/+710 |
* | Propagate failure if http uploads fail with http error codes. | kmixter@chromium.org | 2010-12-08 | 1 | -0/+3 |
* | Add specific curl headers to facilitate building on Ubuntu Lucid | nealsid | 2010-11-17 | 2 | -5/+2 |
* | Add support for building the Linux client code using the Android NDK | ted.mielczarek | 2010-10-20 | 1 | -0/+4 |
* | Write a window of memory around the instruction pointer from the crashing thr... | ted.mielczarek | 2010-09-23 | 2 | -283/+0 |
* | Fix compilation of file_id_unittest. | thestig@chromium.org | 2010-09-16 | 1 | -5/+5 |
* | Import linux_syscall_support.h from linux-syscall-support.googlecode.com inst... | thestig@chromium.org | 2010-09-15 | 3 | -2951/+2 |
* | Fix a handful of comment spelling errors (Issue 385) | jessicag.feedback@gmail.com | 2010-09-09 | 1 | -3/+3 |
* | Linux FileID should work with ELFCLASS32 and ELFCLASS64 regardless of what's | mark@chromium.org | 2010-08-27 | 2 | -25/+123 |
* | Fix a couple of bugs where we generate incorrect minidump files on Linux.o | thestig@chromium.org | 2010-08-14 | 1 | -0/+18 |
* | Allow passing certificate path to HTTPUpload::SendRequest | ted.mielczarek | 2010-08-11 | 2 | -0/+5 |
* | Breakpad Linux dumper: Don't map file into memory a second time just to compu... | jimblandy | 2010-07-17 | 1 | -1/+1 |
* | Add functionality to read the .gnu_debuglink section and load symbols from a ... | thestig@chromium.org | 2010-07-16 | 2 | -82/+272 |
* | Remove some duplicate endianness code. | thestig@chromium.org | 2010-07-06 | 1 | -41/+40 |
* | Linux: Skip sections of type SHT_NOBITS when loading symbols. | thestig@chromium.org | 2010-07-06 | 1 | -3/+10 |
* | Breakpad: Avoid using the C++ <cfoo> headers. | ted.mielczarek | 2010-06-25 | 6 | -21/+25 |
* | Breakpad DWARF CFI support: Cleanups requested by Neal | ted.mielczarek | 2010-06-25 | 1 | -2/+1 |
* | Fix compilation on gcc 4.5 by adding a missing #include. Patch by Benoit Jaco... | ted.mielczarek | 2010-06-03 | 1 | -0/+1 |
* | Remove LOG statements from linux utilities so there's no dependency on log li... | nealsid | 2010-05-27 | 2 | -24/+29 |
* | Breakpad Linux dumper: Handle STABS-in-symbol-table, and line number records ... | jimblandy | 2010-05-05 | 1 | -2/+3 |
* | Breakpad Linux dumper: Rename DumpStabsHandler to StabsToModule. | jimblandy | 2010-05-05 | 1 | -4/+4 |
* | Breakpad Linux dumper: Make StabsReader independent of endianness and word size. | jimblandy | 2010-05-05 | 1 | -3/+17 |
* | Fix assembly in the ARM sys_clone implementation to indicate that r7 is clobb... | ted.mielczarek | 2010-04-29 | 1 | -8/+8 |
* | Breakpad Dumper: Move CFI register names to DwarfCFIToModule class. | jimblandy | 2010-04-28 | 1 | -46/+9 |
* | Patch from Zhurun to fix build breaks in gcc 4.4.1 | nealsid | 2010-04-26 | 1 | -13/+28 |
* | Breakpad symbol dumper: Move Linux dumping classes into src/common. | jimblandy | 2010-04-05 | 28 | -7504/+6 |
* | Breakpad Linux Dumper: Disable warnings about unpaired functions and lines by... | jimblandy | 2010-04-05 | 3 | -1/+82 |
* | Add gettimeofday to linux_syscall_support.h | mmentovai | 2010-04-02 | 1 | -0/+2 |
* | Breakpad Linux dumper: Use the correct section's base address. | jimblandy | 2010-04-01 | 1 | -1/+1 |
* | Breakpad Linux dumper: Include filename in error messages. | jimblandy | 2010-03-31 | 1 | -11/+13 |
* | Add omitted newline to warning message in StabsReader::SymbolString. | jimblandy | 2010-03-18 | 1 | -1/+1 |
* | Breakpad: Support DWARF CFI-driven stack walking on ARM. | jimblandy | 2010-03-16 | 1 | -8/+11 |
* | Breakpad Linux dumper: Parse the .eh_frame section. | jimblandy | 2010-03-16 | 3 | -23/+37 |
* | Breakpad Linux dumper: Add support for dumping DWARF CFI as STACK CFI records. | jimblandy | 2010-03-16 | 7 | -8/+963 |
* | Breakpad Linux dumper: Tolerate STABS data from code linked with --gc-sections. | jimblandy | 2010-03-02 | 3 | -2/+26 |
* | ARM support, with some build system changes to support x86-64, arm, and i386 ... | nealsid | 2010-03-02 | 1 | -22/+169 |
* | Breakpad Linux symbol dumper: Handle programs linked with --gc-sections. | jimblandy | 2010-02-24 | 3 | -0/+142 |
* | Breakpad Linux dumper: Add missing newlines to error messages. | jimblandy | 2010-02-23 | 1 | -2/+2 |
* | Breakpad Linux dumper: Record AbstractOrigin entries for all DIEs that need t... | jimblandy | 2010-02-20 | 2 | -20/+28 |
* | Breakpad Linux dumper: Compare section names correctly. | jimblandy | 2010-02-18 | 1 | -1/+7 |
* | Linux DWARF reader: Follow DW_AT_abstract_origin links to find function names. | jimblandy | 2010-02-10 | 3 | -3/+256 |
* | Breakpad Linux dumper: Don't be silly about global functions. | jimblandy | 2010-02-09 | 2 | -8/+8 |
* | Breakpad Linux dumper: Add file comments as required by the style guide. | jimblandy | 2010-02-09 | 19 | -15/+91 |