From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13135 invoked by alias); 23 Dec 2005 17:07:34 -0000 Received: (qmail 13128 invoked by uid 22791); 23 Dec 2005 17:07:33 -0000 X-Spam-Check-By: sourceware.org Received: from gandalf.inter.net.il (HELO gandalf.inter.net.il) (192.114.186.17) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 23 Dec 2005 17:07:33 +0000 Received: from nitzan.inter.net.il (nitzan.inter.net.il [192.114.186.20]) by gandalf.inter.net.il (MOS 3.7.1-GA) with ESMTP id HIV10347; Fri, 23 Dec 2005 19:07:29 +0200 (IST) Received: from HOME-C4E4A596F7 (IGLD-83-130-201-187.inter.net.il [83.130.201.187]) by nitzan.inter.net.il (MOS 3.7.2-GA) with ESMTP id CGW25639 (AUTH halo1); Fri, 23 Dec 2005 19:07:24 +0200 (IST) Date: Fri, 23 Dec 2005 17:07:00 -0000 Message-Id: From: Eli Zaretskii To: gdb@sourceware.org In-reply-to: <20051223152021.GA26794@nevyn.them.org> (message from Daniel Jacobowitz on Fri, 23 Dec 2005 10:20:21 -0500) Subject: Re: Stepping over longjmp presumably broken for glibc Reply-to: Eli Zaretskii References: <20051222211734.GA13178@nevyn.them.org> <20051223132039.GA24942@nevyn.them.org> <20051223152021.GA26794@nevyn.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2005-12/txt/msg00186.txt.bz2 > Date: Fri, 23 Dec 2005 10:20:21 -0500 > From: Daniel Jacobowitz > > Probably, we need to single-step until we're out of longjmp, taking > special care of any architecture which calls functions from longjmp (I > don't know of any, but I bet there is one somewhere). I don't know if > we can do that without infrastructure changes or not. Wouldn't it be easier to talk to glibc developers into setting up an API for revealing the PC?