From 9468bda47abe1070cfd41dc9ef6af90e695ba156 Mon Sep 17 00:00:00 2001 From: "mostang.com!davidm" Date: Sat, 14 Feb 2004 07:49:50 +0000 Subject: [PATCH] (unw_step): Add Debug() statement. (Logical change 1.166) --- src/ia64/Gstep-ia64.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ia64/Gstep-ia64.c b/src/ia64/Gstep-ia64.c index 8466e916..cdc90cab 100644 --- a/src/ia64/Gstep-ia64.c +++ b/src/ia64/Gstep-ia64.c @@ -334,6 +334,8 @@ unw_step (unw_cursor_t *cursor) struct cursor *c = (struct cursor *) cursor; int ret; + Debug (2, "(cursor=%p)\n", c); + ret = ia64_find_save_locs (c); if (ret < 0) return ret;