From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22047 invoked by alias); 20 Feb 2007 16:06:24 -0000 Received: (qmail 22039 invoked by uid 22791); 20 Feb 2007 16:06:23 -0000 X-Spam-Check-By: sourceware.org Received: from ns.suse.de (HELO mx1.suse.de) (195.135.220.2) by sourceware.org (qpsmtpd/0.31) with ESMTP; Tue, 20 Feb 2007 16:06:17 +0000 Received: from Relay1.suse.de (mail2.suse.de [195.135.221.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.suse.de (Postfix) with ESMTP id 90E9E122BE; Tue, 20 Feb 2007 17:06:14 +0100 (CET) From: Andreas Schwab To: Denis PILAT Cc: Nick Roberts , Eli Zaretskii , drow@false.org, gdb-patches@sourceware.org Subject: Re: [RFC] varobj deletion after the binary has changed References: <20070123124457.GA1600@nevyn.them.org> <45B63A49.4010609@st.com> <45B8E8A8.9040904@st.com> <17849.12231.246980.478169@kahikatea.snap.net.nz> <20070125232731.GA30178@nevyn.them.org> <45BDEAEC.1050006@st.com> <17854.28971.170898.231523@kahikatea.snap.net.nz> <45C0B042.9040308@st.com> <17857.2617.164646.935952@kahikatea.snap.net.nz> <45C1B78C.60605@st.com> <20070208164103.GA13544@nevyn.them.org> <17867.31476.627368.180759@kahikatea.snap.net.nz> <45D05B3B.5050408@st.com> X-Yow: I feel better about world problems now! Date: Tue, 20 Feb 2007 16:06:00 -0000 In-Reply-To: <45D05B3B.5050408@st.com> (Denis PILAT's message of "Mon, 12 Feb 2007 13:19:07 +0100") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.91 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-02/txt/msg00245.txt.bz2 Denis PILAT writes: > Index: symfile.c > =================================================================== > RCS file: /cvs/src/src/gdb/symfile.c,v > retrieving revision 1.180 > diff -u -p -r1.180 symfile.c > --- symfile.c 21 Jan 2007 01:02:03 -0000 1.180 > +++ symfile.c 12 Feb 2007 09:54:22 -0000 > @@ -52,6 +52,7 @@ > #include "observer.h" > #include "exec.h" > #include "parser-defs.h" > +#include "varobj.h" > > #include > #include You forgot to update the dependencies in the makefile. Installed as obvious. Andreas. 2007-02-20 Andreas Schwab * Makefile.in (symfile.o): Update dependencies. --- gdb/Makefile.in.~1.877.~ 2007-02-20 16:57:34.000000000 +0100 +++ gdb/Makefile.in 2007-02-20 16:58:03.000000000 +0100 @@ -2772,7 +2772,7 @@ symfile.o: symfile.c $(defs_h) $(bfdlink $(gdb_stabs_h) $(gdb_obstack_h) $(completer_h) $(bcache_h) \ $(hashtab_h) $(readline_h) $(gdb_assert_h) $(block_h) \ $(gdb_string_h) $(gdb_stat_h) $(observer_h) $(exec_h) \ - $(parser_defs_h) + $(parser_defs_h) $(varobj_h) symfile-mem.o: symfile-mem.c $(defs_h) $(symtab_h) $(gdbcore_h) \ $(objfiles_h) $(exceptions_h) $(gdbcmd_h) $(target_h) $(value_h) \ $(symfile_h) $(observer_h) $(auxv_h) $(elf_common_h) -- Andreas Schwab, SuSE Labs, schwab@suse.de SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany PGP key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different."