Fix usage of inferior_ptid in two thread_alive implementations
authorSimon Marchi <simon.marchi@ericsson.com>
Thu, 23 Feb 2017 15:36:20 +0000 (10:36 -0500)
committerSimon Marchi <simon.marchi@ericsson.com>
Thu, 23 Feb 2017 15:36:20 +0000 (10:36 -0500)
commit8eaf53202ea60191162d5f1069cd08ebd9f38f6c
tree24cd2ddad27fbf671e00403fc5e521e0263b5e7d
parent60abdbedb2b36bcae7abee2747ec027f5f2c9b91
Fix usage of inferior_ptid in two thread_alive implementations

While inspecting some target code, I noticed that in these two
implementations of thread_alive, inferior_ptid is referenced directly
instead of using the ptid passed as parameters.  I guess that it is
wrong, although I can't really test it in both cases.

gdb/ChangeLog:

* bsd-uthread.c (bsd_uthread_thread_alive): Use ptid instead of
inferior_ptid.
* go32-nat.c (go32_thread_alive): Likewise.
gdb/ChangeLog
gdb/bsd-uthread.c
gdb/go32-nat.c
This page took 0.037602 seconds and 4 git commands to generate.