OSDN Git Service

Use ptid_t.tid to store thread ids instead of ptid_t.pid.
authorPedro Alves <pedro@codesourcery.com>
Mon, 8 Sep 2008 21:33:25 +0000 (21:33 +0000)
committerPedro Alves <pedro@codesourcery.com>
Mon, 8 Sep 2008 21:33:25 +0000 (21:33 +0000)
commit9fa89b3934f50e1a8a95a2e271c033f6ef1c1759
treef02409b4203d53114512e15f33784cbda1a94cee
parent6ef86b2071a727b3201732a3146680bcaa5d52c5
Use ptid_t.tid to store thread ids instead of ptid_t.pid.

* gnu-nat.c (inf_validate_procs): If this is the first time we're
seeing a thread id, extend the main thread's ptid.  If we still
have pending execs, don't be verbose about new threads.
(gnu_wait, gnu_resume, gnu_attach, gnu_thread_alive)
(gnu_pid_to_str, cur_thread, sig_thread_cmd): Adjust.
* i386gnu-nat.c (gnu_fetch_registers, gnu_store_registers):
Adjust.
gdb/ChangeLog
gdb/gnu-nat.c
gdb/i386gnu-nat.c