Remove some frame invalidation code
authorTom Tromey <tom@tromey.com>
Sat, 28 Oct 2023 17:46:33 +0000 (11:46 -0600)
committerTom Tromey <tom@tromey.com>
Tue, 31 Oct 2023 03:47:36 +0000 (21:47 -0600)
commit1f9e9ea5b7cd1554db5a5e9da92a6882f1cce40e
tree5461232c2d5f2a3b211f506b826cc861190db590
parenta05b22b6c7ff0f48b92086f523f8227d26c84f49
Remove some frame invalidation code

I stumbled across a few spots that mention that a function
"invalidates frame" and also assignments of NULL to a frame_info_ptr.
This code isn't harmful, but is also unnecessary since the
introduction of frame_info_ptr -- nowadays frame invalidations are
handled automatically.

Regression tested on x86-64 Fedora 38.

Approved-By: Simon Marchi <simon.marchi@efficios.com>
gdb/breakpoint.c
gdb/printcmd.c
gdb/stack.c