diff options
author | Andrew Cagney <cagney@redhat.com> | 2005-02-18 18:58:56 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2005-02-18 18:58:56 +0000 |
commit | 85c078043bd43ef5cb76191a6d3e2159da0c302e (patch) | |
tree | aef38e888b43e7d9b0213072ba24fed730662da7 /gdb/pa64solib.c | |
parent | 904c75ac4f1f245639601fa4f62fe95579ad6b59 (diff) | |
download | fsf-binutils-gdb-85c078043bd43ef5cb76191a6d3e2159da0c302e.zip fsf-binutils-gdb-85c078043bd43ef5cb76191a6d3e2159da0c302e.tar.gz fsf-binutils-gdb-85c078043bd43ef5cb76191a6d3e2159da0c302e.tar.bz2 |
2005-02-18 Andrew Cagney <cagney@gnu.org>
Use add_setshow_zinteger_cmd through out. Re-sync gdbarch.sh
and gdbarch.c.
* breakpoint.c, frame.c, gdb-events.sh, gdbarch.sh: Update.
* gdbtypes.c, infrun.c, linux-nat.c, maint.c, monitor.c: Update.
* pa64solib.c, parse.c, remote-mips.c, ser-go32.c: Update.
* serial.c, solib-frv.c, somsolib.c, target.c, top.c: Update.
* varobj.c, cli/cli-cmds.c: Update.
* gdbarch.c, gdb-events.c: Regenerate.
Diffstat (limited to 'gdb/pa64solib.c')
-rw-r--r-- | gdb/pa64solib.c | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/gdb/pa64solib.c b/gdb/pa64solib.c index daa8815..f0589e7 100644 --- a/gdb/pa64solib.c +++ b/gdb/pa64solib.c @@ -901,15 +901,16 @@ inferior. Otherwise, symbols must be loaded manually, using `sharedlibrary'."), NULL, /* FIXME: i18n: */ &setlist, &showlist); - deprecated_add_show_from_set - (add_set_cmd ("auto-solib-limit", class_support, var_zinteger, - (char *) &auto_solib_limit, - "Set threshold (in Mb) for autoloading shared library symbols.\n\ + add_setshow_zinteger_cmd ("auto-solib-limit", class_support, + &auto_solib_limit, _("\ +Set threshold (in Mb) for autoloading shared library symbols."), _("\ +Show threshold (in Mb) for autoloading shared library symbols."), _("\ When shared library autoloading is enabled, new libraries will be loaded\n\ only until the total size of shared library symbols exceeds this\n\ -threshold in megabytes. Is ignored when using `sharedlibrary'.", - &setlist), - &showlist); +threshold in megabytes. Is ignored when using `sharedlibrary'."), + NULL, + NULL, /* FIXME: i18n: */ + &setlist, &showlist); /* ??rehrauer: On HP-UX, the kernel parameter MAXDSIZ limits how much data space a process can use. We ought to be reading |