From efa30c13f2e0bf2cb60a9d00010e8cdc162c872a Mon Sep 17 00:00:00 2001 From: "ted.mielczarek" Date: Fri, 17 Sep 2010 13:36:11 +0000 Subject: Write a window of memory around the instruction pointer from the crashing thread to the minidump on Linux. R=nealsid at http://breakpad.appspot.com/194001/show git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@693 4c0a9323-5329-0410-9bdc-e9ce6186880e --- Makefile.in | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 67cdd27f..d6506d4b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -801,9 +801,13 @@ TESTS_ENVIRONMENT = @LINUX_HOST_TRUE@ src/common/md5.lo \ @LINUX_HOST_TRUE@ src/common/linux/file_id.lo \ @LINUX_HOST_TRUE@ src/common/linux/guid_creator.lo \ -@LINUX_HOST_TRUE@ src/common/string_conversion.lo +@LINUX_HOST_TRUE@ src/common/string_conversion.lo \ +@LINUX_HOST_TRUE@ src/processor/basic_code_modules.lo \ +@LINUX_HOST_TRUE@ src/processor/logging.lo \ +@LINUX_HOST_TRUE@ src/processor/minidump.lo \ +@LINUX_HOST_TRUE@ src/processor/pathname_stripper.lo -@LINUX_HOST_TRUE@src_client_linux_linux_client_unittest_DEPENDENCIES = src/client/linux/linux_dumper_unittest_helper src/client/linux/libbreakpad_client.la +@LINUX_HOST_TRUE@src_client_linux_linux_client_unittest_DEPENDENCIES = src/client/linux/linux_dumper_unittest_helper src/client/linux/libbreakpad_client.la src/libbreakpad.la src_processor_address_map_unittest_SOURCES = \ src/processor/address_map_unittest.cc -- cgit v1.2.1