]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
remote.c: Use ptid_t instead of struct ptid
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 4 Apr 2017 14:31:50 +0000 (10:31 -0400)
committerSimon Marchi <simon.marchi@ericsson.com>
Tue, 4 Apr 2017 14:31:50 +0000 (10:31 -0400)
commitd62a8ae2dd0fbb6235f4e8f2fb61b83fe4ba1d90
tree494a31c857860e41d83162784adaf4f44a8c720e
parentad32986fdf9da1c8748e47b8b45100398223dba8
remote.c: Use ptid_t instead of struct ptid

It's the only place in the codebase that uses "struct ptid", so change
it to ptid_t for consistency.

gdb/ChangeLog:

* remote.c (set_general_thread, set_continue_thread): Use ptid_t
instead of struct ptid.
gdb/ChangeLog
gdb/remote.c