You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
hi, i would like to know, if there are some API's (or 3rd party libs) that can be used to unwind the stack during program execution (like libunwind, or backtrace on Linux). in some circumstances, i would like to trace chain of function calls.
regards, nikola
Tim E. Sneddon
unread,
Nov 16, 2009, 9:30:06 PM11/16/09
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Try:
$ man excpt
This is what the DEC (now HP) compilers and the Kednos PL/I compiler use for condition handling and non-local goto.