From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18032 invoked by alias); 6 Aug 2004 10:01:43 -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 18021 invoked from network); 6 Aug 2004 10:01:39 -0000 Received: from unknown (HELO alice.acmet.com) (61.16.238.202) by sourceware.org with SMTP; 6 Aug 2004 10:01:39 -0000 Received: from monika (localhost [127.0.0.1]) by alice.acmet.com (8.11.6/8.11.6) with ESMTP id i76A6dD22078 for ; Fri, 6 Aug 2004 15:36:39 +0530 From: "Monika Chaddha" To: Subject: break instruction in mips32 Date: Fri, 06 Aug 2004 10:01:00 -0000 Message-ID: <000001c47b9b$fc0c5330$5100a8c0@monika> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00100.txt.bz2 Hi All As per specification of mips32, 'break' instruction should raise the Breakpoint Exception but gdb6.0 does not raise any break point exception. As my understanding in GDB, Breakpoint implementation is done with the help of break instruction. Whenever user puts any breakpoint the actual instruction at that point is replaced by break instruction and the actual instruction is maintained in other list. If I use break instruction in user program it does not raise any exception. Does mips32 not support 'BREAK' instruction in GDB. Thanks & Regards Monika