fix buglet in nto-procfs.c
authorTom Tromey <tromey@redhat.com>
Thu, 16 Jan 2014 18:46:23 +0000 (11:46 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:48:48 +0000 (07:48 -0700)
commit8476dc92e4d8f8e8ebcdbaf0080b70876dfcfb27
treedfdb3d2733fc23d064791bc6df101e4378ff199b
parentc0eca49f4e3382163153a1cdbb090a25b4a32e31
fix buglet in nto-procfs.c

I happened to notice that nto-procfs.c defines
procfs_remove_hw_breakpoint but never uses it.  This caused it not to
be updated by my target-method-updating script.  This patch fixes the
function and installs it properly.  I have no way to test this,
however.

2014-02-19  Tom Tromey  <tromey@redhat.com>

* nto-procfs.c (procfs_remove_hw_breakpoint): Add 'self'
argument.
(init_procfs_ops): Correctly set to_remove_hw_breakpoint.
gdb/ChangeLog
gdb/nto-procfs.c