From mboxrd@z Thu Jan 1 00:00:00 1970 From: Umut Aymakoglu Date: Thu, 21 Aug 2003 00:05:10 +0000 Subject: Re: libunwind Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ia64@vger.kernel.org I need to put stack tracing into my program. To use the libunwinding , i need to link with the library which will cause problems for the customers who do not have the libunwind library. thanks, Umut David Mosberger cc: linux-ia64@vger.kernel.org Subject: Re: libunwind 08/20/2003 04:52 PM Please respond to davidm >>>>> On Wed, 20 Aug 2003 15:13:13 -0700, Umut Aymakoglu said: Umut> Are there any other alternatives for unwinding the stack on Linux-ia64 Umut> other than the libunwind API ? Exactly what are you looking for? Or put differently, what's wrong with libunwind? --david