Phase 1 of the ptid_t changes.
This commit is contained in:
parent
b1af961c84
commit
39f770628a
132 changed files with 2660 additions and 2053 deletions
|
@ -336,7 +336,7 @@ have_core_file_p (void)
|
|||
|
||||
kill_command (void)
|
||||
{
|
||||
inferior_pid = 0;
|
||||
inferior_ptid = null_ptid;
|
||||
}
|
||||
|
||||
terminal_inferior (void)
|
||||
|
@ -531,7 +531,7 @@ int
|
|||
wait (WAITTYPE *w)
|
||||
{
|
||||
WSETSTOP (*w, fault_table[fault_code / FAULT_CODE_UNITS]);
|
||||
return inferior_pid;
|
||||
return PIDGET (inferior_ptid);
|
||||
}
|
||||
|
||||
/* Allocate a big space in which files for kdb to read will be stored.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue