From b2f96f314ca9bc2f7307216e61794683a482deaa Mon Sep 17 00:00:00 2001 From: "ted.mielczarek" Date: Wed, 6 Jul 2011 17:05:49 +0000 Subject: Dump PUBLIC + CFI records from libraries without debug info on Linux, use .dynsym for symbol names if there are no usable debug symbols. R=jimb at http://breakpad.appspot.com/275001/show git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@793 4c0a9323-5329-0410-9bdc-e9ce6186880e --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index ef964cb6..45955663 100644 --- a/Makefile.am +++ b/Makefile.am @@ -340,6 +340,7 @@ src_tools_linux_dump_syms_dump_syms_SOURCES = \ src/common/dwarf/dwarf2diehandler.cc \ src/common/dwarf/dwarf2reader.cc \ src/common/linux/dump_symbols.cc \ + src/common/linux/elf_symbols_to_module.cc \ src/common/linux/file_id.cc \ src/tools/linux/dump_syms/dump_syms.cc @@ -380,6 +381,8 @@ src_common_dumper_unittest_SOURCES = \ src/common/dwarf/dwarf2reader.cc \ src/common/dwarf/dwarf2reader_cfi_unittest.cc \ src/common/linux/dump_symbols.cc \ + src/common/linux/elf_symbols_to_module.cc \ + src/common/linux/elf_symbols_to_module_unittest.cc \ src/common/linux/file_id.cc \ src/common/linux/file_id_unittest.cc \ src/testing/gtest/src/gtest-all.cc \ @@ -945,6 +948,8 @@ EXTRA_DIST = \ src/common/convert_UTF.h \ src/common/linux/dump_symbols.cc \ src/common/linux/dump_symbols.h \ + src/common/linux/elf_symbols_to_module.cc \ + src/common/linux/elf_symbols_to_module.h \ src/common/linux/file_id.cc \ src/common/linux/file_id.h \ src/common/linux/guid_creator.cc \ -- cgit v1.2.1