diff options
author | Pedro Alves <palves@redhat.com> | 2020-06-18 21:28:24 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2020-06-18 23:08:14 +0100 |
commit | 0ac553107c601cc9c4c340338e0fc7e0ce8375cc (patch) | |
tree | 88f159eaad394c47aecc79314be75eb4fdb136aa /gdb/python | |
parent | 5233f39b8b999f2675fb9493149e878c281e1d60 (diff) | |
download | gdb-0ac553107c601cc9c4c340338e0fc7e0ce8375cc.zip gdb-0ac553107c601cc9c4c340338e0fc7e0ce8375cc.tar.gz gdb-0ac553107c601cc9c4c340338e0fc7e0ce8375cc.tar.bz2 |
Don't write to inferior_ptid in remote.c
gdb/ChangeLog:
2020-06-18 Pedro Alves <palves@redhat.com>
* remote.c (remote_target::remote_notice_new_inferior): Use
switch_to_thread instead of writing to inferior_ptid directly.
(remote_target::add_current_inferior_and_thread): Use
switch_to_no_thread instead of writing to inferior_ptid directly.
(extended_remote_target::attach): Use switch_to_inferior_no_thread
and switch_to_thread instead of using set_current_inferior or
writing to inferior_ptid directly.
Diffstat (limited to 'gdb/python')
0 files changed, 0 insertions, 0 deletions