mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 14:39:09 +08:00
* top.c (gdb_readline_wrapper_cleanup): Remove invalid assertion.
This commit is contained in:
@ -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>
|
2007-02-28 Joel Brobecker <brobecker@adacore.com>
|
||||||
|
|
||||||
* stabsread.c (define_symbol): Create an associated STRUCT_DOMAIN
|
* 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;
|
struct gdb_readline_wrapper_cleanup *cleanup = arg;
|
||||||
|
|
||||||
gdb_assert (rl_already_prompted == 1);
|
|
||||||
rl_already_prompted = cleanup->already_prompted_orig;
|
rl_already_prompted = cleanup->already_prompted_orig;
|
||||||
PROMPT (0) = cleanup->prompt_orig;
|
PROMPT (0) = cleanup->prompt_orig;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user