aboutsummaryrefslogtreecommitdiff
path: root/src/mips/init.h
diff options
context:
space:
mode:
authorLassi Tuura <lat@iki.fi>2011-03-19 10:00:48 +0100
committerArun Sharma <asharma@fb.com>2011-03-24 22:33:17 -0700
commit9e98f15e9aee12e67cd5956d06ccb559f6a06213 (patch)
tree5131aa7120043dab6da38f6765514858d31f9b23 /src/mips/init.h
parent6c1a58fd06eea3a45c6de38eb5d1f79f636bb8d5 (diff)
downloadlibunwind-9e98f15e9aee12e67cd5956d06ccb559f6a06213.tar.gz
Fast back-trace for x86_64 for only collecting the call stack.
Adds new function to perform a pure stack walk without unwinding, functionally similar to backtrace() but accelerated by an address attribute cache the caller maintains across calls.
Diffstat (limited to 'src/mips/init.h')
-rw-r--r--src/mips/init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mips/init.h b/src/mips/init.h
index e32e3c9e..3a4bb008 100644
--- a/src/mips/init.h
+++ b/src/mips/init.h
@@ -47,6 +47,7 @@ common_init (struct cursor *c, unsigned use_prev_instr)
c->dwarf.args_size = 0;
c->dwarf.ret_addr_column = 0;
+ c->dwarf.stash_frames = 0;
c->dwarf.use_prev_instr = use_prev_instr;
c->dwarf.pi_valid = 0;
c->dwarf.pi_is_dynamic = 0;