Fix the date of the last entry.
[deliverable/binutils-gdb.git] / gdb / doc / ChangeLog
CommitLineData
9742079a
EZ
12001-03-21 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
4 subsection "x86 Watchpoints".
5 (Target Architecture Definition): Document the macros
6 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
7 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
8
b0ed3589
AC
92001-03-20 Andrew Cagney <ac131313@redhat.com>
10
11 * gdbint.texinfo (Target Architecture Definition): Update
12 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
13 list.
14
b6ba6518
KB
152001-03-06 Kevin Buettner <kevinb@redhat.com>
16
17 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
18 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
19
5ece1a18
EZ
202001-02-21 Eli Zaretskii <eliz@is.elta.co.il>
21
22 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
23
56caf160
EZ
242001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
25
17cc6a06
EZ
26 * gdb.texinfo (Environment): Document that `path' does not change
27 the value of PATH in GDB's own environment (it did in the past,
28 but that was changed on March 15, 1994). Reported by Doug Evans
29 <dje@transmeta.com>.
30
56caf160
EZ
31 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
32 its line. Fix markup of commands and macros. Add an Index node
33 and index entries.
34
29e57380
C
352001-01-23 J.T. Conklin <jtc@redback.com>
36
37 * gdb.texinfo (Memory region attributes): New manual section.
38
1c6147de
ND
392001-01-04 Nicholas Duffek <nsd@redhat.com>
40
41 * gdbint.texinfo (POP_FRAME): Document use by return_command.
42
b157b00f
EZ
432000-12-25 Eli Zaretskii <eliz@is.elta.co.il>
44
45 * refcard.tex: Version and copyright fixed. From Phil Edwards
46 <pedwards@disaster.jaj.com>.
47
0dcedd82
AC
48Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
49
50 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
51 DWARF2_REG_TO_REGNUM): Document.
52
3b851bce
AC
53Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
54
55 * gdbint.texinfo (Coding): Update current value of
56 --enable-build-warnings. Mention --enable-gdb-build-warnings.
57
4a92d011
EZ
582000-11-19 Eli Zaretskii <eliz@is.elta.co.il>
59
60 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
61 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
62
b90a5f51
CF
632000-11-10 Christopher Faylor <cgf@cygnus.com>
64
65 * gdb.texinfo: Document new 'set step-mode' command.
66
96c405b3
EZ
672000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
68
69 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
70 changes from Dmitry Sivachenko <dima@Chg.RU>.
71
c78b4128
EZ
722000-09-26 Eli Zaretskii <eliz@is.elta.co.il>
73
74 * gdb.texinfo (Hooks): Document the new post-hook functionality.
75 From Steven Johnson <sbjohnson@ozemail.com.au>.
76
2e685b93
MK
772000-08-10 Mark Kettenis <kettenis@gnu.org>
78
79 * gdbint.texinfo (Overall Structure): Spelling fix.
80
6f6ef15a
EZ
812000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
82
83 * gdbint.texinfo (Target Architecture Definition): Document that
84 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
85 for which REGISTER_CONVERTIBLE returns a zero value.
86
63ac3005
EZ
872000-07-08 Christopher Faylor <cgf@cygnus.com>
88
89 * Makefile.in (install-info): Find files to install in either the
90 build or source directories (adapted from Makefile.am).
91
bd79f757
ND
922000-07-07 Nicholas Duffek <nsd@redhat.com>
93
94 * stabs.texinfo: Fix spelling errors.
95 (String Field): FILE-NUMBER starts from 0, not 1.
96
5f208f6d
EZ
972000-07-05 Eli Zaretskii <eliz@is.elta.co.il>
98
99 * refcard.tex: Remove \centerline from the blurb. Patch from
100 Brian Youmans.
101
cc542d3b
EZ
1022000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
103
104 * Makefile.in (install-info): Support installation from outside of
105 the source directory. Reported by Mark Harig
106 <markh@frazier.landmark.com>.
107
f3b28801
C
1082000-06-20 J.T. Conklin <jtc@redback.com>
109
110 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
111
449f3b6c
AC
112Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
113
114 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
115 Generate using pdftex.
116 (PDFTEX): Define.
117 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
118 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
119 @contents at the start.
120
48e934c6
EZ
1212000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
122
123 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
124 Youmans.
125
9e9c5ae7
AC
126Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
127
128 From Brian Youmans:
129 * gdb.texinfo: Fix ``et al.''.
130
c741b251
AC
131Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
132
133 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
134 loop.
135
4ab64e14
JG
1362000-05-19 Jimmy Guo <guo@cup.hp.com>
137
138 * configure: Regenerate.
139
d3229ae3
EZ
1402000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
141
142 * Makefile.in (install-info): Run install-info on installed Info
143 files.
144
8c70017b
AC
145Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
146
a7cb598a
AC
147 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
148 Andrew Cagney.
8c70017b 149
598ca718
EZ
1502000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
151
152 * gdb.texinfo: Proofreading changes from Brian Youmans.
153
bf0184be
ND
1542000-05-01 Nick Duffek <nsd@cygnus.com>
155
156 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
157 startup sequence, minor edits.
158
41afff9a
EZ
1592000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
160
161 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
162 TeX.
163
164 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
165 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
166 like `n' and `s' which look weird. Convert some of the @kindex to
167 @vindex, when they refer to variables, not commands.
168
33e16fad
AC
169Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
170
171 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
172
7162c0ca
EZ
1732000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
174
175 * Makefile.in (GDBMI_DIR): New variable.
176 (SET_TEXINPUTS): Add $(GDBMI_DIR).
177 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
178 (gdbmi.texinfo): New target, for texi2roff.
179 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
180 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
181
182 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
183 gdbmi.texinfo.
184 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
185 comment.
186
d167840f
EZ
1872000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
188
189 * gdb.texinfo (Files): Update description of add-symbol-file
190 command.
191
8487521e
EZ
1922000-04-17 Eli Zaretskii <eliz@is.elta.co.il>
193
194 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
195 prevents the build (and is generally a Bad Idea).
196
5beae2cf 1972000-04-17 Eli Zaretskii <eliz@is.elta.co.il>
00e4a2e4
EZ
198
199 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
200 a comma inside @var.
201 (Command Files): Index markup changes from Dmitry Sivachenko
202 <dima@Chg.RU>.
203
39ec5655
EZ
2042000-04-16 Eli Zaretskii <eliz@is.elta.co.il>
205
206 * Makefile.in (LN_S): Define.
207 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
208 invoke "ln -s" unless it is known to work.
209
210 * configure.in (AC_PROG_LN_S): Add.
211
8dc7983f
JB
2122000-04-14 Jim Blandy <jimb@redhat.com>
213
214 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
215 section.
216 (Target Conditionals): Document ADDRESS_TO_POINTER,
217 POINTER_TO_ADDRESS.
218
1a8237e8
DB
2192000-04-11 Daniel Berlin <dan@cgsoftware.com>
220
221 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
222 gdb-cfg.texi to get the value.
223
ca526f1a
JB
2242000-04-10 Jim Blandy <jimb@redhat.com>
225
226 * gdbint.texinfo (Target Architecture Definition): Fix
227 cross-references.
228
faaafcb4
JB
2292000-04-08 Jim Blandy <jimb@redhat.com>
230
231 * gdbint.texinfo (Using Different Register and Memory Data
232 Representations): New section.
233 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
234 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
235 REGISTER_CONVERT_TO_RAW): Document.
236
1b27397f
AC
237Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
238
239 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
240 for acknowledgments.
241
480ff1fb
AC
242Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
243
244 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
245 qThreadExtraInfo.
246
f1251bdd
C
2472000-03-28 J.T. Conklin <jtc@redback.com>
248
249 * gdb.texinfo: Clarify which remote debug protocol commands are
250 required and which are optional.
251
dbeb8dbd
AC
252Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
253
254 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
255 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
256 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
257 * annotate.texi: Update.
258
6d2ebf8b
SS
2592000-03-28 Stan Shebs <shebs@apple.com>
260
261 * gdb.texinfo: Update dates, bump to Eighth Edition (note
262 expectation of additional changes before release), update
263 ISBN, add copy of top-level menu for @ifhtml, remove explicit
264 node links, rephrase and/or shorten lines to fix formatting
265 problem in both regular and @smallbook formats.
266 * annotate.texi: Shorten lines in example, use smallexample
267 consistently everywhere.
268 * Makefile.in: Add comment about texinfo 4.0 html generation.
269 (SFILES_INCLUDED): Add annotate.texi.
270
5d161b24
DB
2712000-03-27 Daniel Berlin <dan@cgsoftware.com>
272
273 * gdb.texinfo (Debugging Output): Added new section, documenting
274 the "set/show debug" commands.
275
b9deaee7
AC
276Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
277
278 * annotate.texi (Annotations): When GDBN omit @chapter and @node
279 entry.
280
281 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
282 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
283 @chapter and @node entries.
284
285 * gdb.texinfo: Link all top-level nodes.
286
9ef47d30
AC
287Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
288
289 * Makefile.in (install-info): Create $(infodir) before installing
290 files.
291
cfeada60
FN
2922000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
293
294 From David Whedon <dwhedon@gordian.com>
295 * gdbint.texinfo : Added paragraphs about command deprecation.
296
6837a0a2
DB
2972000-03-22 Daniel Berlin <dan@cgsoftware.com>
298
299 * gdb.texinfo: Add documentation for the apropos command.
300
bba2971c
MS
3012000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
302
303 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
304
2b628194
MS
3052000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
306
307 * gdb.texinfo: Add white space to prevent overprinting in
308 two places.
309
96a2c332
SS
3102000-03-17 Stan Shebs <shebs@apple.com>
311
312 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
313 <dima@Chg.RU>, also clarification of allowed content for
314 string constants.
315
d700128c
EZ
3162000-03-16 Eli Zaretskii <eliz@is.elta.co.il>
317
318 * gdb.texinfo (main menu): Add Annotations.
319 (File Options): Add @cindex entries for each command-line option.
320 Document --epoch, --annotate, --async, --interpreter, --write,
321 --statistics, and --version.
322
323 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
324 of GDB.
325
9d233477
JB
3262000-02-23 Jim Blandy <jimb@redhat.com>
327
328 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
329
14e0eb3b
JB
3302000-02-22 Jim Blandy <jimb@redhat.com>
331
332 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
333
3555de01
JM
3342000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
335
336 * Makefile.in (diststuff): New target.
337
5e35df8e
KB
3382000-02-15 Kevin Buettner <kevinb@redhat.com>
339
340 * agentexpr.texi: Fix wording regarding Intel's IA-64
90a3d8f2 341 architecture. [From Jim Wilson.]
5e35df8e 342
c5394b80
JM
3432000-01-16 Tom Tromey <tromey@cygnus.com>
344
345 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
346 (Delete Breaks): Mention range arguments.
347 (Disabling): Likewise.
348
c3f6f71d
JM
3492000-01-05 Dmitry Sivachenko <dima@Chg.RU>
350
351 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
352
c4093a6a
JM
353Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
354
355 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
356 valid functions.
357
11cf8741
JM
3581999-11-05 Stan Shebs <shebs@andros.cygnus.com>
359
360 * gdb.texinfo: Clarify regular expressions used in rbreak.
361
917317f4
JM
3621999-10-15 Kevin Buettner <kevinb@cygnus.com>
363
364 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
365 MEMORY_REMOVE_BREAKPOINT): Document.
366
367Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
368
369 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
370 offset re-using the DATA offset instead.
371
2df3850c
JM
3721999-10-11 Jim Kingdon <kingdon@redhat.com>
373
374 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
375
3761999-10-05 Stan Shebs <shebs@andros.cygnus.com>
377
378 From Dmitry Sivachenko <demon@gpad.ac.ru>:
379 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
380 typos.
381
382 * gdb.texinfo: Various minor wording and formatting improvements,
383 mentions of additional command-line options.
384
2acceee2
JM
3851999-09-30 Fred Fish <fnf@cygnus.com>
386
387 * gdb.texinfo: Document additional forms of specifying section
388 names and addresses for the add-symbol-file command.
389
c2c6d25f
JM
3901999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
391
392 * gdbint.texinfo: Fix typo, add the word "have".
393
3941999-09-14 Jim Blandy <jimb@cris.red-bean.com>
395
396 * gdbint.texinfo (Target Architecture Definition): Document the
397 SKIP_PERMANENT_BREAKPOINT macro.
398
d4f3574e
SS
3991999-09-07 Stan Shebs <shebs@andros.cygnus.com>
400
401 * gdb.texinfo: Fiks speling errers.
402
403 * gdb.texinfo: Fix uses of @multitable.
404
405 From Eli Zaretskii <eliz@is.elta.co.il>:
406 * gdb.texinfo: Include details specific to DOS host, clarify
407 some confusing language, fix @ref/@xref/@pxref usages, add
408 comments about using with optimization, add more indexing,
409 fix info about disassembly-flavor.
410
411Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
412
413 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
414 SKIP_SOLIB_RESOLVER): Define.
415
416Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
417
418 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
419 ``g'' packets.
420
104c1213
JM
4211999-08-30 Stan Shebs <shebs@andros.cygnus.com>
422
423 * gdb.texinfo: Create a new "Configurations" chapter with
424 platform-specific info, inline remote.texi and move sections of it
425 into the new chapter, move bits about info proc, heuristic search,
426 and register stack into the new chapter.
427 * remote.texi: Remove, now part of gdb.texinfo.
428 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
429
4301999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
431
432 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
433 GDB_TARGET_IS_MACH386): These kludges have gone away.
434
435Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
436
437 * gdbint.texinfo (Target Architecture Definition): Mention
438 TDEPLIBS.
439
53a5351d
JM
4401999-08-20 Stan Shebs <shebs@andros.cygnus.com>
441
442 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
443 surrounding text to fit HP-UX bits into general info.
444 (HPPA-cfg.texi): Remove, no longer useful.
445
446 * gdb.texinfo: Remove explicit links from @node lines, remove
447 HP-added "Detailed Node Listing" from main menu which confuses
448 things.
449
450 From Dmitry Sivachenko <dima@Chg.RU>:
451 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
452 in description of `set environment'.
453
4541999-08-17 Stan Shebs <shebs@andros.cygnus.com>
455
456 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
457
7be570e7
JM
4581999-08-12 Ben Elliston <bje@cygnus.com>
459
460 * gdbint.texinfo (Breakpoint Handling): Add missing words.
461
4621999-08-10 Eli Zaretskii <eliz@is.elta.co.il>
463
464 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
465 watch, awatch, and rwatch. Explain why the latter two cannot be
466 set as software watchpoints. Document that watchpoints for local
467 variables are deleted when the debuggee terminates.
468
469Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
470
471 * remote.texi (Protocol): Further clarification of the "qRcmd"
472 packet. Allow E.. response packet. "qRcmd" packet is no longer
473 reserved.
474
4751999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
476
477 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
478 * gdb.texinfo: Ditto.
479
96baa820
JM
4801999-08-06 Tom Tromey <tromey@cygnus.com>
481
482 * gdb.texinfo (KOD): New node.
483
484Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
485
486 * remote.texi (Rcmd): Fix minor formatting typos.
487
488Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
489
490 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
491 packets.
492
adf40b2e
JM
4931999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
494
495 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
496 fixes.
497
43ff13b4
JM
498Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
499
500 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
501
085dd6e6
JM
502Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
503
504 * remote.texi (Communication Protocol): ``v'' is in use. Fix
505 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
506 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
507 packets that are not supported on all hosts. Expand examples.
508 Spell check.
509
5101999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
511
512 * Makefile.in: Recognize html, install-html. Add targets
513 to build HTML versions of documentation via texi2html.
514
515Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
516
517 * gdbint.texinfo (Testsuite): New chapter, information about the
518 testsuite.
519
520Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
521
522 * remote.texi (Communication Protocol): Rewrite.
523
524Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
525
526 * stabs.texinfo: Fix uses of xref.
527
9e0b60a8
JM
528Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
529
530 * gdbint.texinfo: Add an anti-printf exhortation, and update the
531 info about patch submission.
532
cce74817
JM
533Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
534
535 From Per Bothner <bothner@cygnus.com>:
536 * gdb.texinfo: Document Chill support.
537
538Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
539
540 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
541 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
542 Document that the value should be greater-than or equal-to zero.
543 (NO_STD_REGS): Document. Deprecate.
544
ac9a91a7
JM
545Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
546
547 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
548 Document that these are not used.
549
550Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
551
552 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
553
392a587b
JM
554Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
555
556 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
557 numargs was dropped.
558
559Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
560
561 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
562
b83266a0
SS
563Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
564
565 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
566 Update.
567
7a292a7a
SS
568Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
569
570 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
571 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
572
573Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
574
575 * gdbint.texinfo: Fix typos: $ -> @.
576
577Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
578
579 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
580 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
581 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
582 BREAKPOINT_FROM_PC.
583
584Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
585
586 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
587 CALL_DUMMY_STACK_ADJUST): Document.
588
589Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
590
591 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
592 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
593
5941999-04-02 Stan Shebs <shebs@andros.cygnus.com>
595
596 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
597 longer exists.
598
599Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
600
601 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
602 nearly all @ifset/@ifclear conditionals; nobody uses them, and
603 they make the manual source incomprehensible.
604 * h8-cfg.texi: Remove, hasn't been used in years.
605
c906108c
SS
606Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
607
608 * gdb.texinfo: Update the credits.
609
610Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
611
612 * gdb.texinfo: Fix mistakes noticed in printout of last
613 draft, add Alpha to discussion of heuristic fence post.
614
615Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
616
617 * gdb.texinfo, remote.texi: Many changes; update to Seventh
618 Edition, merge some HP changes into mainline, describe some
619 previously undocumented features, describe more of the target
620 commands available, eliminate obsolete section on renamed
621 commands.
622 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
623
624Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
625
626 * gdb.texinfo: Make many HPPA conditionals unconditional,
627 including catchpoint description, since now on for all configs.
628 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
629 specializations.
630
631Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
632
633 * Makefile.in (GDBvn.texi): Fix match expression to work with
634 current format of VERSION in gdb/Makefile.in.
635 * gdb.texinfo: Fix node ref to match new readline.
636
637Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
638
639 * gdb.texinfo: Changes made as part of a project to merge in
640 changes made by HP. Documentation makes extensive use of
641 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
642 on remote debugging. There are differences in documentation
643 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
644 the HP manual discusses catchpoints, hardware watchpoints, and
645 some HPUX specific limitations for shared library support.
646
647 There are also a number of @node changes.
648
6491999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
650
651 * gdbint.texinfo (Formatting): Disambiguate a sentence.
652 (C Usage): Same.
653
654Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
655
656 The following changes were made by Edith Epstein
657 <eepstein@cygnus.com> as part of a project to merge in changes
658 made by HP.
659
660 * HPPA-cfg.texi: new file.
661
662 * all-cfg.texi: set HPPA for HP PA-RISC targets.
663
664 * refcard.tex: change documentation about catch.
665 removed info catch.
666
667Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
668
669 * gdbint.texinfo: Expand on GDB's coding standards,
670 specify the use of arg names with prototypes.
671
6721998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
673
674 * gdb.texinfo: Fix tipo.
675
676Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
677
678 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
679 TARGET_BYTE_ORDER_SELECTABLE_P.
680
681Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
682
683 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
684
6851998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
686
687 * agentexpr.texi: New file.
688
689Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
690
691 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
692
6931998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
694
695 * remote.texi: Changed wording that implied that the GDB remote
696 protocol caches register values instead of GDB itself.
697
698Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
699
700 * gdbint.texinfo: Add some info about symbol readers.
701 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
702 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
703 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
704 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
705
706Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
707
708 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
709
710Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
711
712 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
713
714Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
715
716 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
717 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
718
719Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
720
721 * gdbint.texinfo: Fix minor typos.
722
723Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
724
725 * gdbint.texinfo: Complete overhaul. Group descriptions more
726 logically, add more info on generic algorithms, remove much
727 obsolete and/or wrong material.
728
729Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
730
731 * stabs.texinfo (Method Type Descriptor): Expand and correct.
732
733Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
734
735 * refcard.tex: Copyright, address updates.
736
737Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
738
739 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
740 for the edition instead of confusing GDB-version-like numbers.
741
742Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
743
744 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
745
746Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
747
748 * LRS: Reformat a bit to keep text under 80 columns.
749
750Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
751
752 * gdb.texinfo: Add some credits, mention bug monitor.
753 * remote.texi: Mention mips monitor targets.
754 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
755
756Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
757
758 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
759 files, finish sorting of host vs target vs native macros, describe
760 some more of them.
761
762Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
763
764 * gdbint.texinfo (Host Conditionals): Document change from
765 using NO_MMALLOC to it's inverse, USE_MMALLOC.
766
767Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
768
769 * gdbint.texinfo (Host Conditionals): Document
770 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
771
772Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
773
774 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
775 Document LSEEK_NOT_LINEAR.
776
777Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
778
779 * stabs.texinfo (Stab Section Basics): Make it clear that only
780 some versions of the GNU linker remove the leading N_UNDF symbol.
781
782Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
783
784 * stabs.texinfo (String Field): Document type number pairs here,
785 instead of in the Sun specific section.
786 (Include Files): The GNU linker supports the N_BINCL
787 optimization. Clarify the N_BINCL value, and what it is used
788 for.
789 (Procedures): Document N_FUN with an empty string to mark the end
790 of a function.
791 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
792 (Sun Differences): Remove this node, as the information is now
793 elsewhere in the main document.
794 (Stab Section Basics): Mention that the GNU linker may optimize
795 stabs and remove the leading N_UNDF symbol.
796
797Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
798
799 * gdb.texinfo, refcard.tex: Restore author credit
800
801Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
802
803 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
804 documentation to account for START and END macros taking
805 one arg.
806
807Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
808
809 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
810 * gdb.texinfo (Frames): Fix typo.
811
812Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
813
814 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
815 a target_signal as arg type, not a pid.
816
817Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
818
819 * gdb.texinfo: Document `set assembly-language'.
820
821Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
822
823 * remote.texi: Update list of stubs in the GDB distribution.
824
825Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
826
827 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
828 Also document that some systems can use mmalloc but must define
829 this if their C runtime allocates memory that is later freed.
830 (MMCHECK_FORCE): Document new macro.
831
832Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
833
834 * remote.texi: Add documentation for target Sparclet.
835
836Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
837
838 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
839 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
840 * configure.in: Rewritten for autoconf.
841 * configure: New.
842
843Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
844
845 * Makefile.in (DVIPS): New define, set to dvips.
846 (dvi): Add stabs.dvi.
847 (ps): New target.
848 (all-doc): Depend on info, dvi, and ps targets.
849 (STAGESTUFF): Add *.ps and *.dvi files.
850 (clean-info, clean-dvi): Remove.
851 (mostlyclean): Does not depend upon clean-info or clean-dvi,
852 rules completely rewritten.
853 (maintainer-clean): Remove clean-info and clean-dvi
854 dependencies and put their actions in the rules.
855 (gdb.ps): New target
856 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
857 intermediate TeX files, whether they have 2 or 3 character
858 extensions.
859 (gdbint.ps): Add target and rules.
860 (gdb-internals): Delete unused target.
861 (Makefile): Depends upon config.status also.
862
863Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
864
865 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
866 set.
867
868Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
869
870 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
871 * gdb.texinfo (Expressions): Fix erroneous array constant example.
872
873Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
874
875 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
876
877Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
878
879 * gdb.texinfo (Print settings): Document
880 `set/show print static-members' commands.
881
882Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
883
884 * gdbint.texinfo (Native): Document name change, coredep.c to
885 core-aout.c.
886
887Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
888
889 * stabs.texinfo (Include Files): Document the values the SunOS4
890 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
891
892Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
893
894 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
895 Fix typo.
896
897Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
898
899 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
900 "gdb.tar.Z".
901
902Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
903
904 * Makefile.in (maintainer-clean): New target, synonym for
905 realclean.
906
907Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
908
909 * Update all FSF addresses except those in COPYING* files.
910
911Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
912
913 From Richard Earnshaw (rearnsha@armltd.co.uk):
914 * gdb.texinfo (convenience variables): Document $_exitcode.
915 (quit): Document optional expression to use as exit code.
916
917Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
918
919 * gdb.texinfo, remote.texi: Brought up to date with various
920 GDB changes.
921
922Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
923
924 * gdb.texinfo: Update dates and versions, fix comments about
925 hardware watchpoints in future releases and about the
926 sharedlibrary command.
927
928Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
929
930 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
931 C_FUN stab. Other cleanups.
932
933Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
934
935 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
936 for the sparc stub.
937
938Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
939
940 * annotate.texi: Clarify which addresses have differing formats
941 depending on the language and which do not.
942
943Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
944
945 * remote.texi (NetWare): Changed example to use BOARD= instead of
946 NODE= argument to reflect correspoding change to gdbserve.nlm.
947
948Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
949
950 * stabs.texinfo (Negative Type Numbers): Mention the fact that
951 GDB, as well as AIX dbx, supports the size type attribute.
952
953Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
954
955 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
956
957Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
958
959 * gdb.texinfo (Define): Document $arg0... arguments to commands,
960 and new 'if' and 'while' commands.
961
962Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
963
964 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
965
966Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
967
968 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
969 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
970 NetWare targets. Mostly stolen from the Server node.
971
972Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
973
974 * gdb.texinfo (Setting): Talk about the language of a source file
975 versus the working language. The old documentation did not match
976 what GDB did.
977
978Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
979
980 * stabs.texinfo (Source Files): Document N_SO used to mark the end
981 of a source file.
982
983Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
984
985 * gdb.texinfo (Processes): New node.
986
987Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
988
989 * remote.texi: Update documentation of set/show mipsfpu.
990
3fc11d3e
JM
991Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
992
993 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
994 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
c906108c
SS
995
996Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
997
998 * gdbint.texinfo: Removed mentions of some incorrectly placed and
999 obsolete conditionals, described some others.
1000
1001Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1002
1003 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
1004 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
1005
1006Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
1007
1008 * gdbint.texinfo: Put regex conditionals in their own table.
1009
1010Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
1011
1012 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
1013 described or fixed the descriptions of many others.
1014
1015Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
1016
1017 * gdb.texinfo: Add some more credits.
1018 * gdbint.texinfo: Capitalize GDB consistently, describe some
1019 macros and remove some.
1020
1021Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
1022
1023 * gdbint.texinfo: Removed mentions of many incorrectly placed and
1024 obsolete conditionals, described some others.
1025
1026Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1027
1028 * gdb.texinfo (help targets): Changed to `help target', which
1029 is the correct gdb command.
1030
1031Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1032
1033 * annotate.texi (TODO): New node, for keeping track of annotations
1034 suggested but not yet implemented.
1035
1036Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1037
1038 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
1039 another symbol, it is not the address itself.
1040
1041Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
1042
1043 * stabs.texinfo (Stab Section Basics): Add comment about alignment
1044 of stabs-in-coff sections.
1045
1046Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1047
1048 * annotate.texi: Change edition to 0.5 and date to May 1994.
1049 Add index.
1050 (Frames): New node, for frame annotation.
1051 (Displays): New node, for display annotation.
1052
1053 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
1054 when waiting for your program to stop.
1055
1056Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1057
1058 * annotate.texi (Breakpoint Info): Document annotation of header
1059 fields and record annotation.
1060
1061Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1062
1063 * annotate.texi: New file, to document annotations.
1064
1065Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1066
1067 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
1068 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
1069
1070Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1071
1072 * stabs.texinfo (Stab Section Basics): Say what is in .stab
1073 section, and say n_strx field is compilation unit relative.
1074 * stabs.texinfo: Don't use @code for a.out when it is the name of
1075 an object file format.
1076
1077Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1078
1079 * gdb.texinfo: Refer to file names, not path names, per rms
1080 convention.
1081 (Arguments): Fix typo.
1082
1083Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1084
1085 * stabs.texinfo (Global Variables): Talk about stabs in files
1086 where variables are referenced, but not defined.
1087
1088Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1089
1090 * stabs.texinfo: Move stuff on @ and # type descriptors from node
1091 Cplusplus to new nodes Member Type Descriptor and Method Type
1092 Descriptor. Re-write stuff for #.
1093
1094Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1095
1096 * gdb.texinfo (Print Settings): Don't document "set print
1097 fast-symbolic-addr off". The bug which it worked around was fixed
1098 on 25 Feb 94 in coffread.c, so I'm nuking the command.
1099
1100 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
1101 N_ENTRY node.
1102
1103 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
1104
1105Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1106
1107 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
1108 references to ieee-float.c.
1109
1110Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1111
1112 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
1113 match what the code actually does.
1114
1115Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1116
1117 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
1118
1119Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1120
1121 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
1122 i, and b.
1123
1124Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
1125
1126 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
1127 well as for ELF and SOM. Unify the descriptions of ELF and SOM
1128 as "stabs in sections" rather than just saying "ELF and SOM".
1129 Also make that stuff apply to COFF.
1130
1131Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1132
1133 * gdb.texinfo (Formatting Documentation): Change GhostScript to
1134 Ghostscript.
1135
1136Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1137
1138 * gdb.texinfo (Continuing and Stepping): When talking about "step"
1139 versus functions without line numbers, also mention stepping into
1140 them as well as "step" when you are in them. Tell the user how to
1141 deal with the situation. Add comment about "debugging information".
1142
1143Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1144
1145 * stabs.texinfo (Enumerations): Document restriction on where
1146 enumeration types can appear and still win with GDB.
1147
1148Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1149
1150 * stabs.texinfo (Negative Type Numbers): Document format for type
1151 -16.
1152
1153Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1154
1155 * gdb.texinfo (Selection, Frame Info): Update information about
1156 arbitrary frame specficiations.
1157
1158Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
1159
1160 * gdb.texinfo, remote.texi: general editing pass prior to Net release
1161
1162Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1163
1164 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
1165
1166Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
1167
1168 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
1169
1170Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1171
1172 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
1173 Differences node to Statics node.
1174 (Statics): Discuss XCOFF use of V symbol descriptor.
1175
1176 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
1177 not clean.
1178
1179Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
1180
1181 * gdb.texinfo (Print Settings): Document `set print
1182 fast-symbolic-addr' and improve the doc for some other
1183 `set print's.
1184
1185Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1186
1187 * stabs.texinfo (String Field): Talk about defining several type
1188 numbers at once.
1189 Fix lint regarding changing node ELF Transformations to
1190 ELF and SOM Transformations.
1191
1192Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
1193
1194 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
1195
1196Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1197
1198 * stabs.texinfo (Cross-References): `::' is for nested types only
1199 within <>.
1200 (Structures): Document static members.
1201
1202Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1203
1204 * stabs.texinfo: Document S type attribute.
1205
1206Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1207
1208 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
1209
1210Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
1211
1212 * gdbint.texinfo: Fix a few typos.
1213
1214Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1215
1216 * gdb.texinfo, remote.texi: formatting improvements
1217
1218 * gdb.texinfo (New Features): mention threads.
1219 (Summary, C): fix xrefs in newly contributed text.
1220 (Threads): index entries, clarifications, example
1221 (passim): minor typos fixed, phrasing improvements
1222
1223 * remote.texi (Bootstrapping): rephrase text on ^C and add index
1224 entries; (Server): explain use of gdbserver w/real-time systems,
1225 add example of conflicting TCP port; (MIPS Remote) break up
1226 running text into table, highlighting commands, and add example.
1227
1228Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1229
1230 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
1231
1232Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1233
1234 * stabs.texinfo (Nested Symbols): New node.
1235 (String Field, Symbol Descriptors, Cross-References): Refer to it.
1236
1237Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1238
1239 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
1240 to picking which Bbss.bss symbol to use, and (because there seems to
1241 be no good way of doing it) re-write some of the text to make it
1242 sound like Bbss.bss isn't such a great idea after all (as currently
1243 designed).
1244
1245 * gdb.texinfo (C): In addition to saying people have to use g++ for
1246 good results, say they have to use stabs. Specifically say cfront
1247 doesn't work well.
1248 (Summary): Merge in information on Modula-2, Pascal, and Chill from
1249 the gdb README. Add xrefs to places where the support for the various
1250 languages is described in detail.
1251
1252Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1253
1254 * stabs.texinfo: Clean up stuff about visibility and virtual
1255 characters.
1256
1257 * stabs.texinfo (N_M2C): Cite Sun doc.
1258
1259Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1260
1261 * gdb.texinfo: updates re threads.
1262 * remote.texinfo: avoid index entries starting with digits.
1263
1264Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1265
1266 * stabs.texinfo (Enumerations): Talk about large, negative and
1267 octal values. Clean up cross reference to type attributes.
1268 (String Field): Say that GDB 4.11 supports size attribute.
1269
1270Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1271
1272 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
1273 is a mandatory step. Make the stuff about that more concise.
1274
1275Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1276
1277 * stabs.texinfo (Class Names): New node.
1278
1279 * gdb.texinfo (Command Files): Explain order of init file reading.
1280
1281 * remote.texi (Bootstrapping): Talk about getting the serial driver
1282 to deal with ^C sent by gdb to stop the remote system.
1283
1284Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
1285
1286 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
1287
1288 * libgdb.texinfo (Defining Commands): made the DOC arg
1289 to gdb_define_app_command a char * instead of char **
1290 per a suggestion from kingdon.
1291
1292 * libgdb.texinfo: total rewrite from a different starting
1293 premise.
1294
1295Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1296
1297 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
1298 floats passed as doubles (to improve clarity).
1299
1300Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1301
1302 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
1303
1304 * a4rc.sed: update to work with Andreas Vogel papersize params
1305
1306 * refcard.tex: use Andreas Vogel simplifications of papersize
1307 params; remove useless version info; update copyright date.
1308
1309Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1310
1311 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
1312
1313Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1314
1315 * gdb.texinfo (Files): Say what address the load command loads it at.
1316
1317 * stabs.texinfo (Common Blocks): Minor cleanups.
1318
1319 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
1320 that Sun has backed away from the linker kludge and thus the relevant
1321 issue is changes to the SunPRO tools, not the Solaris linker.
1322
1323 * stabs.texinfo (Traditional Integer Types): Clean up description
1324 of octal bounds a little bit. Document extra leading zeroes.
1325
1326Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1327
1328 * gdb.texinfo (Signaling): Update for symbolic symbol names
1329 and add a section explaining the difference between the GDB
1330 signal command and the shell kill utility.
1331
1332Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
1333
1334 * libgdb.texinfo: added `@' to braces that were unescaped.
1335
1336Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
1337
1338 * libgdb.texinfo: new file. Spec for the gdb library.
1339
1340Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1341
1342 * stabs.texinfo (Include Files): Fix typo (start -> end).
1343
1344Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1345
1346 * gdb.texinfo, remote.texi: assorted small improvements, mostly
1347 from Melissa at FSF's editing pass.
1348
1349Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1350
1351 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
1352 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
1353 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
1354
1355Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1356
1357 * remote.texi (Bootstrapping): Discuss 386 call gates.
1358
1359Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
1360
1361 * stabs.texinfo (Based Variables): New node.
1362
1363Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
1364
1365 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
1366 names, sizes, and formats to suggest how not to lose.
1367
1368Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
1369
1370 * stabs.texinfo (Methods): Fix typo.
1371
1372Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1373
1374 * gdb.texinfo: Fix a few typos.
1375
1376Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1377
1378 * gdb.texinfo: Clarify how well it works with Fortran.
1379
1380 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
1381 More on relocating stabs in ELF files.
1382
1383Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1384
1385 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
1386
1387Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1388
1389 * stabs.texinfo (Local Variable Parameters): Talk about nameless
1390 parameters on VAX.
1391
1392Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1393
1394 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
1395
1396Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1397
1398 * stabs.texinfo: Make info author notice match the TeX author notice.
1399
1400Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
1401
1402 * stabs.texinfo: Initial-caps all words in node names and
1403 non-trivial words in section names.
1404
1405Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1406
1407 * stabs.texinfo: Many minor cleanups.
1408
1409 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
1410
1411Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
1412
1413 * stabs.texinfo: Remove full description of big example.
1414 It's not really helpful; just use pieces of it where appropriate.
1415 Add more Texinfo formatting directives (@samp, etc.).
1416 Use @deffn to define stab types.
1417 Eliminate some wordiness. Break up some nodes.
1418 Add an (alphabetized) index of symbol types.
1419 Use consistent capitalization style in node and section names.
1420
1421Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
1422
1423 * gdb.texinfo: Change typo "Two two" to "The two".
1424
1425Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1426
1427 * stabs.texinfo (XCOFF-differences): Remove references to
1428 non-existent types N_DECL and N_RPSYM.
1429
1430 * stabs.texinfo (String Field): Say that type attributes bug is
1431 fixed in GDB 4.10, since it is.
1432
1433 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
1434
1435Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
1436
1437 * stabs.texinfo: Formatting cleanups.
1438
1439Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1440
1441 * stabs.texinfo: When explaining the n_type of a stab, standardize
1442 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
1443 no tabs, use @r).
1444 (Global Variables): Clean up.
1445
1446Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1447
1448 * stabs.texinfo (Stack Variables): Re-write.
1449
1450Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1451
1452 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
1453 addresses of a source file. Also revise formatting.
1454 Change "object module" or "object file" to "source file".
1455 Various: Miscellaneous cleanups.
1456
1457Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1458
1459 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
1460
1461Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
1462
1463 * gdbint.texinfo: Removed many nonsensical machine-collected
1464 host and target conditionals, described some of the remainder.
1465
1466Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1467
1468 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
1469
1470 * gdbint.texinfo (Top): Add name to @top line, and re-write the
1471 paragraph which follows.
1472
1473 * gdbint.texinfo (Host): Use @code not @samp for Makefile
1474 variables. Looks better and avoids overful hbox.
1475
1476Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1477
1478 * stabs.texinfo (Procedures): Improve stuff on nested functions.
1479
1480Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1481
1482 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
1483 retransmit-timeout
1484
1485Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1486
1487 * gdbint.texinfo: Update statement about `some ancient Unix
1488 systems, like Ultrix 4.0' to Ultrix 4.2.
1489
1490Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
1491
1492 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
1493
1494 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
1495
1496 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
1497 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
1498
1499 * remote.texi: new name for former gdbinv-s.texi
1500
1501 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
1502
1503Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
1504
1505 * gdbinv-s.texi: Documented timeout and retransmit-timeout
1506 variables for MIPS remote debugging protocol.
1507
1508Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1509
1510 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
1511
1512Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
1513
1514 * Makefile.in (refcard.dvi): Use srcdir where necessary.
1515
1516Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
1517
1518 * gdb.texinfo: repair conditional bugs in text markup
1519
1520Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1521
1522 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
1523 to select Modula-2 material.
1524
1525Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1526
1527 * stabs.texinfo: Cleanups regarding statics.
1528
1529 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
1530 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
1531
1532Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1533
1534 * stabs.texinfo: N_MAIN is sometimes used for C.
1535
1536Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1537
1538 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
1539
1540Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
1541
1542 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
1543 removed from the code by Kingdon.
1544
1545Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1546
1547 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
1548 input when evaluating breakpoint conditions; the bug has been fixed.
1549
1550 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
1551 sets the ignore count to N-1, not to N.
1552
1553Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1554
1555 * refcard.tex (\hoffset): correct longstanding error to match
1556 intended offset; avoids cutting off edge on some printers
1557
1558Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1559
1560 * stabs.texinfo (Parameters): Say that order of stabs is significant.
1561
1562Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1563
1564 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
1565
1566Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1567
1568 * Makefile.in: (REFEDITS) new var to control whether PS or CM
1569 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
1570 collect sed edits if any, apply to refcard before formatting;
1571 (refcard.ps) stop implying PS fonts if PS output requested;
1572 (lrefcard.ps) delete extra target for variant PS fonts
1573
1574 * refcard.tex: parametrize papersize dependent info, collect
1575 in easily replaced spot
1576
1577 * a4rc.sed: new file, edits to refcard for A4 paper
1578
1579Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1580
1581 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
1582
1583Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1584
1585 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
1586
1587Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1588
1589 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
1590 politely rather than rudely.
1591
1592Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1593
1594 * stabs.texinfo: Document common blocks.
1595
1596Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
1597
1598 * stabs.texinfo: Add some basic info about stabs-in-elf.
1599
1600Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1601
1602 * stabs.texinfo (Top): Minor cleanup.
1603
1604Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
1605
1606 * Makefile.in (install-info): remove parentdir support
1607
1608Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1609
1610 * gdb.texinfo (Copying): delete this node and references to it;
1611 RMS says this manual need not carry GPL. (passim): Improvements
1612 from last round at FSF, largely due to Ian Taylor review, and
1613 minor formatting improvements.
1614
1615 * gdbinv-s.texi (passim): Improvements from last round at FSF,
1616 largely due to Ian Taylor review. (Debug Session): minor edits to
1617 new text.
1618
1619Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
1620
1621 * Makefile.in (realclean): Remove info and dvi files too.
1622
1623Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
1624
1625 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
1626 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
1627 * gdb.texinfo: Change accordingly.
1628
1629 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
1630 N_{L,R}BRAC,N_SLINE are relative to.
1631
1632Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
1633
1634 * Makefile.in (GDBvn.texi): Update atomically.
1635
1636Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
1637
1638 * gdbinv-s.texi (Debug Session): Document exceptionHook.
1639
1640Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
1641
1642 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
1643 addresses together. Also motivate the set print symbol-filename
1644 command and suggest other solutions.
1645
1646Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
1647
1648 * gdb.texinfo (set print elements): Note that the number of
1649 elements is set to unlimited by "set print elements 0".
1650
1651Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
1652
1653 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
1654 NF_LDOUBLE means.
1655 (Stab Types): Include Solaris stab types.
1656 (Procedures): Document Solaris extensions.
1657
1658Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1659
1660 * gdb.texinfo: Add `set print symbol-filename' doc.
1661
1662Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1663
1664 * stabs.texinfo (Arrays): Talk about type definition vs. type
1665 information.
1666
1667 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
1668 the trailing semicolon.
1669
1670Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1671
1672 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
1673 and merge in other parts of the document addressing these subjects.
1674 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
1675
1676 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
1677 at the end of a range type.
1678
1679 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
1680 AIX extensions.
1681
1682Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1683
1684 * stabs.texinfo (Stabs Format): Misc fixes.
1685
1686Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1687
1688 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
1689 (Traditional builtin types): Document convex convention for long long.
1690 (Negative builtin types): Discuss type names, and misc fixes.
1691
1692Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1693
1694 * stabs.texinfo (Builtin Type Descriptors): Document the floating
1695 point types used with @samp{R} type descriptor.
1696 (Symbol Descriptors): Describe how to handle conflict between
1697 different meanings of @samp{P} symbol descriptor.
1698
1699Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1700
1701 * stabs.texinfo: Remove node Quick Reference and put its children
1702 directly under the main menu.
1703
1704 * stabs.texinfo: Many more changes to bring it into line with
1705 AIX documentation and reality. I think it now has all the
1706 information from the AIX documentation, except that I burned
1707 out when I got to variant records (Pascal and Modula-2) and
1708 all the COBOL types. Oh well, we can add them later when we're
1709 worrying more about those languages.
1710
1711 * stabs.texinfo (Automatic variables): Talk about what it means
1712 to omit the symbol descriptor.
1713
1714Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
1715
1716 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
1717 gcc2 behavior with promoted args.
1718
1719Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1720
1721 * gdb.texinfo: include readline appendices in info version of manual
1722
1723Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1724
1725 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
1726 target remote.
1727
1728 * gdb.texinfo (Machine Code): more index entries for disassemble
1729
1730Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
1731
1732 * Clarify the intended use of the gdb-testers and gdb-patches
1733 mailing lists, and shrink gzip comment.
1734
1735Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1736
1737 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
1738 DOSHOST configuration of manual.
1739
1740 * gdb.texinfo (MIPS Stack): new node.
1741
1742 * all-config.texi (MIPS) new switch.
1743
1744 * gdbinv-s.texi (Nindy Options) Remove two instances of future
1745 tense; (MIPS Remote) new node.
1746
1747 * gdb.texinfo (passim) rephrases to work around makeinfo @value
1748 bug; (Environment) less passive, other small cleanups in text about
1749 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
1750 (Remote) new MIPS Remote menu entry.
1751
1752Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
1753
1754 * stabs.texinfo: Many changes to include information from the
1755 AIX documentation.
1756
1757 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
1758
1759Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
1760
1761 * gdbint.texinfo (new node Debugging GDB, elsewhere):
1762 Move a bunch of information from ../README.
1763 (Getting Started): New node.
1764
1765Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1766
1767 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
1768
1769 * gdb.texinfo: advance manual revision dates to present
1770
1771 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
1772 stop using silly Roman numerals in @set variable names
1773
1774Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
1775
1776 * stabs.texinfo (Parameters): Keep trying to get this right.
1777
1778Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
1779
1780 * stabs.texinfo (Parameters): More on "local parameters".
1781
1782Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
1783
1784 * stabs.texinfo (Parameters): Re-do "local parameters" section.
1785
1786Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
1787
1788 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
1789 (Parameters): Rewrite.
1790 (xcoff-differences, Sun-differences): Minor changes.
1791
1792Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
1793
1794 * stabs.texinfo: Minor cleanup.
1795
1796Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
1797
1798 * gdbint.texinfo: Minor xcoff stuff.
1799
1800Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
1801
1802 * gdbint.texinfo: Update for new config directory structure.
1803 Add info about internal type data structures.
1804
1805Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
1806
1807 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
1808 $(srcdir).
1809 (gdb-config.texi): Depend on file in $(srcdir).
1810
1811Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
1812
1813 * stabs.texinfo: Fixes about N_SO.
1814
1815Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1816
1817 * gdb.texinfo: include list of nonstandard init file names
1818
1819 * *-config.texi: new switch GENERIC for text that applies *only*
1820 to (usual) multiple-target version of manual
1821
1822 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
1823 h8 config
1824
1825 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
1826 in menus (rather than conditionally selected multiple alternative
1827 menus).
1828
1829 * Makefile.in: define and use DOC_CONFIG var to select
1830 configuration for GDB user manual.
1831
1832 * gdb-config.texi: delete from repository, generate from Makefile.
1833
1834 * all-config.texi: normal `generic' configuration file, formerly
1835 stored as gdb-config.texi
1836
1837Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
1838
1839 * Makefile.in: add dvi target to build all .dvi files
1840
1841Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1842
1843 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
1844
1845Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
1846
1847 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
1848 host conditionals.
1849 * stabs.texinfo: More array fixes inspired by Jim's.
1850
1851Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
1852
1853 * stabs.texinfo: Fixes re arrays and continuations.
1854
1855 * gdbint.texinfo: Add XCOFF node.
1856
1857Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
1858
1859 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
1860
1861Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
1862
1863 * stabs.texinfo: Fix for array types to mention lower bounds.
1864
1865Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
1866
1867 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
1868
1869Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
1870
1871 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
1872
1873Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
1874
1875 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
1876 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
1877
1878Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
1879
1880 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
1881
1882Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1883
1884 * gdb.texinfo, gdbinv-s.texi: misc updates
1885
1886Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
1887
1888 * gdbint.texinfo: Brief documentation for longjmp support,
1889 from an email msg by Stu.
1890
1891Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
1892
1893 * stabs.texinfo: Fix description of floating point "range"
1894 types (which really define basic types). Reported by Jim Meehan,
1895 <meehan@src.dec.com>.
1896
1897 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
1898
1899Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
1900
1901 * gdbint.texinfo: Slightly expand section on supporting a new
1902 object file format.
1903
1904Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
1905
1906 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
1907 intermediate file.
1908
1909Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1910
1911 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
1912
1913Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
1914
1915 * gdbinv-s.texi: z8000 simulator target name is just "sim"
1916
1917 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
1918 as well as Z8002.
1919
1920Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
1921
1922 * gdbint.texinfo: Add sections on clean design and on how to send
1923 in changes.
1924
1925Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
1926
1927 * gdbint.texinfo: Add how to declare the result of make_cleanup.
1928
1929Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
1930
1931 * gdb.texinfo: Fix typo, reported by Karl Berry.
1932
1933Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
1934
1935 * gdb.texinfo: Add opcodes dir to GDB distribution description.
1936
1937Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
1938
1939 * gdbint.texinfo: fixed a stray email address (needs @@),
1940 added @table @code to node "Native Conditionals"
1941
1942Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
1943
1944 * gdbint.texinfo: Describe coding style of GDB.
1945
1946Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
1947
1948 * stabs.texinfo: Minor wording changes.
1949
1950Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
1951
1952 * gdbint.texinfo: Improve release doc slightly.
1953
1954Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
1955
1956 * gdbint.texinfo: Improve doc of GDB config macros.
1957
1958Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
1959
1960 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
1961 These will be reinserted when examined.
1962
1963Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
1964
1965 * gdbint.texinfo: Make a start at documenting all the #if macros
1966 in GDB. At least list them all, and start separating them into
1967 host-specific and target-specific.
1968
1969Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
1970
1971 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
1972 examples (not consistent w others).
1973 gdb.texinfo: issue disclaimer paragraph on cmdline options only
1974 for generic vn of doc
1975
1976Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
1977
1978 * Makefile.in: always create installation directories.
1979
1980Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
1981
1982 * gdb.texinfo: in h8 config, do not describe searching commands.
1983
1984Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
1985
1986 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
1987 conditionals; introduce a few generic switches that may be
1988 useful for other cross-dev or dos-hosted configs.
1989
1990 * gdb.texinfo: fix typo in "info reg" description
1991
1992Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
1993
1994 * stabs.texinfo: Minor updates from running TeX over it.
1995 * Makefile.in (stabs.dvi, stabs.ps): Add.
1996
1997Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
1998
1999 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
2000 First pass at converting it to texinfo.
2001
2002Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
2003
2004 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
2005 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
2006
2007Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
2008
2009 * gdbint.texinfo: Add section on partial symbol tables.
2010
2011Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
2012
2013 * gdb.texinfo: document `set remotedebug' and `set
2014 rstack_high_address'.
2015
2016Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
2017
2018 * gdb.texinfo: slight expansion of new text on reading info files
2019 * gdbinv-s.m4.in: correct and expand info on cross-debugging
2020 H8/300 from DOS.
2021
2022Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
2023
2024 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
2025
2026Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
2027
2028 * gdb.texinfo: Say how to read the `info' files.
2029
2030Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
2031
2032 * Makefile.in: gm4 -> m4.
2033
2034Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
2035
2036 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
2037 Documentation' ahead of `Installing GDB' to match README.
2038 Update shared library doc, -readnow and -mapped, and directory
2039 structure (add glob and mmalloc). Update configure doc.
2040
2041Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
2042
2043 * Makefile.in: remove $(srcdir) from gdb.info rule.
2044
2045Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
2046
2047 * Makefile.in: commented out gdb-all.texinfo rule. This is
2048 temporary.
2049
2050Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
2051
2052 * Makefile.in, configure.in: removed traces of namesubdir,
2053 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
2054 copyrights to '92, changed some from Cygnus to FSF.
2055
2056Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
2057
2058 * gdb.texinfo: Improve how we ask for bug reports.
2059
2060Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
2061
2062 * Makefile.in: infodir belongs in datadir.
2063
2064Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
2065
2066 * Makefile.in: remove spaces following hyphens, bsd make can't
2067 cope. install using INSTALL_DATA. added clean-info. added
2068 standards.text support.
2069
2070Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
2071
2072 * Makefile.in: idestdir and ddestdir go away. Added copyrights
2073 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
2074 and mandir now keyed off datadir by default.
2075
2076\f
2077Local Variables:
9e9c5ae7 2078mode: change-log
c906108c
SS
2079left-margin: 8
2080fill-column: 74
2081version-control: never
2082End:
This page took 0.186122 seconds and 4 git commands to generate.