| /src/external/gpl3/gdb/dist/gdb/mi/ |
| mi-cmd-info.c | 30 struct ui_out *uiout = current_uiout; local 49 ui_out_emit_table table_emitter (uiout, 2, 52 uiout->table_header (1, ui_left, "name", "Name"); 53 uiout->table_header (1, ui_left, "address", "Address"); 54 uiout->table_body (); 58 ui_out_emit_tuple tuple_emitter (uiout, NULL); 59 uiout->field_string ("name", info.name); 60 uiout->field_core_addr ("address", gdbarch, info.addr); 72 struct ui_out *uiout = current_uiout; local 88 ui_out_emit_tuple tuple_emitter (uiout, "command") [all...] |
| mi-cmd-file.c | 38 struct ui_out *uiout = current_uiout; local 55 uiout->field_signed ("line", st.line); 56 uiout->field_string ("file", symtab_to_filename_for_display (st.symtab)); 58 uiout->field_string ("fullname", symtab_to_fullname (st.symtab)); 60 uiout->field_signed ("macro-info", 137 struct ui_out *uiout = current_uiout; local 163 ui_out_emit_list list_emitter (uiout, "shared-libraries"); 173 ui_out_emit_tuple tuple_emitter (uiout, NULL); 174 mi_output_solib_attribs (uiout, so);
|
| mi-cmd-env.c | 62 struct ui_out *uiout = current_uiout; local 72 uiout->field_string ("cwd", cwd.get ()); 102 struct ui_out *uiout = current_uiout; local 160 uiout->field_string ("path", env); 168 struct ui_out *uiout = current_uiout; local 211 uiout->field_string ("source-path", source_path);
|
| mi-cmd-disas.c | 57 struct ui_out *uiout = current_uiout; local 265 gdb_disassembly (gdbarch, uiout,
|
| /src/external/gpl3/gdb.old/dist/gdb/mi/ |
| mi-cmd-info.c | 30 struct ui_out *uiout = current_uiout; local 49 ui_out_emit_table table_emitter (uiout, 2, 52 uiout->table_header (1, ui_left, "name", "Name"); 53 uiout->table_header (1, ui_left, "address", "Address"); 54 uiout->table_body (); 58 ui_out_emit_tuple tuple_emitter (uiout, NULL); 59 uiout->field_string ("name", info.name); 60 uiout->field_core_addr ("address", gdbarch, info.addr); 72 struct ui_out *uiout = current_uiout; local 88 ui_out_emit_tuple tuple_emitter (uiout, "command") [all...] |
| mi-cmd-file.c | 39 struct ui_out *uiout = current_uiout; local 55 uiout->field_signed ("line", st.line); 56 uiout->field_string ("file", symtab_to_filename_for_display (st.symtab)); 58 uiout->field_string ("fullname", symtab_to_fullname (st.symtab)); 60 uiout->field_signed ("macro-info", 137 struct ui_out *uiout = current_uiout; local 163 ui_out_emit_list list_emitter (uiout, "shared-libraries"); 173 ui_out_emit_tuple tuple_emitter (uiout, NULL); 174 mi_output_solib_attribs (uiout, so);
|
| mi-cmd-env.c | 62 struct ui_out *uiout = current_uiout; local 72 uiout->field_string ("cwd", cwd.get ()); 102 struct ui_out *uiout = current_uiout; local 160 uiout->field_string ("path", env); 168 struct ui_out *uiout = current_uiout; local 211 uiout->field_string ("source-path", source_path);
|
| mi-cmd-disas.c | 56 struct ui_out *uiout = current_uiout; local 264 gdb_disassembly (gdbarch, uiout,
|
| /src/external/gpl3/gdb/dist/gdb/ |
| break-catch-exec.c | 90 struct ui_out *uiout = current_uiout; local 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 ()) 115 struct ui_out *uiout = current_uiout; local [all...] |
| break-catch-fork.c | 109 struct ui_out *uiout = current_uiout; local 112 maybe_print_thread_hit_breakpoint (uiout); 114 uiout->text ("Temporary catchpoint "); 116 uiout->text ("Catchpoint "); 117 if (uiout->is_mi_like_p ()) 119 uiout->field_string ("reason", 123 uiout->field_string ("disp", bpdisp_text (disposition)); 125 uiout->field_signed ("bkptno", number); 127 uiout->text (" (vforked process "); 129 uiout->text (" (forked process ") 141 struct ui_out *uiout = current_uiout; local [all...] |
| break-catch-load.c | 143 struct ui_out *uiout = current_uiout; local 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; local 172 uiout->field_skip ("addr") [all...] |
| break-catch-sig.c | 202 struct ui_out *uiout = current_uiout; 209 maybe_print_thread_hit_breakpoint (uiout); 222 struct ui_out *uiout = current_uiout; 230 uiout->field_skip ("addr"); 234 uiout->text ("signals \""); 236 uiout->text ("signal \""); 253 uiout->field_string ("what", text); 256 uiout->field_string ("what", 259 uiout->text ("\" "); 261 if (uiout->is_mi_like_p () 200 struct ui_out *uiout = current_uiout; local 220 struct ui_out *uiout = current_uiout; local [all...] |
| osdata.c | 198 struct ui_out *uiout = current_uiout; local 222 if (*type == '\0' && !uiout->is_mi_like_p ()) 236 ui_out_emit_table table_emitter (uiout, ncols, nrows, "OSDataTable"); 253 uiout->table_header (10, ui_left, 258 uiout->table_body (); 265 ui_out_emit_tuple tuple_emitter (uiout, "item"); 275 uiout->field_string (col_name, item.columns[ix_cols].value); 279 uiout->text ("\n");
|
| break-catch-syscall.c | 191 struct ui_out *uiout = current_uiout; local 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 ") 241 struct ui_out *uiout = current_uiout; local [all...] |
| break-catch-throw.c | 240 struct ui_out *uiout = current_uiout; 244 maybe_print_thread_hit_breakpoint (uiout); 247 uiout->text (bp_temp ? "Temporary catchpoint " 249 print_num_locno (bs, uiout); 250 uiout->text ((kind == EX_EVENT_THROW ? " (exception thrown), " 253 if (uiout->is_mi_like_p ()) 255 uiout->field_string ("reason", 257 uiout->field_string ("disp", bpdisp_text (disposition)); 266 struct ui_out *uiout = current_uiout; 271 uiout->field_skip ("addr") 238 struct ui_out *uiout = current_uiout; local 264 struct ui_out *uiout = current_uiout; local 312 struct ui_out *uiout = current_uiout; local [all...] |
| cp-abi.c | 310 struct ui_out *uiout = current_uiout; local 313 uiout->text ("The available C++ ABIs are:\n"); 314 ui_out_emit_tuple tuple_emitter (uiout, "cp-abi-list"); 320 uiout->text (" "); 321 uiout->field_string ("cp-abi", cp_abis[i]->shortname); 327 uiout->text (pad); 329 uiout->field_string ("doc", cp_abis[i]->doc); 330 uiout->text ("\n"); 377 struct ui_out *uiout = current_uiout; local 379 uiout->text ("The currently selected C++ ABI is \"") [all...] |
| frame-unwind.c | 352 ui_out *uiout = current_uiout; local 353 ui_out_emit_table table_emitter (uiout, 2, -1, "FrameUnwinders"); 354 uiout->table_header (27, ui_left, "name", "Name"); 355 uiout->table_header (25, ui_left, "type", "Type"); 356 uiout->table_body (); 364 ui_out_emit_list tuple_emitter (uiout, nullptr); 365 uiout->field_string ("name", name); 366 uiout->field_string ("type", type); 367 uiout->text ("\n");
|
| /src/external/gpl3/gdb/dist/gdb/python/ |
| py-stopevent.c | 21 #include "py-uiout.h" 47 py_ui_out uiout; local 52 scoped_restore save_uiout = make_scoped_restore (¤t_uiout, &uiout); 58 uiout.field_string ("reason", async_reason_lookup (reason)); 66 print_signal_received_reason (&uiout, stop_signal); 80 gdbpy_ref<> dict = uiout.result ();
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| break-catch-exec.c | 90 struct ui_out *uiout = current_uiout; local 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 ()) 115 struct ui_out *uiout = current_uiout; local [all...] |
| break-catch-fork.c | 109 struct ui_out *uiout = current_uiout; local 112 maybe_print_thread_hit_breakpoint (uiout); 114 uiout->text ("Temporary catchpoint "); 116 uiout->text ("Catchpoint "); 117 if (uiout->is_mi_like_p ()) 119 uiout->field_string ("reason", 123 uiout->field_string ("disp", bpdisp_text (disposition)); 125 uiout->field_signed ("bkptno", number); 127 uiout->text (" (vforked process "); 129 uiout->text (" (forked process ") 141 struct ui_out *uiout = current_uiout; local [all...] |
| break-catch-load.c | 143 struct ui_out *uiout = current_uiout; local 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; local 172 uiout->field_skip ("addr") [all...] |
| break-catch-sig.c | 202 struct ui_out *uiout = current_uiout; 209 maybe_print_thread_hit_breakpoint (uiout); 222 struct ui_out *uiout = current_uiout; 230 uiout->field_skip ("addr"); 234 uiout->text ("signals \""); 236 uiout->text ("signal \""); 253 uiout->field_string ("what", text); 256 uiout->field_string ("what", 259 uiout->text ("\" "); 261 if (uiout->is_mi_like_p () 200 struct ui_out *uiout = current_uiout; local 220 struct ui_out *uiout = current_uiout; local [all...] |
| osdata.c | 198 struct ui_out *uiout = current_uiout; local 222 if (*type == '\0' && !uiout->is_mi_like_p ()) 236 ui_out_emit_table table_emitter (uiout, ncols, nrows, "OSDataTable"); 253 uiout->table_header (10, ui_left, 258 uiout->table_body (); 265 ui_out_emit_tuple tuple_emitter (uiout, "item"); 275 uiout->field_string (col_name, item.columns[ix_cols].value); 279 uiout->text ("\n");
|
| /src/external/gpl3/gdb.old/dist/gdb/python/ |
| py-stopevent.c | 21 #include "py-uiout.h" 47 py_ui_out uiout; local 52 scoped_restore save_uiout = make_scoped_restore (¤t_uiout, &uiout); 58 uiout.field_string ("reason", async_reason_lookup (reason)); 66 print_signal_received_reason (&uiout, stop_signal); 81 gdbpy_ref<> dict = uiout.result ();
|
| /src/external/gpl3/gdb/dist/gdb/cli/ |
| cli-setshow.c | 655 struct ui_out *uiout = current_uiout; 665 if (uiout->is_mi_like_p ()) 666 uiout->field_string ("value", val); 683 struct ui_out *uiout = current_uiout; 685 ui_out_emit_tuple tuple_emitter (uiout, "showlist"); 694 ui_out_emit_tuple optionlist_emitter (uiout, "optionlist"); 698 if (uiout->is_mi_like_p ()) 699 uiout->field_string ("prefix", new_prefix); 704 ui_out_emit_tuple option_emitter (uiout, "option"); 712 uiout->text (prefixname) 653 struct ui_out *uiout = current_uiout; local 681 struct ui_out *uiout = current_uiout; local [all...] |