From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1122 invoked by alias); 22 Sep 2006 19:00:35 -0000 Received: (qmail 1073 invoked by uid 22791); 22 Sep 2006 19:00:33 -0000 X-Spam-Check-By: sourceware.org Received: from mail.codesourcery.com (HELO mail.codesourcery.com) (65.74.133.4) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 22 Sep 2006 19:00:29 +0000 Received: (qmail 23299 invoked from network); 22 Sep 2006 19:00:27 -0000 Received: from unknown (HELO localhost) (jimb@127.0.0.2) by mail.codesourcery.com with ESMTPA; 22 Sep 2006 19:00:27 -0000 To: Michael Snyder Cc: GDB Patches ML , Daniel Jacobowitz Subject: Re: Infinite backtrace on (eg.) ARM References: <1158889724.22863.41.camel@localhost.localdomain> From: Jim Blandy Date: Fri, 22 Sep 2006 19:00:00 -0000 In-Reply-To: <1158889724.22863.41.camel@localhost.localdomain> (Michael Snyder's message of "Thu, 21 Sep 2006 18:48:44 -0700") Message-ID: User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00146.txt.bz2 Michael Snyder writes: > A leaf > function can only be at frame level zero, unles we've made a dummy > frame on top of it via a target function call. Or a signal handler. (Just had to throw that in, having forgotten them myself in the past.)