index
:
breakpad
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
common
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update breakpad for Android packed relocations.
rmcilroy@chromium.org
2015-06-19
1
-0
/
+31
*
MIPS64: Initial MIPS64 related change.
mark@chromium.org
2015-04-15
1
-2
/
+7
*
Fix compilation with gcc --std=c++11
ted.mielczarek@gmail.com
2015-03-24
1
-2
/
+2
*
Cleanup Linux debug link file handling code.
thestig@chromium.org
2015-02-10
1
-44
/
+74
*
Follow debug link correctly
hashimoto@chromium.org
2015-02-03
1
-37
/
+37
*
Demangle symbol name
hashimoto@chromium.org
2015-02-03
1
-0
/
+11
*
Fix some fragile code that is likely to cause future memory corruption
erikchen@chromium.org
2015-01-27
1
-2
/
+1
*
Read dynamic symbols table even if binary contains debug info
ted.mielczarek@gmail.com
2014-11-03
1
-39
/
+36
*
GoogleCrashdumpUploader: adds Upload(string*) API to get the HTTP response.
gunsch@chromium.org
2014-09-18
5
-18
/
+45
*
Fixes common_unittests build.
thestig@chromium.org
2014-09-17
2
-0
/
+10
*
Back out trunk r1367.
mark@chromium.org
2014-09-03
2
-12
/
+12
*
Support for multiple upload files in CrashReportSender/HTTPUpload
ted.mielczarek@gmail.com
2014-08-28
2
-12
/
+12
*
Chrome on Android now supports loading the shared library directly from the A...
rmcilroy@chromium.org
2014-07-22
5
-33
/
+77
*
Change some ELF utils to return the length as a size_t.
thestig@chromium.org
2014-07-17
3
-16
/
+17
*
Add virtual dtor to LibcurlWrapper.
pbos@chromium.org
2014-06-04
2
-0
/
+3
*
Fixing a build break on Linux.
mmandlis@chromium.org
2014-05-01
2
-3
/
+1
*
Add Arm64 support to dumpsyms.
rmcilroy@chromium.org
2014-04-29
1
-0
/
+9
*
Linux: Check the CRC32 of the debug link file in the symbol dumper.
thestig@chromium.org
2014-04-23
3
-23
/
+175
*
Skip ElfCoreDumpTest and LinuxCoreDumperTest on Android if no core file is du...
rmcilroy@chromium.org
2014-04-23
1
-0
/
+9
*
Limit the workaround in r1313 to Android only.
thestig@chromium.org
2014-04-15
1
-2
/
+9
*
[Android]: Fix hang in CreateChildCrash() on Android.
rmcilroy@chromium.org
2014-04-15
1
-13
/
+19
*
Fix ElfCoreDumpTest.ValidCoreFile unit test.
benchan@chromium.org
2014-04-03
1
-2
/
+5
*
First cut at adding arm64 Linux / Android support to Breakpad.
rmcilroy@chromium.org
2014-04-02
1
-2
/
+2
*
fix races in CrashGenerator::CreateChildCrash
vapier@chromium.org
2014-04-02
2
-14
/
+37
*
Terminating FileID path when at maximum length. (Coverity)
thestig@chromium.org
2014-04-01
2
-5
/
+4
*
GoogleCrashdumpUploader would leak instances of LibcurlWrapper (Coverity)
thestig@chromium.org
2014-04-01
2
-2
/
+3
*
Support statically-linked libcurl for HTTP uploads in Linux
mattdr.breakpad@gmail.com
2014-01-29
1
-1
/
+11
*
Misc Android-related fixes.
digit@chromium.org
2013-12-13
1
-0
/
+4
*
Add missing #include of eintr_wrapper.h to auto_testfile.h. Since it's
mark@chromium.org
2013-12-03
1
-0
/
+124
*
Don't HANDLE_EINTR(close). Either IGNORE_EINTR(close) or just close.
mark@chromium.org
2013-12-03
2
-5
/
+15
*
Adding mips support for Android.
gordana.cmiljanovic@imgtec.com
2013-09-25
1
-1
/
+1
*
Adding support for mips.
gordana.cmiljanovic@imgtec.com
2013-09-11
1
-3
/
+9
*
Fix GetLoadingAddress() to work for Native Client executables
mark@chromium.org
2013-05-06
1
-4
/
+6
*
Add an option to not handle DWARF inter-compilation unit references in Linux ...
thestig@chromium.org
2013-04-24
3
-32
/
+53
*
Improve ARM CPU info reporting.
digit@chromium.org
2013-04-24
3
-0
/
+24
*
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
*
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
*
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
3
-102
/
+114
*
Use stdint types everywhere
ted.mielczarek@gmail.com
2013-03-06
2
-9
/
+9
*
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
*
Include the compilation directory for FILE entries, making them absolute inst...
ted.mielczarek@gmail.com
2013-01-23
1
-4
/
+8
*
Make DumpSymbols methods take a vector of debug_dirs
ted.mielczarek@gmail.com
2013-01-22
3
-32
/
+47
[next]