From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6294 invoked by alias); 24 Jan 2002 09:33:04 -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 6262 invoked from network); 24 Jan 2002 09:33:03 -0000 Received: from unknown (HELO ganesh.ctd.hctech.com) (202.54.64.2) by sources.redhat.com with SMTP; 24 Jan 2002 09:33:03 -0000 Received: by GANESH with Internet Mail Service (5.5.2653.19) id ; Thu, 24 Jan 2002 14:55:10 +0530 Message-ID: From: "Sarnath K - CTD, Chennai." To: gdb@sources.redhat.com Subject: "xbreak" command in GDB ? Date: Thu, 24 Jan 2002 01:33:00 -0000 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2002-01/txt/msg00281.txt.bz2 Hi All, The "xbreak" command (and hence "txbreak" ) in GDB Version 5.1 doesnt seem to work properly. A minute investigation showed that it is setting a break-point at a posn 1 past the last instrn of the "function". Looks like a bug. Pardon me if I am wrong. Maintainers can look into this. Ciao, Sarnath