From f3bd50f1984e83e6abf5e971c56ce8fac3e936db Mon Sep 17 00:00:00 2001 From: Simon Marchi Date: Mon, 31 Aug 2020 13:31:01 -0400 Subject: gdb: fix nits in previous patches I forgot to fix some nits pointed out in review before merging the "frame inlined in outer frame series", this patch fixes them. gdb/ChangeLog: * frame-unwind.h (frame_prev_register_ftype): Fix adjective ordering in comment. * frame.c (frame_id_eq): Fix indentation. gdb/testsuite/ChangeLog: * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #. Change-Id: Iaddde9677fc3f68382558d1a16f5a0b4beb78bac --- gdb/frame-unwind.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/frame-unwind.h') diff --git a/gdb/frame-unwind.h b/gdb/frame-unwind.h index 25a601c..6cc1a88 100644 --- a/gdb/frame-unwind.h +++ b/gdb/frame-unwind.h @@ -134,7 +134,7 @@ typedef void (frame_this_id_ftype) (struct frame_info *this_frame, a register in THIS frame, or a non-lvalue. If the previous frame's register was not saved by THIS_FRAME and is - therefore undefined, return a not_lval wholly optimized-out value. + therefore undefined, return a wholly optimized-out not_lval value. THIS_PROLOGUE_CACHE can be used to share any prolog analysis data with the other unwind methods. Memory for that cache should be -- cgit v1.1