summaryrefslogtreecommitdiffstats
path: root/runtime/stack-x86_64.c
diff options
context:
space:
mode:
authorMark Wielaard <mwielaard@redhat.com>2008-09-10 13:21:50 +0200
committerMark Wielaard <mjw@redhat.com>2008-09-10 14:01:32 +0200
commitf6f5a33817ac1d406c8c2687e32493cbc38ef4e7 (patch)
tree1196394a0621bbf0494d1cc27f9b85e1928aaba9 /runtime/stack-x86_64.c
parent61a805842f0ac863affa37245fc012e3cdcb4312 (diff)
downloadsystemtap-steved-f6f5a33817ac1d406c8c2687e32493cbc38ef4e7.tar.gz
systemtap-steved-f6f5a33817ac1d406c8c2687e32493cbc38ef4e7.tar.xz
systemtap-steved-f6f5a33817ac1d406c8c2687e32493cbc38ef4e7.zip
Feed dwarf unwinder data through _stp_mod_sec_lookup (), but disabled for now.
Diffstat (limited to 'runtime/stack-x86_64.c')
-rw-r--r--runtime/stack-x86_64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stack-x86_64.c b/runtime/stack-x86_64.c
index 783e72bd..d3ec91cf 100644
--- a/runtime/stack-x86_64.c
+++ b/runtime/stack-x86_64.c
@@ -45,6 +45,6 @@ static void __stp_stack_print(struct pt_regs *regs, int verbose, int levels)
break;
}
#else /* ! STP_USE_DWARF_UNWINDER */
- _stp_stack_print_fallback(REG_SP(regs), verbose);
+ _stp_stack_print_fallback(REG_SP(regs), verbose, levels);
#endif
}