| .. |
|
tests
|
Fix Breakpad unit tests build for Android.
|
2012-08-23 15:45:01 +00:00 |
|
dump_symbols_unittest.cc
|
Rework dump_symbols.cc using templates and traits classes to handle cross-word-size symbol dumping
|
2012-07-18 17:55:08 +00:00 |
|
dump_symbols.cc
|
Rework dump_symbols.cc using templates and traits classes to handle cross-word-size symbol dumping
|
2012-07-18 17:55:08 +00:00 |
|
dump_symbols.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 |
|
eintr_wrapper.h
|
Linux: Fix a bunch of clang errors from not handling return values.
|
2012-07-24 00:15:53 +00:00 |
|
elf_core_dump_unittest.cc
|
Fix Breakpad unit tests build for Android.
|
2012-08-23 15:45:01 +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_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
|
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.h
|
Improve Android support
|
2012-08-21 14:34:48 +00:00 |
|
file_id_unittest.cc
|
Fixing various compiler warnings and applying minor tweaks to allow running of
|
2012-07-02 22:55:57 +00:00 |
|
file_id.cc
|
Move some ELF-handling bits from file_id.cc to elfutils.{h,cc}
|
2012-07-18 13:44:34 +00:00 |
|
file_id.h
|
Refactor code in preparation of merging with the fork in Chromium OS.
|
2011-12-16 16:42:59 +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
|
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.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 |
|
guid_creator.cc
|
Remove static initializer in linux/guid_creator.cc.
|
2012-03-08 18:47:26 +00:00 |
|
guid_creator.h
|
Add Linux exception handler.
|
2007-03-12 01:53:18 +00:00 |
|
http_upload.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 |
|
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
|
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 |
|
libcurl_wrapper.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 |
|
linux_libc_support_unittest.cc
|
SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411002/, since revision 1001 only contains the new src/client/linux/linux_libc_support.cc and none of the other required files.
|
2012-08-03 15:01:52 +00:00 |
|
linux_libc_support.cc
|
Prepending file names with "src/" in #include directives is undesirable.
|
2012-08-06 23:30:37 +00:00 |
|
linux_libc_support.h
|
SORRY. It seems I've screwed up my commit for http://breakpad.appspot.com/411002/, since revision 1001 only contains the new src/client/linux/linux_libc_support.cc and none of the other required files.
|
2012-08-03 15:01:52 +00:00 |
|
memory_mapped_file_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 |
|
memory_mapped_file.cc
|
Use sys_fstat64 on Android
|
2012-09-10 13:14:48 +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
|
Replace readlink calls with a safer version that guarantees NULL-termination.
|
2011-12-21 17:51:40 +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
|
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 |
|
synth_elf.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 |
|
synth_elf.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 |