mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
* gdb.texinfo: in h8 config, do not describe searching commands.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
|
||||||
|
|
||||||
|
* gdb.texinfo: in h8 config, do not describe searching commands.
|
||||||
|
|
||||||
Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
|
Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
|
||||||
|
|
||||||
* gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
|
* gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
|
||||||
|
@ -3049,7 +3049,9 @@ _fi__(!_DOSHOST__)
|
|||||||
|
|
||||||
@menu
|
@menu
|
||||||
* List:: Printing Source Lines
|
* List:: Printing Source Lines
|
||||||
|
_if__(_GENERIC__ || !_H8__)
|
||||||
* Search:: Searching Source Files
|
* Search:: Searching Source Files
|
||||||
|
_fi__(_GENERIC__ || !_H8__)
|
||||||
* Source Path:: Specifying Source Directories
|
* Source Path:: Specifying Source Directories
|
||||||
* Machine Code:: Source and Machine Code
|
* Machine Code:: Source and Machine Code
|
||||||
@end menu
|
@end menu
|
||||||
@ -3173,6 +3175,7 @@ Specifies the line containing the program address @var{address}.
|
|||||||
@var{address} may be any expression.
|
@var{address} may be any expression.
|
||||||
@end table
|
@end table
|
||||||
|
|
||||||
|
_if__(_GENERIC__ || !_H8__)
|
||||||
@node Search
|
@node Search
|
||||||
@section Searching Source Files
|
@section Searching Source Files
|
||||||
@cindex searching
|
@cindex searching
|
||||||
@ -3198,6 +3201,7 @@ with the one before the last line listed and going backward, for a match
|
|||||||
for @var{regexp}. It lists the line that is found. You can abbreviate
|
for @var{regexp}. It lists the line that is found. You can abbreviate
|
||||||
this command as @code{rev}.
|
this command as @code{rev}.
|
||||||
@end table
|
@end table
|
||||||
|
_fi__(_GENERIC__ || !_H8__)
|
||||||
|
|
||||||
@node Source Path
|
@node Source Path
|
||||||
@section Specifying Source Directories
|
@section Specifying Source Directories
|
||||||
|
Reference in New Issue
Block a user