aboutsummaryrefslogtreecommitdiff
path: root/src/common
Commit message (Expand)AuthorAgeFilesLines
* Fix GetLoadingAddress() to work for Native Client executablesmark@chromium.org2013-05-061-4/+6
* Add explicit OMAP support to dump_syms.chrisha@chromium.org2013-05-019-47/+1588
* Fixing a clang warning.ivan.penkov@gmail.com2013-04-251-1/+3
* Cleanup: Use scoped_ptr where appropriate in DwarfCUToModule.thestig@chromium.org2013-04-242-13/+13
* Add an option to not handle DWARF inter-compilation unit references in Linux ...thestig@chromium.org2013-04-246-119/+280
* Fix Clang warning regarding null pointer argument.ivan.penkov@gmail.com2013-04-241-1/+3
* Rewrite SimpleStringDictionary with NonAllocatingMap.rsesek@chromium.org2013-04-244-287/+367
* Improve ARM CPU info reporting.digit@chromium.org2013-04-244-0/+151
* Get SimpleStringDictionary compiling on Linux.rsesek@chromium.org2013-04-191-5/+7
* Move SimpleStringDictionary from common/mac/ to just common/.rsesek@chromium.org2013-04-183-35/+249
* Fix build on Android - put the missing NT_GNU_BUILD_ID #define in elf_gnu_com...thestig@chromium.org2013-04-104-8/+49
* Remove auto_ptr usage in Breakpad. Also fix some lint errors.thestig@chromium.org2013-04-091-9/+11
* Try to find a build-id through PT_NOTE program headersted.mielczarek@gmail.com2013-04-044-10/+138
* Support generic Elf notes, with unit teststed.mielczarek@gmail.com2013-04-044-27/+63
* Refactor BasicElf synth_elf unitestted.mielczarek@gmail.com2013-04-043-7/+183
* Refactor file_id_unittestted.mielczarek@gmail.com2013-03-291-102/+35
* Add tests for section headers in synth_elf unittestted.mielczarek@gmail.com2013-03-291-0/+24
* Refactor BasicElf synth_elf unitestted.mielczarek@gmail.com2013-03-291-49/+23
* Defer adding sections until ELF::Finish in synth_elfted.mielczarek@gmail.com2013-03-292-6/+33
* Provide a ReadSymbolData API for Mac dump_symsted.mielczarek@gmail.com2013-03-062-5/+29
* Allow building symbol dumping without STABS supportted.mielczarek@gmail.com2013-03-061-0/+8
* Allow reading just CFI data when reading symbolsted.mielczarek@gmail.com2013-03-069-175/+247
* Minor Android fixup for symbol dumping codeted.mielczarek@gmail.com2013-03-061-4/+9
* Use stdint types everywhereted.mielczarek@gmail.com2013-03-0619-180/+180
* Make CompareStringPtrs::operator() a const methodted.mielczarek@gmail.com2013-02-281-1/+1
* Add missing "using std::sort" to dwarf_cu_to_module.cc.ted.mielczarek@gmail.com2013-02-281-0/+1
* Fix DumpSymbols error message when using multiple debug_dirs, followup from r...ted.mielczarek@gmail.com2013-02-271-2/+6
* Make MmapWrapper a little less sillyted.mielczarek@gmail.com2013-02-141-1/+2
* Fix some issues with -Werror=sign-compare on Android buildsted.mielczarek@gmail.com2013-02-012-8/+13
* Include the compilation directory for FILE entries, making them absolute inst...ted.mielczarek@gmail.com2013-01-238-76/+176
* Make DumpSymbols methods take a vector of debug_dirsted.mielczarek@gmail.com2013-01-223-32/+47
* Provide a ReadSymbolData function to get symbol data in a Module instead of j...ted.mielczarek@gmail.com2013-01-183-38/+72
* Don't make MmapWrapper's destructor assertted.mielczarek@gmail.com2013-01-181-1/+0
* Move scoped_ptr.h to commonted.mielczarek@gmail.com2013-01-174-3/+338
* DWARF can store DW_AT_high_pc as either an address or a constant. In the latterjimblandy2013-01-082-19/+61
* Remove dead code.mark@chromium.org2012-12-1211-242/+66
* Cleaning up google-breakpad source code of signed-unsigned comparison warningsivan.penkov@gmail.com2012-11-218-44/+44
* Comment out unused arguments in definitions, as required by the Google C++ St...jimblandy2012-10-051-3/+3
* Fix out-of-date comment for DwarfCUToModule::FilePrivate::common_strings.jimblandy2012-10-051-6/+14
* If a specification DIE has a DW_AT_MIPS_linkage_name attribute, don't failjimblandy2012-10-052-40/+87
* Update dump_syms to correctly filter on cpu subtype.qsr@chromium.org2012-10-048-62/+90
* Fix minor Android build failure with Clang.digit@chromium.org2012-10-041-0/+1
* Use DW_AT_MIPS_linkage_name if it is available to get names of functions with...ted.mielczarek@gmail.com2012-10-042-34/+79
* Add custom implementation of NXGetArchInfoXXX to allow adding new arch.qsr@chromium.org2012-10-033-7/+135
* Fix a bunch of small nits.thestig@chromium.org2012-09-261-1/+1
* Fix type in string_conversion.cc introduced in r1046ted.mielczarek@gmail.com2012-09-261-1/+1
* Turn on more warnings in ios / mac projects.qsr@chromium.org2012-09-213-4/+6
* Update GTM files to latest fromqsr@chromium.org2012-09-215-600/+1256
* Make my_str_len/my_itos take uintmax_tted.mielczarek@gmail.com2012-09-173-32/+36
* Fix compiler warnings on Ubuntu Precise. Pull in gmock r408 in the process.thestig@chromium.org2012-09-101-13/+13