ganesh sahu wrote: > Hi > Does uClibc is having an system call to get stack information. In > glibc we can print the stack trace through backtrace() function but it > doesn't work in uClibc. So how we can get stack trace information inside > our C code using uClibc. > > Thanks > Ganesh
Backtrace function is not implemented. You may use gdb. Cheers, Carmelo > > > ------------------------------------------------------------------------ > Did you know? You can CHAT without downloading messenger. Click here > <http://in.rd.yahoo.com/tagline_webmessenger_2/*http://in.webmessenger.yahoo.com/> > > > > > ------------------------------------------------------------------------ > > _______________________________________________ > uClibc mailing list > [email protected] > http://busybox.net/cgi-bin/mailman/listinfo/uclibc _______________________________________________ uClibc mailing list [email protected] http://busybox.net/cgi-bin/mailman/listinfo/uclibc
