Lines Matching defs:uiout
90 struct ui_out *uiout = current_uiout;
93 maybe_print_thread_hit_breakpoint (uiout);
95 uiout->text ("Temporary catchpoint ");
97 uiout->text ("Catchpoint ");
98 if (uiout->is_mi_like_p ())
100 uiout->field_string ("reason", async_reason_lookup (EXEC_ASYNC_EXEC));
101 uiout->field_string ("disp", bpdisp_text (disposition));
103 uiout->field_signed ("bkptno", number);
104 uiout->text (" (exec'd ");
105 uiout->field_string ("new-exec", exec_pathname.get ());
106 uiout->text ("), ");
115 struct ui_out *uiout = current_uiout;
123 uiout->field_skip ("addr");
125 uiout->text ("exec");
128 uiout->text (", program \"");
129 uiout->field_string ("what", exec_pathname.get ());
130 uiout->text ("\" ");
133 if (uiout->is_mi_like_p ())
134 uiout->field_string ("catch-type", "exec");