Re: backtrace functions in uClibc

2010-06-02 Thread Carmelo AMOROSO
On 5/26/2010 8:44 AM, Carmelo AMOROSO wrote: > Hi All, > I had a request from a customer to add support for backtrace functions > in uclibc. The current implementation available in glibc is based on > unwind functions provided by libgcc_s.so that is dlopen-ed for > traversing the s

backtrace functions in uClibc

2010-05-25 Thread Carmelo AMOROSO
Hi All, I had a request from a customer to add support for backtrace functions in uclibc. The current implementation available in glibc is based on unwind functions provided by libgcc_s.so that is dlopen-ed for traversing the stack frames and print them (using dwarf2 information). glibc includes