Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "Call stack"
From NetSec
(Created page with "A '''call stack''' is a piece of data containing a series of pointers representing the execution chain. It can be viewed in debuggers, for example in gdb, it can be obse...") |
(No difference)
|
Latest revision as of 14:06, 12 November 2012
A call stack is a piece of data containing a series of pointers representing the execution chain. It can be viewed in debuggers, for example in gdb, it can be observed by typing `bt'.