Fred Fish
5bb23a95f4
* inferior.h (IN_SIGTRAMP): Pass pc to SIGTRAMP_START and
...
SIGTRAMP_END.
* config/i386/tm-i386os9k.h (SIGTRAMP_START, SIGTRAMP_END):
Define with dummy pc arg.
* config/m68k/tm-nbsd.h: Ditto.
* doc/gdbint.texinfo: Document that SIGTRAMP_START and
SIGTRAMP_END are macros that take an single argument.
1996-10-03 17:05:00 +00:00
Fred Fish
271fef259a
From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
...
* gdb.texinfo (Frames): Fix typo.
1996-08-23 01:01:02 +00:00
Fred Fish
3f550b5940
* configure.in: Add test for "long long" support.
...
* configure: Regenerate with autoconf.
* acconfig.h: Add CC_HAS_LONG_LONG
* config.in: Regenerate with autoheader.
* config/mips/tm-mips64.h (FORCE_LONG_LONG): Remove
* config/sparc/tm-sp64.h (CC_HAS_LONG_LONG): Remove.
* config/mips/tm-vr4300el.h (CC_HAS_LONG_LONG): Remove.
* config/mips/tm-vr4300.h (CC_HAS_LONG_LONG): Remove.
* config/mips/xm-irix5.h (CC_HAS_LONG_LONG): Remove
(PRINTF_HAS_LONG_LONG): Remove.
(FORCE_LONG_LONG): Remove.
* config/powerpc/xm-aix.h (UINT_MAX): Undef and use gdb's version.
* config/convex/xm-convex.h (CC_HAS_LONG_LONG): Remove
(PRINTF_HAS_LONG_LONG): Remove.
* config/xm-nbsd.h (CC_HAS_LONG_LONG): Remove.
(PRINTF_HAS_LONG_LONG): Remove.
* config/pa/tm-hppa.h (GET_FIELD): Put parens around
subtraction inside shift. Put parens around subtraction
in operand of bitwise and.
(struct frame_info): Forward declare
if __STDC__ defined.
(frame_saved_regs): Ditto.
(struct value): Ditto.
(struct type): Ditto.
(struct inferior_status): Ditto.
(init_extra_frame_info): Add prototype.
(skip_prologue): Ditto.
(frameless_function_invocation): Ditto.
(frame_chain): Ditto.
(frame_chain_valid): Ditto.
(saved_pc_after_call): Ditto.
(hppa_fix_call_dummy): Ditto.
(hppa_push_arguments): Ditto.
(pa_do_registers_info): Ditto.
(in_solib_call_trampoline): Ditto.
(in_solib_return_trampoline): Ditto.
(push_dummy_frame): Ditto.
* convex-tdep.c (decout): Use print_longest rather than
fprintf_filtered.
* defs.h: Remove use of FORCE_LONG_LONG and __GNUC__ to set
CC_HAS_LONG_LONG.
(INT_MIN): Fix so it works correctly when assigned to a long long.
* valprint.c (longest_to_int): Rewrite to remove dependence
on INT_MIN and INT_MAX.
(print_longest): Rewrite the code that falls back to synthesized
hex output when LONGEST value is not representable as in a long and
printf doesn't support printing long longs.
* ch-valprint.c (chill_val_print): Cast 2nd arg of
chill_print_type_scalar to LONGEST.
chill_print_type_scalar): Make static and add prototype.
* hppa-tdep.c (get_field): Ifdef out unused function.
(set_field): Ditto.
(extract_3): Ditto.
(extract_5_store): Ditto.
(extract_11): Ditto.
(extract_12): Ditto.
(deposit_17): Ditto.
(extract_14): Convert to static and add prototype.
(deposit_14): Ditto.
(extract_21): Ditto.
(deposit_21): Ditto.
(extract_17): Ditto.
(extract_5r_store): Ditto.
(extract_5R_store): Ditto.
(extract_5_load): Ditto.
(find_proc_framesize): Ditto.
(find_dummy_frame_regs): Ditto.
(sign_extend): Ditto.
(find_unwind_entry): Add prototype.
(find_return_regnum): Ditto.
(unwind_command): Ditto.
(find_dummy_frame_regs): Add parens around subtraction in operand
of bitwise-and.
(skip_prologue): Add parens around operands of logical-and inside
operand of logical-or.
(sign_extend): Add parens around operands of subtraction inside
operand of shift.
(low_sign_extend): Ditto.
* top.c (filename_completer): Convert old style decl of
filename_completion_function into prototype.
* f-lang.c (patch_common_entries): Ifdef out unused function.
* stabsread.c (read_cfront_baseclasses): Remove unused local
variable "msg_noterm".
(resolve_cfront_continuation): Remove unused local variable "fip".
(read_type): Remove unused variable xtypenums.
(read_cfront_static_fields): Remove unused variable "i".
(read_cfront_static_fields): Remove unused variable "nfields".
(read_cfront_member_functions): Add missing comment terminator.
(read_cfront_static_fields): Return 1 rather than random value.
(read_cfront_baseclasses): Ditto.
(read_cfront_baseclasses): Ditto.
(read_cfront_baseclasses): Ditto.
* somsolib.c (som_solib_create_inferior_hook): Remove unused
variable "u".
(som_solib_create_inferior_hook): Remove unused variable
shadow_contents.
(language.h): Add for needed prototypes.
(som_solib_sharedlibrary_command): Add prototype.
* hpread.c: (hpread_read_array_type): Add prototype.
* somread.c (hpread_build_pysmtabs): Add prototype.
(hpread_symfile_finish): Ditto.
(hpread_symfile_init): Ditto.
* hppah-nat.c (fetch_register): Convert old style decl
to prototype.
(gdbcore.h): Include for needed prototypes.
(fetch_register): Remove unused variable "mess".
* remote-pa.c (get_offsets): Ifdef out unused function.
(remote_start_remote): Remove unused variable "timeout".
(boot_board): Add prototype.
(reaad_frame): Add prototype.
(getpkt): Remove unused variable "bp".
(remote_kill): Add prototype.
(remote_mourn): Add prototype.
(remote_insert_breakpoint): Add prototype.
(remote_remove_breakpoint): Add prototype.
* valops.c (value_push): Only use if PUSH_ARGUMENTS is not defined.
* infcmd.c (do_registers_info): Only need prototype if
DO_REGISTERS_INFO is not defined.
(breakpoint_auto_delete_contents): Only need if
CALL_DUMMY_BREAKPOINT_OFFSET is defined.
1996-07-28 06:32:48 +00:00
Fred Fish
ed393c169b
See the huge ChangeLog entry that has the header:
...
Thu Jul 25 19:41:31 1996 Fred Fish <fnf@cygnus.com>
for details about these changes. I was going to include the complete
entry in the checkin message but it was apparently so large it caused
cvs to dump core.
1996-07-26 04:12:12 +00:00
Fred Fish
ade7264c94
Check in an entry that somehow got missed long ago.
1996-07-13 14:55:30 +00:00
Stu Grossman
892d7e9f20
* gdb.texinfo: Document `set assembly-language'.
1996-07-12 18:11:24 +00:00
Stan Shebs
42d0ec72f0
* remote.texi: Update list of stubs in the GDB distribution.
...
Humoring JT :-)
1996-07-11 20:53:41 +00:00
Fred Fish
5410991408
* Makefile.in (MMALLOC_CFLAGS): Eliminate intermediate MMALLOC_DISABLE
...
and MMALLOC_CHECK macros, and add comment indicating how host dependent
makefile fragment should modify MMALLOC_CFLAGS to not use mmalloc, or
to use it but to not do heap corruption checking.
* gdbserver/Makefile.in: Ditto.
* utils.c (init_malloc): Replace warning() use with direct call of
fprintf_unfiltered, since current_target has not yet been set and thus
we cannot use warning(). If we try to use mmcheck and it fails,
suggest that this configuration needs NO_MMCHECK or MMCHECK_FORCE
defined. Other small mmalloc related cleanups.
* config/sparc/sun4os4.mh (MMALLOC_CFLAGS): Define MMCHECK_FORCE to 1.
* config/alpha/alpha-osf2.mh (MMALLOC_CFLAGS): Set to -DNO_MMCHECK.
* config/sparc/xm-sun4os4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
* config/i386/xm-i386v4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
* config/i386/xm-linux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
* config/m68k/xm-hp300hpux.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
* config/m68k/xm-m68kv4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT);
* config/m68k/xm-sun3os4.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
* config/pa/xm-hppah.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
* config/sparc/xm-sun4sol2.h (MMAP_BASE_ADDRESS, MMAP_INCREMENT):
Remove obsolete defines.
* config/alpha/alpha-linux.mh (MMALLOC_DISABLE):
* config/alpha/alpha-osf1.mh (MMALLOC_DISABLE):
* config/rs6000/rs6000.mh (MMALLOC_DISABLE):
* config/rs6000/aix4.mh (MMALLOC_DISABLE):
* config/powerpc/aix4.mh (MMALLOC_DISABLE):
* config/powerpc/aix.mh (MMALLOC_DISABLE):
* config/ns32k/ns32km3.mh (MMALLOC_DISABLE):
* config/mips/mipsm3.mh (MMALLOC_DISABLE):
* config/mips/decstation.mh (MMALLOC_DISABLE):
* config/m88k/cxux.mh (MMALLOC_DISABLE):
* config/i386/i386mk.mh (MMALLOC_DISABLE):
* config/i386/i386m3.mh (MMALLOC_DISABLE):
* config/i386/i386gnu.mh (MMALLOC_DISABLE):
Use MMALLOC_CFLAGS instead.
1996-07-11 07:41:51 +00:00
David Edelsohn
146ff25228
(all-cfg.text): @set SPARCLET.
...
(gdb-texinfo): Add sparclet.
(remote.texi): Restore vxworks clobberage. Fix sparclet typos.
1996-06-30 05:32:38 +00:00
Dawn Perchik
6905de2875
* remote.texi: Add documentation for target Sparclet.
1996-06-29 09:15:11 +00:00
Jason Molenda
2e6516ff2d
* Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
...
INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
* configure.in: Rewritten for autoconf.
* configure: New.
1996-06-25 12:57:43 +00:00
Fred Fish
55f5fc4003
* Makefile.in (DVIPS): New define, set to dvips.
...
(dvi): Add stabs.dvi.
(ps): New target.
(all-doc): Depend on info, dvi, and ps targets.
(STAGESTUFF): Add *.ps and *.dvi files.
(clean-info, clean-dvi): Remove.
(mostlyclean): Does not depend upon clean-info or clean-dvi,
rules completely rewritten.
(maintainer-clean): Remove clean-info and clean-dvi
dependencies and put their actions in the rules.
(gdb.ps): New target
(gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
intermediate TeX files, whether they have 2 or 3 character
extensions.
(gdbint.ps): Add target and rules.
(gdb-internals): Delete unused target.
(Makefile): Depends upon config.status also.
1996-06-17 22:37:34 +00:00
Fred Fish
fdfd613467
From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
...
* gdb.texinfo (Expressions): Fix erroneous array constant example.
1996-03-16 22:16:06 +00:00
Fred Fish
d056cc31e1
* gdb.texinfo: Add missing "@bullet" to some "@itemize"
...
commands.
1996-03-16 21:46:06 +00:00
Peter Schauer
be255497be
* gdb.texinfo (Print settings): Document
...
`set/show print static-members' commands.
1996-02-10 11:30:35 +00:00
Fred Fish
a1df8e780c
* coredep.c: Renamed to core-aout.c
...
* core-svr4.c: Renamed to core-regset.c
* Makefile.in (ALLDEPFILES): Account for renamings.
* corelow.c (core_file_fns): Add, points to chain of structs.
(add_core_fns): New function to build chain of structs.
(get_core_registers): Modify to search core functions chain and call
appropriate fetch_core_registers function based on core file flavour.
* gdbcore.h (fetch_core_registers): Remove declaration.
(struct core_fns): Define struct for core function info.
* i386m3-nat.c: Update comment for filename change (coredep->core-aout)
* a68v-nat.c (fetch_core_registers): Remove stub, not needed now.
* alpha-nat.c (fetch_core_registers): Make static.
(alpha_core_fns, _initialize_core_alpha): New struct and func.
* core-aout.c (fetch_core_registers): Make static
(aout_core_fns, _initialize_core_aout): New struct and func.
* core-regset.c (fetch_core_registers): Make static.
(regset_core_fns, _initialize_core_regset): New struct and func.
* core-sol2.c (fetch_core_registers): Make static.
(solaris_core_fns, _initialize_core_solaris): New struct and func.
* hp300ux-nat.c (fetch_core_registers): Make static.
(hp300ux_core_fns, _initialize_core_hp300ux): New struct and func.
* i386aix-nat.c (fetch_core_registers): Make static.
(i386aix_core_fns, _initialize_core_i386aix): New struct and func.
* i386mach-nat.c (fetch_core_registers: Make static.
(i386mach_core_fns, _initialize_core_i386mach): New struct and func.
* irix4-nat.c (fetch_core_registers): Make static.
(irix4_core_fns, _initialize_core_irix4): New struct and func.
* irix5-nat.c (fetch_core_registers):
(irix5_core_fns, _initialize_core_irix5): New struct and func.
* lynx-nat.c (fetch_core_registers): Make static.
(lynx_core_fns, _initialize_core_lynx): New struct and func.
* mips-nat.c (fetch_core_registers): Make static.
(mips_core_fns, _initialize_core_mips): New struct and func.
* ns32km3-nat.c (fetch_core_registers): Remove stub.
* rs6000-nat.c (fetch_core_registers): Make static.
(rs6000_core_fns, _initialize_core_rs6000): New struct and func.
* sparc-nat.c (fetch_core_registers): Make static.
(sparc_core_fns, _initialize_core_sparc): New struct and func.
* sun3-nat.c (fetch_core_registers):
(sun3_core_fns, _initialize_core_sun3): New struct and func.
* sun386-nat.c (fetch_core_registers): Remove stub.
* ultra3-nat.c (fetch_core_registers): Make static.
(ultra3_core_fns, _initialize_core_ultra3): New struct and func.
* config/gould/pn.mh (XDEPFILES),
config/i386/fbsd.mh (NATDEPFILES),
config/i386/i386bsd.mh (NATDEPFILES),
config/i386/i386m3.mh (XDEPFILES),
config/i386/i386sco.mh (NATDEPFILES),
config/i386/i386sco4.mh (NATDEPFILES),
config/i386/i386v.mh (NATDEPFILES),
config/i386/i386v32.mh (NATDEPFILES),
config/i386/nbsd.mh (NATDEPFILES),
config/i386/ptx.mh (XDEPFILES),
config/i386/ptx4.mh (XDEPFILES),
config/i386/symmetry.mh (NATDEPFILES),
config/m68k/3b1.mh (XDEPFILES),
config/m68k/cisco.mt (TDEPFILES),
config/m68k/delta68.mh (NATDEPFILES),
config/m68k/dpx2.mh (NATDEPFILES),
config/m68k/hp300bsd.mh (NATDEPFILES),
config/m68k/hp300hpux.mh (NATDEPFILES),
config/m68k/isi.mh (XDEPFILES),
config/m68k/news.mh (NATDEPFILES),
config/m68k/news1000.mh (XDEPFILES),
config/m88k/cxux.mh (NATDEPFILES),
config/m88k/delta88.mh (NATDEPFILES),
config/mips/littlemips.mh (XDEPFILES),
config/mips/mipsm3.mh (XDEPFILES),
config/ns32k/merlin.mh (XDEPFILES),
config/ns32k/nbsd.mh (NATDEPFILES),
config/ns32k/ns32km3.mh (NATDEPFILES),
config/pa/hppabsd.mh (NATDEPFILES),
config/pa/hppahpux.mh (NATDEPFILES),
config/romp/rtbsd.mh (XDEPFILES),
config/tahoe/tahoe.mh (XDEPFILES),
config/vax/vaxbsd.mh (XDEPFILES),
config/vax/vaxult.mh (NATDEPFILES),
config/vax/vaxult2.mh (NATDEPFILES),
Account for coredep.o to core-aout.o name change.
* config/i386/i386dgux (NATDEPFILES),
config/i386/i386sol2.mh (NATDEPFILES),
config/i386/i386v4.mh (NATDEPFILES),
config/i386/linux.mh (NATDEPFILES),
config/i386/ncr3000.mh (NATDEPFILES),
config/m68k/m68kv4.mh (NATDEPFILES),
config/m88k/delta88v4.mh (NATDEPFILES),
config/mips/mipsv4.mh (NATDEPFILES),
Account for core-svr4.o to core-regset.o name change.
1996-01-11 20:08:15 +00:00
Ian Lance Taylor
120e5e8912
* stabs.texinfo (Include Files): Document the values the SunOS4
...
linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
1995-12-13 17:36:52 +00:00
Fred Fish
d98dd64ec0
* gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
...
Fix typo.
1995-12-09 05:10:21 +00:00
Victoria Mixon
e0d3ace23a
modified from 95q4
1995-11-10 19:44:30 +00:00
Ian Lance Taylor
582433a889
add maintainer-clean Makefile targets
1995-09-20 17:24:12 +00:00
Fred Fish
605b7789b1
Document FSF address updating of all files with FSF addresses,
...
except for the COPYING* files.
1995-08-03 18:42:27 +00:00
Fred Fish
6c9638b444
Update FSF address.
1995-08-02 03:41:12 +00:00
Stan Shebs
f94cadf988
From Richard Earnshaw (rearnsha@armltd.co.uk):
...
* gdb.texinfo (convenience variables): Document $_exitcode.
(quit): Document optional expression to use as exit code.
1995-07-20 02:12:09 +00:00
Victoria Mixon
af215b1a6a
gdb.texinfo: gdb manual up to date for 95q3
...
remote.texi:
1995-06-22 21:28:02 +00:00
Stan Shebs
f886dc0f27
* gdb.texinfo: Update dates and versions, fix comments about
...
hardware watchpoints in future releases and about the
sharedlibrary command.
1995-06-20 21:51:17 +00:00
Stan Shebs
588405286c
Update gdbtk keep/lose to match main GDB sanitize
1995-05-25 01:30:34 +00:00
Jim Kingdon
3f78217814
* stabs.texinfo: Remove node `XCOFF differences'. Describe value of
...
C_FUN stab. Other cleanups.
1995-05-08 16:40:50 +00:00
Jim Kingdon
0f6bb71766
* remote.texi (Bootstrapping): Clarify that flush_i_cache is only
...
for the sparc stub.
1995-04-19 14:07:31 +00:00
Jim Kingdon
af125b1638
* annotate.texi: Clarify which addresses have differing formats
...
depending on the language and which do not.
1995-04-11 19:08:18 +00:00
J.T. Conklin
7d777b91ad
* remote.texi (NetWare): Changed example to use BOARD= instead of
...
NODE= argument to reflect correspoding change to gdbserve.nlm.
1995-03-29 00:57:44 +00:00
Jim Kingdon
b11bd28163
* stabs.texinfo (Negative Type Numbers): Mention the fact that
...
GDB, as well as AIX dbx, supports the size type attribute.
1995-03-17 14:49:24 +00:00
Jim Kingdon
ffcee8884b
* stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
1995-03-16 20:31:08 +00:00
Per Bothner
d0b2a91c25
* gdb.texinfo (Define): Document $arg0... arguments to commands,
...
and new 'if' and 'while' commands.
1995-03-14 00:49:33 +00:00
Per Bothner
27648f269f
* gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
1995-02-17 23:24:22 +00:00
J.T. Conklin
07dff0109d
* all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
...
* remote.texi (NetWare): New node, how to use gdbserve.nlm on
NetWare targets. Mostly stolen from the Server node.
1995-02-15 22:01:50 +00:00
Jim Kingdon
d05baf08ac
* gdb.texinfo (Setting): Talk about the language of a source file
...
versus the working language. The old documentation did not match
what GDB did.
1995-02-11 04:24:21 +00:00
Jim Kingdon
b7a24051cf
* stabs.texinfo (Source Files): Document N_SO used to mark the end
...
of a source file.
1995-02-02 04:31:24 +00:00
Jim Kingdon
1b0c5a4fbb
* gdb.texinfo (Processes): New node.
1995-01-23 22:27:49 +00:00
Ian Lance Taylor
89dd4786f1
* remote.texi: Update documentation of set/show mipsfpu.
1995-01-17 19:09:53 +00:00
Stan Shebs
237eaf373f
Keep/lose gdbtk docs
1995-01-07 01:21:01 +00:00
Stan Shebs
22cb0aa7dd
* gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
...
* Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
1995-01-07 01:20:09 +00:00
Jeffrey Osier
e3a58c921b
remote.texi: asynctsr must run before mode (Hitachi stuff)
1994-09-16 07:53:09 +00:00
Stan Shebs
de9eff96b8
* gdbint.texinfo: Removed mentions of some incorrectly placed and
...
obsolete conditionals, described some others.
1994-09-04 23:49:40 +00:00
Jean Marie Diaz
dbae6b7d3a
* gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
...
SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
1994-08-01 22:47:25 +00:00
Stan Shebs
7f4945645b
* gdbint.texinfo: Put regex conditionals in their own table.
1994-08-01 22:13:35 +00:00
Stan Shebs
beb773f39f
* gdbint.texinfo: Removed mentions of many obsolete conditionals,
...
described or fixed the descriptions of many others.
1994-07-27 01:35:46 +00:00
Stan Shebs
356bc67bc5
* gdb.texinfo: Add some more credits.
...
* gdbint.texinfo: Capitalize GDB consistently, describe some
macros and remove some.
1994-07-17 21:17:23 +00:00
Stan Shebs
cdc647da07
* gdbint.texinfo: Removed mentions of many incorrectly placed and
...
obsolete conditionals, described some others.
1994-07-15 01:48:01 +00:00
Peter Schauer
a4ae37021c
* gdb.texinfo (help targets): Changed to `help target', which
...
is the correct gdb command.
1994-07-12 19:30:14 +00:00
Stan Shebs
08df328495
Various updates
1994-07-12 01:43:09 +00:00
Jim Kingdon
aaa52579c7
* annotate.texi (TODO): New node, for keeping track of annotations
...
suggested but not yet implemented.
1994-06-23 01:15:24 +00:00
Jim Kingdon
cb0520c4d1
* stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
...
another symbol, it is not the address itself.
1994-06-01 23:14:45 +00:00
Jim Kingdon
a13d789c7f
Mention gdb-testers-request as well as gdb-testers. (not in ChangeLog
...
because gdb distributions should not contain references to snapshots).
1994-05-24 23:56:30 +00:00
Stan Shebs
87d62f677b
Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
...
* stabs.texinfo (Stab Section Basics): Add comment about alignment
of stabs-in-coff sections.
1994-05-06 03:31:15 +00:00
Jim Kingdon
f710410bf9
* annotate.texi: Change edition to 0.5 and date to May 1994.
...
Add index.
(Frames): New node, for frame annotation.
(Displays): New node, for display annotation.
1994-05-05 04:25:03 +00:00
Jim Kingdon
5940bfd964
* remote.texi (MIPS Remote): Say that set timeout doesn't apply
...
when waiting for your program to stop.
1994-05-04 13:28:23 +00:00
Jim Kingdon
b003875b63
* annotate.texi (Breakpoint Info): Document annotation of header
...
fields and record annotation.
1994-04-30 01:31:49 +00:00
Jim Kingdon
dd3a7d45f9
* annotate.texi: New file, to document annotations.
1994-04-28 21:43:10 +00:00
Jim Kingdon
7e3c7c4078
* annotate.texi: New file, to document annotations.
1994-04-28 19:43:30 +00:00
Jim Kingdon
a936321888
* annotate.texi: New file, to document annotations.
1994-04-28 16:54:02 +00:00
Jim Kingdon
9b58556978
new, to document annotations
1994-04-28 14:43:44 +00:00
Jim Kingdon
5d955237be
* Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
...
16 I meant to make this change but did not). Do remove gdb-cfg.texi.
1994-04-21 21:24:30 +00:00
Jim Kingdon
50cca37893
* stabs.texinfo (Stab Section Basics): Say what is in .stab
...
section, and say n_strx field is compilation unit relative.
* stabs.texinfo: Don't use @code for a.out when it is the name of
an object file format.
1994-04-20 18:26:12 +00:00
Jim Kingdon
ac74588eb5
(Arguments): Fix typo.
1994-04-14 03:35:57 +00:00
Jim Kingdon
b550c03aec
* gdb.texinfo: Refer to file names, not path names, per rms
...
convention.
1994-04-14 03:31:42 +00:00
Roland Pesch
009ed68149
Fix node structure around new Hitachi nodes so general-purpose
...
vn of manual builds OK, too.
1994-03-29 00:35:30 +00:00
Roland Pesch
2ded09f551
Updates for Hitachi targets.
1994-03-26 02:25:09 +00:00
Jim Kingdon
8816824a83
* stabs.texinfo (Global Variables): Talk about stabs in files
...
where variables are referenced, but not defined.
1994-03-24 16:11:11 +00:00
Jim Kingdon
2b7ac6fdb0
* stabs.texinfo: Move stuff on @ and # type descriptors from node
...
Cplusplus to new nodes Member Type Descriptor and Method Type
Descriptor. Re-write stuff for #.
1994-03-23 15:18:17 +00:00
Roland Pesch
95cb23dc99
More widely useable INFO-DIR entries.
1994-03-17 22:46:08 +00:00
Jim Kingdon
ec35141c8c
* gdb.texinfo (Print Settings): Don't document "set print
...
fast-symbolic-addr off". The bug which it worked around was fixed
on 25 Feb 94 in coffread.c, so I'm nuking the command.
1994-03-16 20:04:14 +00:00
Jim Kingdon
6d244da7a1
* stabs.texinfo (Alternate Entry Points): New node, rewritten from
...
N_ENTRY node.
* stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
1994-03-16 18:52:45 +00:00
Jim Kingdon
ac83d595de
* stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
1994-03-16 16:21:17 +00:00
Jim Kingdon
b6e98162f8
* gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
...
references to ieee-float.c.
1994-03-15 16:43:45 +00:00
Jim Kingdon
cfcafcba75
* gdb.texinfo (Set Breaks): Update documentation for tbreak to
...
match what the code actually does.
1994-03-11 16:22:51 +00:00
Jim Kingdon
594eeceb8e
* stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
1994-03-10 03:45:07 +00:00
Jim Kingdon
2084230d91
* stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
...
i, and b.
1994-03-02 02:55:42 +00:00
Jim Kingdon
9a22aed507
* stabs.texinfo: Document N_RBRAC as function relative for COFF as
...
well as for ELF and SOM. Unify the descriptions of ELF and SOM
as "stabs in sections" rather than just saying "ELF and SOM".
Also make that stuff apply to COFF.
1994-02-23 19:20:07 +00:00
Jim Kingdon
d241c8c89a
* gdb.texinfo (Formatting Documentation): Change GhostScript to
...
Ghostscript.
1994-02-18 16:39:10 +00:00
Jim Kingdon
068b06f2df
* gdb.texinfo (Continuing and Stepping): When talking about "step"
...
versus functions without line numbers, also mention stepping into
them as well as "step" when you are in them. Tell the user how to
deal with the situation. Add comment about "debugging information".
1994-02-04 14:40:56 +00:00
Jim Kingdon
cf7416ec3f
* stabs.texinfo (Enumerations): Document restriction on where
...
enumeration types can appear and still win with GDB.
1994-02-03 16:44:13 +00:00
Jim Kingdon
a9a4aec834
* stabs.texinfo (Negative Type Numbers): Document format for type
...
-16.
1994-02-02 16:33:09 +00:00
Jim Kingdon
7e17041f34
* gdb.texinfo (Selection, Frame Info): Update information about
...
arbitrary frame specficiations.
1994-01-27 22:01:52 +00:00
Roland Pesch
9a27b06e98
General editing pass prior to Net release.
1994-01-26 23:35:17 +00:00
Jim Kingdon
41d7671d53
* stabs.texinfo (String Field): Discuss continuing stabs with ?.
1994-01-25 17:42:20 +00:00
David MacKenzie
59502c19ad
* stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
1994-01-19 14:43:04 +00:00
Jim Kingdon
8f85a4357a
* stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
...
Differences node to Statics node.
(Statics): Discuss XCOFF use of V symbol descriptor.
1994-01-16 18:30:32 +00:00
Jim Kingdon
023b639454
* Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
...
not clean.
1994-01-16 17:45:32 +00:00
John Gilmore
5986c8ea41
* gdb.texinfo (Print Settings): Document `set print
...
fast-symbolic-addr' and improve the doc for some other
`set print's.
1994-01-13 05:35:48 +00:00
Jim Kingdon
b563c370fb
* stabs.texinfo (String Field): Talk about defining several type
...
numbers at once.
Fix lint regarding changing node ELF Transformations to
ELF and SOM Transformations.
1994-01-03 22:30:19 +00:00
John Gilmore
534694b377
Insert Peter Kessler's name as inventor (I think).
1993-12-31 08:45:16 +00:00
Jim Kingdon
6c06a518bf
* stabs.texinfo (Cross-References): `::' is for nested types only
...
within <>.
(Structures): Document static members.
1993-12-29 16:22:31 +00:00
Jim Kingdon
168e808729
* stabs.texinfo: Document S type attribute.
1993-12-27 18:59:39 +00:00
Jeff Law
e89d48dd88
* stabs.texinfo: Add notes about stabs-in-som where appropriate.
1993-12-27 04:47:59 +00:00
Roland Pesch
9934dce825
Unsnarl xref for h8 config (while making sure it still works for "all" config)
1993-12-06 07:14:16 +00:00
John Gilmore
ba6c26e314
Fix a few typos.
1993-12-04 03:13:48 +00:00
Roland Pesch
b1955f0b2a
Formatting improvements from 93q4 release.
1993-11-29 05:58:11 +00:00
Roland Pesch
2ae6d007f2
Fix punctuation after corrected xref.
1993-11-29 02:45:53 +00:00
Roland Pesch
22b5dba55e
* gdb.texinfo (New Features): mention threads.
...
(Summary, C): fix xrefs in newly contributed text.
(Threads): index entries, clarifications, example
(passim): minor typos fixed, phrasing improvements
* remote.texi (Bootstrapping): rephrase text on ^C and add index
entries; (Server): explain use of gdbserver w/real-time systems,
add example of conflicting TCP port; (MIPS Remote) break up
running text into table, highlighting commands, and add example.
1993-11-29 02:43:47 +00:00
Roland Pesch
274eb90a96
comment fix.
1993-11-24 22:23:23 +00:00
Roland Pesch
294b2b49d7
* refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
...
(these probably crept w/minor changes in spacing when A4 stuff
updated recently); update copyright date consistently
* cygref.tex: bring up to date with refcard.tex
1993-11-24 22:18:27 +00:00
Jim Kingdon
f50cb1a34d
* stabs.texinfo (Nested Symbols): New node.
...
(String Field, Symbol Descriptors, Cross-References): Refer to it.
1993-11-14 06:33:55 +00:00
Jim Kingdon
397f9dcdb9
* stabs.texinfo (Nested Symbols): New node.
...
(String Field, Symbol Descriptors): Refer to it.
1993-11-12 22:18:29 +00:00
Jim Kingdon
577379ab60
* stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
...
to picking which Bbss.bss symbol to use, and (because there seems to
be no good way of doing it) re-write some of the text to make it
sound like Bbss.bss isn't such a great idea after all (as currently
designed).
1993-11-11 21:35:07 +00:00
Jim Kingdon
3f73b7c868
* gdb.texinfo (C): In addition to saying people have to use g++ for
...
good results, say they have to use stabs. Specifically say cfront
doesn't work well.
(Summary): Merge in information on Modula-2, Pascal, and Chill from
the gdb README. Add xrefs to places where the support for the various
languages is described in detail.
1993-11-11 19:58:00 +00:00
Roland Pesch
c79890ee1a
Fixed a few regular typos (@var for @value).
1993-11-09 19:07:05 +00:00
Jim Kingdon
b857d95635
* stabs.texinfo: Clean up stuff about visibility and virtual
...
characters.
* stabs.texinfo (N_M2C): Cite Sun doc.
1993-11-08 17:54:29 +00:00
Roland Pesch
0cb95a9c27
* gdb.texinfo: updates re threads.
1993-11-06 01:29:12 +00:00
Roland Pesch
02f868b192
* gdb.texinfo: updates re threads.
...
* remote.texinfo: avoid index entries starting with digits.
1993-11-06 00:58:33 +00:00
Roland Pesch
54616a9999
* gdb.texinfo: updates re threads.
...
* remote.texinfo: avoid index entries starting with digits.
1993-11-06 00:33:29 +00:00
Jim Kingdon
ae7016045f
* stabs.texinfo (Enumerations): Talk about large, negative and
...
octal values. Clean up cross reference to type attributes.
(String Field): Say that GDB 4.11 supports size attribute.
1993-11-02 15:16:31 +00:00
Thomas Lord
199b2450f6
Change the stream argument to _filtered to GDB_FILE *.
...
Change all references to stdout/stderr to gdb_stdout/gdb_stderr.
Replace all calls to stdio output functions with calls to
corresponding _unfiltered functions (`fprintf_unfiltered')
Replaced calls to fopen for output to gdb_fopen.
Added sufficient goo to utils.c and defs.h to make the above work.
The net effect is that stdio output functions are only directly used
in utils.c. Elsewhere, the _unfiltered and _filtered functions and
GDB_FILE type are used.
In the near future, GDB_FILE will stop being equivalant to FILE.
The semantics of some commands has changed in a very subtle way:
called in the right context, they may cause new occurences of
prompt_for_continue() behavior. The testsuite doesn't notice anything
like this, though.
Please respect this change by not reintroducing stdio output
dependencies in the main body of gdb code. All output from commands
should go to a GDB_FILE.
Target-specific code can still use stdio directly to communicate with
targets.
1993-11-01 22:25:23 +00:00
Jim Kingdon
ffbfe25026
* remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
...
is a mandatory step. Make the stuff about that more concise.
1993-10-31 19:36:41 +00:00
Jim Kingdon
bb1908342f
* stabs.texinfo (Class Names): New node.
1993-10-27 21:40:36 +00:00
Jim Kingdon
8d43be62a8
* gdb.texinfo (Command Files): Explain order of init file reading.
1993-10-27 18:26:40 +00:00
Jim Kingdon
64a0145050
* gdb.texinfo (Command Files): Explain order of init file reading.
1993-10-27 16:20:51 +00:00
Jim Kingdon
66ad6ec894
* remote.texi (Bootstrapping): Talk about getting the serial driver
...
to deal with ^C sent by gdb to stop the remote system.
1993-10-27 05:48:39 +00:00
Jim Kingdon
e3b9a4856f
* remote.texi (Bootstrapping): Talk about getting the serial driver
...
to deal with ^C sent by gdb to stop the remote system.
1993-10-27 05:31:10 +00:00
Thomas Lord
59168c8b05
Changed the DOC parameter type to gdb_define_app_command.
...
Fixed typo.
1993-10-25 20:55:03 +00:00
Thomas Lord
b94e8c39e0
Substantial rewrite.
1993-10-25 19:40:46 +00:00
Jim Kingdon
e252598636
* stabs.texinfo (Local Variable Parameters): Re-write paragraph on
...
floats passed as doubles (to improve clarity).
1993-10-21 14:20:50 +00:00
Jim Kingdon
9ab86fa36e
* stabs.texinfo (Local Variable Parameters): Re-write paragraph on
...
floats passed as doubles (to improve clarity).
1993-10-20 23:13:46 +00:00
Roland Pesch
a88ec2134a
fix one bad date, credits
1993-10-20 02:03:50 +00:00
Roland Pesch
fa6df1a7b2
Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
...
* a4rc.sed: update to work with Andreas Vogel papersize params
* refcard.tex: use Andreas Vogel simplifications of papersize
params; remove useless version info; update copyright date.
1993-10-19 21:25:32 +00:00
Fred Fish
18c3a1c3da
Clean out all references to snapshots.readme, a file that is not
...
distributed in gdb releases.
1993-10-19 19:38:05 +00:00
Jim Kingdon
25f9d853cd
* gdb.texinfo (Symbols): Add class NAME to doc for ptype.
1993-10-19 16:26:06 +00:00
Fred Fish
a3e0cf1ea4
* snapshots.readme: Reword paragraph about not publicising
...
location of gdb snapshots.
1993-10-19 13:15:42 +00:00
Jim Kingdon
99d1da6a3c
* gdb.texinfo (Files): Say what address the load command loads it at.
1993-10-13 00:46:09 +00:00
Jim Kingdon
05238df4e2
* stabs.texinfo (Common Blocks): Minor cleanups.
1993-10-12 19:03:38 +00:00
Jim Kingdon
f8cbe5189d
* stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
...
that Sun has backed away from the linker kludge and thus the relevant
issue is changes to the SunPRO tools, not the Solaris linker.
* stabs.texinfo (Traditional Integer Types): Clean up description
of octal bounds a little bit. Document extra leading zeroes.
1993-10-12 14:59:38 +00:00
Jim Kingdon
fd32a1ddc0
* gdb.texinfo (Signaling): Update for symbolic symbol names
...
and add a section explaining the difference between the GDB
signal command and the shell kill utility.
1993-10-07 21:33:37 +00:00
Thomas Lord
059e8ee2a2
minor formatting tweaks
1993-10-06 20:24:03 +00:00
Jim Kingdon
429ad34d7f
* libgdb.texinfo: new file. Spec for the gdb library.
1993-10-04 18:19:43 +00:00
Thomas Lord
1113279c41
Addition of the libgdb spec.
1993-10-04 17:44:52 +00:00
Jim Kingdon
f4548a461c
* stabs.texinfo (Include Files): Fix typo (start -> end).
1993-10-03 20:30:52 +00:00
Roland Pesch
744ce7830b
Delete obsolete text (which was @ignore'd since July).
1993-10-01 02:13:16 +00:00
Roland Pesch
6b51acad7e
Assorted small improvements, mostly from FSF editing pass (Melissa).
1993-10-01 01:30:04 +00:00
Jim Kingdon
79bda3c7e8
* gdb.texinfo: Remove stuff about ar and 14 character filenames.
...
I believe this was fixed by the 13 Sep 89 change to print_frame_info.
Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
1993-09-30 17:01:45 +00:00
Jim Kingdon
8d8c5f398a
* remote.texi (Bootstrapping): Discuss 386 call gates.
1993-09-23 02:25:28 +00:00
Jim Kingdon
f19027a6ce
* stabs.texinfo (Based Variables): New node.
1993-09-19 00:32:25 +00:00
Jim Kingdon
23afb447a2
* stabs.texinfo (Negative Type Numbers): Re-write discussions of
...
names, sizes, and formats to suggest how not to lose.
1993-09-17 00:50:09 +00:00
Jim Kingdon
11e7b867f1
* gdb.texinfo: Clarify how well it works with Fortran.
1993-09-12 05:00:53 +00:00
Jim Kingdon
9d719a9cf9
* stabs.texinfo (Methods): Fix typo.
1993-09-11 16:36:01 +00:00
David MacKenzie
7640fe7108
fix a few typos
1993-09-10 13:36:07 +00:00
Jim Kingdon
3ff8a96f44
* gdb.texinfo: Clarify how well it works with Fortran.
1993-09-09 01:53:36 +00:00
Jim Kingdon
cd61aa60cb
* stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
...
More on relocating stabs in ELF files.
1993-09-08 23:05:46 +00:00
Jim Kingdon
32d71e32d1
* stabs.texinfo (Stabs In ELF, Statics): More on relocating stabs
...
in ELF files.
1993-09-08 18:30:25 +00:00
Jim Kingdon
31a932d84c
* stabs.texinfo (Stabs In ELF, Statics): More on relocating stabs
...
in ELF files.
1993-09-08 14:15:35 +00:00
Jim Kingdon
4e9570e867
* stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
1993-09-07 18:49:45 +00:00
Jim Kingdon
f3bb0be20a
* stabs.texinfo (Local Variable Parameters): Talk about nameless
...
parameters on VAX.
1993-09-07 00:26:57 +00:00
Roland Pesch
6370267a45
@up/@down -> @raisesections/@lowersections
1993-09-04 00:07:46 +00:00
Jim Kingdon
ee5e0932d6
* stabs.texinfo: Make info author notice match the TeX author notice.
1993-09-03 17:12:22 +00:00
Jim Kingdon
408f6c34c8
* stabs.texinfo: Many minor cleanups.
1993-09-03 16:15:13 +00:00
Jim Kingdon
56bfba9cea
* stabs.texinfo: Many minor cleanups.
1993-09-03 16:04:27 +00:00
David MacKenzie
bf9d25378e
* stabs.texinfo: Initial-caps all words in node names and
...
non-trivial words in section names.
1993-08-31 20:26:16 +00:00
Jim Kingdon
ac31351a62
* stabs.texinfo: Many minor cleanups.
1993-08-31 04:47:33 +00:00
Jim Kingdon
0a95c18c48
* stabs.texinfo: Many minor cleanups.
1993-08-31 04:33:50 +00:00
Jim Kingdon
4360308809
* stabs.texinfo: Many minor cleanups.
...
* stabs.texinfo: Remove @deffn except from Expanded Reference node.
1993-08-30 18:36:03 +00:00
David MacKenzie
811ca938d5
fix caps in menu entries
1993-08-28 16:55:32 +00:00
David MacKenzie
3aca2b9559
* stabs.texinfo:
...
Use consistent capitalization style in node and section names.
1993-08-28 16:43:47 +00:00
David MacKenzie
685a5e8651
Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
...
* stabs.texinfo: Remove full description of big example.
It's not really helpful; just use pieces of it where appropriate.
Add more Texinfo formatting directives (@samp, etc.).
Use @deffn to define stab types.
Eliminate some wordiness. Break up some nodes.
Add an (alphabetized) index of symbol types.
1993-08-28 16:22:11 +00:00
Fred Fish
ee3119d45f
* gdb.texinfo: Change typo "Two two" to "The two".
1993-08-26 13:37:22 +00:00
Fred Fish
514774942d
* snapshots.readme: Update policy for daily full snapshots and
...
daily diffs. General reformatting of paragraphs.
1993-08-24 01:35:33 +00:00
David D. Zuhn
72545cc6bd
remove Sanitize markers
1993-08-23 19:39:56 +00:00
Jim Kingdon
dd8126d922
* stabs.texinfo (XCOFF-differences): Remove references to
...
non-existent types N_DECL and N_RPSYM.
* stabs.texinfo (String Field): Say that type attributes bug is
fixed in GDB 4.10, since it is.
* stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
1993-08-22 19:53:21 +00:00
David MacKenzie
f958d5cdac
more formatting cleanups
1993-08-21 05:09:09 +00:00
David MacKenzie
6fe91f2c23
formatting cleanups
1993-08-21 04:32:28 +00:00
Jim Kingdon
fd6d75568c
Rearrange comments regarding Things-to-los
1993-08-21 02:55:03 +00:00
Jim Kingdon
baf4ded0d8
* stabs.texinfo: When explaining the n_type of a stab, standardize
...
how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
no tabs, use @r).
(Global Variables): Clean up.
1993-08-21 02:14:30 +00:00
Roland Pesch
34a6ce551a
a4rc.sed is distributable.
1993-08-21 01:34:13 +00:00
Jim Kingdon
f204c4ebe9
Add comments about files in Things-to-lose
1993-08-21 01:10:17 +00:00
Jim Kingdon
e7bb76cc16
* stabs.texinfo (Stack Variables): Re-write.
1993-08-17 21:28:42 +00:00
Jim Kingdon
935d305dcc
* stabs.texinfo (Stabs-in-elf): Talk about getting the start
...
addresses of a source file. Also revise formatting.
Change "object module" or "object file" to "source file".
Various: Miscellaneous cleanups.
1993-08-17 03:23:50 +00:00
Jim Kingdon
3a642a828f
* stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
1993-08-12 20:17:33 +00:00
Stan Shebs
69f660c69c
Removed many junk machine-collected "conditionals", described some
...
legit ones.
1993-08-11 00:02:01 +00:00
Jim Kingdon
c1cd5aecbb
* gdbint.texinfo (Getting Started): Use @itemize, not @table.
...
* gdbint.texinfo (Top): Add name to @top line, and re-write the
paragraph which follows.
* gdbint.texinfo (Host): Use @code not @samp for Makefile
variables. Looks better and avoids overful hbox.
1993-08-10 19:05:52 +00:00
David MacKenzie
a9ded3ac7f
add @finalout
1993-08-09 20:23:53 +00:00
Fred Fish
b5ed6e32c2
Remove '.Sanitize' from explicit list of Things-to-lose. It is now implicitly
...
added to the list by Sanitize, unless Sanitize knows it needs to keep it.
1993-08-02 23:29:32 +00:00
Jim Kingdon
6ea34847c6
* stabs.texinfo (Procedures): Improve stuff on nested functions.
1993-07-30 23:31:14 +00:00
Fred Fish
775d4a4096
Add .Sanitize to Things-to-lose list.
1993-07-30 16:46:19 +00:00
Fred Fish
40055e582d
Add a4rc.sed, config, cyglogo.eps, and cygref.tex to Things-to-lose list.
1993-07-30 07:36:56 +00:00
Roland Pesch
f21c536221
* remote.texi: (MIPS Remote) make docn for set/show timeout,
...
retransmit-timeout follow same conventions as for other set/show params
1993-07-29 22:11:55 +00:00
Fred Fish
e661686291
Add remote.texi, remove gdbinv-s.texi.
1993-07-29 18:30:06 +00:00
Jim Kingdon
3238fd0ae7
* gdbint.texinfo: Update statement about `some ancient Unix
...
systems, like Ultrix 4.0' to Ultrix 4.2.
1993-07-29 18:21:10 +00:00
Roland Pesch
4af6d50262
* h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
...
* Makefile.in: depend on remote.texi rather than gdbinv-s.texi
* remote.texi: (Server) New node on gdbserver. (Remote Serial,
ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
* remote.texi: new name for former gdbinv-s.texi
* gdb.texinfo: use remote.texi rather than gdbinv-s.texi
1993-07-29 00:53:58 +00:00
Ian Lance Taylor
e0953e07a9
* gdbinv-s.texi: Documented timeout and retransmit-timeout
...
variables for MIPS remote debugging protocol.
1993-07-28 15:29:26 +00:00
Jim Kingdon
03ffea6377
* stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
1993-07-26 20:36:43 +00:00
Jim Kingdon
01c4b03990
* stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
1993-07-26 20:14:41 +00:00
Jim Kingdon
0e84d6ec2d
* stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
1993-07-26 18:14:20 +00:00
Jim Kingdon
b9b9f55a52
* Makefile.in (refcard.dvi): Use srcdir where necessary.
1993-07-20 23:37:05 +00:00
Roland Pesch
da374d8043
Repair bugs in conditionals, spotted by Zoo during "latest" build.
1993-07-19 19:04:24 +00:00
Roland Pesch
8467a2ad46
MOD2
1993-07-17 01:58:47 +00:00
Roland Pesch
09934a2b2e
Introduce MOD2 switch to segregate material on Modula-2; eventually
...
each supported language should be controlled by a separate switch, and CONLY
should be retired.
1993-07-17 01:57:50 +00:00
Jim Kingdon
38e1c8decb
* stabs.texinfo: Cleanups regarding statics.
1993-07-15 20:44:09 +00:00
Jim Kingdon
24dcc70729
* stabs.texinfo: Cleanups regarding statics.
1993-07-15 20:29:23 +00:00
Jim Kingdon
ab17c2d292
* gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
...
(Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
1993-07-15 19:00:08 +00:00
Jim Kingdon
499a5faaae
* stabs.texinfo: N_MAIN is sometimes used for C.
1993-07-12 18:41:14 +00:00
Peter Schauer
7311533336
* gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
1993-07-09 16:53:30 +00:00
John Gilmore
238ffce0bf
* gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
...
removed from the code by Kingdon.
1993-07-06 19:43:06 +00:00
Jim Kingdon
958e954a58
* gdb.texinfo (Break Commands): Remove stuff about flushing terminal
...
input when evaluating breakpoint conditions; the bug has been fixed.
* gdb.texinfo (Continuing and Stepping): Argument to "continue"
sets the ignore count to N-1, not to N.
1993-07-06 17:43:51 +00:00
Roland Pesch
b78d91ff99
* refcard.tex (\hoffset): correct longstanding error to match
...
intended offset; avoids cutting off edge on some printers
1993-07-01 21:59:16 +00:00
Jim Kingdon
907a9cabb8
* stabs.texinfo (Parameters): Say that order of stabs is significant.
1993-06-30 23:28:24 +00:00
Jim Kingdon
11d1934593
revisions to just-checked-in stuff re common blocks
1993-06-26 03:25:03 +00:00
Jim Kingdon
e0020f272e
* stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
1993-06-26 02:39:05 +00:00
Roland Pesch
2685ead7d6
* Makefile.in: (REFEDITS) new var to control whether PS or CM
...
fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
collect sed edits if any, apply to refcard before formatting;
(refcard.ps) stop implying PS fonts if PS output requested;
(lrefcard.ps) delete extra target for variant PS fonts
* refcard.tex: parametrize papersize dependent info, collect
in easily replaced spot
* a4rc.sed: new file, edits to refcard for A4 paper
1993-06-25 23:20:43 +00:00
Jim Kingdon
455c860321
* stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
1993-06-25 19:32:18 +00:00
Jim Kingdon
dcb9e8698f
* stabs.texinfo (Negative Type Numbers): Minor character cleanups.
1993-06-23 20:06:07 +00:00
Jim Kingdon
acf7d010ce
* stabs.texinfo: Express disapproval of 'D' symbol descriptor
...
politely rather than rudely.
1993-06-22 21:37:32 +00:00
Jim Kingdon
7edd8068e1
* snapshots.readme: Tell people to always report missing files.
1993-06-21 17:33:06 +00:00
David D. Zuhn
8eb5e28936
added stabs-in-elf menu entry, reformatted menus with C-c C-u a (texinfo mode command)
1993-06-19 22:18:24 +00:00
Jim Kingdon
807e8368fa
* stabs.texinfo: Document common blocks.
1993-06-19 00:45:34 +00:00
Fred Fish
5e27ed65e2
Add note about endianess of the stabs-in-elf stabs binary data.
1993-06-18 19:24:44 +00:00
Fred Fish
cc4fb84844
* stabs.texinfo: Add some basic info about stabs-in-elf.
...
(this may require attention from a tex/texinfo wizard..)
1993-06-18 19:15:45 +00:00
Jim Kingdon
6ae55c65c8
* stabs.texinfo (Top): Minor cleanup.
1993-06-18 19:01:43 +00:00
David D. Zuhn
981dfa40c7
remove parentdir support
1993-06-18 01:00:13 +00:00
Roland Pesch
d55320a07b
* gdb.texinfo (Copying): delete this node and references to it;
...
RMS says this manual need not carry GPL. (passim): Improvements
from last round at FSF, largely due to Ian Taylor review, and
minor formatting improvements.
* gdbinv-s.texi (passim): Improvements from last round at FSF,
largely due to Ian Taylor review. (Debug Session): minor edits to
new text.
1993-06-16 19:03:53 +00:00
Jim Kingdon
a1330c48fa
* {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
1993-06-13 19:55:35 +00:00
Jim Kingdon
b397d5b8e1
* Makefile.in (realclean): Remove info and dvi files too.
1993-06-13 19:54:31 +00:00
Jim Kingdon
361daf65ac
* gdb.texinfo: Change accordingly.
1993-06-13 01:24:24 +00:00
Jim Kingdon
c15024ee51
* {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
...
* Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
1993-06-13 01:19:45 +00:00
Jim Kingdon
f0f4b04e1e
* stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
...
N_{L,R}BRAC,N_SLINE are relative to.
1993-06-12 23:11:31 +00:00
Jim Kingdon
af08a43ac4
* Makefile.in (GDBvn.texi): Update atomically.
1993-06-11 22:16:47 +00:00
Jim Kingdon
49f09e1865
* gdbinv-s.texi (Debug Session): Document exceptionHook.
1993-06-09 18:12:35 +00:00
Jim Kingdon
146212247c
* gdb.texinfo (Print Settings): Move all stuff relating to symbolic
...
addresses together. Also motivate the set print symbol-filename
command and suggest other solutions.
1993-06-08 20:46:45 +00:00
Fred Fish
6edfa4877e
* gdb.texinfo (set print elements): Note that the number of
...
elements is set to unlimited by "set print elements 0".
1993-06-02 05:48:52 +00:00
Jim Kingdon
ded6bcab5c
* stabs.texinfo (Builtin Type Descriptors): Try to clarify what
...
NF_LDOUBLE means.
(Stab Types): Include Solaris stab types.
(Procedures): Document Solaris extensions.
1993-05-31 16:32:16 +00:00
Fred Fish
a09acbdad3
Change snapshot.readme to snapshots.readme
1993-05-31 06:03:21 +00:00
Peter Schauer
37ff799b81
* gdb.texinfo: Add `set print symbol-filename' doc.
1993-05-27 13:23:56 +00:00
K. Richard Pixley
87756e15db
added things-to-lose sections
1993-05-27 06:44:29 +00:00
Jim Kingdon
a03f27c32c
misc fixes
1993-05-26 22:15:49 +00:00
Jim Kingdon
3d4cf72099
formatting fixes
1993-05-26 18:16:28 +00:00
Jim Kingdon
ee59134ee7
* stabs.texinfo (Arrays): Talk about type definition vs. type
...
information.
1993-05-26 17:20:50 +00:00
Jim Kingdon
466bdeb266
minor fixes (e.g. typos). Update table of non-stab values for n_type
1993-05-26 06:09:53 +00:00
Jim Kingdon
e9f687d59b
* stabs.texinfo (Builtin Type Descriptors): Talk about omitting
...
the trailing semicolon.
1993-05-26 05:30:12 +00:00
Jim Kingdon
8abe819439
punctuation fixes
1993-05-26 05:24:25 +00:00
Jim Kingdon
63cef7d78f
* stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
...
and merge in other parts of the document addressing these subjects.
gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
1993-05-26 01:31:02 +00:00
Jim Kingdon
8cfe3bebde
* stabs.texinfo (Subranges): "A offset" and "T offset" are not
...
AIX extensions.
1993-05-25 19:56:22 +00:00
David D. Zuhn
8a6d5d4f93
INFO-DIR-ENTRY formatting tweaks
1993-05-24 22:33:43 +00:00
Fred Fish
225501b7d8
* snapshots.readme: Clarify when obvious and non-obvious bugs
...
should be reported.
1993-05-24 18:10:14 +00:00
Jim Kingdon
46351197fc
* stabs.texinfo (Stabs Format): Misc fixes.
1993-05-24 16:33:12 +00:00
Jim Kingdon
c778826d74
x
1993-05-22 19:47:55 +00:00
Jim Kingdon
b273dc0f02
* stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
...
(Traditional builtin types): Document convex convention for long long.
(Negative builtin types): Discuss type names, and misc fixes.
1993-05-22 18:27:12 +00:00
Jim Kingdon
1a8b566849
* stabs.texinfo (Builtin Type Descriptors): Document the floating
...
point types used with @samp{R} type descriptor.
(Symbol Descriptors): Describe how to handle conflict between
different meanings of @samp{P} symbol descriptor.
1993-05-21 16:29:24 +00:00
Jim Kingdon
8c59ee1150
* stabs.texinfo: Remove node Quick Reference and put its children
...
directly under the main menu.
* stabs.texinfo: Many more changes to bring it into line with
AIX documentation and reality. I think it now has all the
information from the AIX documentation, except that I burned
out when I got to variant records (Pascal and Modula-2) and
all the COBOL types. Oh well, we can add them later when we're
worrying more about those languages.
* stabs.texinfo (Automatic variables): Talk about what it means
to omit the symbol descriptor.
1993-05-20 18:41:17 +00:00
Jim Kingdon
23aed4497c
* stabs.texinfo (Parameters): Add "(sometimes)" when describing
...
gcc2 behavior with promoted args.
1993-05-18 23:01:58 +00:00
Roland Pesch
da24340ca3
Now that makeinfo node defaulting works, include readline appendices in
...
Info form of manual as well as printed form.
(Thanks for spotting this, Zoo!)
1993-05-15 04:38:03 +00:00
Roland Pesch
c5f69ff8a7
* gdbinv-s.texi (Remote Serial): describe new ^C behavior in
...
target remote.
* gdb.texinfo (Machine Code): more index entries for disassemble
1993-05-07 19:00:17 +00:00
Fred Fish
d240e67158
* Clarify the intended use of the gdb-testers and gdb-patches
...
mailing lists, and shrink gzip comment.
1993-05-07 17:14:05 +00:00
Roland Pesch
75f844cce7
* gdb.texinfo (Shell Commands): do not mention SHELL env var in
...
DOSHOST configuration of manual. (At least for the nonce, since
precisely how this works under DOS seems to depend on mysteries known
only to DJ Delorie, which are not easily fathomed from his source.)
1993-05-07 00:49:33 +00:00
Roland Pesch
c60e53b958
*** empty log message ***
1993-05-07 00:08:35 +00:00