From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5969 invoked by alias); 18 Jul 2003 18:48:21 -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 5945 invoked from network); 18 Jul 2003 18:48:21 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 18 Jul 2003 18:48:21 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h6IImKH23217 for ; Fri, 18 Jul 2003 14:48:20 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h6IImKI26197; Fri, 18 Jul 2003 14:48:20 -0400 Received: from localhost.localdomain (vpn50-28.rdu.redhat.com [172.16.50.28]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h6IImJ500588; Fri, 18 Jul 2003 14:48:19 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h6IImEs20929; Fri, 18 Jul 2003 11:48:14 -0700 Date: Fri, 18 Jul 2003 18:48:00 -0000 From: Kevin Buettner Message-Id: <1030718184813.ZM20928@localhost.localdomain> In-Reply-To: Tom Tromey "Re: GDB and Java" (Jul 18, 12:28pm) References: <87smp3esha.fsf@fleche.redhat.com> <87fzl3er3t.fsf@fleche.redhat.com> <873ch3epgr.fsf@fleche.redhat.com> <87d6g7d6zj.fsf@fleche.redhat.com> To: tromey@redhat.com, David Carlton Subject: Re: GDB and Java Cc: gdb , Mark Kettenis , Daniel Jacobowitz MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-07/txt/msg00260.txt.bz2 On Jul 18, 12:28pm, Tom Tromey wrote: > With this gdb stops crashing. It still isn't all that usable -- > sometimes "next" will act like "cont". I'm sure this change is pretty > bogus... > > I can debug ok if I just remember to set a breakpoint whenever I > would usually type "n". Pretty painful though. I think this might be a different bug. See PR1237. Kevin