|
Linux: Add Breakpad client.
This adds a Breakpad client in breakpad/linux. Breakpad already
contains a Linux client however, for many reasons, it is not of
sufficient quality to use in Chrome. Nor can it easilly be patched
into shape.
This change also forks minidump_file_writer.cc from the Breakpad
source in order to remove it's dependency on the dynamic linker. This
is a small forking an should be upstreamed when we have time.
BUG= 10772
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+7831 lines, -27 lines) |
Patch |
|
M |
breakpad/breakpad.gyp
|
View
|
1
2
|
1 chunk |
+108 lines, -0 lines |
0 comments
|
Download
|
|
A |
breakpad/linux/directory_reader.h
|
View
|
1
2
3
|
1 chunk |
+105 lines, -0 lines |
0 comments
|
Download
|
|
A |
breakpad/linux/directory_reader_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+77 lines, -0 lines |
0 comments
|
Download
|
|
A |
breakpad/linux/exception_handler.h
|
View
|
1
2
3
|
1 chunk |
+197 lines, -0 lines |
0 comments
|
Download
|
|
A |
breakpad/linux/exception_handler.cc
|
View
|
1
2
3
|
1 chunk |
+308 lines, -0 lines |
0 comments
|
Download
|
|
A |
breakpad/linux/exception_handler_unittest.cc
|
View
|
|
1 chunk |
+246 lines, -0 lines |
0 comments
|
Download
|
|
A |
breakpad/linux/generate-test-dump.cc
|
View
|
|
1 chunk |
+68 lines, -0 lines |
0 comments
|
Download
|
|
A |
breakpad/linux/line_reader.h
|
View
|
1
2
3
|
1 chunk |
+125 lines, -0 lines |
0 comments
|
Download
|
|
A |
breakpad/linux/line_reader_unittest.cc
|
View
|
|
1 chunk |
+184 lines, -0 lines |
0 comments
|
Download
|
|
A |
breakpad/linux/linux_dumper.h
|
View
|
1
2
|
1 chunk |
+118 lines, -0 lines |
0 comments
|
Download
|
|
A |
breakpad/linux/linux_dumper.cc
|
View
|
1
2
3
|
1 chunk |
+332 lines, -0 lines |
0 comments
|
Download
|
|
A |
breakpad/linux/linux_dumper_unittest.cc
|
View
|
|
1 chunk |
+66 lines, -0 lines |
0 comments
|
Download
|
|
A |
breakpad/linux/linux_libc_support.h
|
View
|
1
|
1 chunk |
+178 lines, -0 lines |
0 comments
|
Download
|
|
A |
breakpad/linux/linux_libc_support_unittest.cc
|
View
|
|
1 chunk |
+153 lines, -0 lines |
0 comments
|
Download
|
|
A |
breakpad/linux/linux_syscall_support.h
|
View
|
1
|
1 chunk |
+2800 lines, -0 lines |
0 comments
|
Download
|
|
A |
breakpad/linux/memory.h
|
View
|
|
1 chunk |
+176 lines, -0 lines |
0 comments
|
Download
|
|
A |
breakpad/linux/memory_unittest.cc
|
View
|
|
1 chunk |
+84 lines, -0 lines |
0 comments
|
Download
|
|
A |
breakpad/linux/minidump-2-core.cc
|
View
|
1
|
1 chunk |
+601 lines, -0 lines |
0 comments
|
Download
|
|
A |
breakpad/linux/minidump_file_writer.cc
|
View
|
|
1 chunk |
+254 lines, -0 lines |
0 comments
|
Download
|
|
A |
breakpad/linux/minidump_format_linux.h
|
View
|
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
|
A |
breakpad/linux/minidump_writer.h
|
View
|
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
|
A |
breakpad/linux/minidump_writer.cc
|
View
|
1
|
1 chunk |
+611 lines, -0 lines |
0 comments
|
Download
|
|
A |
breakpad/linux/minidump_writer_unittest.cc
|
View
|
|
1 chunk |
+70 lines, -0 lines |
0 comments
|
Download
|
|
M |
build/all.gyp
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
build/common.gypi
|
View
|
2
3
|
4 chunks |
+12 lines, -23 lines |
0 comments
|
Download
|
|
A |
chrome/app/breakpad_linux.h
|
View
|
2
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/app/breakpad_linux.cc
|
View
|
2
3
|
1 chunk |
+392 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/app/breakpad_linux_stub.cc
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/browser_main.cc
|
View
|
2
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/renderer_host/browser_render_process_host.cc
|
View
|
2
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/renderer_host/render_crash_handler_host_linux.h
|
View
|
2
3
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/renderer_host/render_crash_handler_host_linux.cc
|
View
|
2
3
|
1 chunk |
+187 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/renderer_host/render_crash_handler_host_linux_stub.cc
|
View
|
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome.gyp
|
View
|
2
|
4 chunks |
+50 lines, -3 lines |
0 comments
|
Download
|
|
A |
chrome/renderer/render_crash_handler_linux.h
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/renderer/render_crash_handler_linux.cc
|
View
|
2
3
|
1 chunk |
+85 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/renderer/render_crash_handler_linux_stub.cc
|
View
|
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/renderer_logging_linux.cc
|
View
|
3
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/renderer/renderer_main.cc
|
View
|
2
3
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|