]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
gdb: Fix incorrect variable name in scoped_switch_fork_info
authorAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 10 Jan 2019 17:00:48 +0000 (17:00 +0000)
committerAndrew Burgess <andrew.burgess@embecosm.com>
Thu, 10 Jan 2019 17:00:48 +0000 (17:00 +0000)
commitda584958006fd0a3f3dccd25a0a54fa79a0976bc
treef5e27c730fbec3e6d2caa178b66300e3d5bc979b
parent1ef8573cc77c91feeef3edab74d383d20809eb33
gdb: Fix incorrect variable name in scoped_switch_fork_info

The previous commit:

  commit 1ef8573cc77c91feeef3edab74d383d20809eb33
  Date:   Wed Jan 9 14:02:39 2019 +0000

      gdb: Improve scoped_switch_fork_info class

contained a bug, an incorrect variable name was used. Fixed in this
commit.

gdb/ChangeLog:

* linux-fork.c (scoped_switch_fork_info)
<~scoped_switch_fork_info>: Fix incorrect variable name.
gdb/ChangeLog
gdb/linux-fork.c