diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-06-15 21:07:59 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-06-15 21:07:59 +0000 |
commit | e707bbc264cdc57ff14c3058637ac6a20e8db8bd (patch) | |
tree | 72bc0dbbfa8a636db985e01ebb7492209f18ddb9 /gdb/ChangeLog | |
parent | 93924b6b9955c51cd5a6d8444c9eaa818e2a6545 (diff) | |
download | gdb-e707bbc264cdc57ff14c3058637ac6a20e8db8bd.zip gdb-e707bbc264cdc57ff14c3058637ac6a20e8db8bd.tar.gz gdb-e707bbc264cdc57ff14c3058637ac6a20e8db8bd.tar.bz2 |
* cli/cli-decode.c (add_setshow_boolean_cmd): Replace
add_set_boolean_cmd.
(add_setshow_cmd): New function.
* command.h (add_setshow_boolean_cmd): Replace
add_set_boolean_cmd.
* remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat''
and ``set rdiromatzero''.
* maint.c (_initialize_maint_cmds): Update commented out code.
* cli/cli-decode.h (add_set_boolean_cmd): Delete declaration.
* target.c (initialize_targets): Update `set
trust-readonly-sections'.
* remote.c (_initialize_remote): Update `set remotebreak'.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 6d371f5..0b5f826 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,18 @@ +2002-06-15 Andrew Cagney <ac131313@redhat.com> + + * cli/cli-decode.c (add_setshow_boolean_cmd): Replace + add_set_boolean_cmd. + (add_setshow_cmd): New function. + * command.h (add_setshow_boolean_cmd): Replace + add_set_boolean_cmd. + * remote-rdi.c (_initialize_remote_rdi): Update ``set rdiheartbeat'' + and ``set rdiromatzero''. + * maint.c (_initialize_maint_cmds): Update commented out code. + * cli/cli-decode.h (add_set_boolean_cmd): Delete declaration. + * target.c (initialize_targets): Update `set + trust-readonly-sections'. + * remote.c (_initialize_remote): Update `set remotebreak'. + 2002-06-15 Mark Kettenis <kettenis@gnu.org> * config/i386/tm-i386.h (FUNCTION_START_OFFSET, INNER_THAN, |