diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-02-29 19:17:49 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-02-29 19:17:49 +0000 |
commit | 2da6aac335bbbc38795735152a59fe9693083601 (patch) | |
tree | 17fa4eb7ec768300ed827f91357244fb5036f03e /gdb/ChangeLog | |
parent | 6ba34a8d520d08d10e92d03ca5003b5618666f1e (diff) | |
download | gdb-2da6aac335bbbc38795735152a59fe9693083601.zip gdb-2da6aac335bbbc38795735152a59fe9693083601.tar.gz gdb-2da6aac335bbbc38795735152a59fe9693083601.tar.bz2 |
* inflow.c (terminal_inferior): Don't give up the terminal if we
previously couldn't get the inferior's terminal state.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index f384d26..6382a3d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2004-02-29 Daniel Jacobowitz <drow@mvista.com> + * inflow.c (terminal_inferior): Don't give up the terminal if we + previously couldn't get the inferior's terminal state. + +2004-02-29 Daniel Jacobowitz <drow@mvista.com> + * regcache.c (read_pc_pid): Restore inferior_ptid after reading PC_REGNUM. |