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