From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21033 invoked by alias); 10 Aug 2004 10:16:45 -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 20952 invoked from network); 10 Aug 2004 10:16:37 -0000 Received: from unknown (HELO alice.acmet.com) (61.16.238.202) by sourceware.org with SMTP; 10 Aug 2004 10:16:37 -0000 Received: from monika (localhost [127.0.0.1]) by alice.acmet.com (8.11.6/8.11.6) with ESMTP id i7AAM2v17145 for ; Tue, 10 Aug 2004 15:52:03 +0530 From: "Monika Chaddha" To: Subject: break instruction does not work for mips simulator Date: Tue, 10 Aug 2004 10:16:00 -0000 Message-ID: <000801c47ec2$cb6eadc0$5100a8c0@monika> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-SW-Source: 2004-08/txt/msg00146.txt.bz2 Hi 'Break' instruction does not work for mips32 and mips16 targets in a user program (asm file). When I try to execute 'break'instruction, the control does not proceed, again and again the same instruction 'break' executes and also I don't get any break point exception. Is it any known bug in GDB? Regards Monika Chaddha