* top.c (gdb_readline_wrapper_cleanup): Remove invalid assertion.
This commit is contained in:
parent
aa32346d62
commit
7d900f1a0b
2 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* top.c (gdb_readline_wrapper_cleanup): Remove invalid assertion.
|
||||
|
||||
2007-02-28 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* stabsread.c (define_symbol): Create an associated STRUCT_DOMAIN
|
||||
|
|
|
@ -770,7 +770,6 @@ gdb_readline_wrapper_cleanup (void *arg)
|
|||
{
|
||||
struct gdb_readline_wrapper_cleanup *cleanup = arg;
|
||||
|
||||
gdb_assert (rl_already_prompted == 1);
|
||||
rl_already_prompted = cleanup->already_prompted_orig;
|
||||
PROMPT (0) = cleanup->prompt_orig;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue