Questions about this topic? Sign up to ask in the talk tab.

Call stack

From NetSec
Revision as of 15:06, 12 November 2012 by LashawnSeccombe (Talk | contribs) (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...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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'.