mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 11:39:26 +08:00
gdb.base/remote.exp: Fix typo and add missing return
(Dropped 'u' while at it because we're supposed to prefer American English spelling...) gdb/testsuite/ChangeLog: 2017-10-13 Pedro Alves <palves@redhat.com> * gdb.base/remote.exp (top level): Fix comment typo and add missing return.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2017-10-13 Pedro Alves <palves@redhat.com>
|
||||||
|
|
||||||
|
* gdb.base/remote.exp (top level): Fix comment typo and add
|
||||||
|
missing return.
|
||||||
|
|
||||||
2017-10-13 Pedro Alves <palves@redhat.com>
|
2017-10-13 Pedro Alves <palves@redhat.com>
|
||||||
Simon Marchi <simon.marchi@polymtl.ca>
|
Simon Marchi <simon.marchi@polymtl.ca>
|
||||||
|
|
||||||
|
@ -54,7 +54,7 @@ gdb_test "show remote memory-write-packet-size" \
|
|||||||
"set write-packet - very-small"
|
"set write-packet - very-small"
|
||||||
|
|
||||||
#
|
#
|
||||||
# Part TWO: Check the download behavour
|
# Part TWO: Check the download behavior.
|
||||||
#
|
#
|
||||||
|
|
||||||
proc gdb_load_timed {executable class writesize} {
|
proc gdb_load_timed {executable class writesize} {
|
||||||
@ -128,6 +128,7 @@ set sizeof_random_data [get_sizeof "random_data" 48*1024]
|
|||||||
#
|
#
|
||||||
if ![runto_main] then {
|
if ![runto_main] then {
|
||||||
fail "cannot run to main"
|
fail "cannot run to main"
|
||||||
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
# Carefully check memory around each of the most common packet edge
|
# Carefully check memory around each of the most common packet edge
|
||||||
|
Reference in New Issue
Block a user