Remove unused Linux libthread_db callbacks
authorGary Benson <gbenson@redhat.com>
Tue, 1 Jul 2014 14:07:24 +0000 (15:07 +0100)
committerGary Benson <gbenson@redhat.com>
Wed, 2 Jul 2014 07:58:42 +0000 (08:58 +0100)
commit9b11e3a7327f7b1fd5d40a6450a3cc323a78380c
treeb20adace6580a5f64310f088c17c521511aba48f
parentafb933145e2869c73c08db0995171d0d2e5b6296
Remove unused Linux libthread_db callbacks

gdb/proc-service.c includes several libthread_db callbacks that do not
exist in gdb/gdbserver/proc-service.c.  Other than in proc_service.h,
there is no reference to any of these callbacks in any revision of
nptl_db or linuxthreads_db in glibc's git repo so it seems likely that
these functions have never been called.  This commit removes them.

gdb/
2014-07-02  Gary Benson  <gbenson@redhat.com>

* proc-service.c (ps_xfer_memory): Update comment.
(ps_pstop): Remove unused function.
(ps_pcontinue): Likewise.
(ps_lstop): Likewise.
(ps_lcontinue): Likewise.
(ps_lgetxregsize): Likewise.
(ps_lgetxregs): Likewise.
(ps_lsetxregs): Likewise.
(ps_plog): Likewise.
(ps_ptread): Likewise.
(ps_ptwrite): Likewise.
gdb/ChangeLog
gdb/proc-service.c