From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Fri, 12 Aug 2005 15:06:09 +1000 From: Anton Blanchard To: Hollis Blanchard Message-ID: <20050812050609.GA7355@krispykreme> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Cc: PPC64-dev List , Linux PPC Dev Subject: Re: GDB backtrace and signal trampolines List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi, > Would it make sense to limit the test to within a few hundred bytes of > the stack pointer? Or some better way to detect that the PC is in a > signal trampoline? With recent kernels we should be able to use the dwarf2 unwind information in the vdso I think. Anton