]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/infrun: simplify process_event_stop_test
authorGuinevere Larsen <blarsen@redhat.com>
Sun, 24 Sep 2023 10:22:23 +0000 (12:22 +0200)
committerGuinevere Larsen <blarsen@redhat.com>
Mon, 20 Nov 2023 09:54:03 +0000 (10:54 +0100)
commitfb84fbf8a51f5be2e78765508ebd9753af96b492
treea54ab0044ccf20dd62e5e3b12722a4bc42cc1998
parentbf2813aff8f2988ad3d53e819a0415abf295c91f
gdb/infrun: simplify process_event_stop_test

The previous commit introduced some local variables to make some if
statements simpler. This commit uses them more liberally throughout the
process_event_stop_test in order to simplify the function a little more.
No functional changes are expected.

Approved-By: Tom Tromey <tom@tromey.com>
gdb/infrun.c