Improve release doc slightly.
[deliverable/binutils-gdb.git] / gdb / doc / gdb.rename-m4
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.
4 @c M4 FRAGMENT: $Id$
5 @node Renamed Commands, Installing _GDBN__, _GDBN__ Bugs, Top
6 @appendix Renamed Commands
7
8 The following commands were renamed in _GDBN__ 4.0, in order to make the
9 command 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
51 OLD COMMAND NEW COMMAND
52 --------------- ----------------------------------
53 add-syms add-symbol-file
54 delete environment unset environment
55 info convenience show convenience
56 info copying show copying
57 info directories show directories
58 info editing show commands
59 info history show values
60 info targets help target
61 info values show values
62 info version show version
63 info warranty show warranty
64 set/show addressprint set/show print address
65 set/show array-max set/show print elements
66 set/show arrayprint set/show print array
67 set/show asm-demangle set/show print asm-demangle
68 set/show caution set/show confirm
69 set/show demangle set/show print demangle
70 set/show history write set/show history save
71 set/show prettyprint set/show print pretty
72 set/show screen-height set/show height
73 set/show screen-width set/show width
74 set/show sevenbit-strings set/show print sevenbit-strings
75 set/show unionprint set/show print union
76 set/show vtblprint set/show print vtbl
77
78 unset [ 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
85 add-syms &&add-symbol-file\cr
86 delete environment &&unset environment\cr
87 info convenience &&show convenience\cr
88 info copying &&show copying\cr
89 info directories &&show directories \cr
90 info editing &&show commands\cr
91 info history &&show values\cr
92 info targets &&help target\cr
93 info values &&show values\cr
94 info version &&show version\cr
95 info warranty &&show warranty\cr
96 set{\rm / }show addressprint &&set{\rm / }show print address\cr
97 set{\rm / }show array-max &&set{\rm / }show print elements\cr
98 set{\rm / }show arrayprint &&set{\rm / }show print array\cr
99 set{\rm / }show asm-demangle &&set{\rm / }show print asm-demangle\cr
100 set{\rm / }show caution &&set{\rm / }show confirm\cr
101 set{\rm / }show demangle &&set{\rm / }show print demangle\cr
102 set{\rm / }show history write &&set{\rm / }show history save\cr
103 set{\rm / }show prettyprint &&set{\rm / }show print pretty\cr
104 set{\rm / }show screen-height &&set{\rm / }show height\cr
105 set{\rm / }show screen-width &&set{\rm / }show width\cr
106 set{\rm / }show sevenbit-strings &&set{\rm / }show print sevenbit-strings\cr
107 set{\rm / }show unionprint &&set{\rm / }show print union\cr
108 set{\rm / }show vtblprint &&set{\rm / }show print vtbl\cr
109 \cr
110 unset &&\rm(No longer an alias for delete)\cr
111 }
112 @end tex
This page took 0.031052 seconds and 4 git commands to generate.