From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16219 invoked by alias); 11 Jan 2002 07:55:01 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 16177 invoked from network); 11 Jan 2002 07:54:55 -0000 Received: from unknown (HELO thor.inter.net.il) (192.114.186.11) by sources.redhat.com with SMTP; 11 Jan 2002 07:54:55 -0000 Received: from zaretsky ([192.116.55.139]) by thor.inter.net.il (Mirapoint) with ESMTP id AET07744; Fri, 11 Jan 2002 09:54:37 +0200 (IST) Date: Thu, 10 Jan 2002 23:55:00 -0000 From: "Eli Zaretskii" To: ac131313@cygnus.com Message-Id: <8011-Fri11Jan2002095203+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: gdb@sources.redhat.com In-reply-to: <3C3E2E19.7020704@cygnus.com> (message from Andrew Cagney on Thu, 10 Jan 2002 19:13:13 -0500) Subject: Re: Request/question from RMS Reply-to: Eli Zaretskii References: <3C3DA906.6010803@cygnus.com> <9743-Thu10Jan2002174616+0200-eliz@is.elta.co.il> <3C3E2E19.7020704@cygnus.com> X-SW-Source: 2002-01/txt/msg00121.txt.bz2 > Date: Thu, 10 Jan 2002 19:13:13 -0500 > From: Andrew Cagney > > This suggests that: > > define hookpost-run > set $valmask = ((long)1 << gdb_valbits) - 1 > set $nonvalbits = gdb_emacs_intbits - gdb_valbits > end > > should do the trick. Thanks, please post this to emacs-devel@gnu.org. (I never needed to use xreload, so I cannot check whethr this solves the problem.) Btw, isn't hookpost-run something introduced only in GDB 5.1?