Home
last modified time | relevance | path

Searched refs:field_string (Results 1 – 25 of 96) sorted by relevance

1234

/netbsd/external/gpl3/gdb/dist/gdb/mi/
H A Dmi-cmd-var.c59 uiout->field_string ("exp", exp.c_str ()); in print_varobj()
67 uiout->field_string ("value", val.c_str ()); in print_varobj()
72 uiout->field_string ("type", type.c_str ()); in print_varobj()
239 uiout->field_string ("value", val.c_str ()); in mi_cmd_var_set_format()
443 uiout->field_string ("path_expr", path_expr); in mi_cmd_var_info_path_expression()
464 uiout->field_string ("exp", exp.c_str ()); in mi_cmd_var_info_expression()
488 uiout->field_string ("attr", attstr); in mi_cmd_var_show_attributes()
548 uiout->field_string ("value", val.c_str ()); in mi_cmd_var_evaluate_expression()
554 uiout->field_string ("value", val.c_str ()); in mi_cmd_var_evaluate_expression()
585 uiout->field_string ("value", val.c_str ()); in mi_cmd_var_assign()
[all …]
H A Dmi-cmd-file.c57 uiout->field_string ("file", symtab_to_filename_for_display (st.symtab)); in mi_cmd_file_list_exec_source_file()
59 uiout->field_string ("fullname", symtab_to_fullname (st.symtab)); in mi_cmd_file_list_exec_source_file()
75 uiout->field_string ("file", filename); in print_partial_file_name()
78 uiout->field_string ("fullname", fullname); in print_partial_file_name()
103 uiout->field_string ("file", symtab_to_filename_for_display (s)); in mi_cmd_file_list_exec_source_files()
104 uiout->field_string ("fullname", symtab_to_fullname (s)); in mi_cmd_file_list_exec_source_files()
H A Dmi-symbol-cmds.c79 uiout->field_string ("name", sym->print_name ()); in output_debug_symbol()
85 uiout->field_string ("type", tmp_stream.string ()); in output_debug_symbol()
88 uiout->field_string ("description", str); in output_debug_symbol()
104 uiout->field_string ("name", msymbol.minsym->print_name ()); in output_nondebug_symbol()
138 uiout->field_string ("filename", in mi_symbol_info()
140 uiout->field_string ("fullname", symtab_to_fullname (symtab)); in mi_symbol_info()
263 uiout->field_string ("filename", in output_module_symbols_in_single_module_and_file()
265 uiout->field_string ("fullname", symtab_to_fullname (first_symbtab)); in output_module_symbols_in_single_module_and_file()
297 uiout->field_string ("module", first_module_symbol->print_name ()); in output_module_symbols_in_single_module()
H A Dmi-main.c645 uiout->field_string ("type", "process"); in print_one_inferior()
647 uiout->field_string ("exit-code", in print_one_inferior()
654 uiout->field_string ("executable", in print_one_inferior()
690 uiout->field_string (NULL, p); in output_cores()
887 uiout->field_string (NULL, ""); in mi_cmd_data_list_register_names()
902 uiout->field_string (NULL, ""); in mi_cmd_data_list_register_names()
1374 uiout->field_string (NULL, "N/A"); in mi_cmd_data_read_memory()
1669 uiout->field_string (NULL, "python"); in mi_cmd_list_features()
1686 uiout->field_string (NULL, "async"); in mi_cmd_list_target_features()
1688 uiout->field_string (NULL, "reverse"); in mi_cmd_list_target_features()
[all …]
H A Dmi-interp.c660 mi_uiout->field_string ("stopped-threads", "all"); in mi_on_normal_stop_1()
814 mi_uiout->field_string ("name", tsv->name); in mi_tsv_modified()
815 mi_uiout->field_string ("initial", in mi_tsv_modified()
1052 uiout->field_string ("id", solib->so_original_name); in mi_output_solib_attribs()
1054 uiout->field_string ("host-name", solib->so_name); in mi_output_solib_attribs()
1116 uiout->field_string ("id", solib->so_original_name); in mi_solib_unloaded()
1118 uiout->field_string ("host-name", solib->so_name); in mi_solib_unloaded()
1155 mi_uiout->field_string ("param", param); in mi_command_param_changed()
1156 mi_uiout->field_string ("value", value); in mi_command_param_changed()
1193 mi_uiout->field_string ("len", hex_string (len)); in mi_memory_changed()
[all …]
H A Dmi-cmd-env.c81 uiout->field_string ("cwd", cwd.get ()); in mi_cmd_env_pwd()
178 uiout->field_string ("path", env); in mi_cmd_env_path()
238 uiout->field_string ("source-path", source_path); in mi_cmd_env_dir()
260 current_uiout->field_string ("inferior_tty_terminal", inferior_tty); in mi_cmd_inferior_tty_show()
H A Dmi-cmd-info.c59 uiout->field_string ("name", info.name); in mi_cmd_info_ada_exceptions()
88 uiout->field_string ("exists", cmd != NULL ? "true" : "false"); in mi_cmd_info_gdb_mi_command()
/netbsd/external/gpl3/gdb.old/dist/gdb/mi/
H A Dmi-cmd-var.c59 uiout->field_string ("exp", exp.c_str ()); in print_varobj()
67 uiout->field_string ("value", val.c_str ()); in print_varobj()
72 uiout->field_string ("type", type.c_str ()); in print_varobj()
239 uiout->field_string ("value", val.c_str ()); in mi_cmd_var_set_format()
443 uiout->field_string ("path_expr", path_expr); in mi_cmd_var_info_path_expression()
464 uiout->field_string ("exp", exp.c_str ()); in mi_cmd_var_info_expression()
488 uiout->field_string ("attr", attstr); in mi_cmd_var_show_attributes()
548 uiout->field_string ("value", val.c_str ()); in mi_cmd_var_evaluate_expression()
554 uiout->field_string ("value", val.c_str ()); in mi_cmd_var_evaluate_expression()
585 uiout->field_string ("value", val.c_str ()); in mi_cmd_var_assign()
[all …]
H A Dmi-cmd-file.c57 uiout->field_string ("file", symtab_to_filename_for_display (st.symtab)); in mi_cmd_file_list_exec_source_file()
59 uiout->field_string ("fullname", symtab_to_fullname (st.symtab)); in mi_cmd_file_list_exec_source_file()
75 uiout->field_string ("file", filename); in print_partial_file_name()
78 uiout->field_string ("fullname", fullname); in print_partial_file_name()
103 uiout->field_string ("file", symtab_to_filename_for_display (s)); in mi_cmd_file_list_exec_source_files()
104 uiout->field_string ("fullname", symtab_to_fullname (s)); in mi_cmd_file_list_exec_source_files()
H A Dmi-symbol-cmds.c79 uiout->field_string ("name", sym->print_name ()); in output_debug_symbol()
85 uiout->field_string ("type", tmp_stream.string ()); in output_debug_symbol()
88 uiout->field_string ("description", str); in output_debug_symbol()
104 uiout->field_string ("name", msymbol.minsym->print_name ()); in output_nondebug_symbol()
138 uiout->field_string ("filename", in mi_symbol_info()
140 uiout->field_string ("fullname", symtab_to_fullname (symtab)); in mi_symbol_info()
263 uiout->field_string ("filename", in output_module_symbols_in_single_module_and_file()
265 uiout->field_string ("fullname", symtab_to_fullname (first_symbtab)); in output_module_symbols_in_single_module_and_file()
297 uiout->field_string ("module", first_module_symbol->print_name ()); in output_module_symbols_in_single_module()
H A Dmi-main.c645 uiout->field_string ("type", "process"); in print_one_inferior()
647 uiout->field_string ("exit-code", in print_one_inferior()
654 uiout->field_string ("executable", in print_one_inferior()
690 uiout->field_string (NULL, p); in output_cores()
887 uiout->field_string (NULL, ""); in mi_cmd_data_list_register_names()
902 uiout->field_string (NULL, ""); in mi_cmd_data_list_register_names()
1374 uiout->field_string (NULL, "N/A"); in mi_cmd_data_read_memory()
1669 uiout->field_string (NULL, "python"); in mi_cmd_list_features()
1686 uiout->field_string (NULL, "async"); in mi_cmd_list_target_features()
1688 uiout->field_string (NULL, "reverse"); in mi_cmd_list_target_features()
[all …]
H A Dmi-interp.c660 mi_uiout->field_string ("stopped-threads", "all"); in mi_on_normal_stop_1()
814 mi_uiout->field_string ("name", tsv->name); in mi_tsv_modified()
815 mi_uiout->field_string ("initial", in mi_tsv_modified()
1052 uiout->field_string ("id", solib->so_original_name); in mi_output_solib_attribs()
1054 uiout->field_string ("host-name", solib->so_name); in mi_output_solib_attribs()
1116 uiout->field_string ("id", solib->so_original_name); in mi_solib_unloaded()
1118 uiout->field_string ("host-name", solib->so_name); in mi_solib_unloaded()
1155 mi_uiout->field_string ("param", param); in mi_command_param_changed()
1156 mi_uiout->field_string ("value", value); in mi_command_param_changed()
1193 mi_uiout->field_string ("len", hex_string (len)); in mi_memory_changed()
[all …]
H A Dmi-cmd-env.c81 uiout->field_string ("cwd", cwd.get ()); in mi_cmd_env_pwd()
178 uiout->field_string ("path", env); in mi_cmd_env_path()
238 uiout->field_string ("source-path", source_path); in mi_cmd_env_dir()
260 current_uiout->field_string ("inferior_tty_terminal", inferior_tty); in mi_cmd_inferior_tty_show()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dbreak-catch-throw.c248 uiout->field_string ("reason", in print_it_exception_catchpoint()
250 uiout->field_string ("disp", bpdisp_text (b->disposition)); in print_it_exception_catchpoint()
272 uiout->field_string ("what", "exception throw"); in print_one_exception_catchpoint()
274 uiout->field_string ("catch-type", "throw"); in print_one_exception_catchpoint()
278 uiout->field_string ("what", "exception rethrow"); in print_one_exception_catchpoint()
280 uiout->field_string ("catch-type", "rethrow"); in print_one_exception_catchpoint()
284 uiout->field_string ("what", "exception catch"); in print_one_exception_catchpoint()
286 uiout->field_string ("catch-type", "catch"); in print_one_exception_catchpoint()
303 uiout->field_string ("regexp", cp->exception_rx.c_str ()); in print_one_detail_exception_catchpoint()
H A Dskip.c403 current_uiout->field_string ("enabled", "y"); /* 2 */ in info_skip_command()
405 current_uiout->field_string ("enabled", "n"); /* 2 */ in info_skip_command()
408 current_uiout->field_string ("regexp", "y"); /* 3 */ in info_skip_command()
410 current_uiout->field_string ("regexp", "n"); /* 3 */ in info_skip_command()
412 current_uiout->field_string ("file", in info_skip_command()
419 current_uiout->field_string ("regexp", "y"); /* 5 */ in info_skip_command()
421 current_uiout->field_string ("regexp", "n"); /* 5 */ in info_skip_command()
423 current_uiout->field_string ("function", in info_skip_command()
H A Dtarget-connection.c130 uiout->field_string ("current", "*"); in print_connection()
136 uiout->field_string ("what", make_target_connection_string (t).c_str ()); in print_connection()
138 uiout->field_string ("description", t->longname ()); in print_connection()
H A Dbreak-catch-syscall.c202 uiout->field_string ("reason",
206 uiout->field_string ("disp", bpdisp_text (b->disposition));
218 uiout->field_string ("syscall-name", s.name);
271 uiout->field_string ("what", text);
276 uiout->field_string ("what", "<any syscall>", metadata_style.style ());
280 uiout->field_string ("catch-type", "syscall");
H A Dcp-abi.c326 uiout->field_string ("cp-abi", cp_abis[i]->shortname); in list_cp_abis()
334 uiout->field_string ("doc", cp_abis[i]->doc); in list_cp_abis()
386 uiout->field_string ("cp-abi", current_cp_abi.shortname); in show_cp_abi_cmd()
388 uiout->field_string ("longname", current_cp_abi.longname); in show_cp_abi_cmd()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dbreak-catch-throw.c248 uiout->field_string ("reason", in print_it_exception_catchpoint()
250 uiout->field_string ("disp", bpdisp_text (b->disposition)); in print_it_exception_catchpoint()
272 uiout->field_string ("what", "exception throw"); in print_one_exception_catchpoint()
274 uiout->field_string ("catch-type", "throw"); in print_one_exception_catchpoint()
278 uiout->field_string ("what", "exception rethrow"); in print_one_exception_catchpoint()
280 uiout->field_string ("catch-type", "rethrow"); in print_one_exception_catchpoint()
284 uiout->field_string ("what", "exception catch"); in print_one_exception_catchpoint()
286 uiout->field_string ("catch-type", "catch"); in print_one_exception_catchpoint()
303 uiout->field_string ("regexp", cp->exception_rx.c_str ()); in print_one_detail_exception_catchpoint()
H A Dskip.c403 current_uiout->field_string ("enabled", "y"); /* 2 */ in info_skip_command()
405 current_uiout->field_string ("enabled", "n"); /* 2 */ in info_skip_command()
408 current_uiout->field_string ("regexp", "y"); /* 3 */ in info_skip_command()
410 current_uiout->field_string ("regexp", "n"); /* 3 */ in info_skip_command()
412 current_uiout->field_string ("file", in info_skip_command()
419 current_uiout->field_string ("regexp", "y"); /* 5 */ in info_skip_command()
421 current_uiout->field_string ("regexp", "n"); /* 5 */ in info_skip_command()
423 current_uiout->field_string ("function", in info_skip_command()
H A Dtarget-connection.c130 uiout->field_string ("current", "*"); in print_connection()
136 uiout->field_string ("what", make_target_connection_string (t).c_str ()); in print_connection()
138 uiout->field_string ("description", t->longname ()); in print_connection()
H A Dbreak-catch-syscall.c202 uiout->field_string ("reason",
206 uiout->field_string ("disp", bpdisp_text (b->disposition));
218 uiout->field_string ("syscall-name", s.name);
271 uiout->field_string ("what", text);
276 uiout->field_string ("what", "<any syscall>", metadata_style.style ());
280 uiout->field_string ("catch-type", "syscall");
H A Dcp-abi.c326 uiout->field_string ("cp-abi", cp_abis[i]->shortname); in list_cp_abis()
334 uiout->field_string ("doc", cp_abis[i]->doc); in list_cp_abis()
386 uiout->field_string ("cp-abi", current_cp_abi.shortname); in show_cp_abi_cmd()
388 uiout->field_string ("longname", current_cp_abi.longname); in show_cp_abi_cmd()
/netbsd/external/gpl3/gdb/dist/gdb/cli/
H A Dcli-script.c206 uiout->field_string (NULL, list->line); in print_command_lines()
226 uiout->field_string (NULL, "loop_break"); in print_command_lines()
248 uiout->field_string (NULL, "end"); in print_command_lines()
268 uiout->field_string (NULL, "else"); in print_command_lines()
275 uiout->field_string (NULL, "end"); in print_command_lines()
293 uiout->field_string (NULL, "end"); in print_command_lines()
301 uiout->field_string (NULL, "python"); in print_command_lines()
307 uiout->field_string (NULL, "end"); in print_command_lines()
320 uiout->field_string (NULL, "end"); in print_command_lines()
328 uiout->field_string (NULL, "guile"); in print_command_lines()
[all …]
/netbsd/external/gpl3/gdb.old/dist/gdb/cli/
H A Dcli-script.c206 uiout->field_string (NULL, list->line); in print_command_lines()
226 uiout->field_string (NULL, "loop_break"); in print_command_lines()
248 uiout->field_string (NULL, "end"); in print_command_lines()
268 uiout->field_string (NULL, "else"); in print_command_lines()
275 uiout->field_string (NULL, "end"); in print_command_lines()
293 uiout->field_string (NULL, "end"); in print_command_lines()
301 uiout->field_string (NULL, "python"); in print_command_lines()
307 uiout->field_string (NULL, "end"); in print_command_lines()
320 uiout->field_string (NULL, "end"); in print_command_lines()
328 uiout->field_string (NULL, "guile"); in print_command_lines()
[all …]

1234