breakpad/src/common/linux
2014-07-17 18:34:18 +00:00
..
tests Limit the workaround in r1313 to Android only. 2014-04-15 18:29:15 +00:00
crc32.cc Linux: Check the CRC32 of the debug link file in the symbol dumper. 2014-04-23 20:52:28 +00:00
crc32.h Linux: Check the CRC32 of the debug link file in the symbol dumper. 2014-04-23 20:52:28 +00:00
dump_symbols_unittest.cc Add an option to not handle DWARF inter-compilation unit references in Linux dump_syms. 2013-04-24 21:18:44 +00:00
dump_symbols.cc Add Arm64 support to dumpsyms. 2014-04-29 09:45:46 +00:00
dump_symbols.h Add an option to not handle DWARF inter-compilation unit references in Linux dump_syms. 2013-04-24 21:18:44 +00:00
eintr_wrapper.h Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. 2013-12-03 14:12:08 +00:00
elf_core_dump_unittest.cc Skip ElfCoreDumpTest and LinuxCoreDumperTest on Android if no core file is dumped. 2014-04-23 10:20:00 +00:00
elf_core_dump.cc Add utilities for processing Linux core dump files. 2012-01-07 02:25:22 +00:00
elf_core_dump.h Improve Android support 2012-08-21 14:34:48 +00:00
elf_gnu_compat.h Fix build on Android - put the missing NT_GNU_BUILD_ID #define in elf_gnu_compat.h and use it where needed. 2013-04-10 03:33:09 +00:00
elf_symbols_to_module_unittest.cc This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00
elf_symbols_to_module.cc Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dynsym for symbol names if there are no usable debug symbols. 2011-07-06 17:05:49 +00:00
elf_symbols_to_module.h Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dynsym for symbol names if there are no usable debug symbols. 2011-07-06 17:05:49 +00:00
elfutils-inl.h Rework dump_symbols.cc using templates and traits classes to handle cross-word-size symbol dumping 2012-07-18 17:55:08 +00:00
elfutils.cc Change some ELF utils to return the length as a size_t. 2014-07-17 18:34:18 +00:00
elfutils.h Change some ELF utils to return the length as a size_t. 2014-07-17 18:34:18 +00:00
file_id_unittest.cc Misc Android-related fixes. 2013-12-13 16:49:11 +00:00
file_id.cc Change some ELF utils to return the length as a size_t. 2014-07-17 18:34:18 +00:00
file_id.h Terminating FileID path when at maximum length. (Coverity) 2014-04-01 20:18:53 +00:00
google_crashdump_uploader_test.cc This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00
google_crashdump_uploader.cc Fixing a build break on Linux. 2014-05-01 23:31:44 +00:00
google_crashdump_uploader.h Fixing a build break on Linux. 2014-05-01 23:31:44 +00:00
guid_creator.cc Use stdint types everywhere 2013-03-06 14:04:42 +00:00
guid_creator.h Add Linux exception handler. 2007-03-12 01:53:18 +00:00
http_upload.cc Support statically-linked libcurl for HTTP uploads in Linux 2014-01-29 20:34:07 +00:00
http_upload.h This change allows compiling the google-breakpad code using a global ::string class instead of std::string. For more details take a look at common/using_std_string.h 2012-06-28 22:46:01 +00:00
ignore_ret.h Linux: Fix a bunch of clang errors from not handling return values. 2012-07-24 00:15:53 +00:00
libcurl_wrapper.cc Add virtual dtor to LibcurlWrapper. 2014-06-04 08:54:07 +00:00
libcurl_wrapper.h Add virtual dtor to LibcurlWrapper. 2014-06-04 08:54:07 +00:00
linux_libc_support_unittest.cc Improve ARM CPU info reporting. 2013-04-24 10:06:14 +00:00
linux_libc_support.cc Improve ARM CPU info reporting. 2013-04-24 10:06:14 +00:00
linux_libc_support.h Improve ARM CPU info reporting. 2013-04-24 10:06:14 +00:00
memory_mapped_file_unittest.cc Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close. 2013-12-03 14:12:08 +00:00
memory_mapped_file.cc First cut at adding arm64 Linux / Android support to Breakpad. 2014-04-02 23:12:40 +00:00
memory_mapped_file.h Refactor code in preparation of merging with the fork in Chromium OS. 2011-12-16 16:42:59 +00:00
safe_readlink_unittest.cc Cleaning up google-breakpad source code of signed-unsigned comparison warnings 2012-11-21 01:33:08 +00:00
safe_readlink.cc Replace readlink calls with a safer version that guarantees NULL-termination. 2011-12-21 17:51:40 +00:00
safe_readlink.h Replace readlink calls with a safer version that guarantees NULL-termination. 2011-12-21 17:51:40 +00:00
synth_elf_unittest.cc Support generic Elf notes, with unit tests 2013-04-04 16:24:44 +00:00
synth_elf.cc Fix build on Android - put the missing NT_GNU_BUILD_ID #define in elf_gnu_compat.h and use it where needed. 2013-04-10 03:33:09 +00:00
synth_elf.h Support generic Elf notes, with unit tests 2013-04-04 16:24:44 +00:00