From cb1b030c05fd222510ce92039f2477847ed169d0 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 8 Aug 2004 10:38:29 +0000 Subject: [PATCH] * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of frame_pc_unwind. --- gdb/ChangeLog | 3 +++ gdb/vax-tdep.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b547b04307..04aea456f2 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,8 @@ 2004-08-08 Mark Kettenis + * vax-tdep.c (vax_frame_this_id): Use frame_func_unwind instead of + frame_pc_unwind. + * procfs.c (procfs_pid_to_str): Remove redundant and unused variables. Incapitalized "process". diff --git a/gdb/vax-tdep.c b/gdb/vax-tdep.c index a790fad838..21e71b9655 100644 --- a/gdb/vax-tdep.c +++ b/gdb/vax-tdep.c @@ -383,7 +383,7 @@ vax_frame_this_id (struct frame_info *next_frame, void **this_cache, if (cache->base == 0) return; - (*this_id) = frame_id_build (cache->base, frame_pc_unwind (next_frame)); + (*this_id) = frame_id_build (cache->base, frame_func_unwind (next_frame)); } static void -- 2.11.0