* lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.

This commit is contained in:
Maciej W. Rozycki 2011-11-08 19:51:17 +00:00
parent d32e2926f1
commit 7bf9deb0b2
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-11-08 Maciej W. Rozycki <macro@codesourcery.com>
* lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
2011-11-08 Yao Qi <yao@codesourcery.com>
* gdb.exp (supports_process_record): New.

View File

@ -1556,7 +1556,7 @@ proc mi_tbreak {location} {
}
# Send COMMAND that must be a command that resumes
# the inferiour (run/continue/next/etc) and consumes
# the inferior (run/continue/next/etc) and consumes
# the "^running" output from it.
proc mi_send_resuming_command_raw {command test} {