mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 20:28:28 +08:00
2003-11-20 Andrew Cagney <cagney@redhat.com>
* lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the resync count exceeded.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2003-11-20 Andrew Cagney <cagney@redhat.com>
|
2003-11-20 Andrew Cagney <cagney@redhat.com>
|
||||||
|
|
||||||
|
* lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
|
||||||
|
resync count exceeded.
|
||||||
|
|
||||||
* gdb.base/maint.exp: Use gdb_internal_error_resync to recover
|
* gdb.base/maint.exp: Use gdb_internal_error_resync to recover
|
||||||
from the internal error.
|
from the internal error.
|
||||||
* lib/gdb.exp (gdb_internal_error_resync): New procedure.
|
* lib/gdb.exp (gdb_internal_error_resync): New procedure.
|
||||||
|
@ -407,6 +407,8 @@ proc gdb_internal_error_resync {} {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
perror "Could not resync from internal error (resync count exceeded)"
|
||||||
|
return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user