]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/value.c
Remove frame_id_eq
authorTom Tromey <tom@tromey.com>
Mon, 25 Jul 2022 17:06:33 +0000 (14:06 -0300)
committerBruno Larsen <blarsen@redhat.com>
Mon, 10 Oct 2022 09:57:10 +0000 (11:57 +0200)
commita0cbd6505e9590baddd27d2ce603103d6e77421a
treef4681765647d430ce9809c3a979f85511e0cc8bc
parentf91822c2b9f9fed0c2717b17f380e5216502ea32
Remove frame_id_eq

This replaces frame_id_eq with operator== and operator!=.  I wrote
this for a version of this series that I later abandoned; but since it
simplifies the code, I left this patch in.

Approved-by: Tom Tomey <tom@tromey.com>
17 files changed:
gdb/breakpoint.c
gdb/dummy-frame.c
gdb/elfread.c
gdb/frame-unwind.c
gdb/frame.c
gdb/frame.h
gdb/guile/scm-frame.c
gdb/ia64-tdep.c
gdb/infrun.c
gdb/mi/mi-cmd-stack.c
gdb/mi/mi-main.c
gdb/python/py-finishbreakpoint.c
gdb/python/py-frame.c
gdb/record-btrace.c
gdb/stack.c
gdb/tracepoint.c
gdb/value.c