mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
* gdb.base/readline.exp (operate_and_get_next): Match the final
prompt.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* gdb.base/readline.exp (operate_and_get_next): Match the final
|
||||
prompt.
|
||||
|
||||
2007-07-23 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
|
||||
|
@ -139,6 +139,9 @@ proc operate_and_get_next {name args} {
|
||||
set count [expr {$count + 2}]
|
||||
}
|
||||
|
||||
# Match the prompt so the next test starts at the right place.
|
||||
gdb_test "" "" "$name - final prompt"
|
||||
|
||||
return 1
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user