diff options
author | Yao Qi <yao.qi@linaro.org> | 2016-08-02 16:04:09 +0100 |
---|---|---|
committer | Yao Qi <yao.qi@linaro.org> | 2016-08-02 16:04:09 +0100 |
commit | 979659d08478172311764b468bfce4960b38760b (patch) | |
tree | c6c2a8770909c929a0dd0c8016b3830ac09dc103 /gdb/gdbserver/ChangeLog | |
parent | 89d77b8a520602832516ce6628ea930b4f0ccff4 (diff) | |
download | gdb-979659d08478172311764b468bfce4960b38760b.zip gdb-979659d08478172311764b468bfce4960b38760b.tar.gz gdb-979659d08478172311764b468bfce4960b38760b.tar.bz2 |
[GDBserver] Remove td_ta_event_addr td_ta_set_event and td_ta_event_getmsg
As a result of this commit,
9b4c5f878ff39e04127a1ad95f6b3832afe6d278
(Remove support for thread events without PTRACE_EVENT_CLONE in GDBServer.)
the last usage of td_ta_event_addr td_ta_set_event and
td_ta_event_getmsg were removed. They are no longer used. This patch
is to remove them.
gdb/gdbserver:
2016-08-02 Yao Qi <yao.qi@linaro.org>
* thread-db.c (struct thread_db) <td_ta_event_getmsg_p>: Remove.
<td_ta_set_event_p, td_ta_event_addr_p>: Remove.
(thread_db_load_search): Update.
(try_thread_db_load_1): Don't look for td_ta_event_addr,
td_ta_set_event and td_ta_event_getmsg.
Diffstat (limited to 'gdb/gdbserver/ChangeLog')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index dfdbc21..f4523f7 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,3 +1,11 @@ +2016-08-02 Yao Qi <yao.qi@linaro.org> + + * thread-db.c (struct thread_db) <td_ta_event_getmsg_p>: Remove. + <td_ta_set_event_p, td_ta_event_addr_p>: Remove. + (thread_db_load_search): Update. + (try_thread_db_load_1): Don't look for td_ta_event_addr, + td_ta_set_event and td_ta_event_getmsg. + 2016-07-26 Pedro Alves <palves@redhat.com> PR server/20414 |