aboutsummaryrefslogtreecommitdiff
path: root/src/common/common.gyp
diff options
context:
space:
mode:
authorYunlian Jiang <yunlian@google.com>2016-05-04 11:09:44 -0700
committerYunlian Jiang <yunlian@google.com>2016-05-04 11:09:44 -0700
commit764c21f7529df70a19f1e1cb33bb9ece28e0bf8f (patch)
treed71aaba9a7d47419c05ab7af184e117b5a115592 /src/common/common.gyp
parentmacho: fix printf type mismatches (diff)
downloadbreakpad-764c21f7529df70a19f1e1cb33bb9ece28e0bf8f.tar.xz
Add debug fission support.
This added debug fission support. It tries to find the dwp file from the debug dir /usr/lib/debug/*/debug and read symbols from them. Most of this patch comes from https://critique.corp.google.com/#review/52048295 and some fixes after that. The elf_reader.cc comes from TOT google code. I just removed some google dependency. Current problems from this patch 1: Some type mismatch: from uint8_t * to char *. 2: Some hack to find the .dwp file. (replace .debug with .dwp) BUG=chromium:604440 R=dehao@google.com, ivanpe@chromium.org Review URL: https://codereview.chromium.org/1884283002 .
Diffstat (limited to 'src/common/common.gyp')
-rw-r--r--src/common/common.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/common.gyp b/src/common/common.gyp
index 177c0938..08772bf7 100644
--- a/src/common/common.gyp
+++ b/src/common/common.gyp
@@ -75,6 +75,8 @@
'dwarf/dwarf2reader.cc',
'dwarf/dwarf2reader.h',
'dwarf/dwarf2reader_test_common.h',
+ 'dwarf/elf_reader.cc',
+ 'dwarf/elf_reader.h',
'dwarf/functioninfo.cc',
'dwarf/functioninfo.h',
'dwarf/line_state_machine.h',