Rename target_{stop,continue}_ptid
authorGary Benson <gbenson@redhat.com>
Mon, 22 Sep 2014 10:33:59 +0000 (11:33 +0100)
committerGary Benson <gbenson@redhat.com>
Mon, 22 Sep 2014 10:33:59 +0000 (11:33 +0100)
commit03f4463bfce516cf7275ec2deb211c1bf2b5c67d
tree8df8b7640befe01e469301248631e9ada1c631a9
parent4dea914eb19fe30278afad9133121634b3e04484
Rename target_{stop,continue}_ptid

This commit renames target_stop_ptid as target_stop_and_wait and
target_continue_ptid as target_continue_no_signal.  Comments are
updated to more fully describe the functions' behaviour.

gdb/ChangeLog:

* target/target.h (target_stop_ptid): Renamed as...
(target_stop_and_wait): New function.  Updated comment.
All uses updated.
(target_continue_ptid): Renamed as...
(target_continue_no_signal): New function.  Updated comment.
All uses updated.
gdb/ChangeLog
gdb/common/agent.c
gdb/gdbserver/target.c
gdb/target.c
gdb/target/target.h