From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1208 invoked by alias); 25 Jan 2002 07:46:08 -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 1156 invoked from network); 25 Jan 2002 07:46:03 -0000 Received: from unknown (HELO thor.inter.net.il) (192.114.186.11) by sources.redhat.com with SMTP; 25 Jan 2002 07:46:03 -0000 Received: from zaretsky (diup-221-116.inter.net.il [213.8.221.116]) by thor.inter.net.il (Mirapoint) with ESMTP id AFJ88317; Fri, 25 Jan 2002 09:45:55 +0200 (IST) Date: Thu, 24 Jan 2002 23:46:00 -0000 From: "Eli Zaretskii" To: k_sarnath@ctd.hcltech.com Message-Id: <6137-Fri25Jan2002094510+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.2.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: gdb@sources.redhat.com In-reply-to: (k_sarnath@ctd.hcltech.com) Subject: Re: "xbreak" command in GDB ? Reply-to: Eli Zaretskii References: X-SW-Source: 2002-01/txt/msg00292.txt.bz2 > From: "Sarnath K - CTD, Chennai." > Date: Thu, 24 Jan 2002 14:59:18 +0530 > > The "xbreak" command (and hence "txbreak" ) > in GDB Version 5.1 doesnt seem to work > properly. What OS? What compiler? On my system (DJGPP, GCC 3.0.2), xbreak does seem to work. > A minute investigation showed that it is > setting a break-point at a posn > 1 past the last instrn of the "function". Could you send a complete short test program and a sequence of commands, including the compilation command line, to reproduce that?