mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
fix a few typos
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
|
||||||
|
|
||||||
|
* gdb.texinfo: Fix a few typos.
|
||||||
|
|
||||||
Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||||
|
|
||||||
* gdb.texinfo: Clarify how well it works with Fortran.
|
* gdb.texinfo: Clarify how well it works with Fortran.
|
||||||
|
@ -3805,7 +3805,7 @@ The left operand of @samp{@@} must reside in memory. Array values made
|
|||||||
with @samp{@@} in this way behave just like other arrays in terms of
|
with @samp{@@} in this way behave just like other arrays in terms of
|
||||||
subscripting, and are coerced to pointers when used in expressions.
|
subscripting, and are coerced to pointers when used in expressions.
|
||||||
Artificial arrays most often appear in expressions via the value history
|
Artificial arrays most often appear in expressions via the value history
|
||||||
(@pxref{Value History, ,Value history}), after printing one out.)
|
(@pxref{Value History, ,Value history}), after printing one out.
|
||||||
|
|
||||||
Sometimes the artificial array mechanism is not quite enough; in
|
Sometimes the artificial array mechanism is not quite enough; in
|
||||||
moderately complex data structures, the elements of interest may not
|
moderately complex data structures, the elements of interest may not
|
||||||
@ -4036,7 +4036,7 @@ each time your program stops. @xref{Expressions, ,Expressions}.
|
|||||||
@item display/@var{fmt} @var{exp}
|
@item display/@var{fmt} @var{exp}
|
||||||
For @var{fmt} specifying only a display format and not a size or
|
For @var{fmt} specifying only a display format and not a size or
|
||||||
count, add the expression @var{exp} to the auto-display list but
|
count, add the expression @var{exp} to the auto-display list but
|
||||||
arranges to display it each time in the specified format @var{fmt}.
|
arrange to display it each time in the specified format @var{fmt}.
|
||||||
@xref{Output Formats,,Output formats}.
|
@xref{Output Formats,,Output formats}.
|
||||||
|
|
||||||
@item display/@var{fmt} @var{addr}
|
@item display/@var{fmt} @var{addr}
|
||||||
@ -5202,7 +5202,7 @@ Address operator. Defined on variables. Same precedence as @code{++}.
|
|||||||
@ifclear CONLY
|
@ifclear CONLY
|
||||||
For debugging C++, @value{GDBN} implements a use of @samp{&} beyond what is
|
For debugging C++, @value{GDBN} implements a use of @samp{&} beyond what is
|
||||||
allowed in the C++ language itself: you can use @samp{&(&@var{ref})}
|
allowed in the C++ language itself: you can use @samp{&(&@var{ref})}
|
||||||
(or, if you prefer, simply @samp{&&@var{ref}} to examine the address
|
(or, if you prefer, simply @samp{&&@var{ref}}) to examine the address
|
||||||
where a C++ reference variable (declared with @samp{&@var{ref}}) is
|
where a C++ reference variable (declared with @samp{&@var{ref}}) is
|
||||||
stored.
|
stored.
|
||||||
@end ifclear
|
@end ifclear
|
||||||
|
Reference in New Issue
Block a user