Class-ify ui_out
[deliverable/binutils-gdb.git] / gdb / remote.c
index ef6c54e1c421b18f1cb3ac24c52a1e5063ede427..c0f85c44947285e4772f1cff62f94d8622264f65 100644 (file)
@@ -13785,8 +13785,8 @@ show_remote_cmd (char *args, int from_tty)
        struct cleanup *option_chain
          = make_cleanup_ui_out_tuple_begin_end (uiout, "option");
 
-       ui_out_field_string (uiout, "name", list->name);
-       ui_out_text (uiout, ":  ");
+       uiout->field_string ("name", list->name);
+       uiout->text (":  ");
        if (list->type == show_cmd)
          do_show_command (NULL, from_tty, list);
        else
This page took 0.025067 seconds and 4 git commands to generate.