mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 01:07:52 +00:00
2004-07-26 Andrew Cagney <cagney@gnu.org>
* cli/cli-decode.c (deprecated_add_show_from_set): Deprecate. * xcoffsolib.c (_initialize_xcoffsolib): Update. * wince.c (_initialize_wince): Update. * win32-nat.c (_initialize_win32_nat): Update. * varobj.c (_initialize_varobj): Update. * valops.c (_initialize_valops): Update. * utils.c (initialize_utils, initialize_utils): Update. * tui/tui-win.c (_initialize_tui_win): Update. * top.c (init_main): Update. * symfile.c (_initialize_symfile): Update. * source.c (_initialize_source): Update. * somsolib.c (_initialize_som_solib): Update. * solib.c (_initialize_solib): Update. * solib-frv.c (_initialize_frv_solib): Update. * serial.c (_initialize_serial): Update. * ser-go32.c (_initialize_ser_dos, _initialize_ser_dos): Update. * remote.c (_initialize_remote, _initialize_remote): Update. * remote-vx.c (_initialize_vx): Update. * remote-utils.c (_initialize_sr_support): Update. * remote-sds.c (_initialize_remote_sds): Update. * remote-mips.c (_initialize_remote_mips): Update. * remote-e7000.c (_initialize_remote_e7000): Update. * proc-api.c (_initialize_proc_api): Update. * printcmd.c: Update. * parse.c (_initialize_parse): Update. * pa64solib.c (_initialize_pa64_solib): Update. * p-valprint.c (_initialize_pascal_valprint): Update. * monitor.c (_initialize_remote_monitors): Update. * mips-tdep.c (_initialize_mips_tdep): Update. * mcore-tdep.c (_initialize_mcore_tdep): Update. * maint.c (_initialize_maint_cmds): Update. * lin-lwp.c (_initialize_lin_lwp): Update. * language.c (_initialize_language): Update. * kod.c (_initialize_kod): Update. * infrun.c (set_schedlock_func, _initialize_infrun): Update. * i386-tdep.c (_initialize_i386_tdep): Update. * gdbtypes.c (build_gdbtypes, _initialize_gdbtypes): Update. * gdbarch.sh: Update. * gdbarch.c: Re-generate. * gdb-events.sh: Update. * gdb-events.c: Re-generate. * frame.c (_initialize_frame): Update. * exec.c: Update. * demangle.c (_initialize_demangler): Update. * dcache.c (_initialize_dcache): Update. * cris-tdep.c (_initialize_cris_tdep, cris_version_update): Update. * cp-valprint.c (_initialize_cp_valprint): Update. * corefile.c (_initialize_core): Update. * command.h: Update. * cli/cli-decode.h: Update. * cli/cli-cmds.c (init_cli_cmds): Update. * charset.c (_initialize_charset): Update. * breakpoint.c (_initialize_breakpoint): Update. * arm-tdep.c (_initialize_arm_tdep_initialize_arm_tdep): Update. * alpha-tdep.c (_initialize_alpha_tdep): Update. * aix-thread.c (_initialize_aix_thread): Update.
This commit is contained in:
@@ -3368,54 +3368,56 @@ of the TFTP temporary file, if it differs from the filename seen by the board.";
|
||||
add_target (&ddb_ops);
|
||||
add_target (&lsi_ops);
|
||||
|
||||
add_show_from_set (
|
||||
add_set_cmd ("timeout", no_class, var_zinteger,
|
||||
(char *) &mips_receive_wait,
|
||||
"Set timeout in seconds for remote MIPS serial I/O.",
|
||||
&setlist),
|
||||
&showlist);
|
||||
deprecated_add_show_from_set
|
||||
(add_set_cmd ("timeout", no_class, var_zinteger,
|
||||
(char *) &mips_receive_wait,
|
||||
"Set timeout in seconds for remote MIPS serial I/O.",
|
||||
&setlist),
|
||||
&showlist);
|
||||
|
||||
add_show_from_set (
|
||||
add_set_cmd ("retransmit-timeout", no_class, var_zinteger,
|
||||
(char *) &mips_retransmit_wait,
|
||||
"Set retransmit timeout in seconds for remote MIPS serial I/O.\n\
|
||||
deprecated_add_show_from_set
|
||||
(add_set_cmd ("retransmit-timeout", no_class, var_zinteger,
|
||||
(char *) &mips_retransmit_wait, "\
|
||||
Set retransmit timeout in seconds for remote MIPS serial I/O.\n\
|
||||
This is the number of seconds to wait for an acknowledgement to a packet\n\
|
||||
before resending the packet.", &setlist),
|
||||
&showlist);
|
||||
&showlist);
|
||||
|
||||
add_show_from_set (
|
||||
add_set_cmd ("syn-garbage-limit", no_class, var_zinteger,
|
||||
(char *) &mips_syn_garbage,
|
||||
"Set the maximum number of characters to ignore when scanning for a SYN.\n\
|
||||
deprecated_add_show_from_set
|
||||
(add_set_cmd ("syn-garbage-limit", no_class, var_zinteger,
|
||||
(char *) &mips_syn_garbage, "\
|
||||
Set the maximum number of characters to ignore when scanning for a SYN.\n\
|
||||
This is the maximum number of characters GDB will ignore when trying to\n\
|
||||
synchronize with the remote system. A value of -1 means that there is no limit\n\
|
||||
(Note that these characters are printed out even though they are ignored.)",
|
||||
&setlist),
|
||||
&showlist);
|
||||
synchronize with the remote system. A value of -1 means that there is no\n\
|
||||
limit. (Note that these characters are printed out even though they are\n\
|
||||
ignored.)",
|
||||
&setlist),
|
||||
&showlist);
|
||||
|
||||
add_show_from_set
|
||||
deprecated_add_show_from_set
|
||||
(add_set_cmd ("monitor-prompt", class_obscure, var_string,
|
||||
(char *) &mips_monitor_prompt,
|
||||
"Set the prompt that GDB expects from the monitor.",
|
||||
&setlist),
|
||||
&showlist);
|
||||
|
||||
add_show_from_set (
|
||||
add_set_cmd ("monitor-warnings", class_obscure, var_zinteger,
|
||||
(char *) &monitor_warnings,
|
||||
"Set printing of monitor warnings.\n"
|
||||
"When enabled, monitor warnings about hardware breakpoints "
|
||||
"will be displayed.",
|
||||
&setlist),
|
||||
&showlist);
|
||||
deprecated_add_show_from_set
|
||||
(add_set_cmd ("monitor-warnings", class_obscure, var_zinteger,
|
||||
(char *) &monitor_warnings,
|
||||
"Set printing of monitor warnings.\n"
|
||||
"When enabled, monitor warnings about hardware breakpoints "
|
||||
"will be displayed.",
|
||||
&setlist),
|
||||
&showlist);
|
||||
|
||||
add_com ("pmon <command>", class_obscure, pmon_command,
|
||||
"Send a packet to PMON (must be in debug mode).");
|
||||
|
||||
add_show_from_set (add_set_cmd ("mask-address", no_class,
|
||||
var_boolean, &mask_address_p,
|
||||
"Set zeroing of upper 32 bits of 64-bit addresses when talking to PMON targets.\n\
|
||||
deprecated_add_show_from_set
|
||||
(add_set_cmd ("mask-address", no_class,
|
||||
var_boolean, &mask_address_p, "\
|
||||
Set zeroing of upper 32 bits of 64-bit addresses when talking to PMON targets.\n\
|
||||
Use \"on\" to enable the masking and \"off\" to disable it.\n",
|
||||
&setlist),
|
||||
&showlist);
|
||||
&setlist),
|
||||
&showlist);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user