]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/breakpoint.c
Fix bug in 'say_where' transform
authorTom Tromey <tom@tromey.com>
Tue, 10 Jan 2023 23:35:08 +0000 (16:35 -0700)
committerTom Tromey <tom@tromey.com>
Tue, 10 Jan 2023 23:36:48 +0000 (16:36 -0700)
commit066620dcfb9e3e4e68e2c20f60926cb2b016798c
treeb1d47baf033b966cb8ec221cb5db1a9c81db794c
parent7697bc652347ec5009c2225d0abd3aff41477917
Fix bug in 'say_where' transform

The patch to change say_where into a method introduced a bug.  This
patch fixes it.
gdb/breakpoint.c