2004-07-28 Andrew Cagney <cagney@gnu.org>
* cli/cli-decode.c (add_setshow_zinteger_cmd) (add_setshow_cmd, add_setshow_auto_boolean_cmd) (add_setshow_boolean_cmd, add_setshow_cmd_full): Add help_doc and print parameters. Make string parameters constant. * command.h: Update. Update copyright. * remote.c (add_packet_config_cmd, _initialize_remote): Ditto. * observer.c (_initialize_observer): Ditto. * frame.c (_initialize_frame): Ditto. * complaints.c (_initialize_complaints): Ditto. * maint.c (_initialize_maint_cmds): Ditto. * target.c (initialize_targets): Ditto. * cli/cli-logging.c (_initialize_cli_logging): Ditto. * infcall.c (_initialize_infcall): Ditto. * arm-tdep.c (_initialize_arm_tdep): Ditto. * m32r-rom.c (_initialize_m32r_rom): Ditto. * remote-rdi.c (_initialize_remote_rdi): Ditto. * d10v-tdep.c (_initialize_d10v_tdep): Ditto. * mips-tdep.c (_initialize_mips_tdep): Ditto.
This commit is contained in:
parent
54a5b07d66
commit
3b64bf9877
17 changed files with 219 additions and 163 deletions
|
@ -2430,11 +2430,12 @@ command.", &setdebuglist),
|
|||
|
||||
add_setshow_boolean_cmd ("trust-readonly-sections", class_support,
|
||||
&trust_readonly, "\
|
||||
Set mode for reading from readonly sections.\n\
|
||||
Set mode for reading from readonly sections.", "\
|
||||
Show mode for reading from readonly sections.", "\
|
||||
When this mode is on, memory reads from readonly sections (such as .text)\n\
|
||||
will be read from the object file instead of from the target. This will\n\
|
||||
result in significant performance improvement for remote targets.", "\
|
||||
Show mode for reading from readonly sections.\n",
|
||||
Mode for reading from readonly sections is %s.",
|
||||
NULL, NULL,
|
||||
&setlist, &showlist);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue