This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb ChangeLog breakpoint.c corefile.c value.c
- From: qiyao at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 28 Nov 2012 11:56:16 -0000
- Subject: src/gdb ChangeLog breakpoint.c corefile.c value.c
CVSROOT: /cvs/src
Module name: src
Changes by: qiyao@sourceware.org 2012-11-28 11:56:16
Modified files:
gdb : ChangeLog breakpoint.c corefile.c value.c
Log message:
gdb/
2012-11-28 Yao Qi <yao@codesourcery.com>
* breakpoint.c (_initialize_breakpoint): Call add_alias_cmd to
abbreviate 'delete tracepoints' to 'delete tr'.
* corefile.c (_initialize_core): Call add_alias_cmd to
abbreviate 'set gnutarget' to 'set g'.
* value.c (_initialize_values): Call add_alias_cmd to abbreviate
'show convenience' to 'show conv'.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.14861&r2=1.14862
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/breakpoint.c.diff?cvsroot=src&r1=1.719&r2=1.720
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/corefile.c.diff?cvsroot=src&r1=1.68&r2=1.69
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/value.c.diff?cvsroot=src&r1=1.163&r2=1.164