| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix build on Android. | mark@chromium.org | 2013-06-28 | 1 | -0/+5 |
* | Eliminate redundant initialization following r1188, | mark@chromium.org | 2013-06-20 | 1 | -2/+1 |
* | Treat warnings as error and fix most level 4 warnings in the breakpad windows... | ivan.penkov@gmail.com | 2013-06-04 | 2 | -11/+17 |
* | Thanks to Matthew Riley who noticed this issue and provided the initial propo... | ivan.penkov@gmail.com | 2013-05-23 | 2 | -12/+36 |
* | Use std::vector with a custom allocator wrapping PageAllocator for wasteful_v... | ted.mielczarek@gmail.com | 2013-05-17 | 1 | -70/+29 |
* | Always read CFI section, even when not outputing CFI information. | qsr@chromium.org | 2013-05-16 | 1 | -8/+6 |
* | Fix following r1175: the section name is __debug_info, not .debug_info. | mark@chromium.org | 2013-05-09 | 1 | -1/+1 |
* | Mac: Fix more errors from clang to get crash_report.xcodeproj close to compil... | thestig@chromium.org | 2013-05-08 | 1 | -0/+2 |
* | Fix mac dump_syms after r1163. | thestig@chromium.org | 2013-05-08 | 2 | -15/+31 |
* | NULL-check the entry in NonAllocatingMap before setting on it. | rsesek@chromium.org | 2013-05-08 | 2 | -5/+10 |
* | Fix GetLoadingAddress() to work for Native Client executables | mark@chromium.org | 2013-05-06 | 1 | -4/+6 |
* | Add explicit OMAP support to dump_syms. | chrisha@chromium.org | 2013-05-01 | 9 | -47/+1588 |
* | Fixing a clang warning. | ivan.penkov@gmail.com | 2013-04-25 | 1 | -1/+3 |
* | Cleanup: Use scoped_ptr where appropriate in DwarfCUToModule. | thestig@chromium.org | 2013-04-24 | 2 | -13/+13 |
* | Add an option to not handle DWARF inter-compilation unit references in Linux ... | thestig@chromium.org | 2013-04-24 | 6 | -119/+280 |
* | Fix Clang warning regarding null pointer argument. | ivan.penkov@gmail.com | 2013-04-24 | 1 | -1/+3 |
* | Rewrite SimpleStringDictionary with NonAllocatingMap. | rsesek@chromium.org | 2013-04-24 | 4 | -287/+367 |
* | Improve ARM CPU info reporting. | digit@chromium.org | 2013-04-24 | 4 | -0/+151 |
* | Get SimpleStringDictionary compiling on Linux. | rsesek@chromium.org | 2013-04-19 | 1 | -5/+7 |
* | Move SimpleStringDictionary from common/mac/ to just common/. | rsesek@chromium.org | 2013-04-18 | 3 | -35/+249 |
* | Fix build on Android - put the missing NT_GNU_BUILD_ID #define in elf_gnu_com... | thestig@chromium.org | 2013-04-10 | 4 | -8/+49 |
* | Remove auto_ptr usage in Breakpad. Also fix some lint errors. | thestig@chromium.org | 2013-04-09 | 1 | -9/+11 |
* | Try to find a build-id through PT_NOTE program headers | ted.mielczarek@gmail.com | 2013-04-04 | 4 | -10/+138 |
* | Support generic Elf notes, with unit tests | ted.mielczarek@gmail.com | 2013-04-04 | 4 | -27/+63 |
* | Refactor BasicElf synth_elf unitest | ted.mielczarek@gmail.com | 2013-04-04 | 3 | -7/+183 |
* | Refactor file_id_unittest | ted.mielczarek@gmail.com | 2013-03-29 | 1 | -102/+35 |
* | Add tests for section headers in synth_elf unittest | ted.mielczarek@gmail.com | 2013-03-29 | 1 | -0/+24 |
* | Refactor BasicElf synth_elf unitest | ted.mielczarek@gmail.com | 2013-03-29 | 1 | -49/+23 |
* | Defer adding sections until ELF::Finish in synth_elf | ted.mielczarek@gmail.com | 2013-03-29 | 2 | -6/+33 |
* | Provide a ReadSymbolData API for Mac dump_syms | ted.mielczarek@gmail.com | 2013-03-06 | 2 | -5/+29 |
* | Allow building symbol dumping without STABS support | ted.mielczarek@gmail.com | 2013-03-06 | 1 | -0/+8 |
* | Allow reading just CFI data when reading symbols | ted.mielczarek@gmail.com | 2013-03-06 | 9 | -175/+247 |
* | Minor Android fixup for symbol dumping code | ted.mielczarek@gmail.com | 2013-03-06 | 1 | -4/+9 |
* | Use stdint types everywhere | ted.mielczarek@gmail.com | 2013-03-06 | 19 | -180/+180 |
* | Make CompareStringPtrs::operator() a const method | ted.mielczarek@gmail.com | 2013-02-28 | 1 | -1/+1 |
* | Add missing "using std::sort" to dwarf_cu_to_module.cc. | ted.mielczarek@gmail.com | 2013-02-28 | 1 | -0/+1 |
* | Fix DumpSymbols error message when using multiple debug_dirs, followup from r... | ted.mielczarek@gmail.com | 2013-02-27 | 1 | -2/+6 |
* | Make MmapWrapper a little less silly | ted.mielczarek@gmail.com | 2013-02-14 | 1 | -1/+2 |
* | Fix some issues with -Werror=sign-compare on Android builds | ted.mielczarek@gmail.com | 2013-02-01 | 2 | -8/+13 |
* | Include the compilation directory for FILE entries, making them absolute inst... | ted.mielczarek@gmail.com | 2013-01-23 | 8 | -76/+176 |
* | Make DumpSymbols methods take a vector of debug_dirs | ted.mielczarek@gmail.com | 2013-01-22 | 3 | -32/+47 |
* | Provide a ReadSymbolData function to get symbol data in a Module instead of j... | ted.mielczarek@gmail.com | 2013-01-18 | 3 | -38/+72 |
* | Don't make MmapWrapper's destructor assert | ted.mielczarek@gmail.com | 2013-01-18 | 1 | -1/+0 |
* | Move scoped_ptr.h to common | ted.mielczarek@gmail.com | 2013-01-17 | 4 | -3/+338 |
* | DWARF can store DW_AT_high_pc as either an address or a constant. In the latter | jimblandy | 2013-01-08 | 2 | -19/+61 |
* | Remove dead code. | mark@chromium.org | 2012-12-12 | 11 | -242/+66 |
* | Cleaning up google-breakpad source code of signed-unsigned comparison warnings | ivan.penkov@gmail.com | 2012-11-21 | 8 | -44/+44 |
* | Comment out unused arguments in definitions, as required by the Google C++ St... | jimblandy | 2012-10-05 | 1 | -3/+3 |
* | Fix out-of-date comment for DwarfCUToModule::FilePrivate::common_strings. | jimblandy | 2012-10-05 | 1 | -6/+14 |
* | If a specification DIE has a DW_AT_MIPS_linkage_name attribute, don't fail | jimblandy | 2012-10-05 | 2 | -40/+87 |