Home | History | Annotate | Download | only in gdb

Lines Matching defs:uiout

191   struct ui_out *uiout = current_uiout;
204 maybe_print_thread_hit_breakpoint (uiout);
207 uiout->text ("Temporary catchpoint ");
209 uiout->text ("Catchpoint ");
210 if (uiout->is_mi_like_p ())
212 uiout->field_string ("reason",
216 uiout->field_string ("disp", bpdisp_text (this->disposition));
218 print_num_locno (bs, uiout);
221 uiout->text (" (call to syscall ");
223 uiout->text (" (returned from syscall ");
225 if (s.name == NULL || uiout->is_mi_like_p ())
226 uiout->field_signed ("syscall-number", last.syscall_number ());
228 uiout->field_string ("syscall-name", s.name);
230 uiout->text ("), ");
241 struct ui_out *uiout = current_uiout;
248 uiout->field_skip ("addr");
252 uiout->text ("syscalls \"");
254 uiout->text ("syscall \"");
275 uiout->field_string ("what", text.c_str ());
278 uiout->field_string ("what", "<any syscall>", metadata_style.style ());
279 uiout->text ("\" ");
281 if (uiout->is_mi_like_p ())
282 uiout->field_string ("catch-type", "syscall");