From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2534 invoked by alias); 6 Mar 2002 09:05:10 -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 2394 invoked from network); 6 Mar 2002 09:05:02 -0000 Received: from unknown (HELO rwcrmhc51.attbi.com) (204.127.198.38) by sources.redhat.com with SMTP; 6 Mar 2002 09:05:02 -0000 Received: from ocean.lucon.org ([12.234.143.38]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020306090501.VYQT2626.rwcrmhc51.attbi.com@ocean.lucon.org> for ; Wed, 6 Mar 2002 09:05:01 +0000 Received: by ocean.lucon.org (Postfix, from userid 1000) id 0E449125C3; Wed, 6 Mar 2002 01:05:00 -0800 (PST) Date: Wed, 06 Mar 2002 01:05:00 -0000 From: "H . J . Lu" To: GDB Subject: break doesn't work with thread on mips Message-ID: <20020306010500.A12030@lucon.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i X-SW-Source: 2002-03/txt/msg00017.txt.bz2 When I do # gdb a.out (gdb) b main Breakpoint 1 at 0x400910: file x.c, line 25. (gdb) r (gdb) del 1 (gdb) b main reading register sp (#29): No such process. That is break no longer works after the program runs if thread is used. Why does gdb want to read sp anyway? It sounds like the old bug: http://sources.redhat.com/ml/gdb/2001-11/msg00156.html Has it been fixed? H.J.