mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 05:20:30 +00:00
* gdb.texinfo, refcard.tex: Document mult args on `info reg'.
* Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
This commit is contained in:
parent
e893a126fb
commit
0d1cd01ebc
@ -1,3 +1,8 @@
|
||||
Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
|
||||
|
||||
* gdb.texinfo, refcard.tex: Document mult args on `info reg'.
|
||||
* Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
|
||||
|
||||
Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
|
||||
|
||||
* gdbint.texinfo: Add section on partial symbol tables.
|
||||
|
@ -139,14 +139,14 @@ refcard.dvi : $(srcdir)/refcard.tex
|
||||
|
||||
# GDB QUICK REFERENCE (PostScript output, common PS fonts)
|
||||
refcard.ps : $(srcdir)/refcard.tex $(srcdir)/psrc.sed
|
||||
sed -f $(srcdir)/psrc.sed refcard.tex >psref.tex
|
||||
sed -f $(srcdir)/psrc.sed $(srcdir)/refcard.tex >psref.tex
|
||||
TEXINPUTS=$(srcdir):.:$$TEXINPUTS tex psref.tex
|
||||
dvips -t landscape psref -o; mv psref.ps refcard.ps
|
||||
rm -f psref.dvi psref.log
|
||||
|
||||
# GDB QUICK REFERENCE (PostScript output, common PS fonts w/long names)
|
||||
lrefcard.ps : $(srcdir)/refcard.tex $(srcdir)/lpsrc.sed
|
||||
sed -f $(srcdir)/lpsrc.sed refcard.tex >psref.tex
|
||||
sed -f $(srcdir)/lpsrc.sed $(srcdir)/refcard.tex >psref.tex
|
||||
TEXINPUTS=$(srcdir):.:$$TEXINPUTS tex psref.tex
|
||||
dvips -t landscape psref -o; mv psref.ps lrefcard.ps
|
||||
rm -f psref.dvi psref.log
|
||||
|
@ -4376,9 +4376,9 @@ registers (in the selected stack frame).
|
||||
Print the names and values of all registers, including floating-point
|
||||
registers.
|
||||
|
||||
@item info registers @var{regname}
|
||||
Print the relativized value of register @var{regname}. @var{regname}
|
||||
may be any register name valid on the machine you are using, with
|
||||
@item info registers @var{regname} @{dots}
|
||||
Print the relativized value of each specified register @var{regname}.
|
||||
@var{regname} may be any register name valid on the machine you are using, with
|
||||
or without the initial @samp{$}.
|
||||
@end table
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user