mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-25 19:14:52 +08:00
gdb/
* remote.c (async_remote_interrupt): Correct function name in debug message. (async_remote_interrupt_twice): Ditto.
This commit is contained in:
parent
533eaa5e3f
commit
248fd3bfb3
@ -1,3 +1,9 @@
|
||||
2012-04-12 Yao Qi <yao@codesourcery.com>
|
||||
|
||||
* remote.c (async_remote_interrupt): Correct function name in
|
||||
debug message.
|
||||
(async_remote_interrupt_twice): Ditto.
|
||||
|
||||
2012-04-11 Yuanhui Zhang <asmwarrior@gmail.com>
|
||||
|
||||
* source.c (find_and_open_source): Consistently pass resulting
|
||||
|
@ -4834,7 +4834,7 @@ static void
|
||||
async_remote_interrupt (gdb_client_data arg)
|
||||
{
|
||||
if (remote_debug)
|
||||
fprintf_unfiltered (gdb_stdlog, "remote_interrupt called\n");
|
||||
fprintf_unfiltered (gdb_stdlog, "async_remote_interrupt called\n");
|
||||
|
||||
target_stop (inferior_ptid);
|
||||
}
|
||||
@ -4845,7 +4845,7 @@ void
|
||||
async_remote_interrupt_twice (gdb_client_data arg)
|
||||
{
|
||||
if (remote_debug)
|
||||
fprintf_unfiltered (gdb_stdlog, "remote_interrupt_twice called\n");
|
||||
fprintf_unfiltered (gdb_stdlog, "async_remote_interrupt_twice called\n");
|
||||
|
||||
interrupt_query ();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user