| /src/external/gpl3/gdb/dist/gdb/ |
| target-connection.c | 71 /* Prints the list of target connections and their details on UIOUT. 78 print_connection (struct ui_out *uiout, const char *requested_connections) 100 uiout->message (_("No connections.\n")); 104 ui_out_emit_table table_emitter (uiout, 4, process_targets.size (), 107 uiout->table_header (1, ui_left, "current", ""); 108 uiout->table_header (4, ui_left, "number", "Num"); 115 uiout->table_header (what_len + 1, ui_left, "what", "What"); 116 uiout->table_header (17, ui_left, "description", "Description"); 118 uiout->table_body (); 127 ui_out_emit_tuple tuple_emitter (uiout, NULL) [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-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-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...] |
| progspace.c | 264 /* Prints the list of program spaces and their details on UIOUT. If 269 print_program_space (struct ui_out *uiout, int requested) 292 ui_out_emit_table table_emitter (uiout, 4, count, "pspaces"); 293 uiout->table_header (1, ui_left, "current", ""); 294 uiout->table_header (4, ui_left, "id", "Id"); 295 uiout->table_header (longest_exec_name, ui_left, "exec", "Executable"); 296 uiout->table_header (17, ui_left, "core", "Core File"); 297 uiout->table_body (); 306 ui_out_emit_tuple tuple_emitter (uiout, NULL); 309 uiout->field_string ("current", "*") [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...] |
| infrun.h | 225 has stopped to the passed in UIOUT. */ 228 extern void print_signal_received_reason (struct ui_out *uiout, 232 extern void print_signal_exited_reason (struct ui_out *uiout, 236 extern void print_exited_reason (struct ui_out *uiout, int exitstatus); 240 extern void print_no_history_reason (struct ui_out *uiout); 246 extern void print_return_value (struct ui_out *uiout, 254 extern void print_stop_event (struct ui_out *uiout, bool displays = true);
|
| 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...] |
| /src/external/gpl3/gdb.old/dist/gdb/ |
| target-connection.c | 71 /* Prints the list of target connections and their details on UIOUT. 78 print_connection (struct ui_out *uiout, const char *requested_connections) 100 uiout->message (_("No connections.\n")); 104 ui_out_emit_table table_emitter (uiout, 4, process_targets.size (), 107 uiout->table_header (1, ui_left, "current", ""); 108 uiout->table_header (4, ui_left, "number", "Num"); 115 uiout->table_header (what_len + 1, ui_left, "what", "What"); 116 uiout->table_header (17, ui_left, "description", "Description"); 118 uiout->table_body (); 127 ui_out_emit_tuple tuple_emitter (uiout, NULL) [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-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-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...] |
| progspace.c | 264 /* Prints the list of program spaces and their details on UIOUT. If 269 print_program_space (struct ui_out *uiout, int requested) 292 ui_out_emit_table table_emitter (uiout, 4, count, "pspaces"); 293 uiout->table_header (1, ui_left, "current", ""); 294 uiout->table_header (4, ui_left, "id", "Id"); 295 uiout->table_header (longest_exec_name, ui_left, "exec", "Executable"); 296 uiout->table_header (17, ui_left, "core", "Core File"); 297 uiout->table_body (); 306 ui_out_emit_tuple tuple_emitter (uiout, NULL); 309 uiout->field_string ("current", "*") [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...] |
| infrun.h | 225 has stopped to the passed in UIOUT. */ 228 extern void print_signal_received_reason (struct ui_out *uiout, 232 extern void print_signal_exited_reason (struct ui_out *uiout, 236 extern void print_exited_reason (struct ui_out *uiout, int exitstatus); 240 extern void print_no_history_reason (struct ui_out *uiout); 246 extern void print_return_value (struct ui_out *uiout, 254 extern void print_stop_event (struct ui_out *uiout, bool displays = true);
|
| /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-symbol-cmds.c | 38 struct ui_out *uiout = current_uiout; local 56 ui_out_emit_list list_emitter (uiout, "lines"); 60 ui_out_emit_tuple tuple_emitter (uiout, NULL); 61 uiout->field_core_addr ("pc", gdbarch, 63 uiout->field_signed ("line", s->linetable ()->item[i].line); 74 output_debug_symbol (ui_out *uiout, domain_search_flags kind, 77 ui_out_emit_tuple tuple_emitter (uiout, NULL); 80 uiout->field_unsigned ("line", sym->line ()); 81 uiout->field_string ("name", sym->print_name ()); 87 uiout->field_string ("type", tmp_stream.string ()) 123 ui_out *uiout = current_uiout; local 367 struct ui_out *uiout = current_uiout; local [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-var.c | 50 struct ui_out *uiout = current_uiout; local 53 uiout->field_string ("name", varobj_get_objname (var)); 58 uiout->field_string ("exp", exp); 60 uiout->field_signed ("numchild", varobj_get_num_children (var)); 66 uiout->field_string ("value", val); 71 uiout->field_string ("type", type); 75 uiout->field_signed ("thread-id", thread_id); 78 uiout->field_signed ("frozen", 1); 82 uiout->field_string ("displayhint", display_hint.get ()); 85 uiout->field_signed ("dynamic", 1) 93 struct ui_out *uiout = current_uiout; local 148 struct ui_out *uiout = current_uiout; local 220 struct ui_out *uiout = current_uiout; local 286 struct ui_out *uiout = current_uiout; local 306 struct ui_out *uiout = current_uiout; local 367 struct ui_out *uiout = current_uiout; local 423 struct ui_out *uiout = current_uiout; local 440 struct ui_out *uiout = current_uiout; local 458 struct ui_out *uiout = current_uiout; local 480 struct ui_out *uiout = current_uiout; local 505 struct ui_out *uiout = current_uiout; local 572 struct ui_out *uiout = current_uiout; local 630 struct ui_out *uiout = current_uiout; local 676 struct ui_out *uiout = current_uiout; local [all...] |
| mi-main.c | 639 struct ui_out *uiout = current_uiout; local 644 ui_out_emit_tuple tuple_emitter (uiout, NULL); 646 uiout->field_fmt ("id", "i%d", inferior->num); 647 uiout->field_string ("type", "process"); 649 uiout->field_string ("exit-code", 652 uiout->field_signed ("pid", inferior->pid); 655 uiout->field_string ("executable", inferior->pspace->exec_filename ()); 665 ui_out_emit_list list_emitter (uiout, "cores"); 668 uiout->field_signed (NULL, b); 672 print_thread_info (uiout, NULL, inferior->pid) 695 struct ui_out *uiout = current_uiout; local 773 struct ui_out *uiout = current_uiout; local 864 struct ui_out *uiout = current_uiout; local 912 struct ui_out *uiout = current_uiout; local 1011 struct ui_out *uiout = current_uiout; local 1100 struct ui_out *uiout = current_uiout; local 1191 struct ui_out *uiout = current_uiout; local 1235 struct ui_out *uiout = current_uiout; local 1412 struct ui_out *uiout = current_uiout; local 1656 struct ui_out *uiout = current_uiout; local 1687 struct ui_out *uiout = current_uiout; local 2499 struct ui_out *uiout = current_uiout; local 2559 struct ui_out *uiout = current_uiout; local 2771 struct ui_out *uiout = current_uiout; local [all...] |
| /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-symbol-cmds.c | 38 struct ui_out *uiout = current_uiout; local 56 ui_out_emit_list list_emitter (uiout, "lines"); 60 ui_out_emit_tuple tuple_emitter (uiout, NULL); 61 uiout->field_core_addr ("pc", gdbarch, 63 uiout->field_signed ("line", s->linetable ()->item[i].line); 74 output_debug_symbol (ui_out *uiout, domain_search_flags kind, 77 ui_out_emit_tuple tuple_emitter (uiout, NULL); 80 uiout->field_unsigned ("line", sym->line ()); 81 uiout->field_string ("name", sym->print_name ()); 87 uiout->field_string ("type", tmp_stream.string ()) 124 ui_out *uiout = current_uiout; local 368 struct ui_out *uiout = current_uiout; local [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-var.c | 50 struct ui_out *uiout = current_uiout; local 53 uiout->field_string ("name", varobj_get_objname (var)); 58 uiout->field_string ("exp", exp); 60 uiout->field_signed ("numchild", varobj_get_num_children (var)); 66 uiout->field_string ("value", val); 71 uiout->field_string ("type", type); 75 uiout->field_signed ("thread-id", thread_id); 78 uiout->field_signed ("frozen", 1); 82 uiout->field_string ("displayhint", display_hint.get ()); 85 uiout->field_signed ("dynamic", 1) 93 struct ui_out *uiout = current_uiout; local 148 struct ui_out *uiout = current_uiout; local 220 struct ui_out *uiout = current_uiout; local 286 struct ui_out *uiout = current_uiout; local 306 struct ui_out *uiout = current_uiout; local 367 struct ui_out *uiout = current_uiout; local 423 struct ui_out *uiout = current_uiout; local 440 struct ui_out *uiout = current_uiout; local 458 struct ui_out *uiout = current_uiout; local 480 struct ui_out *uiout = current_uiout; local 505 struct ui_out *uiout = current_uiout; local 572 struct ui_out *uiout = current_uiout; local 630 struct ui_out *uiout = current_uiout; local 676 struct ui_out *uiout = current_uiout; local [all...] |
| mi-main.c | 639 struct ui_out *uiout = current_uiout; local 644 ui_out_emit_tuple tuple_emitter (uiout, NULL); 646 uiout->field_fmt ("id", "i%d", inferior->num); 647 uiout->field_string ("type", "process"); 649 uiout->field_string ("exit-code", 652 uiout->field_signed ("pid", inferior->pid); 656 uiout->field_string ("executable", 668 ui_out_emit_list list_emitter (uiout, "cores"); 671 uiout->field_signed (NULL, b); 675 print_thread_info (uiout, NULL, inferior->pid) 698 struct ui_out *uiout = current_uiout; local 776 struct ui_out *uiout = current_uiout; local 867 struct ui_out *uiout = current_uiout; local 915 struct ui_out *uiout = current_uiout; local 1014 struct ui_out *uiout = current_uiout; local 1103 struct ui_out *uiout = current_uiout; local 1194 struct ui_out *uiout = current_uiout; local 1238 struct ui_out *uiout = current_uiout; local 1415 struct ui_out *uiout = current_uiout; local 1659 struct ui_out *uiout = current_uiout; local 1690 struct ui_out *uiout = current_uiout; local 2505 struct ui_out *uiout = current_uiout; local 2565 struct ui_out *uiout = current_uiout; local 2777 struct ui_out *uiout = current_uiout; local [all...] |