Lines Matching refs:uiout
143 struct ui_out *uiout = current_uiout;
146 maybe_print_thread_hit_breakpoint (uiout);
148 uiout->text ("Temporary catchpoint ");
150 uiout->text ("Catchpoint ");
151 uiout->field_signed ("bkptno", this->number);
152 uiout->text ("\n");
153 if (uiout->is_mi_like_p ())
154 uiout->field_string ("disp", bpdisp_text (this->disposition));
163 struct ui_out *uiout = current_uiout;
172 uiout->field_skip ("addr");
193 uiout->field_string ("what", msg);
195 if (uiout->is_mi_like_p ())
196 uiout->field_string ("catch-type", is_load ? "load" : "unload");