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