Remove some is_mi_like_p from breakpoint code
authorTom Tromey <tom@tromey.com>
Mon, 30 Apr 2018 02:52:26 +0000 (20:52 -0600)
committerTom Tromey <tom@tromey.com>
Mon, 30 Apr 2018 18:59:05 +0000 (12:59 -0600)
commit2d33446d4d58edcf993f42957cfe9627c88f112f
treef807b68a09e3dfceb253e4be34902ac507874232
parentf3c6ababac34f3a291997f8d5ea6a63949b58b87
Remove some is_mi_like_p from breakpoint code

This removes some uses of is_mi_like_p from the breakpoint code.  The
break-catch-throw.c change brings it into line with what other
breakpoint classes do.  The other changes simply replace printf calls
with ui_out::text or ui_out::message calls.

ChangeLog
2018-04-30  Tom Tromey  <tom@tromey.com>

* breakpoint.c (mention): Remove use of is_mi_like_p.
(print_mention_ranged_breakpoint): Likewise.
* break-catch-throw.c (print_it_exception_catchpoint): Remove use
of is_mi_like_p.
gdb/ChangeLog
gdb/break-catch-throw.c
gdb/breakpoint.c
This page took 0.024775 seconds and 4 git commands to generate.