table: Implement a StackWalker for StackTrace tables
authorVicent Marti <tanoku@gmail.com>
Fri, 25 Mar 2016 16:12:11 +0000 (17:12 +0100)
committerVicent Marti <tanoku@gmail.com>
Fri, 25 Mar 2016 16:12:11 +0000 (17:12 +0100)
commit066eb309594c6d034956929eff4e9cfc0475c94f
tree7f615043e4a5e59c01703908bf4a2b7a5d668318
parentb61519cb80b28446192c2677b530310cba0aa68e
table: Implement a StackWalker for StackTrace tables

The StackWalker iterator lets us call `stack_trace.walk(id)` to iterate
through the addresses in any given stack. The constructor of this
iterator takes an optional `resolver` to convert the addresses in the
iterator into symbols (or to format them according to the users' needs).
src/python/bcc/table.py