From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8565 invoked by alias); 13 Jun 2003 18:43:06 -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 8532 invoked from network); 13 Jun 2003 18:43:04 -0000 Received: from unknown (HELO mx1.redhat.com) (66.187.233.31) by sources.redhat.com with SMTP; 13 Jun 2003 18:43:04 -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 h5DIh4H29310 for ; Fri, 13 Jun 2003 14:43:04 -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 h5DIh4I11085; Fri, 13 Jun 2003 14:43:04 -0400 Received: from localhost.localdomain (vpn50-55.rdu.redhat.com [172.16.50.55]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h5DIh3e27182; Fri, 13 Jun 2003 14:43:03 -0400 Received: (from kev@localhost) by localhost.localdomain (8.11.6/8.11.6) id h5DIgvX06893; Fri, 13 Jun 2003 11:42:57 -0700 Date: Fri, 13 Jun 2003 18:43:00 -0000 From: Kevin Buettner Message-Id: <1030613184257.ZM6892@localhost.localdomain> In-Reply-To: Zdenek Dvorak "Re: Gdb on ia64" (Jun 13, 8:06pm) References: <20030613110439.GA8854@atrey.karlin.mff.cuni.cz> <1030613153411.ZM2203@localhost.localdomain> <20030613180640.GC7441@atrey.karlin.mff.cuni.cz> To: Zdenek Dvorak Subject: Re: Gdb on ia64 Cc: gdb@sources.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2003-06/txt/msg00260.txt.bz2 On Jun 13, 8:06pm, Zdenek Dvorak wrote: > Subject: Re: Gdb on ia64 > Hello, > > > On Jun 13, 1:04pm, Zdenek Dvorak wrote: > > > > > when I try to run a program in gdb on ia64, it claims that > > > > > > "Can't insert breakpoint for slot numbers greater than 2." > > > > > > What should I do? > > > > Provide us with more details. > > all right, I just hoped it is some well known issue. > I tried to use gdb on 4 processor Itanium 2 machine. > When trying to run any program from it, it responds with > the above message. I have tried gdb 5.2.1 and current > cvs version, both behave the same way. Could you tell us the address which is giving gdb problems along with a disassembly of code near that address? (Basically, I need to see the three instructions in the bundle.) Thanks, Kevin