thread.c: ptid_equal -> operator==
authorPedro Alves <palves@redhat.com>
Mon, 10 Apr 2017 14:54:57 +0000 (15:54 +0100)
committerPedro Alves <palves@redhat.com>
Mon, 10 Apr 2017 14:54:57 +0000 (15:54 +0100)
commit9295a5a95da871bfdeec225a6fc2f52f7655bd1c
treee4c6f5f146aec702b08b24976e3d31ebb869172d
parent996812e3d43f78b17b6454d2948cd825ec98c63b
thread.c: ptid_equal -> operator==

gdb/ChangeLog:
2017-04-10  Pedro Alves  <palves@redhat.com>

* thread.c (add_thread_silent, delete_thread_1, find_thread_ptid)
(ptid_to_global_thread_id, in_thread_list)
(do_captured_list_thread_ids, set_resumed, set_running)
(set_executing, set_stop_requested, finish_thread_state)
(validate_registers_access, can_access_registers_ptid)
(print_thread_info_1, switch_to_thread)
(do_restore_current_thread_cleanup)
(make_cleanup_restore_current_thread, thread_command)
(thread_name_command): Use operator== instead of ptid_equal.
gdb/ChangeLog
gdb/thread.c
This page took 0.02505 seconds and 4 git commands to generate.