mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-21 18:39:34 +08:00
* gdb.texinfo (File Options): Add missing parenthesis.
(Breakpoints, Special Fortran commands, PowerPC): Fix typos.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2007-03-23 Bob Wilson <bob.wilson@acm.org>
|
||||||
|
|
||||||
|
* gdb.texinfo (File Options): Add missing parenthesis.
|
||||||
|
(Breakpoints, Special Fortran commands, PowerPC): Fix typos.
|
||||||
|
|
||||||
2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
|
2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
|
||||||
|
|
||||||
* gdb.texinfo (Monitor commands for gdbserver): New subsection.
|
* gdb.texinfo (Monitor commands for gdbserver): New subsection.
|
||||||
|
@ -886,7 +886,7 @@ in sequential order. The order makes a difference when the
|
|||||||
When @value{GDBN} starts, it reads any arguments other than options as
|
When @value{GDBN} starts, it reads any arguments other than options as
|
||||||
specifying an executable file and core file (or process ID). This is
|
specifying an executable file and core file (or process ID). This is
|
||||||
the same as if the arguments were specified by the @samp{-se} and
|
the same as if the arguments were specified by the @samp{-se} and
|
||||||
@samp{-c} (or @samp{-p} options respectively. (@value{GDBN} reads the
|
@samp{-c} (or @samp{-p}) options respectively. (@value{GDBN} reads the
|
||||||
first argument that does not have an associated option flag as
|
first argument that does not have an associated option flag as
|
||||||
equivalent to the @samp{-se} option followed by that argument; and the
|
equivalent to the @samp{-se} option followed by that argument; and the
|
||||||
second argument that does not have an associated option flag, if any, as
|
second argument that does not have an associated option flag, if any, as
|
||||||
@ -2824,7 +2824,7 @@ Some @value{GDBN} commands accept a range of breakpoints on which to
|
|||||||
operate. A breakpoint range is either a single breakpoint number, like
|
operate. A breakpoint range is either a single breakpoint number, like
|
||||||
@samp{5}, or two such numbers, in increasing order, separated by a
|
@samp{5}, or two such numbers, in increasing order, separated by a
|
||||||
hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
|
hyphen, like @samp{5-7}. When a breakpoint range is given to a command,
|
||||||
all breakpoint in that range are operated on.
|
all breakpoints in that range are operated on.
|
||||||
|
|
||||||
@menu
|
@menu
|
||||||
* Set Breaks:: Setting breakpoints
|
* Set Breaks:: Setting breakpoints
|
||||||
@ -9675,7 +9675,7 @@ such as common block displaying.
|
|||||||
@item info common @r{[}@var{common-name}@r{]}
|
@item info common @r{[}@var{common-name}@r{]}
|
||||||
This command prints the values contained in the Fortran @code{COMMON}
|
This command prints the values contained in the Fortran @code{COMMON}
|
||||||
block whose name is @var{common-name}. With no argument, the names of
|
block whose name is @var{common-name}. With no argument, the names of
|
||||||
all @code{COMMON} blocks visible at current program location are
|
all @code{COMMON} blocks visible at the current program location are
|
||||||
printed.
|
printed.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
@ -15117,7 +15117,7 @@ SDS monitor, running on a PowerPC board (such as Motorola's ADS).
|
|||||||
@end table
|
@end table
|
||||||
|
|
||||||
@cindex SDS protocol
|
@cindex SDS protocol
|
||||||
The following commands specify to the SDS protocol are supported
|
The following commands specific to the SDS protocol are supported
|
||||||
by@value{GDBN}:
|
by@value{GDBN}:
|
||||||
|
|
||||||
@table @code
|
@table @code
|
||||||
|
Reference in New Issue
Block a user