Richard Earnshaw
5e74b15c0d
* gdbarch.sh (PRINT_FLOAT_INFO): Add rule.
...
* gdbarch.c gdbarch.h: Regenerate.
* arch-utils.c (default_print_float_info): New function.
* arch-utils.h (default_print_float_info): Prototype it.
* infcmd.c (float_info): Call PRINT_FLOAT_INFO.
* doc/gdbint.texinfo (FLOAT_INFO): Mark as deprecated.
(PRINT_FLOAT_INFO): Document it.
* arm-tdep.c (arm_print_float_info): Renamed from arm_float_info.
* config/arm/tm-arm.h (FLOAT_INFO): Delete.
(PRINT_FLOAT_INFO): Define.
2002-02-06 13:00:49 +00:00
Eli Zaretskii
6ca652b0db
* gdb.texinfo (Memory Region Attributes): Fix the wording.
...
Suggested by Dmitry Sivachenko.
* (<many nodes>): Fix the spelling and punctuation of "i.e.".
2002-02-03 12:06:05 +00:00
Michael Snyder
15110bc31b
2002-02-01 Michael Snyder <msnyder@redhat.com>
...
* gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
2002-02-01 18:41:51 +00:00
Michael Snyder
ac28236684
2002-01-30 Michael Snyder <msnyder@redhat.com>
...
* gdb.texinfo: (remote protocol): Gramatical fix-up.
2002-02-01 17:29:55 +00:00
Michael Snyder
6763aef967
2002-01-30 Michael Snyder <msnyder@redhat.com>
...
* gdb.texinfo (set trust-readonly-sections): Document.
2002-02-01 17:21:28 +00:00
Andrew Cagney
8642bc8fb0
Revise and update ``Releasing GDB''.
2002-01-29 16:32:02 +00:00
Andrew Cagney
afe64c1a68
* arch-utils.c (TARGET_BYTE_ORDER_DEFAULT): Delete macro.
...
(target_byte_order): Initialize to BFD_ENDIAN_BIG.
(initialize_current_architecture): Update target_byte_order using
information from BFD.
* config/powerpc/tm-ppcle-eabi.h (TARGET_BYTE_ORDER_DEFAULT):
* config/mcore/tm-mcore.h (TARGET_BYTE_ORDER_DEFAULT):
* config/arm/tm-arm.h (TARGET_BYTE_ORDER_DEFAULT): Delete.
Update doco.
2002-01-29 03:51:19 +00:00
Eli Zaretskii
59649f2e83
* gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
...
<mitya@cavia.pp.ru>.
2002-01-27 09:34:24 +00:00
Andrew Cagney
3d6e1b5afe
Remove libgdb.texinfo
2002-01-23 21:08:19 +00:00
Andrew Cagney
6c0e9fb3d2
Eliminate texinfo 3.12 hacks.
2002-01-22 17:15:57 +00:00
Andrew Cagney
e0ce93ac9c
Remove->Remote
2002-01-22 16:58:30 +00:00
Andrew Cagney
be298bcc5f
Use texi2dvi instead of TEX/TEXINDEX.
2002-01-22 16:37:08 +00:00
Andrew Cagney
8e04817fcd
Move remote protocol specification to an appendix.
2002-01-22 16:25:57 +00:00
Andrew Cagney
6b2f586db6
Add menu entries for ``Remote Debugging''.
2002-01-21 23:27:40 +00:00
Andrew Cagney
6f05cf9ffa
* gdb.texinfo (Remote): Move the sub-section ``The GDB remote
...
serial protocol'' from here.
(Remote Debugging): To here. New chapter.
2002-01-21 18:56:05 +00:00
Andrew Cagney
3fd3d7d29c
Assume TARGET_BYTE_ORDER_SELECTABLE{,_P} is always true.
2002-01-20 19:26:50 +00:00
Andrew Cagney
7fd6052758
Remove assumption that there is a host.
2002-01-20 18:19:30 +00:00
Andrew Cagney
c2f05ac92e
Eliminate IEEE_FLOAT.
2002-01-20 18:05:54 +00:00
Eli Zaretskii
56248298dc
(DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
...
<3diff@gnu.org>
2002-01-20 11:59:38 +00:00
Eli Zaretskii
798c8bc6fa
Fix a typo.
2002-01-20 11:45:22 +00:00
Eli Zaretskii
8a037dd706
Fix last change.
2002-01-20 11:21:25 +00:00
Eli Zaretskii
231b2aadea
* gdb.texinfo: Beautify copyright years; fix a typo.
2002-01-20 11:18:28 +00:00
Andrew Cagney
826000345c
Eliminate MALLOC_INCOMPATIBLE.
2002-01-20 04:23:29 +00:00
Andrew Cagney
7708fa0111
Remove XDEPFILES from GDB.
2002-01-18 04:51:10 +00:00
Andrew Cagney
eb12ee304f
Add an appendix for maintenance commands.
2002-01-17 23:06:47 +00:00
Andrew Cagney
c9ccaa9289
Remove links from @node
2002-01-17 22:56:48 +00:00
Eli Zaretskii
6826cf005f
* gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
...
for monstrous @multitable (from Brian Youmans).
* fdl.texi: New file.
* Makefile.in (SFILES_INCLUDED): Add fdl.texi.
2002-01-17 08:54:12 +00:00
Andrew Cagney
7064928b62
Doh. s/kdb/kbd/
2002-01-15 19:06:22 +00:00
Andrew Cagney
8973da3a1a
* gdbint.texinfo (Releasing GDB): New chapter.
2002-01-15 19:01:20 +00:00
Andrew Cagney
7d86b5d55d
* gdb.texinfo (Embedded Processors, Calling program functions):
...
Obsolete references to a29k.
2002-01-15 01:38:45 +00:00
Andrew Cagney
cc1cb004a9
Review cleanups() section. Add examples.
2002-01-15 01:29:24 +00:00
Michael Snyder
79f1224722
2002-01-11 Michael Snyder <msnyder@redhat.com>
...
* gdb.texinfo (Choosing files): Change @samp to @file.
2002-01-11 20:24:14 +00:00
Michael Snyder
198377909c
2002-01-05 Michael Snyder <msnyder@redhat.com>
...
* gdb.texinfo (--pid): Document new command line option (attach).
2002-01-10 23:03:35 +00:00
Eli Zaretskii
2c0069bbef
* gdb.texinfo (Tracepoints): Clarify that tracepoints need support
...
in the stub.
2002-01-07 09:28:44 +00:00
Andrew Cagney
d7449b42d3
s/BIG_ENDIAN/BFD_ENDIAN_BIG/
2002-01-05 04:30:46 +00:00
Andrew Cagney
f23631e444
s/value_ptr/struct value */
2002-01-04 05:20:09 +00:00
Eli Zaretskii
72c9928d4d
(Free Software): Fix wording of the new section.
2002-01-02 06:15:47 +00:00
Eli Zaretskii
42584a72f9
Fix a typo in the last change.
2001-12-31 19:33:46 +00:00
Eli Zaretskii
2666264b6e
Fix last change.
2001-12-31 19:17:30 +00:00
Eli Zaretskii
959acfd1b4
* gdb.texinfo (Free Software): New section ``Free Software Needs
...
Free Documentation''.
2001-12-31 19:06:39 +00:00
Eli Zaretskii
2a6585f062
Fix the application of GFDL in the Copyright notice.
2001-12-30 06:25:16 +00:00
Michael Snyder
6600abedd6
2001-12-29 Michael Snyder <msnyder@redhat.com>
...
* gdb.texinfo (maint info sections): Fix typo.
2001-12-30 03:52:20 +00:00
Michael Snyder
fe95c7871a
2001-12-26 Michael Snyder <msnyder@redhat.com>
...
* gdb.texinfo (maint info sections): Document.
2001-12-27 19:37:12 +00:00
Michael Snyder
f668071643
2001-12-26 Michael Snyder <msnyder@redhat.com>
...
* gdb.texinfo (info proc): Comment out documentation for
'info proc' sub-options that are currently not implemented.
2001-12-27 18:41:40 +00:00
Jim Blandy
c3d3ce5b89
* gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
2001-12-20 21:16:31 +00:00
Andrew Cagney
778eb05eac
LITTLE_ENDIAN -> BFD_ENDIAN_LITTLE
2001-12-15 16:53:24 +00:00
Andrew Cagney
2607059cba
Delete HOST_BYTE_ORDER.
2001-12-02 02:57:18 +00:00
Jim Blandy
df0cd8c5a7
* gdb.texinfo (Overlays): New chapter, documenting GDB's
...
overlay support. Add to top-level menu.
2001-11-30 23:03:09 +00:00
Tom Tromey
88118b3abf
* gdb.texinfo (Command Syntax): Document C-o binding.
2001-11-27 04:14:37 +00:00
Christopher Faylor
96565e9166
* gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini use
...
since it is described in the referenced section. From Eli Zaretskii
<eliz@is.elta.co.il>
* gdb.texinfo (Command Files): Reword to make gdb.ini requirement clearer when
using DJGPP.
2001-11-26 20:34:56 +00:00