From 5a6e1d3f03ec2c8ccbb63edaccf00ecd02e148bc Mon Sep 17 00:00:00 2001 From: jimblandy Date: Wed, 23 Dec 2009 21:13:11 +0000 Subject: Breakpad Linux dumper: move DumpStabsHandler into its own file, for testing. This will make it easier to write unit tests for DumpStabsHandler. a=jimblandy, r=nealsid git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@464 4c0a9323-5329-0410-9bdc-e9ce6186880e --- src/tools/linux/dump_syms/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/tools') diff --git a/src/tools/linux/dump_syms/Makefile b/src/tools/linux/dump_syms/Makefile index 94871da7..239e6f7a 100644 --- a/src/tools/linux/dump_syms/Makefile +++ b/src/tools/linux/dump_syms/Makefile @@ -61,6 +61,7 @@ COVERAGE_SOURCES = ### debugging information in Linux executables. all:: dump_syms dump_syms: \ + dump_stabs.o \ dump_syms.o \ dump_symbols.o \ file_id.o \ @@ -74,6 +75,7 @@ clean:: dump_syms.o: dump_syms.cc VPATH += $(SRC)/common/linux +dump_stabs.o: dump_stabs.cc dump_symbols.o: dump_symbols.cc file_id.o: file_id.cc module.o: module.cc -- cgit v1.2.1