diff options
author | Pedro Alves <palves@redhat.com> | 2008-03-14 23:24:53 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2008-03-14 23:24:53 +0000 |
commit | 89113898faa250e8d4a2dcf59d507dd84063f12b (patch) | |
tree | 9a8d90d17337ad60b357ce6e3f5bca71b1573fdd /gdb/ChangeLog | |
parent | 8c64e03495be39296f2584a2e163b7de4268018e (diff) | |
download | gdb-89113898faa250e8d4a2dcf59d507dd84063f12b.zip gdb-89113898faa250e8d4a2dcf59d507dd84063f12b.tar.gz gdb-89113898faa250e8d4a2dcf59d507dd84063f12b.tar.bz2 |
* infcmd.c (jump_command): Postpone disabling stdin until after
the possible query.
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 828462e..df08fba 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,10 @@ 2008-03-14 Pedro Alves <pedro@codesourcery.com> + * infcmd.c (jump_command): Postpone disabling stdin until after + the possible query. + +2008-03-14 Pedro Alves <pedro@codesourcery.com> + * inflow.c (gdb_getpgrp): New. (gdb_has_a_terminal): Use get_getpgrp. (terminal_ours_1): If attach_flag is set, don't refetch |