mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-15 04:31:49 +08:00
gdb/mi/mi-interp.c: Fix typos
gdb/ChangeLog: 2017-01-31 Pedro Alves <palves@redhat.com> * mi/mi-interp.c (mi_breakpoint_created, mi_breakpoint_modified): Fix typos.
This commit is contained in:
parent
289b5b2421
commit
29b0b2512f
@ -1,3 +1,8 @@
|
||||
2017-01-31 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* mi/mi-interp.c (mi_breakpoint_created, mi_breakpoint_modified):
|
||||
Fix typos.
|
||||
|
||||
2017-01-31 Pedro Alves <palves@redhat.com>
|
||||
|
||||
* stack.c (print_frame_args): Remove local mem_fileopen stream,
|
||||
|
@ -900,7 +900,7 @@ mi_breakpoint_created (struct breakpoint *b)
|
||||
/* We want the output from gdb_breakpoint_query to go to
|
||||
mi->event_channel. One approach would be to just call
|
||||
gdb_breakpoint_query, and then use mi_out_put to send the current
|
||||
content of mi_outout into mi->event_channel. However, that will
|
||||
content of mi_uiout into mi->event_channel. However, that will
|
||||
break if anything is output to mi_uiout prior to calling the
|
||||
breakpoint_created notifications. So, we use
|
||||
ui_out_redirect. */
|
||||
@ -979,7 +979,7 @@ mi_breakpoint_modified (struct breakpoint *b)
|
||||
/* We want the output from gdb_breakpoint_query to go to
|
||||
mi->event_channel. One approach would be to just call
|
||||
gdb_breakpoint_query, and then use mi_out_put to send the current
|
||||
content of mi_outout into mi->event_channel. However, that will
|
||||
content of mi_uiout into mi->event_channel. However, that will
|
||||
break if anything is output to mi_uiout prior to calling the
|
||||
breakpoint_created notifications. So, we use
|
||||
ui_out_redirect. */
|
||||
|
Loading…
Reference in New Issue
Block a user