Class-ify ui_out
[deliverable/binutils-gdb.git] / gdb / linespec.c
index 16042674a1b96c8208c21bcf322ecdd89825d33b..a602652736b0460e173596d1c74af8894876f399 100644 (file)
@@ -2606,7 +2606,7 @@ decode_line_full (const struct event_location *location, int flags,
 
   if (select_mode == NULL)
     {
-      if (ui_out_is_mi_like_p (interp_ui_out (top_level_interpreter ())))
+      if (interp_ui_out (top_level_interpreter ())->is_mi_like_p ())
        select_mode = multiple_symbols_all;
       else
        select_mode = multiple_symbols_select_mode ();
This page took 0.02975 seconds and 4 git commands to generate.