]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gdb/
authorPedro Alves <palves@redhat.com>
Tue, 12 May 2009 16:51:13 +0000 (16:51 +0000)
committerPedro Alves <palves@redhat.com>
Tue, 12 May 2009 16:51:13 +0000 (16:51 +0000)
commitcbe54154ef7b3915c5ef2c20bddf78463ed6b566
tree97bbd977e10845c0408db6a338915c382861536e
parent78e82dc3f166e9c5bcea5440ddd49e846c3dcc04
gdb/
2009-05-12  Pedro Alves  <pedro@codesourcery.com>

* cli/cli-decode.c (deprecated_add_set_cmd): Delete.
* command.h (deprecated_add_set_cmd): Delete declaration.
* gnu-nat.c (_initialize_gnu_nat): Replace 'maint gnu-debug' with
'set debug gnu-nat' and 'show debug gnu-nat'.
* i386-nat.c (_initialize_i386_nat): Replace 'maint
show-debug-registers' with 'maint set show-debug-registers' and
'maint show show-debug-registers'.
* mips-linux-nat.c (_initialize_mips_linux_nat): Replace 'maint
show-debug-registers' with 'maint set show-debug-registers' and
'maint show show-debug-registers'.

gdb/doc/
2009-05-12  Pedro Alves  <pedro@codesourcery.com>

* gdb.texinfo: Document 'set/show debug gnu-nat'.  Replace 'maint
show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
show show-debug-regs' docs.
gdb/ChangeLog
gdb/cli/cli-decode.c
gdb/command.h
gdb/doc/ChangeLog
gdb/doc/gdb.texinfo
gdb/gnu-nat.c
gdb/i386-nat.c
gdb/mips-linux-nat.c