aboutsummaryrefslogtreecommitdiff
path: root/gdb/frame-unwind.c
diff options
context:
space:
mode:
authorSimon Marchi <simon.marchi@polymtl.ca>2021-03-24 22:54:39 -0400
committerSimon Marchi <simon.marchi@polymtl.ca>2021-03-24 23:00:56 -0400
commit7fe4c96eba9d6bc48c6b92d16ab332e4a277f332 (patch)
treef72d2df0a7907350e456f8e5b79dda6eb9baa45e /gdb/frame-unwind.c
parent1e0a316632bf9c5e68daa4effa60a086ca378b36 (diff)
downloadbinutils-7fe4c96eba9d6bc48c6b92d16ab332e4a277f332.zip
binutils-7fe4c96eba9d6bc48c6b92d16ab332e4a277f332.tar.gz
binutils-7fe4c96eba9d6bc48c6b92d16ab332e4a277f332.tar.bz2
gdb: introduce FRAME_SCOPED_DEBUG_ENTER_EXIT
Change-Id: I45b69b4ed962e70572bc55b8adfb211483c1eeed
Diffstat (limited to 'gdb/frame-unwind.c')
-rw-r--r--gdb/frame-unwind.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/frame-unwind.c b/gdb/frame-unwind.c
index b19e95d..ca03f0c 100644
--- a/gdb/frame-unwind.c
+++ b/gdb/frame-unwind.c
@@ -171,6 +171,9 @@ frame_unwind_try_unwinder (struct frame_info *this_frame, void **this_cache,
void
frame_unwind_find_by_frame (struct frame_info *this_frame, void **this_cache)
{
+ FRAME_SCOPED_DEBUG_ENTER_EXIT;
+
+
struct gdbarch *gdbarch = get_frame_arch (this_frame);
struct frame_unwind_table *table
= (struct frame_unwind_table *) gdbarch_data (gdbarch, frame_unwind_data);