Improve release doc slightly.
[deliverable/binutils-gdb.git] / gdb / doc / gdb.rename-m4
CommitLineData
9bcc06ef
RP
1_dnl__ -*- Texinfo -*-
2_dnl__ Copyright (c) 1991 Free Software Foundation, Inc.
3_dnl__ This file is part of the source for the GDB manual.
16e58d91 4@c M4 FRAGMENT: $Id$
9bcc06ef
RP
5@node Renamed Commands, Installing _GDBN__, _GDBN__ Bugs, Top
6@appendix Renamed Commands
7
8The following commands were renamed in _GDBN__ 4.0, in order to make the
9command set as a whole more consistent and easier to use and remember:
10
11@kindex add-syms
12@kindex delete environment
13@kindex info copying
14@kindex info convenience
15@kindex info directories
16@kindex info editing
17@kindex info history
18@kindex info targets
19@kindex info values
20@kindex info version
21@kindex info warranty
22@kindex set addressprint
23@kindex set arrayprint
24@kindex set prettyprint
25@kindex set screen-height
26@kindex set screen-width
27@kindex set unionprint
28@kindex set vtblprint
29@kindex set demangle
30@kindex set asm-demangle
31@kindex set sevenbit-strings
32@kindex set array-max
33@kindex set caution
34@kindex set history write
35@kindex show addressprint
36@kindex show arrayprint
37@kindex show prettyprint
38@kindex show screen-height
39@kindex show screen-width
40@kindex show unionprint
41@kindex show vtblprint
42@kindex show demangle
43@kindex show asm-demangle
44@kindex show sevenbit-strings
45@kindex show array-max
46@kindex show caution
47@kindex show history write
48@kindex unset
49
50@ifinfo
51OLD COMMAND NEW COMMAND
52--------------- ----------------------------------
53add-syms add-symbol-file
54delete environment unset environment
55info convenience show convenience
56info copying show copying
57info directories show directories
58info editing show commands
59info history show values
60info targets help target
61info values show values
62info version show version
63info warranty show warranty
64set/show addressprint set/show print address
65set/show array-max set/show print elements
66set/show arrayprint set/show print array
67set/show asm-demangle set/show print asm-demangle
68set/show caution set/show confirm
69set/show demangle set/show print demangle
70set/show history write set/show history save
71set/show prettyprint set/show print pretty
72set/show screen-height set/show height
73set/show screen-width set/show width
74set/show sevenbit-strings set/show print sevenbit-strings
75set/show unionprint set/show print union
76set/show vtblprint set/show print vtbl
77
78unset [ No longer an alias for delete ]
79@end ifinfo
80
81@tex
82\vskip \parskip\vskip \baselineskip
83\halign{\tt #\hfil &\qquad#&\tt #\hfil\cr
84{\bf Old Command} &&{\bf New Command}\cr
85add-syms &&add-symbol-file\cr
86delete environment &&unset environment\cr
87info convenience &&show convenience\cr
88info copying &&show copying\cr
89info directories &&show directories \cr
90info editing &&show commands\cr
91info history &&show values\cr
92info targets &&help target\cr
93info values &&show values\cr
94info version &&show version\cr
95info warranty &&show warranty\cr
96set{\rm / }show addressprint &&set{\rm / }show print address\cr
97set{\rm / }show array-max &&set{\rm / }show print elements\cr
98set{\rm / }show arrayprint &&set{\rm / }show print array\cr
99set{\rm / }show asm-demangle &&set{\rm / }show print asm-demangle\cr
100set{\rm / }show caution &&set{\rm / }show confirm\cr
101set{\rm / }show demangle &&set{\rm / }show print demangle\cr
102set{\rm / }show history write &&set{\rm / }show history save\cr
103set{\rm / }show prettyprint &&set{\rm / }show print pretty\cr
104set{\rm / }show screen-height &&set{\rm / }show height\cr
105set{\rm / }show screen-width &&set{\rm / }show width\cr
106set{\rm / }show sevenbit-strings &&set{\rm / }show print sevenbit-strings\cr
107set{\rm / }show unionprint &&set{\rm / }show print union\cr
108set{\rm / }show vtblprint &&set{\rm / }show print vtbl\cr
109\cr
110unset &&\rm(No longer an alias for delete)\cr
111}
112@end tex
This page took 0.063454 seconds and 4 git commands to generate.