mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 20:43:45 +08:00
* mi/mi-interp.c (mi_new_thread): Quote the thread id.
This commit is contained in:
parent
2f069f6f9e
commit
c64465393f
@ -1,3 +1,7 @@
|
||||
2008-04-26 Vladimir Prus <vladimir@codesourcery.com>
|
||||
|
||||
* mi/mi-interp.c (mi_new_thread): Quote the thread id.
|
||||
|
||||
2008-04-26 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* breakpoint.c (condition_command, commands_from_control_command)
|
||||
|
@ -313,7 +313,7 @@ mi_new_thread (struct thread_info *t)
|
||||
{
|
||||
struct mi_interp *mi = top_level_interpreter_data ();
|
||||
|
||||
fprintf_unfiltered (mi->event_channel, "thread-created,id=%d", t->num);
|
||||
fprintf_unfiltered (mi->event_channel, "thread-created,id=\"%d\"", t->num);
|
||||
gdb_flush (mi->event_channel);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user