* gdb.texinfo: Use GNU/Linux instead of Linux.
[binutils-gdb.git] / gdb / doc / ChangeLog
1 2002-09-25 Kevin Buettner <kevinb@redhat.com>
2
3 * gdb.texinfo: Use GNU/Linux instead of Linux.
4
5 2002-09-25 Andrew Cagney <ac131313@redhat.com>
6
7 * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
8
9 2002-09-24 Andrew Cagney <ac131313@redhat.com>
10
11 * gdb.texinfo: Replace @example with @smallexample.
12
13 2002-09-20 Kevin Buettner <kevinb@redhat.com>
14
15 From Eli Zaretskii <eliz@is.elta.co.il>:
16 * gdb.texinfo (Character Sets): Use @smallexample instead of
17 @example. Use GNU/Linux instead of Linux.
18
19 2002-09-20 Jim Blandy <jimb@redhat.com>
20
21 * gdb.texinfo: Add character set documentation.
22
23 2002-09-19 Andrew Cagney <ac131313@redhat.com>
24
25 * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
26 (Packets): Add cross reference from `b' packet to `z' packets.
27
28 2002-09-19 Andrew Cagney <ac131313@redhat.com>
29
30 * gdb.texinfo (Maintenance Commands): Document ``maint
31 internal-error'' and ``maint internal-warning''.
32
33 * gdbint.texinfo (Target Architecture Definition): Revise
34 description of STACK_ALIGN. Add description of FRAME_ALIGN.
35
36 2002-09-19 Joel Brobecker <brobecker@gnat.com>
37
38 * gdbint.texinfo (Target Conditionals): Document the new
39 NAME_OF_MALLOC macro.
40
41 2002-09-05 Andrew Cagney <ac131313@redhat.com>
42
43 * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
44 engineer.
45
46 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
47
48 * gdb.texinfo (TUI Overview): Document status line fields.
49
50 2002-09-02 Stephane Carrez <stcarrez@nerim.fr>
51
52 * gdb.texinfo (TUI Commands): Document info win command.
53
54 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
55
56 * gdb.texinfo (TUI Overview): Document breakpoint markers.
57
58 2002-09-01 Stephane Carrez <stcarrez@nerim.fr>
59
60 * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
61 (TUI Keys): Likewise.
62
63 2002-08-25 Andrew Cagney <ac131313@redhat.com>
64
65 * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
66 for a packet receive.
67
68 2002-08-25 Andrew Cagney <ac131313@redhat.com>
69
70 * Makefile.in (clean): Move to end of file.
71 (distclean, maintainer-clean, realclean): Ditto.
72 (mostlyclean): Move rule to end of file. Use GDB_TEX_TMPS,
73 GDBINT_TEX_TMPS, STABS_TEX_TMPS.
74 (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
75 (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
76
77 2002-08-24 Andrew Cagney <ac131313@redhat.com>
78
79 * Makefile.in (GDBINT_TEX_TMPS): Define.
80 (gdbint.dvi, gdbint.pdf): Use
81 (GDB_TEX_TMPS): Define.
82 (gdb.dvi, gdb.pdf): Use.
83 (STABS_TEX_TMPS): Define.
84 (stabs.dvi, stabs.pdf): Use.
85 (GDB_DOC_SOURCE_INCLUDES): New macros.
86 (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
87 (GDBINT_DOC_FILES_INCLUDES): New macros.
88 (GDBINT_DOC_BUILD_INCLUDES): New macros.
89 (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
90 (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
91 (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
92 (links2roff): Replace SFILES_INCLUDED with
93 GDB_DOC_SOURCE_INCLUDES.
94 (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
95 (gdb.me, gdb.mm, gdb.ms): Update dependencies.
96 (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
97 dependencies.
98 (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
99 dependencies.
100 (gdbmi.texinfo): Delete rule.
101 (inc-hist.texinfo): Delete rule.
102 (rluser.texinfo): Delete rule.
103
104 2002-08-23 Andrew Cagney <cagney@redhat.com>
105
106 * gdbint.texinfo (Target Architecture Definition): Update
107 STORE_RETURN_VALUE, mention regcache.
108
109 2002-08-21 Andrew Cagney <ac131313@redhat.com>
110
111 * gdbint.texinfo (Target Architecture Definition): Document
112 print_registers_info. Note that DO_REGISTERS_INFO is deprecated.
113
114 2002-08-19 Andrew Cagney <ac131313@redhat.com>
115
116 * gdb.texinfo (Remote Protocol): Reformat. Use cross references.
117 Fix minor typos. Add index entries.
118
119 2002-08-18 Andrew Cagney <ac131313@redhat.com>
120
121 * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
122
123 2002-08-15 Andrew Cagney <ac131313@redhat.com>
124
125 * gdbint.texinfo (Target Architecture Definition): Document
126 PRINT_VECTOR_INFO.
127 * gdb.texinfo (Vector Unit): Document "info vectors" command.
128
129 2002-08-13 Andrew Cagney <ac131313@redhat.com>
130
131 * gdb.texinfo (Maintenance Commands): Document "maint print
132 registers", "maint print raw-registers" and "maint print
133 cooked-registers".
134
135 2002-08-08 Grace Sainsbury <graces@redhat.com>
136
137 From Mark Salter:
138 * gdb.texinfo (Protocol): Document T packet extension to
139 allow watchpoint address reporting.
140
141 2002-08-03 Andrew Cagney <ac131313@redhat.com>
142
143 * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
144
145 2002-08-01 Andrew Cagney <cagney@redhat.com>
146
147 * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
148 to CHILL.
149
150 2002-08-01 Andrew Cagney <ac131313@redhat.com>
151
152 * gdbint.texinfo (Coding): Revise section "Include Files".
153
154 2002-07-24 Andrew Cagney <cagney@redhat.com>
155
156 * gdbint.texinfo: Obsolete references to m88k.
157 * gdb.texinfo: Ditto.
158
159 2002-07-10 Joel Brobecker <brobecker@gnat.com>
160
161 * gdbint.texinfo (Create a release candiate): Add the location
162 where the proper version of autoconf can be retrieved.
163
164 2002-07-09 Don Howard <dhoward@redhat.com>
165
166 * gdb.texinfo (Command Files): Further describe the behavior of
167 sourced command files.
168
169 2002-06-27 Andrew Cagney <ac131313@redhat.com>
170
171 * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
172 (Coding): Clarify ISO C version that GDB assumes.
173
174 2002-06-26 Tom Tromey <tromey@redhat.com>
175
176 * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
177 add_setshow_cmd_full.
178
179 2002-06-25 Don Howard <dhoward@redhat.com>
180
181 * gdb.texinfo (Memory Region Attributes): Document new behavior
182 for 'mem' command.
183
184 2002-06-11 Jim Blandy <jimb@redhat.com>
185
186 * gdb.texinfo (Symbols): Update documentation for `info source'
187 command.
188
189 * gdb.texinfo (Macros): Call the command `info macro', not
190 `show macro'.
191
192 2002-06-09 Andrew Cagney <ac131313@redhat.com>
193
194 * gdbint.texinfo (Coding): Add section ``Per-architecture module
195 data''.
196
197 2002-06-09 Mark Kettenis <kettenis@gnu.org>
198
199 * gdbint.texinfo (Target Architecture Definition): Document
200 GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
201
202 2002-06-08 Andrew Cagney <ac131313@redhat.com>
203
204 * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
205 lists.
206
207 2002-06-08 Andrew Cagney <ac131313@redhat.com>
208
209 * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
210 Branch''.
211
212 2002-06-01 Andrew Cagney <ac131313@redhat.com>
213
214 * gdbint.texinfo (Target Architecture Definition): Add section
215 ``Converting an existing Target Architecture to Multi-arch''.
216
217 2002-05-30 Andrew Cagney <ac131313@redhat.com>
218
219 * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
220 to ``Obsoleting code''. Revise.
221
222 2002-05-17 Jim Blandy <jimb@redhat.com>
223
224 * gdb.texinfo (C Preprocessor Macros): New chapter.
225 Include it in the main menu.
226 (Contributors): Credit Jim Blandy with macro support.
227 (Compilation): Explain how to get macro information into the
228 executable.
229 (Expressions): Note that preprocessor macros are expanded.
230
231 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
232
233 * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
234 options for `target remote'.
235
236 2002-05-13 Andrew Cagney <ac131313@redhat.com>
237
238 * gdbint.texinfo (Target Architecture Definition): Delete
239 documentation on NNPC_REGNUM.
240
241 2002-05-11 Andrew Cagney <ac131313@redhat.com>
242
243 * gdbint.texinfo (Target Architecture Definition): Document
244 REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
245 (Target Architecture Definition): Revise section `Using Different
246 Register and Memory Data Representations'. Add section `Raw and
247 Virtual Register Representations'.
248
249 2002-05-11 Andrew Cagney <ac131313@redhat.com>
250
251 * gdbint.texinfo (Target Architecture Definition): Mention
252 defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
253 (Target Architecture Definition): Mention same. Add references to
254 web pages.
255
256 2002-05-08 Michael Snyder <msnyder@redhat.com>
257
258 * stabs.texinfo (Attributes): Document new "vector" attribute.
259
260 2002-05-04 Andrew Cagney <ac131313@redhat.com>
261
262 * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
263
264 2002-05-04 Andrew Cagney <ac131313@redhat.com>
265
266 * gdb.texinfo: Delete obsolete references to a29k.
267
268 2002-04-24 Andrew Cagney <ac131313@redhat.com>
269
270 * gdbint.texinfo (Target Architecture Definition): Replace
271 IN_SIGTRAMP with PC_IN_SIGTRAMP.
272
273 2002-04-24 David S. Miller <davem@redhat.com>
274
275 * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
276
277 2002-04-21 David S. Miller <davem@redhat.com>
278
279 * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
280
281 2002-04-21 Andrew Cagney <ac131313@redhat.com>
282
283 * gdbint.texinfo (Target Architecture Definition): Delete
284 definition of HAVE_REGISTER_WINDOWS.
285
286 2002-04-19 Eli Zaretskii <eliz@is.elta.co.il>
287
288 * gdbint.texinfo (Releasing GDB, Coding): Fix typos. Reported by
289 "Theodore A. Roth" <troth@verinet.com>.
290
291 2002-04-15 Don Howard <dhoward@redhat.com>
292
293 From Eli Zaretskii <eliz@is.elta.co.il>
294 * gdb.texinfo (show max-user-call-depth): Correct formatting.
295 Provide a better explaination of this feature.
296
297 2002-04-14 Andrew Cagney <ac131313@redhat.com>
298
299 * gdbint.texinfo (Target Architecture Definition): Remove
300 FRAME_CHAIN_COMBINE.
301
302 2002-04-12 Michael Chastain <mec@shout.net>
303
304 * gdbint.texinfo (Obsolete Conditionals): Remove reference to
305 REG_STACK_SEGMENT.
306
307 2002-04-09 Michael Chastain <mec@shout.net>
308
309 * gdbint.texinfo (Obsolete Conditionals): Remove references to
310 PYRAMID_* macros.
311
312 2002-04-07 Andrew Cagney <ac131313@redhat.com>
313
314 * gdb.texinfo (Bug Reporting): Document that the web is the
315 prefered way of submitting bug reports.
316 (Bug Reporting): Delete the s-mail address as the last resort.
317
318 2002-04-05 Andrew Cagney <ac131313@redhat.com>
319
320 * gdbint.texinfo (Target Architecture Definition): Delete
321 references to TARGET_WRITE_FP and write_fp.
322
323 2002-03-27 Michael Snyder <msnyder@redhat.com>
324
325 * gdb.texinfo: Document new commands dump, append, and restore.
326
327 2002-03-27 Andrew Cagney <ac131313@redhat.com>
328
329 * gdbint.texinfo (Releasing GDB): Revise the section `Before the
330 Branch'.
331
332 2002-03-18 Andrew Cagney <ac131313@redhat.com>
333
334 * gdb.texinfo: Change all examples to @smallexample.
335 * gdbint.texinfo: Ditto.
336
337 2002-03-18 Andrew Cagney <ac131313@redhat.com>
338
339 * gdbint.texinfo (Releasing GDB): Add section ``Versions and
340 Branches''.
341
342 2002-03-18 Andrew Cagney <ac131313@redhat.com>
343
344 * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
345 Policy''.
346
347 2002-03-04 Fred Fish <fnf@redhat.com>
348
349 * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
350 expresson, suports, dependant, trhe, perhaphs, situtations,
351 explictily, taged, oportunity, unfortunatly).
352
353 2002-02-24 Andrew Cagney <ac131313@redhat.com>
354
355 * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
356 Remove reference to 3.12.
357
358 2002-02-23 Andrew Cagney <ac131313@redhat.com>
359
360 * gdbint.texinfo: Include fdl.texi.
361 (Top): Add GNU Free Documentation License.
362 * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
363 (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
364 (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
365 (gdbint.info): Add srcdir to include path.
366 * gdb.texinfo: Include gpl.texi.
367 (Top): Add Copying.
368 * gpl.texi: New file.
369
370 2002-02-23 Andrew Cagney <ac131313@redhat.com>
371
372 * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
373
374 2002-02-19 Pierre Muller <muller@ics.u-strasbg.fr>
375
376 * gdb.texinfo: Document Cygwin native specific commands.
377
378 2002-02-15 Daniel Jacobowitz <drow@mvista.com>
379
380 * gdb.texinfo: Document gdbserver ``--attach'' command.
381
382 2002-02-07 Michael Snyder <msnyder@redhat.com>
383
384 * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
385 to @code(_ovly_debug_event).
386
387 2002-02-07 Andrew Cagney <ac131313@redhat.com>
388
389 * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
390
391 2002-02-06 Michael Snyder <msnyder@redhat.com>
392
393 * gdb.texinfo (overlays): Mention new magic symbol
394 '_ovly_debug_event', which allows GDB to keep better track
395 of overlays.
396
397 2002-02-03 Eli Zaretskii <eliz@is.elta.co.il>
398
399 * gdb.texinfo (Memory Region Attributes): Fix the wording.
400 Suggested by Dmitry Sivachenko.
401
402 * (<many nodes>): Fix the spelling and punctuation of "i.e.".
403
404 2002-02-01 Michael Snyder <msnyder@redhat.com>
405
406 * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
407
408 2002-01-30 Michael Snyder <msnyder@redhat.com>
409
410 * gdb.texinfo: (remote protocol): Gramatical fix-up.
411 (set trust-readonly-sections): Document.
412
413 2002-01-29 Andrew Cagney <ac131313@redhat.com>
414
415 * gdbint.texinfo (Releasing GDB): Revise and update.
416
417 2002-01-28 Andrew Cagney <ac131313@redhat.com>
418
419 * gdbint.texinfo (Target Architecture Definition): Delete
420 description of TARGET_BYTE_ORDER_DEFAULT.
421
422 2002-01-27 Eli Zaretskii <eliz@is.elta.co.il>
423
424 * gdb.texinfo: Fix typos and markup. From Dmitry Sivachenko
425 <mitya@cavia.pp.ru>.
426
427 2002-01-23 Andrew Cagney <ac131313@redhat.com>
428
429 * libgdb.texinfo: Delete file.
430
431 2002-01-22 Andrew Cagney <ac131313@redhat.com>
432
433 * gdb.texinfo: Remove makeinfo 3.12 hacks.
434 * gdbint.texinfo: Ditto.
435
436 Tue Jan 22 11:57:38 2002 Andrew Cagney <cagney@redhat.com>
437
438 * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
439
440 2002-01-22 Andrew Cagney <ac131313@redhat.com>
441
442 * Makefile.in: Update copyright.
443 (TEXI2DVI): Define.
444 (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
445 (gdbint.dvi, gdbint.pdf): Use TEXI2DVI. Add dependency on
446 gdb-cfg.texi.
447 (TEXINDEX, PDFTEX): Delete makefile variables.
448
449 2002-01-22 Andrew Cagney <ac131313@redhat.com>
450
451 * gdb.texinfo (Protocol): Move section to appendix.
452
453 2002-01-21 Andrew Cagney <ac131313@redhat.com>
454
455 * gdb.texinfo (Remote Debugging): Create a menu.
456 (Top): Add ``Remote Debugging'' to menu.
457
458 2002-01-21 Andrew Cagney <ac131313@redhat.com>
459
460 * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
461 serial protocol'' from here.
462 (Remote Debugging): To here. New chapter.
463
464 2002-01-20 Andrew Cagney <ac131313@redhat.com>
465
466 * gdbint.texinfo (Target Architecture Definition): Delete
467 description of TARGET_BYTE_ORDER_SELECTABLE_P.
468
469 2002-01-20 Andrew Cagney <ac131313@redhat.com>
470
471 * gdbint.texinfo (Host Definition): Revise. xm-xyz.h and xyz.mh
472 are no longer needed.
473 (Porting GDB): Add maintainer note about configure.host.
474
475 2002-01-20 Andrew Cagney <ac131313@redhat.com>
476
477 * gdbint.texinfo (Target Architecture Definition): Remove
478 definition of IEEE_FLOAT.
479
480 2002-01-20 Eli Zaretskii <eliz@is.elta.co.il>
481
482 * gdb.texinfo: Beautify copyright years; fix a typo.
483 (DJGPP Native): Fix overfull hboxes in examples. From Brian Youmans
484 <3diff@gnu.org>
485
486 2002-01-19 Andrew Cagney <ac131313@redhat.com>
487
488 * gdbint.texinfo (Host Definition): Remove references to
489 MALLOC_INCOMPATIBLE.
490
491 2002-01-17 Andrew Cagney <ac131313@redhat.com>
492
493 * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
494 and xyz-xdep.o.
495
496 2002-01-17 Andrew Cagney <ac131313@redhat.com>
497
498 * gdb.texinfo (Maintenance Commands): Add appendix.
499 (Set Breaks): Copy ``maint info breakpoint'' doco to
500 ``Maintenance Commands'' appendix. Add reference.
501
502 2002-01-17 Andrew Cagney <ac131313@redhat.com>
503
504 * fdl.texi: Remove next/prev from @node.
505
506 2002-01-17 Eli Zaretskii <eliz@is.elta.co.il>
507
508 * gdb.texinfo: @include fdl.texi. Fixes for overfull hboxes and
509 for monstrous @multitable (from Brian Youmans).
510
511 * fdl.texi: New file.
512
513 * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
514
515 2002-01-15 Andrew Cagney <ac131313@redhat.com>
516
517 * gdbint.texinfo (Releasing GDB): New chapter.
518
519 2002-01-14 Andrew Cagney <ac131313@redhat.com>
520
521 * gdb.texinfo (Embedded Processors, Calling program functions):
522 Obsolete references to a29k.
523
524 2002-01-13 Andrew Cagney <ac131313@redhat.com>
525
526 * gdbint.texinfo (Coding): Review Cleanups section. Examples
527 examples. Document that a code-block should do or discard its
528 cleanups before exit.
529
530 2002-01-11 Michael Snyder <msnyder@redhat.com>
531
532 * gdb.texinfo (Choosing files): Change @samp to @file.
533
534 2002-01-05 Michael Snyder <msnyder@redhat.com>
535
536 * gdb.texinfo (--pid): Document new command line option (attach).
537
538 2002-01-07 Eli Zaretskii <eliz@is.elta.co.il>
539
540 * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
541 in the stub.
542
543 2002-01-04 Andrew Cagney <ac131313@redhat.com>
544
545 * gdbint.texinfo (Target Architecture Definition): Replace
546 BIG_ENDIAN with BFD_ENDIAN_BIG.
547
548 2002-01-03 Andrew Cagney <ac131313@redhat.com>
549
550 * gdbint.texinfo (Target Architecture Definition): Replace
551 value_ptr with struct value pointer.
552
553 2002-01-02 Eli Zaretskii <eliz@gnu.org>
554
555 * gdb.texinfo (Free Software): Fix wording.
556
557 2001-12-31 Eli Zaretskii <eliz@gnu.org>
558
559 * gdb.texinfo (Free Software): New section ``Free Software Needs
560 Free Documentation''.
561
562 2001-12-30 Eli Zaretskii <eliz@is.elta.co.il>
563
564 * stabs.texinfo:
565 * gdb.texinfo:
566 * gdbint.texinfo:
567 * libgdb.texinfo:
568 * annotate.texi: Fix the application of GFDL in the Copyright notice.
569
570 2001-12-29 Michael Snyder <msnyder@redhat.com>
571
572 * gdb.texinfo (maint info sections): Fix typo.
573
574 2001-12-26 Michael Snyder <msnyder@redhat.com>
575
576 * gdb.texinfo (maint info sections): Document.
577
578 * gdb.texinfo (info proc): Comment out documentation for
579 'info proc' sub-options that are currently not implemented.
580
581 2001-12-20 Jim Blandy <jimb@redhat.com>
582
583 * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
584
585 2001-12-15 Andrew Cagney <ac131313@redhat.com>
586
587 * gdbint.texinfo (Target Architecture Definition): Replace
588 LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
589
590 2001-12-01 Andrew Cagney <ac131313@redhat.com>
591
592 * gdbint.texinfo (Host Definition): Delete documentation on
593 HOST_BYTE_ORDER.
594
595 2001-11-30 Jim Blandy <jimb@redhat.com>
596
597 * gdb.texinfo (Overlays): New chapter, documenting GDB's
598 overlay support. Add to top-level menu.
599
600 2001-11-26 Tom Tromey <tromey@redhat.com>
601
602 * gdb.texinfo (Command Syntax): Document C-o binding.
603
604 2001-07-26 Christopher Faylor <cgf@redhat.com>
605
606 * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
607 use since it is described in the referenced section.
608
609 From Eli Zaretskii <eliz@is.elta.co.il>
610 * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
611 clearer when using DJGPP.
612
613 2001-11-24 Christopher Faylor <cgf@redhat.com>
614
615 * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
616 specifically refer to MS-DOS.
617 (command files): Mention gdb.ini is only used on MS-DOS.
618
619 2001-11-21 Tom Tromey <tromey@redhat.com>
620
621 * gdb.texinfo (Invoking GDB): Document --args.
622 (Mode Options): Likewise.
623
624 2001-11-21 Jim Blandy <jimb@redhat.com>
625
626 * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
627 Delete documentation; this macro has been removed from the
628 sources.
629
630 2001-11-13 Jim Blandy <jimb@redhat.com>
631
632 * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
633
634 2001-11-06 Corinna Vinschen <vinschen@redhat.com>
635
636 * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
637
638 2001-11-05 Michael Snyder <msnyder@redhat.com>
639
640 * gdb.texinfo (info functions): Document use of backslash to
641 quote regexp chars in function names such as "operator*()".
642
643 2001-11-01 Fred Fish <fnf@redhat.com>
644
645 * gdbint.texinfo (SOLIB_ADD): Document additional new
646 "readsyms" arg.
647
648 2001-10-30 Don Howard <dhoward@redhat.com>
649
650 * gdb.texinfo: (Command Files) Added documentation for the
651 behavior of gdb with input redirected from a file.
652
653 2001-10-28 Fred Fish <fnf@redhat.com>
654
655 * gdb.texinfo (auto-solib-add): Change docs to match
656 implementation change.
657 (auto-solib-limit): Add docs for new variable.
658
659 2001-10-15 Andrew Cagney <ac131313@redhat.com>
660
661 * gdbint.texinfo (Target Architecture Definition): Function
662 value_as_pointer renamed to value_as_address.
663
664 2001-10-15 Andrew Cagney <ac131313@redhat.com>
665
666 * gdbint.texinfo (Target Architecture Definition): Default
667 POINTER_TO_ADDRESS functions assume unsigned addresses.
668 (INTEGER_TO_ADDRESS): Document. Derive pragmatics section from a
669 posting by Jim Blandy.
670
671 2001-10-12 Jim Blandy <jimb@redhat.com>
672
673 * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
674 version of texi2html (1.64) doesn't support this flag any more.
675
676 2001-09-08 Mark Kettenis <kettenis@gnu.org>
677
678 * gdbint.texinfo (Host Definition): Remove description of
679 MEM_FNS_DECLARED.
680
681 * gdbint.texinfo (Host Definition): Remove description of R_OK.
682
683 * gdbint.texinfo (Host Definition): Remove description of
684 HAVE_SIGSETMASK.
685
686 2001-09-04 Elena Zannoni <ezannoni@redhat.com>
687
688 * gdbint.texinfo (Target Architecture Definition): Add
689 explanation of TARGET_PRINT_INSN macro.
690
691 2001-08-30 Jim Blandy <jimb@redhat.com>
692
693 * gdb.texinfo (`add-symbol-file'): Correct synopsis.
694 Explain what it means to load relocatable files.
695
696 2001-08-28 Jim Blandy <jimb@redhat.com>
697
698 * gdbint.texinfo: Bring the HTML `top' menu into sync with the
699 info `top' menu.
700
701 Wed Aug 15 10:47:28 2001 Christopher Faylor <cgf@cygnus.com>
702
703 * gdbint.texinfo: Add a cautionary note about macro use.
704
705 2001-08-02 Corinna Vinschen <vinschen@redhat.com>
706
707 * gdb.texinfo: Explain omitting the hostname in the
708 `target remote' command.
709
710 2001-07-30 Daniel Jacobowitz <drow@mvista.com>
711
712 * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
713 and END-INFO-DIR-ENTRY.
714
715 2001-07-28 Stephane Carrez <Stephane.Carrez@worldnet.fr>
716
717 * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
718
719 2001-07-25 Andrew Cagney <ac131313@redhat.com>
720
721 * gdbint.texinfo (libgdb): Rewrite.
722
723 2001-07-26 Eli Zaretskii <eliz@is.elta.co.il>
724
725 * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
726
727 2001-07-24 Stephane Carrez <Stephane.Carrez@worldnet.fr>
728
729 * gdb.texinfo (TUI): New chapter, document the TUI.
730 (Mode Options): Document the -tui option.
731
732 2001-07-23 Mark Kettenis <kettenis@gnu.org>
733
734 * gdbint.texinfo (Host Definition): Remove description of
735 NEED_POSIX_SETPGID.
736
737 2001-07-23 Eli Zaretskii <eliz@is.elta.co.il>
738
739 * gdb.tex (DJGPP Native): New node, with descriptions of
740 DJGPP-specific commands.
741
742 2001-07-19 John R. Moore <jmoore@redhat.com>
743
744 * gdbint.texinfo: Three misspellings.
745
746 2001-07-06 Andrew Cagney <ac131313@redhat.com>
747
748 * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
749 `test` expressions on bash. Problem reported by Colin Walters.
750
751 2001-07-04 Andrew Cagney <ac131313@redhat.com>
752
753 * gdbint.texinfo (User Interface): Update ui-out documentation to
754 refelect recent UI/MI updates.
755
756 2001-07-04 Andrew Cagney <ac131313@redhat.com>
757
758 * gdb.texinfo (Mode Options): Mention the mi0 and mi1
759 interpreters.
760
761 2001-06-15 Andrew Cagney <ac131313@redhat.com>
762
763 * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
764 structure and not macros.
765 (Host Definition): Document that much of this chapter is obsolete.
766 (Target Architecture Definition): Update list of files that make
767 up a target architecture.
768 (Coding): Update.
769
770 2001-06-28 Andrew Cagney <ac131313@redhat.com>
771
772 * gdbint.texinfo (Target Architecture Definition): Update
773 EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
774 The latter has been changed to a true predicate.
775
776 2001-06-17 Eli Zaretskii <eliz@is.elta.co.il>
777
778 * annotate.texi: Add @noindent where needed. From Dmitry
779 Sivachenko <dima@Chg.RU>.
780 * gdb.texinfo: Indexing fix. From Dmitry Sivachenko.
781
782 2001-06-16 Andrew Cagney <ac131313@redhat.com>
783
784 * gdb.texinfo (Protocol): Fix typo. Extra parenthesis.
785
786 2001-06-14 Andrew Cagney <ac131313@redhat.com>
787
788 * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
789 returns ``OK''. Document that the ``R'' packet does not reply.
790
791 2001-06-13 Michael Snyder <msnyder@redhat.com>
792
793 * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
794
795 2001-06-13 Eli Zaretskii <eliz@is.elta.co.il>
796
797 * gdb.texinfo (Signals): Clarify the default setting of signal
798 handling.
799
800 2001-05-14 Andrew Cagney <ac131313@redhat.com>
801
802 * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
803 (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
804
805 2001-05-12 Andrew Cagney <ac131313@redhat.com>
806
807 * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
808
809 2001-05-10 Eli Zaretskii <eliz@is.elta.co.il>
810
811 * gdbint.texinfo (Clean Design and Portable Implementation):
812 Renamed from "Clean Design".
813 (Clean Design and Portable Implementation): Document portable
814 methods of handling file names, and the associated macros.
815
816 2001-04-02 Eli Zaretskii <eliz@is.elta.co.il>
817
818 * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
819 command and provide a cross-reference to its description.
820 (Symbols): Note that "info scope" is useful for trace experiments.
821
822 2001-04-01 Eli Zaretskii <eliz@is.elta.co.il>
823
824 * gdb.texinfo (Symbols): Document "info scope".
825 (Tracepoints): New chapter.
826 (Contributors): Update for v5.1.
827 <All nodes>: Change "C++" to "C@t{++}".
828
829 * gdbint.texinfo (User Interface): A new section about ui_out
830 functions, based on text written by Fernando Nasser.
831
832 * stabs.texinfo: Change Permissions to GFDL. Update Copyright.
833
834 2001-03-26 Eli Zaretskii <eliz@is.elta.co.il>
835
836 * gdb.texinfo: Change Permissions to GFDL. Update Copyright.
837
838 * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.
839
840 * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright.
841 Replace "GDB" with "@value{GDBN}". Fix markup.
842
843 * annotate.texi: Change Permissions to GFDL. Update Copyright.
844
845 * gdb.texinfo (Output Formats): Mention "info symbol" and provide
846 a cross-reference to its description.
847 (Symbols): Document "info symbol".
848
849 2001-03-21 Eli Zaretskii <eliz@is.elta.co.il>
850
851 * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
852 subsection "x86 Watchpoints".
853 (Target Architecture Definition): Document the macros
854 I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
855 (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
856
857 2001-03-20 Andrew Cagney <ac131313@redhat.com>
858
859 * gdbint.texinfo (Target Architecture Definition): Update
860 definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
861 list.
862
863 2001-03-06 Kevin Buettner <kevinb@redhat.com>
864
865 * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
866 gdbint.texinfo, refcard.tex: Update/correct copyright notices.
867
868 2001-02-21 Eli Zaretskii <eliz@is.elta.co.il>
869
870 * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
871
872 2001-02-11 Eli Zaretskii <eliz@is.elta.co.il>
873
874 * gdb.texinfo (Environment): Document that `path' does not change
875 the value of PATH in GDB's own environment (it did in the past,
876 but that was changed on March 15, 1994). Reported by Doug Evans
877 <dje@transmeta.com>.
878
879 * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
880 its line. Fix markup of commands and macros. Add an Index node
881 and index entries.
882
883 2001-01-23 J.T. Conklin <jtc@redback.com>
884
885 * gdb.texinfo (Memory region attributes): New manual section.
886
887 2001-01-04 Nicholas Duffek <nsd@redhat.com>
888
889 * gdbint.texinfo (POP_FRAME): Document use by return_command.
890
891 2000-12-25 Eli Zaretskii <eliz@is.elta.co.il>
892
893 * refcard.tex: Version and copyright fixed. From Phil Edwards
894 <pedwards@disaster.jaj.com>.
895
896 Thu Nov 30 16:57:19 2000 Andrew Cagney <cagney@b1.cygnus.com>
897
898 * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
899 DWARF2_REG_TO_REGNUM): Document.
900
901 Mon Nov 20 21:29:35 2000 Andrew Cagney <cagney@b1.cygnus.com>
902
903 * gdbint.texinfo (Coding): Update current value of
904 --enable-build-warnings. Mention --enable-gdb-build-warnings.
905
906 2000-11-19 Eli Zaretskii <eliz@is.elta.co.il>
907
908 * gdb.texinfo (Continuing and Stepping): Fixed markup and typos,
909 as suggested by Dmitry Sivachenko <dima@Chg.RU>.
910
911 2000-11-10 Christopher Faylor <cgf@cygnus.com>
912
913 * gdb.texinfo: Document new 'set step-mode' command.
914
915 2000-10-16 Eli Zaretskii <eliz@is.elta.co.il>
916
917 * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
918 changes from Dmitry Sivachenko <dima@Chg.RU>.
919
920 2000-09-26 Eli Zaretskii <eliz@is.elta.co.il>
921
922 * gdb.texinfo (Hooks): Document the new post-hook functionality.
923 From Steven Johnson <sbjohnson@ozemail.com.au>.
924
925 2000-08-10 Mark Kettenis <kettenis@gnu.org>
926
927 * gdbint.texinfo (Overall Structure): Spelling fix.
928
929 2000-08-10 Eli Zaretskii <eliz@is.elta.co.il>
930
931 * gdbint.texinfo (Target Architecture Definition): Document that
932 REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
933 for which REGISTER_CONVERTIBLE returns a zero value.
934
935 2000-07-08 Christopher Faylor <cgf@cygnus.com>
936
937 * Makefile.in (install-info): Find files to install in either the
938 build or source directories (adapted from Makefile.am).
939
940 2000-07-07 Nicholas Duffek <nsd@redhat.com>
941
942 * stabs.texinfo: Fix spelling errors.
943 (String Field): FILE-NUMBER starts from 0, not 1.
944
945 2000-07-05 Eli Zaretskii <eliz@is.elta.co.il>
946
947 * refcard.tex: Remove \centerline from the blurb. Patch from
948 Brian Youmans.
949
950 2000-06-25 Eli Zaretskii <eliz@is.elta.co.il>
951
952 * Makefile.in (install-info): Support installation from outside of
953 the source directory. Reported by Mark Harig
954 <markh@frazier.landmark.com>.
955
956 2000-06-20 J.T. Conklin <jtc@redback.com>
957
958 * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
959
960 Fri May 26 15:55:33 2000 Andrew Cagney <cagney@b1.cygnus.com>
961
962 * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
963 Generate using pdftex.
964 (PDFTEX): Define.
965 (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
966 (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
967 @contents at the start.
968
969 2000-05-24 Eli Zaretskii <eliz@is.elta.co.il>
970
971 * gdb.texinfo: Remove duplicate @syncodeindex. From Brian
972 Youmans.
973
974 Wed May 24 21:27:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
975
976 From Brian Youmans:
977 * gdb.texinfo: Fix ``et al.''.
978
979 Tue May 23 22:57:41 2000 Andrew Cagney <cagney@b1.cygnus.com>
980
981 * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
982 loop.
983
984 2000-05-19 Jimmy Guo <guo@cup.hp.com>
985
986 * configure: Regenerate.
987
988 2000-05-17 Eli Zaretskii <eliz@is.elta.co.il>
989
990 * Makefile.in (install-info): Run install-info on installed Info
991 files.
992
993 Fri May 12 20:18:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
994
995 * gdb.texinfo: Add Stan Shebs, et.al. as authors. Mention
996 Andrew Cagney.
997
998 2000-05-09 Eli Zaretskii <eliz@is.elta.co.il>
999
1000 * gdb.texinfo: Proofreading changes from Brian Youmans.
1001
1002 2000-05-01 Nick Duffek <nsd@cygnus.com>
1003
1004 * gdb.texinfo (Command Files): Mention -x, use @enumerate for
1005 startup sequence, minor edits.
1006
1007 2000-05-01 Eli Zaretskii <eliz@is.elta.co.il>
1008
1009 * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
1010 TeX.
1011
1012 * gdb.texinfo: Add "@syncodeindex fn cp". Convert all entries
1013 "@kindex f" into "@kindex f (foo)", otherwise we get index entries
1014 like `n' and `s' which look weird. Convert some of the @kindex to
1015 @vindex, when they refer to variables, not commands.
1016
1017 Sat Apr 29 17:01:04 2000 Andrew Cagney <cagney@b1.cygnus.com>
1018
1019 * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
1020
1021 2000-04-23 Eli Zaretskii <eliz@is.elta.co.il>
1022
1023 * Makefile.in (GDBMI_DIR): New variable.
1024 (SET_TEXINPUTS): Add $(GDBMI_DIR).
1025 (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
1026 (gdbmi.texinfo): New target, for texi2roff.
1027 (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
1028 (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
1029
1030 * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
1031 gdbmi.texinfo.
1032 (Mode Options): Add xref to GDB/MI docs and remove a FIXME
1033 comment.
1034
1035 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1036
1037 * gdb.texinfo (Files): Update description of add-symbol-file
1038 command.
1039
1040 2000-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1041
1042 * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
1043 prevents the build (and is generally a Bad Idea).
1044
1045 2000-04-17 Eli Zaretskii <eliz@is.elta.co.il>
1046
1047 * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
1048 a comma inside @var.
1049 (Command Files): Index markup changes from Dmitry Sivachenko
1050 <dima@Chg.RU>.
1051
1052 2000-04-16 Eli Zaretskii <eliz@is.elta.co.il>
1053
1054 * Makefile.in (LN_S): Define.
1055 (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
1056 invoke "ln -s" unless it is known to work.
1057
1058 * configure.in (AC_PROG_LN_S): Add.
1059
1060 2000-04-14 Jim Blandy <jimb@redhat.com>
1061
1062 * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
1063 section.
1064 (Target Conditionals): Document ADDRESS_TO_POINTER,
1065 POINTER_TO_ADDRESS.
1066
1067 2000-04-11 Daniel Berlin <dan@cgsoftware.com>
1068
1069 * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
1070 gdb-cfg.texi to get the value.
1071
1072 2000-04-10 Jim Blandy <jimb@redhat.com>
1073
1074 * gdbint.texinfo (Target Architecture Definition): Fix
1075 cross-references.
1076
1077 2000-04-08 Jim Blandy <jimb@redhat.com>
1078
1079 * gdbint.texinfo (Using Different Register and Memory Data
1080 Representations): New section.
1081 (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
1082 REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
1083 REGISTER_CONVERT_TO_RAW): Document.
1084
1085 Mon Apr 3 19:16:32 2000 Andrew Cagney <cagney@b1.cygnus.com>
1086
1087 * gdb.texinfo (Protocol): Deprecate the sequence-id. Add cindex
1088 for acknowledgments.
1089
1090 Tue Mar 28 18:28:45 2000 Andrew Cagney <cagney@b1.cygnus.com>
1091
1092 * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
1093 qThreadExtraInfo.
1094
1095 2000-03-28 J.T. Conklin <jtc@redback.com>
1096
1097 * gdb.texinfo: Clarify which remote debug protocol commands are
1098 required and which are optional.
1099
1100 Tue Mar 28 16:06:22 2000 Andrew Cagney <cagney@b1.cygnus.com>
1101
1102 * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
1103 Cagney <cagney@b1.cygnus.com>. Move @chapter and @node entries
1104 back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
1105 * annotate.texi: Update.
1106
1107 2000-03-28 Stan Shebs <shebs@apple.com>
1108
1109 * gdb.texinfo: Update dates, bump to Eighth Edition (note
1110 expectation of additional changes before release), update
1111 ISBN, add copy of top-level menu for @ifhtml, remove explicit
1112 node links, rephrase and/or shorten lines to fix formatting
1113 problem in both regular and @smallbook formats.
1114 * annotate.texi: Shorten lines in example, use smallexample
1115 consistently everywhere.
1116 * Makefile.in: Add comment about texinfo 4.0 html generation.
1117 (SFILES_INCLUDED): Add annotate.texi.
1118
1119 2000-03-27 Daniel Berlin <dan@cgsoftware.com>
1120
1121 * gdb.texinfo (Debugging Output): Added new section, documenting
1122 the "set/show debug" commands.
1123
1124 Fri Mar 24 18:06:34 2000 Andrew Cagney <cagney@b1.cygnus.com>
1125
1126 * annotate.texi (Annotations): When GDBN omit @chapter and @node
1127 entry.
1128
1129 * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
1130 (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
1131 @chapter and @node entries.
1132
1133 * gdb.texinfo: Link all top-level nodes.
1134
1135 Fri Mar 24 17:56:48 2000 Andrew Cagney <cagney@b1.cygnus.com>
1136
1137 * Makefile.in (install-info): Create $(infodir) before installing
1138 files.
1139
1140 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
1141
1142 From David Whedon <dwhedon@gordian.com>
1143 * gdbint.texinfo : Added paragraphs about command deprecation.
1144
1145 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
1146
1147 * gdb.texinfo: Add documentation for the apropos command.
1148
1149 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
1150
1151 * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
1152
1153 2000-03-20 Michael Snyder <msnyder@cleaver.cygnus.com>
1154
1155 * gdb.texinfo: Add white space to prevent overprinting in
1156 two places.
1157
1158 2000-03-17 Stan Shebs <shebs@apple.com>
1159
1160 * gdb.texinfo: Many minor changes from Dmitry Sivachenko
1161 <dima@Chg.RU>, also clarification of allowed content for
1162 string constants.
1163
1164 2000-03-16 Eli Zaretskii <eliz@is.elta.co.il>
1165
1166 * gdb.texinfo (main menu): Add Annotations.
1167 (File Options): Add @cindex entries for each command-line option.
1168 Document --epoch, --annotate, --async, --interpreter, --write,
1169 --statistics, and --version.
1170
1171 * annotate.texi: Convert to a chapter. Use @value{GDBN} instead
1172 of GDB.
1173
1174 2000-02-23 Jim Blandy <jimb@redhat.com>
1175
1176 * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
1177
1178 2000-02-22 Jim Blandy <jimb@redhat.com>
1179
1180 * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
1181
1182 2000-02-15 Jason Molenda (jsm@bugshack.cygnus.com)
1183
1184 * Makefile.in (diststuff): New target.
1185
1186 2000-02-15 Kevin Buettner <kevinb@redhat.com>
1187
1188 * agentexpr.texi: Fix wording regarding Intel's IA-64
1189 architecture. [From Jim Wilson.]
1190
1191 2000-01-16 Tom Tromey <tromey@cygnus.com>
1192
1193 * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
1194 (Delete Breaks): Mention range arguments.
1195 (Disabling): Likewise.
1196
1197 2000-01-05 Dmitry Sivachenko <dima@Chg.RU>
1198
1199 * gdb.texinfo: Wrap "ASCII" in @sc{}; clarify a few sentences.
1200
1201 Wed Dec 8 19:53:08 1999 Andrew Cagney <cagney@b1.cygnus.com>
1202
1203 * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
1204 valid functions.
1205
1206 1999-11-05 Stan Shebs <shebs@andros.cygnus.com>
1207
1208 * gdb.texinfo: Clarify regular expressions used in rbreak.
1209
1210 1999-10-15 Kevin Buettner <kevinb@cygnus.com>
1211
1212 * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
1213 MEMORY_REMOVE_BREAKPOINT): Document.
1214
1215 Thu Oct 14 21:17:17 1999 Andrew Cagney <cagney@b1.cygnus.com>
1216
1217 * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
1218 offset re-using the DATA offset instead.
1219
1220 1999-10-11 Jim Kingdon <kingdon@redhat.com>
1221
1222 * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
1223
1224 1999-10-05 Stan Shebs <shebs@andros.cygnus.com>
1225
1226 From Dmitry Sivachenko <demon@gpad.ac.ru>:
1227 * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
1228 typos.
1229
1230 * gdb.texinfo: Various minor wording and formatting improvements,
1231 mentions of additional command-line options.
1232
1233 1999-09-30 Fred Fish <fnf@cygnus.com>
1234
1235 * gdb.texinfo: Document additional forms of specifying section
1236 names and addresses for the add-symbol-file command.
1237
1238 1999-09-14 Michael Snyder <msnyder@cleaver.cygnus.com>
1239
1240 * gdbint.texinfo: Fix typo, add the word "have".
1241
1242 1999-09-14 Jim Blandy <jimb@cris.red-bean.com>
1243
1244 * gdbint.texinfo (Target Architecture Definition): Document the
1245 SKIP_PERMANENT_BREAKPOINT macro.
1246
1247 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
1248
1249 * gdb.texinfo: Fiks speling errers.
1250
1251 * gdb.texinfo: Fix uses of @multitable.
1252
1253 From Eli Zaretskii <eliz@is.elta.co.il>:
1254 * gdb.texinfo: Include details specific to DOS host, clarify
1255 some confusing language, fix @ref/@xref/@pxref usages, add
1256 comments about using with optimization, add more indexing,
1257 fix info about disassembly-flavor.
1258
1259 Tue Sep 7 09:11:24 1999 Kevin Buettner <kevinb@cygnus.com>
1260
1261 * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
1262 SKIP_SOLIB_RESOLVER): Define.
1263
1264 Fri Sep 3 18:05:14 1999 Andrew Cagney <cagney@b1.cygnus.com>
1265
1266 * gdb.texinfo (Protocol): Review. Add tables describing ``q'' and
1267 ``g'' packets.
1268
1269 1999-08-30 Stan Shebs <shebs@andros.cygnus.com>
1270
1271 * gdb.texinfo: Create a new "Configurations" chapter with
1272 platform-specific info, inline remote.texi and move sections of it
1273 into the new chapter, move bits about info proc, heuristic search,
1274 and register stack into the new chapter.
1275 * remote.texi: Remove, now part of gdb.texinfo.
1276 * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
1277
1278 1999-08-27 Jason Molenda (jsm@bugshack.cygnus.com)
1279
1280 * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
1281 GDB_TARGET_IS_MACH386): These kludges have gone away.
1282
1283 Wed Aug 25 10:47:03 1999 Andrew Cagney <cagney@b1.cygnus.com>
1284
1285 * gdbint.texinfo (Target Architecture Definition): Mention
1286 TDEPLIBS.
1287
1288 1999-08-20 Stan Shebs <shebs@andros.cygnus.com>
1289
1290 * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
1291 surrounding text to fit HP-UX bits into general info.
1292 (HPPA-cfg.texi): Remove, no longer useful.
1293
1294 * gdb.texinfo: Remove explicit links from @node lines, remove
1295 HP-added "Detailed Node Listing" from main menu which confuses
1296 things.
1297
1298 From Dmitry Sivachenko <dima@Chg.RU>:
1299 * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
1300 in description of `set environment'.
1301
1302 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
1303
1304 * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
1305
1306 1999-08-12 Ben Elliston <bje@cygnus.com>
1307
1308 * gdbint.texinfo (Breakpoint Handling): Add missing words.
1309
1310 1999-08-10 Eli Zaretskii <eliz@is.elta.co.il>
1311
1312 * gdb.texinfo (Set Watchpoints): Explain some subtleties about
1313 watch, awatch, and rwatch. Explain why the latter two cannot be
1314 set as software watchpoints. Document that watchpoints for local
1315 variables are deleted when the debuggee terminates.
1316
1317 Wed Aug 11 13:18:14 1999 Andrew Cagney <cagney@amy.cygnus.com>
1318
1319 * remote.texi (Protocol): Further clarification of the "qRcmd"
1320 packet. Allow E.. response packet. "qRcmd" packet is no longer
1321 reserved.
1322
1323 1999-08-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
1324
1325 * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
1326 * gdb.texinfo: Ditto.
1327
1328 1999-08-06 Tom Tromey <tromey@cygnus.com>
1329
1330 * gdb.texinfo (KOD): New node.
1331
1332 Fri Aug 6 17:05:48 1999 Andrew Cagney <cagney@b1.cygnus.com>
1333
1334 * remote.texi (Rcmd): Fix minor formatting typos.
1335
1336 Thu Aug 5 17:57:41 1999 Andrew Cagney <cagney@b1.cygnus.com>
1337
1338 * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
1339 packets.
1340
1341 1999-07-14 Jim Blandy <jimb@zwingli.cygnus.com>
1342
1343 * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
1344 fixes.
1345
1346 Tue Jun 29 11:43:55 1999 Andrew Cagney <cagney@b1.cygnus.com>
1347
1348 * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
1349
1350 Fri Jun 25 11:47:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
1351
1352 * remote.texi (Communication Protocol): ``v'' is in use. Fix
1353 numerous formatting errors. Clarify ``i''. Mark ``i'', ``Z'',
1354 ``z'' and ``qRcmd'' as draft instead of reserved. Identify
1355 packets that are not supported on all hosts. Expand examples.
1356 Spell check.
1357
1358 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
1359
1360 * Makefile.in: Recognize html, install-html. Add targets
1361 to build HTML versions of documentation via texi2html.
1362
1363 Thu Jun 24 15:59:03 1999 Stan Shebs <shebs@andros.cygnus.com>
1364
1365 * gdbint.texinfo (Testsuite): New chapter, information about the
1366 testsuite.
1367
1368 Fri Jun 25 02:40:34 1999 Andrew Cagney <cagney@b1.cygnus.com>
1369
1370 * remote.texi (Communication Protocol): Rewrite.
1371
1372 Thu Jun 24 16:59:54 1999 Andrew Cagney <cagney@b1.cygnus.com>
1373
1374 * stabs.texinfo: Fix uses of xref.
1375
1376 Thu Jun 17 17:23:25 1999 Stan Shebs <shebs@andros.cygnus.com>
1377
1378 * gdbint.texinfo: Add an anti-printf exhortation, and update the
1379 info about patch submission.
1380
1381 Mon Jun 7 15:49:40 1999 Stan Shebs <shebs@andros.cygnus.com>
1382
1383 From Per Bothner <bothner@cygnus.com>:
1384 * gdb.texinfo: Document Chill support.
1385
1386 Fri Jun 4 16:58:22 1999 Andrew Cagney <cagney@b1.cygnus.com>
1387
1388 * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
1389 to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
1390 Document that the value should be greater-than or equal-to zero.
1391 (NO_STD_REGS): Document. Deprecate.
1392
1393 Tue Jun 1 15:04:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
1394
1395 * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
1396 Document that these are not used.
1397
1398 Thu May 27 09:28:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
1399
1400 * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
1401
1402 Mon May 24 10:07:39 1999 Andrew Cagney <cagney@b1.cygnus.com>
1403
1404 * gdbint.texinfo (FRAME_NUM_ARGS): Update definition. Parameter
1405 numargs was dropped.
1406
1407 Thu May 20 12:26:59 1999 Andrew Cagney <cagney@b1.cygnus.com>
1408
1409 * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
1410
1411 Tue Apr 27 19:14:20 1999 Andrew Cagney <cagney@b1.cygnus.com>
1412
1413 * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
1414 Update.
1415
1416 Thu Apr 22 13:07:37 1999 Andrew Cagney <cagney@b1.cygnus.com>
1417
1418 * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
1419 (GET_SAVED_REGISTER): Update, not just the a29k uses this.
1420
1421 Wed Apr 21 13:59:01 1999 Dave Brolley <brolley@cygnus.com>
1422
1423 * gdbint.texinfo: Fix typos: $ -> @.
1424
1425 Tue Apr 20 11:59:38 1999 Andrew Cagney <cagney@b1.cygnus.com>
1426
1427 * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
1428 LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
1429 BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
1430 BREAKPOINT_FROM_PC.
1431
1432 Mon Apr 12 16:00:44 1999 Andrew Cagney <cagney@b1.cygnus.com>
1433
1434 * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
1435 CALL_DUMMY_STACK_ADJUST): Document.
1436
1437 Thu Apr 8 17:23:15 1999 Andrew Cagney <cagney@b1.cygnus.com>
1438
1439 * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
1440 SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
1441
1442 1999-04-02 Stan Shebs <shebs@andros.cygnus.com>
1443
1444 * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
1445 longer exists.
1446
1447 Tue Mar 9 19:25:11 1999 Stan Shebs <shebs@andros.cygnus.com>
1448
1449 * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
1450 nearly all @ifset/@ifclear conditionals; nobody uses them, and
1451 they make the manual source incomprehensible.
1452 * h8-cfg.texi: Remove, hasn't been used in years.
1453
1454 Thu Feb 11 18:00:59 1999 Stan Shebs <shebs@andros.cygnus.com>
1455
1456 * gdb.texinfo: Update the credits.
1457
1458 Mon Feb 8 17:33:57 1999 Stan Shebs <shebs@andros.cygnus.com>
1459
1460 * gdb.texinfo: Fix mistakes noticed in printout of last
1461 draft, add Alpha to discussion of heuristic fence post.
1462
1463 Fri Feb 5 17:20:00 1999 Stan Shebs <shebs@andros.cygnus.com>
1464
1465 * gdb.texinfo, remote.texi: Many changes; update to Seventh
1466 Edition, merge some HP changes into mainline, describe some
1467 previously undocumented features, describe more of the target
1468 commands available, eliminate obsolete section on renamed
1469 commands.
1470 * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
1471
1472 Wed Jan 20 17:47:45 1999 Stan Shebs <shebs@andros.cygnus.com>
1473
1474 * gdb.texinfo: Make many HPPA conditionals unconditional,
1475 including catchpoint description, since now on for all configs.
1476 * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
1477 specializations.
1478
1479 Thu Jan 14 17:10:12 1999 Stan Shebs <shebs@andros.cygnus.com>
1480
1481 * Makefile.in (GDBvn.texi): Fix match expression to work with
1482 current format of VERSION in gdb/Makefile.in.
1483 * gdb.texinfo: Fix node ref to match new readline.
1484
1485 Wed Jan 13 10:38:40 1999 Edith Epstein <eepstein@sophia.cygnus.com>
1486
1487 * gdb.texinfo: Changes made as part of a project to merge in
1488 changes made by HP. Documentation makes extensive use of
1489 @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
1490 on remote debugging. There are differences in documentation
1491 (HP vs. non-HP) on C++ support (aCC vs. gnu gcc++). Also,
1492 the HP manual discusses catchpoints, hardware watchpoints, and
1493 some HPUX specific limitations for shared library support.
1494
1495 There are also a number of @node changes.
1496
1497 1999-01-12 Jason Molenda (jsm@bugshack.cygnus.com)
1498
1499 * gdbint.texinfo (Formatting): Disambiguate a sentence.
1500 (C Usage): Same.
1501
1502 Wed Jan 6 11:55:34 1999 David Taylor <taylor@texas.cygnus.com>
1503
1504 The following changes were made by Edith Epstein
1505 <eepstein@cygnus.com> as part of a project to merge in changes
1506 made by HP.
1507
1508 * HPPA-cfg.texi: new file.
1509
1510 * all-cfg.texi: set HPPA for HP PA-RISC targets.
1511
1512 * refcard.tex: change documentation about catch.
1513 removed info catch.
1514
1515 Mon Jan 4 18:29:18 1999 Stan Shebs <shebs@andros.cygnus.com>
1516
1517 * gdbint.texinfo: Expand on GDB's coding standards,
1518 specify the use of arg names with prototypes.
1519
1520 1998-12-14 J.T. Conklin <jtc@redbacknetworks.com>
1521
1522 * gdb.texinfo: Fix tipo.
1523
1524 Sun Dec 13 10:27:59 1998 Andrew Cagney <cagney@b1.cygnus.com>
1525
1526 * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
1527 TARGET_BYTE_ORDER_SELECTABLE_P.
1528
1529 Thu Dec 10 16:07:09 1998 Andrew Cagney <cagney@b1.cygnus.com>
1530
1531 * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
1532
1533 1998-12-09 Jim Blandy <jimb@zwingli.cygnus.com>
1534
1535 * agentexpr.texi: New file.
1536
1537 Wed Dec 9 21:13:57 1998 Andrew Cagney <cagney@chook>
1538
1539 * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
1540
1541 1998-12-03 J.T. Conklin <jtc@redbacknetworks.com>
1542
1543 * remote.texi: Changed wording that implied that the GDB remote
1544 protocol caches register values instead of GDB itself.
1545
1546 Tue Dec 1 17:45:43 1998 Stan Shebs <shebs@andros.cygnus.com>
1547
1548 * gdbint.texinfo: Add some info about symbol readers.
1549 (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
1550 (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
1551 (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
1552 (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
1553
1554 Mon Nov 30 11:32:21 1998 Andrew Cagney <cagney@chook>
1555
1556 * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
1557
1558 Sat Nov 28 13:45:53 1998 Andrew Cagney <cagney@b1.cygnus.com>
1559
1560 * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
1561
1562 Fri Nov 27 12:39:45 1998 Andrew Cagney <cagney@chook>
1563
1564 * gdbint.texinfo (NO_SINGLE_STEP): Replace with
1565 SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
1566
1567 Wed Oct 14 10:02:40 1998 Andrew Cagney <cagney@b1.cygnus.com>
1568
1569 * gdbint.texinfo: Fix minor typos.
1570
1571 Wed Sep 30 18:03:19 1998 Stan Shebs <shebs@andros.cygnus.com>
1572
1573 * gdbint.texinfo: Complete overhaul. Group descriptions more
1574 logically, add more info on generic algorithms, remove much
1575 obsolete and/or wrong material.
1576
1577 Fri Jul 24 17:51:38 1998 Ian Lance Taylor <ian@cygnus.com>
1578
1579 * stabs.texinfo (Method Type Descriptor): Expand and correct.
1580
1581 Mon May 4 10:37:12 1998 Brian Youmans (3diff@gnu.org)
1582
1583 * refcard.tex: Copyright, address updates.
1584
1585 Tue Apr 21 18:09:56 1998 Stan Shebs <shebs@andros.cygnus.com>
1586
1587 * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
1588 for the edition instead of confusing GDB-version-like numbers.
1589
1590 Mon Apr 13 14:05:00 1998 Fred Fish <fnf@cygnus.com>
1591
1592 * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
1593
1594 Thu Apr 2 16:52:44 1998 Jason Molenda (crash@bugshack.cygnus.com)
1595
1596 * LRS: Reformat a bit to keep text under 80 columns.
1597
1598 Thu Apr 2 16:10:36 1998 Stan Shebs <shebs@andros.cygnus.com>
1599
1600 * gdb.texinfo: Add some credits, mention bug monitor.
1601 * remote.texi: Mention mips monitor targets.
1602 * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
1603
1604 Mon Feb 2 17:13:03 1998 Stan Shebs <shebs@andros.cygnus.com>
1605
1606 * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
1607 files, finish sorting of host vs target vs native macros, describe
1608 some more of them.
1609
1610 Tue Jan 13 16:44:50 1998 Fred Fish <fnf@cygnus.com>
1611
1612 * gdbint.texinfo (Host Conditionals): Document change from
1613 using NO_MMALLOC to it's inverse, USE_MMALLOC.
1614
1615 Mon Nov 24 13:55:21 1997 Andrew Cagney <cagney@b1.cygnus.com>
1616
1617 * gdbint.texinfo (Host Conditionals): Document
1618 PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
1619
1620 Fri Jul 4 14:52:31 1997 Ian Lance Taylor <ian@cygnus.com>
1621
1622 * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
1623 Document LSEEK_NOT_LINEAR.
1624
1625 Tue Mar 25 14:44:09 1997 Ian Lance Taylor <ian@cygnus.com>
1626
1627 * stabs.texinfo (Stab Section Basics): Make it clear that only
1628 some versions of the GNU linker remove the leading N_UNDF symbol.
1629
1630 Thu Feb 27 17:45:19 1997 Ian Lance Taylor <ian@cygnus.com>
1631
1632 * stabs.texinfo (String Field): Document type number pairs here,
1633 instead of in the Sun specific section.
1634 (Include Files): The GNU linker supports the N_BINCL
1635 optimization. Clarify the N_BINCL value, and what it is used
1636 for.
1637 (Procedures): Document N_FUN with an empty string to mark the end
1638 of a function.
1639 (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
1640 (Sun Differences): Remove this node, as the information is now
1641 elsewhere in the main document.
1642 (Stab Section Basics): Mention that the GNU linker may optimize
1643 stabs and remove the leading N_UNDF symbol.
1644
1645 Mon Dec 9 12:23:32 1996 Roland Pesch <roland@wrs.com>
1646
1647 * gdb.texinfo, refcard.tex: Restore author credit
1648
1649 Wed Oct 2 22:01:36 1996 Fred Fish <fnf@fishfood.ninemoons.com>
1650
1651 * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
1652 documentation to account for START and END macros taking
1653 one arg.
1654
1655 Thu Aug 22 17:59:03 1996 Fred Fish <fnf@cygnus.com>
1656
1657 From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
1658 * gdb.texinfo (Frames): Fix typo.
1659
1660 Tue Jul 23 10:06:20 1996 Fred Fish <fnf@cygnus.com>
1661
1662 * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
1663 a target_signal as arg type, not a pid.
1664
1665 Fri Jul 12 11:10:05 1996 Stu Grossman (grossman@critters.cygnus.com)
1666
1667 * gdb.texinfo: Document `set assembly-language'.
1668
1669 Thu Jul 11 13:50:28 1996 Stan Shebs <shebs@andros.cygnus.com>
1670
1671 * remote.texi: Update list of stubs in the GDB distribution.
1672
1673 Fri Jul 5 15:38:54 1996 Fred Fish <fnf@cygnus.com>
1674
1675 * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
1676 Also document that some systems can use mmalloc but must define
1677 this if their C runtime allocates memory that is later freed.
1678 (MMCHECK_FORCE): Document new macro.
1679
1680 Fri Jun 28 22:17:10 1996 Dawn Perchik <dawn@cygnus.com>
1681
1682 * remote.texi: Add documentation for target Sparclet.
1683
1684 Mon Jun 24 18:12:22 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
1685
1686 * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
1687 INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
1688 * configure.in: Rewritten for autoconf.
1689 * configure: New.
1690
1691 Mon Jun 17 10:43:41 1996 Fred Fish <fnf@cygnus.com>
1692
1693 * Makefile.in (DVIPS): New define, set to dvips.
1694 (dvi): Add stabs.dvi.
1695 (ps): New target.
1696 (all-doc): Depend on info, dvi, and ps targets.
1697 (STAGESTUFF): Add *.ps and *.dvi files.
1698 (clean-info, clean-dvi): Remove.
1699 (mostlyclean): Does not depend upon clean-info or clean-dvi,
1700 rules completely rewritten.
1701 (maintainer-clean): Remove clean-info and clean-dvi
1702 dependencies and put their actions in the rules.
1703 (gdb.ps): New target
1704 (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
1705 intermediate TeX files, whether they have 2 or 3 character
1706 extensions.
1707 (gdbint.ps): Add target and rules.
1708 (gdb-internals): Delete unused target.
1709 (Makefile): Depends upon config.status also.
1710
1711 Sat Mar 30 15:46:58 1996 Fred Fish <fnf@cygnus.com>
1712
1713 * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
1714 set.
1715
1716 Sat Mar 16 15:10:20 1996 Fred Fish <fnf@cygnus.com>
1717
1718 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
1719 * gdb.texinfo (Expressions): Fix erroneous array constant example.
1720
1721 Sat Mar 16 13:28:45 1996 Fred Fish <fnf@cygnus.com>
1722
1723 * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
1724
1725 Sat Feb 10 03:28:36 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1726
1727 * gdb.texinfo (Print settings): Document
1728 `set/show print static-members' commands.
1729
1730 Wed Jan 10 14:16:37 1996 Fred Fish <fnf@cygnus.com>
1731
1732 * gdbint.texinfo (Native): Document name change, coredep.c to
1733 core-aout.c.
1734
1735 Wed Dec 13 12:35:28 1995 Ian Lance Taylor <ian@cygnus.com>
1736
1737 * stabs.texinfo (Include Files): Document the values the SunOS4
1738 linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
1739
1740 Fri Dec 8 21:08:44 1995 Fred Fish <fnf@cygnus.com>
1741
1742 * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
1743 Fix typo.
1744
1745 Fri Dec 1 11:07:50 1995 Fred Fish <fnf@cygnus.com>
1746
1747 * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
1748 "gdb.tar.Z".
1749
1750 Wed Sep 20 13:14:10 1995 Ian Lance Taylor <ian@cygnus.com>
1751
1752 * Makefile.in (maintainer-clean): New target, synonym for
1753 realclean.
1754
1755 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
1756
1757 * Update all FSF addresses except those in COPYING* files.
1758
1759 Wed Jul 19 18:43:03 1995 Stan Shebs <shebs@andros.cygnus.com>
1760
1761 From Richard Earnshaw (rearnsha@armltd.co.uk):
1762 * gdb.texinfo (convenience variables): Document $_exitcode.
1763 (quit): Document optional expression to use as exit code.
1764
1765 Thu Jun 22 21:27:33 1995 Victoria Mixon <victoria@cygnus.com>
1766
1767 * gdb.texinfo, remote.texi: Brought up to date with various
1768 GDB changes.
1769
1770 Tue Jun 20 14:35:38 1995 Stan Shebs <shebs@andros.cygnus.com>
1771
1772 * gdb.texinfo: Update dates and versions, fix comments about
1773 hardware watchpoints in future releases and about the
1774 sharedlibrary command.
1775
1776 Mon May 8 09:30:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1777
1778 * stabs.texinfo: Remove node `XCOFF differences'. Describe value of
1779 C_FUN stab. Other cleanups.
1780
1781 Wed Apr 19 07:02:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1782
1783 * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
1784 for the sparc stub.
1785
1786 Tue Apr 11 11:41:49 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1787
1788 * annotate.texi: Clarify which addresses have differing formats
1789 depending on the language and which do not.
1790
1791 Tue Mar 28 16:56:22 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1792
1793 * remote.texi (NetWare): Changed example to use BOARD= instead of
1794 NODE= argument to reflect correspoding change to gdbserve.nlm.
1795
1796 Fri Mar 17 06:47:02 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1797
1798 * stabs.texinfo (Negative Type Numbers): Mention the fact that
1799 GDB, as well as AIX dbx, supports the size type attribute.
1800
1801 Thu Mar 16 12:11:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1802
1803 * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
1804
1805 Mon Mar 13 16:49:13 1995 Per Bothner <bothner@kalessin.cygnus.com>
1806
1807 * gdb.texinfo (Define): Document $arg0... arguments to commands,
1808 and new 'if' and 'while' commands.
1809
1810 Fri Feb 17 15:24:35 1995 Per Bothner <bothner@kalessin.cygnus.com>
1811
1812 * gdb.texinfo (Artificial arrays): Note use of coerce-to-array-type.
1813
1814 Wed Feb 15 11:59:18 1995 J.T. Conklin <jtc@rtl.cygnus.com>
1815
1816 * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
1817 * remote.texi (NetWare): New node, how to use gdbserve.nlm on
1818 NetWare targets. Mostly stolen from the Server node.
1819
1820 Fri Feb 10 20:20:08 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1821
1822 * gdb.texinfo (Setting): Talk about the language of a source file
1823 versus the working language. The old documentation did not match
1824 what GDB did.
1825
1826 Wed Feb 1 20:26:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1827
1828 * stabs.texinfo (Source Files): Document N_SO used to mark the end
1829 of a source file.
1830
1831 Mon Jan 23 14:23:37 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
1832
1833 * gdb.texinfo (Processes): New node.
1834
1835 Tue Jan 17 14:09:03 1995 Ian Lance Taylor <ian@sanguine.cygnus.com>
1836
1837 * remote.texi: Update documentation of set/show mipsfpu.
1838
1839 Fri Jan 6 17:17:28 1995 Stan Shebs <shebs@andros.cygnus.com>
1840
1841 * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
1842 * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
1843
1844 Sun Sep 4 16:47:21 1994 Stan Shebs (shebs@andros.cygnus.com)
1845
1846 * gdbint.texinfo: Removed mentions of some incorrectly placed and
1847 obsolete conditionals, described some others.
1848
1849 Mon Aug 1 15:42:39 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1850
1851 * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
1852 SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
1853
1854 Mon Aug 1 15:12:02 1994 Stan Shebs (shebs@andros.cygnus.com)
1855
1856 * gdbint.texinfo: Put regex conditionals in their own table.
1857
1858 Tue Jul 26 18:32:52 1994 Stan Shebs (shebs@andros.cygnus.com)
1859
1860 * gdbint.texinfo: Removed mentions of many obsolete conditionals,
1861 described or fixed the descriptions of many others.
1862
1863 Sun Jul 17 14:14:03 1994 Stan Shebs (shebs@andros.cygnus.com)
1864
1865 * gdb.texinfo: Add some more credits.
1866 * gdbint.texinfo: Capitalize GDB consistently, describe some
1867 macros and remove some.
1868
1869 Thu Jul 14 18:43:17 1994 Stan Shebs (shebs@andros.cygnus.com)
1870
1871 * gdbint.texinfo: Removed mentions of many incorrectly placed and
1872 obsolete conditionals, described some others.
1873
1874 Tue Jul 12 12:23:15 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
1875
1876 * gdb.texinfo (help targets): Changed to `help target', which
1877 is the correct gdb command.
1878
1879 Wed Jun 22 18:00:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1880
1881 * annotate.texi (TODO): New node, for keeping track of annotations
1882 suggested but not yet implemented.
1883
1884 Wed Jun 1 16:10:45 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1885
1886 * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
1887 another symbol, it is not the address itself.
1888
1889 Thu May 5 20:23:36 1994 Stan Shebs (shebs@andros.cygnus.com)
1890
1891 * stabs.texinfo (Stab Section Basics): Add comment about alignment
1892 of stabs-in-coff sections.
1893
1894 Wed May 4 06:26:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1895
1896 * annotate.texi: Change edition to 0.5 and date to May 1994.
1897 Add index.
1898 (Frames): New node, for frame annotation.
1899 (Displays): New node, for display annotation.
1900
1901 * remote.texi (MIPS Remote): Say that set timeout doesn't apply
1902 when waiting for your program to stop.
1903
1904 Fri Apr 29 18:24:46 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1905
1906 * annotate.texi (Breakpoint Info): Document annotation of header
1907 fields and record annotation.
1908
1909 Thu Apr 28 07:44:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1910
1911 * annotate.texi: New file, to document annotations.
1912
1913 Thu Apr 21 14:20:51 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1914
1915 * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
1916 16 I meant to make this change but did not). Do remove gdb-cfg.texi.
1917
1918 Wed Apr 20 11:22:48 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1919
1920 * stabs.texinfo (Stab Section Basics): Say what is in .stab
1921 section, and say n_strx field is compilation unit relative.
1922 * stabs.texinfo: Don't use @code for a.out when it is the name of
1923 an object file format.
1924
1925 Wed Apr 13 20:29:54 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1926
1927 * gdb.texinfo: Refer to file names, not path names, per rms
1928 convention.
1929 (Arguments): Fix typo.
1930
1931 Thu Mar 24 08:09:12 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1932
1933 * stabs.texinfo (Global Variables): Talk about stabs in files
1934 where variables are referenced, but not defined.
1935
1936 Wed Mar 23 07:16:36 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1937
1938 * stabs.texinfo: Move stuff on @ and # type descriptors from node
1939 Cplusplus to new nodes Member Type Descriptor and Method Type
1940 Descriptor. Re-write stuff for #.
1941
1942 Wed Mar 16 08:20:19 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1943
1944 * gdb.texinfo (Print Settings): Don't document "set print
1945 fast-symbolic-addr off". The bug which it worked around was fixed
1946 on 25 Feb 94 in coffread.c, so I'm nuking the command.
1947
1948 * stabs.texinfo (Alternate Entry Points): New node, rewritten from
1949 N_ENTRY node.
1950
1951 * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
1952
1953 Tue Mar 15 08:43:02 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1954
1955 * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
1956 references to ieee-float.c.
1957
1958 Fri Mar 11 08:09:40 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1959
1960 * gdb.texinfo (Set Breaks): Update documentation for tbreak to
1961 match what the code actually does.
1962
1963 Wed Mar 9 19:43:05 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1964
1965 * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
1966
1967 Tue Mar 1 17:04:43 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
1968
1969 * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
1970 i, and b.
1971
1972 Wed Feb 23 10:44:18 1994 Jim Kingdon (kingdon@rtl.cygnus.com)
1973
1974 * stabs.texinfo: Document N_RBRAC as function relative for COFF as
1975 well as for ELF and SOM. Unify the descriptions of ELF and SOM
1976 as "stabs in sections" rather than just saying "ELF and SOM".
1977 Also make that stuff apply to COFF.
1978
1979 Fri Feb 18 08:25:58 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1980
1981 * gdb.texinfo (Formatting Documentation): Change GhostScript to
1982 Ghostscript.
1983
1984 Fri Feb 4 06:31:31 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1985
1986 * gdb.texinfo (Continuing and Stepping): When talking about "step"
1987 versus functions without line numbers, also mention stepping into
1988 them as well as "step" when you are in them. Tell the user how to
1989 deal with the situation. Add comment about "debugging information".
1990
1991 Thu Feb 3 11:39:59 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1992
1993 * stabs.texinfo (Enumerations): Document restriction on where
1994 enumeration types can appear and still win with GDB.
1995
1996 Wed Feb 2 11:29:17 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
1997
1998 * stabs.texinfo (Negative Type Numbers): Document format for type
1999 -16.
2000
2001 Thu Jan 27 16:53:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2002
2003 * gdb.texinfo (Selection, Frame Info): Update information about
2004 arbitrary frame specficiations.
2005
2006 Wed Jan 26 15:31:57 1994 Roland H. Pesch (pesch@fowanton.cygnus.com)
2007
2008 * gdb.texinfo, remote.texi: general editing pass prior to Net release
2009
2010 Tue Jan 25 12:12:04 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2011
2012 * stabs.texinfo (String Field): Discuss continuing stabs with ?.
2013
2014 Wed Jan 19 06:39:24 1994 David J. Mackenzie (djm@thepub.cygnus.com)
2015
2016 * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
2017
2018 Sun Jan 16 12:43:32 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2019
2020 * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
2021 Differences node to Statics node.
2022 (Statics): Discuss XCOFF use of V symbol descriptor.
2023
2024 * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
2025 not clean.
2026
2027 Wed Jan 12 21:29:54 1994 John Gilmore (gnu@cygnus.com)
2028
2029 * gdb.texinfo (Print Settings): Document `set print
2030 fast-symbolic-addr' and improve the doc for some other
2031 `set print's.
2032
2033 Mon Jan 3 17:23:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
2034
2035 * stabs.texinfo (String Field): Talk about defining several type
2036 numbers at once.
2037 Fix lint regarding changing node ELF Transformations to
2038 ELF and SOM Transformations.
2039
2040 Fri Dec 31 00:42:43 1993 John Gilmore (gnu@cygnus.com)
2041
2042 * stabs.texinfo: Insert Peter Kessler's name as inventor (I think).
2043
2044 Tue Dec 28 09:30:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2045
2046 * stabs.texinfo (Cross-References): `::' is for nested types only
2047 within <>.
2048 (Structures): Document static members.
2049
2050 Mon Dec 27 13:55:04 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2051
2052 * stabs.texinfo: Document S type attribute.
2053
2054 Sun Dec 26 20:46:36 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
2055
2056 * stabs.texinfo: Add notes about stabs-in-som where appropriate.
2057
2058 Fri Dec 3 19:13:19 1993 John Gilmore (gnu@cygnus.com)
2059
2060 * gdbint.texinfo: Fix a few typos.
2061
2062 Sun Nov 28 18:06:25 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2063
2064 * gdb.texinfo, remote.texi: formatting improvements
2065
2066 * gdb.texinfo (New Features): mention threads.
2067 (Summary, C): fix xrefs in newly contributed text.
2068 (Threads): index entries, clarifications, example
2069 (passim): minor typos fixed, phrasing improvements
2070
2071 * remote.texi (Bootstrapping): rephrase text on ^C and add index
2072 entries; (Server): explain use of gdbserver w/real-time systems,
2073 add example of conflicting TCP port; (MIPS Remote) break up
2074 running text into table, highlighting commands, and add example.
2075
2076 Wed Nov 24 14:15:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2077
2078 * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
2079
2080 Fri Nov 12 16:10:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2081
2082 * stabs.texinfo (Nested Symbols): New node.
2083 (String Field, Symbol Descriptors, Cross-References): Refer to it.
2084
2085 Thu Nov 11 13:26:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2086
2087 * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
2088 to picking which Bbss.bss symbol to use, and (because there seems to
2089 be no good way of doing it) re-write some of the text to make it
2090 sound like Bbss.bss isn't such a great idea after all (as currently
2091 designed).
2092
2093 * gdb.texinfo (C): In addition to saying people have to use g++ for
2094 good results, say they have to use stabs. Specifically say cfront
2095 doesn't work well.
2096 (Summary): Merge in information on Modula-2, Pascal, and Chill from
2097 the gdb README. Add xrefs to places where the support for the various
2098 languages is described in detail.
2099
2100 Mon Nov 8 11:47:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2101
2102 * stabs.texinfo: Clean up stuff about visibility and virtual
2103 characters.
2104
2105 * stabs.texinfo (N_M2C): Cite Sun doc.
2106
2107 Fri Nov 5 16:27:27 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2108
2109 * gdb.texinfo: updates re threads.
2110 * remote.texinfo: avoid index entries starting with digits.
2111
2112 Tue Nov 2 09:08:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2113
2114 * stabs.texinfo (Enumerations): Talk about large, negative and
2115 octal values. Clean up cross reference to type attributes.
2116 (String Field): Say that GDB 4.11 supports size attribute.
2117
2118 Sun Oct 31 13:31:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2119
2120 * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
2121 is a mandatory step. Make the stuff about that more concise.
2122
2123 Wed Oct 27 00:25:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2124
2125 * stabs.texinfo (Class Names): New node.
2126
2127 * gdb.texinfo (Command Files): Explain order of init file reading.
2128
2129 * remote.texi (Bootstrapping): Talk about getting the serial driver
2130 to deal with ^C sent by gdb to stop the remote system.
2131
2132 Mon Oct 25 03:25:41 1993 Tom Lord (lord@cygnus.com)
2133
2134 * libgdb.texinfo (I/O): incorporated better phrasing from rich.
2135
2136 * libgdb.texinfo (Defining Commands): made the DOC arg
2137 to gdb_define_app_command a char * instead of char **
2138 per a suggestion from kingdon.
2139
2140 * libgdb.texinfo: total rewrite from a different starting
2141 premise.
2142
2143 Wed Oct 20 18:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2144
2145 * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
2146 floats passed as doubles (to improve clarity).
2147
2148 Tue Oct 19 14:21:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2149
2150 * gdb.texinfo (Source Path): index entries for $cwd, $pdir
2151
2152 * a4rc.sed: update to work with Andreas Vogel papersize params
2153
2154 * refcard.tex: use Andreas Vogel simplifications of papersize
2155 params; remove useless version info; update copyright date.
2156
2157 Tue Oct 19 10:46:22 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2158
2159 * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
2160
2161 Tue Oct 12 09:11:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2162
2163 * gdb.texinfo (Files): Say what address the load command loads it at.
2164
2165 * stabs.texinfo (Common Blocks): Minor cleanups.
2166
2167 * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
2168 that Sun has backed away from the linker kludge and thus the relevant
2169 issue is changes to the SunPRO tools, not the Solaris linker.
2170
2171 * stabs.texinfo (Traditional Integer Types): Clean up description
2172 of octal bounds a little bit. Document extra leading zeroes.
2173
2174 Thu Oct 7 16:15:37 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2175
2176 * gdb.texinfo (Signaling): Update for symbolic symbol names
2177 and add a section explaining the difference between the GDB
2178 signal command and the shell kill utility.
2179
2180 Wed Oct 6 13:23:01 1993 Tom Lord (lord@rtl.cygnus.com)
2181
2182 * libgdb.texinfo: added `@' to braces that were unescaped.
2183
2184 Mon Oct 4 10:42:18 1993 Tom Lord (lord@rtl.cygnus.com)
2185
2186 * libgdb.texinfo: new file. Spec for the gdb library.
2187
2188 Sun Oct 3 15:26:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2189
2190 * stabs.texinfo (Include Files): Fix typo (start -> end).
2191
2192 Thu Sep 30 18:24:56 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2193
2194 * gdb.texinfo, remote.texi: assorted small improvements, mostly
2195 from Melissa at FSF's editing pass.
2196
2197 Thu Sep 30 11:54:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2198
2199 * gdb.texinfo: Remove stuff about ar and 14 character filenames.
2200 I believe this was fixed by the 13 Sep 89 change to print_frame_info.
2201 Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
2202
2203 Wed Sep 22 21:22:11 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2204
2205 * remote.texi (Bootstrapping): Discuss 386 call gates.
2206
2207 Sat Sep 18 17:10:44 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
2208
2209 * stabs.texinfo (Based Variables): New node.
2210
2211 Thu Sep 16 17:48:55 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
2212
2213 * stabs.texinfo (Negative Type Numbers): Re-write discussions of
2214 names, sizes, and formats to suggest how not to lose.
2215
2216 Sat Sep 11 09:35:11 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
2217
2218 * stabs.texinfo (Methods): Fix typo.
2219
2220 Fri Sep 10 06:34:20 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2221
2222 * gdb.texinfo: Fix a few typos.
2223
2224 Wed Sep 8 09:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2225
2226 * gdb.texinfo: Clarify how well it works with Fortran.
2227
2228 * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
2229 More on relocating stabs in ELF files.
2230
2231 Tue Sep 7 13:45:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2232
2233 * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
2234
2235 Mon Sep 6 19:23:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2236
2237 * stabs.texinfo (Local Variable Parameters): Talk about nameless
2238 parameters on VAX.
2239
2240 Fri Sep 3 17:06:08 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2241
2242 * gdb.texinfo: @up/@down -> @raisesections/@lowersections
2243
2244 Fri Sep 3 12:04:15 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2245
2246 * stabs.texinfo: Make info author notice match the TeX author notice.
2247
2248 Tue Aug 31 13:21:06 1993 David J. Mackenzie (djm@thepub.cygnus.com)
2249
2250 * stabs.texinfo: Initial-caps all words in node names and
2251 non-trivial words in section names.
2252
2253 Mon Aug 30 11:13:16 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2254
2255 * stabs.texinfo: Many minor cleanups.
2256
2257 * stabs.texinfo: Remove @deffn except from Expanded Reference node.
2258
2259 Sat Aug 28 12:08:09 1993 David J. MacKenzie (djm@edison.eng.umd.edu)
2260
2261 * stabs.texinfo: Remove full description of big example.
2262 It's not really helpful; just use pieces of it where appropriate.
2263 Add more Texinfo formatting directives (@samp, etc.).
2264 Use @deffn to define stab types.
2265 Eliminate some wordiness. Break up some nodes.
2266 Add an (alphabetized) index of symbol types.
2267 Use consistent capitalization style in node and section names.
2268
2269 Thu Aug 26 06:36:31 1993 Fred Fish (fnf@deneb.cygnus.com)
2270
2271 * gdb.texinfo: Change typo "Two two" to "The two".
2272
2273 Sun Aug 22 12:15:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2274
2275 * stabs.texinfo (XCOFF-differences): Remove references to
2276 non-existent types N_DECL and N_RPSYM.
2277
2278 * stabs.texinfo (String Field): Say that type attributes bug is
2279 fixed in GDB 4.10, since it is.
2280
2281 * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
2282
2283 Sat Aug 21 04:32:28 1993 David MacKenzie (djm@cygnus.com)
2284
2285 * stabs.texinfo: Formatting cleanups.
2286
2287 Fri Aug 20 20:49:53 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2288
2289 * stabs.texinfo: When explaining the n_type of a stab, standardize
2290 how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
2291 no tabs, use @r).
2292 (Global Variables): Clean up.
2293
2294 Tue Aug 17 15:57:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2295
2296 * stabs.texinfo (Stack Variables): Re-write.
2297
2298 Mon Aug 16 21:20:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2299
2300 * stabs.texinfo (Stabs-in-elf): Talk about getting the start
2301 addresses of a source file. Also revise formatting.
2302 Change "object module" or "object file" to "source file".
2303 Various: Miscellaneous cleanups.
2304
2305 Thu Aug 12 15:11:51 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2306
2307 * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
2308
2309 Tue Aug 10 16:57:49 1993 Stan Shebs (shebs@rtl.cygnus.com)
2310
2311 * gdbint.texinfo: Removed many nonsensical machine-collected
2312 host and target conditionals, described some of the remainder.
2313
2314 Tue Aug 10 13:28:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2315
2316 * gdbint.texinfo (Getting Started): Use @itemize, not @table.
2317
2318 * gdbint.texinfo (Top): Add name to @top line, and re-write the
2319 paragraph which follows.
2320
2321 * gdbint.texinfo (Host): Use @code not @samp for Makefile
2322 variables. Looks better and avoids overful hbox.
2323
2324 Fri Jul 30 18:26:21 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2325
2326 * stabs.texinfo (Procedures): Improve stuff on nested functions.
2327
2328 Thu Jul 29 15:10:58 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2329
2330 * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
2331 retransmit-timeout
2332
2333 Thu Jul 29 13:16:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2334
2335 * gdbint.texinfo: Update statement about `some ancient Unix
2336 systems, like Ultrix 4.0' to Ultrix 4.2.
2337
2338 Wed Jul 28 15:26:53 1993 Roland H. Pesch (pesch@el_bosque.cygnus.com)
2339
2340 * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
2341
2342 * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
2343
2344 * remote.texi: (Server) New node on gdbserver. (Remote Serial,
2345 ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
2346
2347 * remote.texi: new name for former gdbinv-s.texi
2348
2349 * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
2350
2351 Wed Jul 28 08:26:24 1993 Ian Lance Taylor (ian@cygnus.com)
2352
2353 * gdbinv-s.texi: Documented timeout and retransmit-timeout
2354 variables for MIPS remote debugging protocol.
2355
2356 Mon Jul 26 13:00:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2357
2358 * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
2359
2360 Tue Jul 20 16:30:41 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
2361
2362 * Makefile.in (refcard.dvi): Use srcdir where necessary.
2363
2364 Mon Jul 19 12:02:50 1993 Roland H. Pesch (pesch@cygnus.com)
2365
2366 * gdb.texinfo: repair conditional bugs in text markup
2367
2368 Fri Jul 16 18:57:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2369
2370 * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
2371 to select Modula-2 material.
2372
2373 Thu Jul 15 13:15:01 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2374
2375 * stabs.texinfo: Cleanups regarding statics.
2376
2377 * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
2378 (Debug Session): Mention exceptionHandler. Add xref to Bootstrapping.
2379
2380 Mon Jul 12 13:37:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2381
2382 * stabs.texinfo: N_MAIN is sometimes used for C.
2383
2384 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2385
2386 * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
2387
2388 Tue Jul 6 12:41:28 1993 John Gilmore (gnu@cygnus.com)
2389
2390 * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
2391 removed from the code by Kingdon.
2392
2393 Tue Jul 6 12:24:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2394
2395 * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
2396 input when evaluating breakpoint conditions; the bug has been fixed.
2397
2398 * gdb.texinfo (Continuing and Stepping): Argument to "continue"
2399 sets the ignore count to N-1, not to N.
2400
2401 Thu Jul 1 14:57:42 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2402
2403 * refcard.tex (\hoffset): correct longstanding error to match
2404 intended offset; avoids cutting off edge on some printers
2405
2406 Wed Jun 30 18:23:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2407
2408 * stabs.texinfo (Parameters): Say that order of stabs is significant.
2409
2410 Fri Jun 25 21:34:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2411
2412 * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
2413
2414 Fri Jun 25 16:15:10 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2415
2416 * Makefile.in: (REFEDITS) new var to control whether PS or CM
2417 fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
2418 collect sed edits if any, apply to refcard before formatting;
2419 (refcard.ps) stop implying PS fonts if PS output requested;
2420 (lrefcard.ps) delete extra target for variant PS fonts
2421
2422 * refcard.tex: parametrize papersize dependent info, collect
2423 in easily replaced spot
2424
2425 * a4rc.sed: new file, edits to refcard for A4 paper
2426
2427 Fri Jun 25 14:21:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2428
2429 * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
2430
2431 Wed Jun 23 15:02:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2432
2433 * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
2434
2435 Tue Jun 22 16:31:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2436
2437 * stabs.texinfo: Express disapproval of 'D' symbol descriptor
2438 politely rather than rudely.
2439
2440 Fri Jun 18 19:42:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2441
2442 * stabs.texinfo: Document common blocks.
2443
2444 Fri Jun 18 12:12:57 1993 Fred Fish (fnf@cygnus.com)
2445
2446 * stabs.texinfo: Add some basic info about stabs-in-elf.
2447
2448 Fri Jun 18 13:57:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2449
2450 * stabs.texinfo (Top): Minor cleanup.
2451
2452 Mon Jun 14 16:16:51 1993 david d `zoo' zuhn (zoo at rtl.cygnus.com)
2453
2454 * Makefile.in (install-info): remove parentdir support
2455
2456 Tue Jun 15 18:11:39 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2457
2458 * gdb.texinfo (Copying): delete this node and references to it;
2459 RMS says this manual need not carry GPL. (passim): Improvements
2460 from last round at FSF, largely due to Ian Taylor review, and
2461 minor formatting improvements.
2462
2463 * gdbinv-s.texi (passim): Improvements from last round at FSF,
2464 largely due to Ian Taylor review. (Debug Session): minor edits to
2465 new text.
2466
2467 Sun Jun 13 12:52:39 1993 Jim Kingdon (kingdon@cygnus.com)
2468
2469 * Makefile.in (realclean): Remove info and dvi files too.
2470
2471 Sat Jun 12 16:09:22 1993 Jim Kingdon (kingdon@cygnus.com)
2472
2473 * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
2474 * Makefile.in: Change accordingly. gdb-config.texi -> gdb-cfg.texi.
2475 * gdb.texinfo: Change accordingly.
2476
2477 * stabs.texinfo: Clean up N_{L,R}BRAC. Discuss what addresses of
2478 N_{L,R}BRAC,N_SLINE are relative to.
2479
2480 Fri Jun 11 15:15:55 1993 Jim Kingdon (kingdon@cygnus.com)
2481
2482 * Makefile.in (GDBvn.texi): Update atomically.
2483
2484 Wed Jun 9 10:58:16 1993 Jim Kingdon (kingdon@cygnus.com)
2485
2486 * gdbinv-s.texi (Debug Session): Document exceptionHook.
2487
2488 Tue Jun 8 13:42:04 1993 Jim Kingdon (kingdon@cygnus.com)
2489
2490 * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
2491 addresses together. Also motivate the set print symbol-filename
2492 command and suggest other solutions.
2493
2494 Tue Jun 1 22:46:43 1993 Fred Fish (fnf@cygnus.com)
2495
2496 * gdb.texinfo (set print elements): Note that the number of
2497 elements is set to unlimited by "set print elements 0".
2498
2499 Mon May 31 08:06:55 1993 Jim Kingdon (kingdon@cygnus.com)
2500
2501 * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
2502 NF_LDOUBLE means.
2503 (Stab Types): Include Solaris stab types.
2504 (Procedures): Document Solaris extensions.
2505
2506 Thu May 27 06:20:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
2507
2508 * gdb.texinfo: Add `set print symbol-filename' doc.
2509
2510 Wed May 26 00:26:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2511
2512 * stabs.texinfo (Arrays): Talk about type definition vs. type
2513 information.
2514
2515 * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
2516 the trailing semicolon.
2517
2518 Tue May 25 14:49:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2519
2520 * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
2521 and merge in other parts of the document addressing these subjects.
2522 gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
2523
2524 * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
2525 at the end of a range type.
2526
2527 * stabs.texinfo (Subranges): "A offset" and "T offset" are not
2528 AIX extensions.
2529
2530 Mon May 24 09:00:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2531
2532 * stabs.texinfo (Stabs Format): Misc fixes.
2533
2534 Sat May 22 10:40:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2535
2536 * stabs.texinfo (Constants): Allow an `e' constant to be non-enum.
2537 (Traditional builtin types): Document convex convention for long long.
2538 (Negative builtin types): Discuss type names, and misc fixes.
2539
2540 Fri May 21 11:20:31 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2541
2542 * stabs.texinfo (Builtin Type Descriptors): Document the floating
2543 point types used with @samp{R} type descriptor.
2544 (Symbol Descriptors): Describe how to handle conflict between
2545 different meanings of @samp{P} symbol descriptor.
2546
2547 Thu May 20 13:35:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2548
2549 * stabs.texinfo: Remove node Quick Reference and put its children
2550 directly under the main menu.
2551
2552 * stabs.texinfo: Many more changes to bring it into line with
2553 AIX documentation and reality. I think it now has all the
2554 information from the AIX documentation, except that I burned
2555 out when I got to variant records (Pascal and Modula-2) and
2556 all the COBOL types. Oh well, we can add them later when we're
2557 worrying more about those languages.
2558
2559 * stabs.texinfo (Automatic variables): Talk about what it means
2560 to omit the symbol descriptor.
2561
2562 Tue May 18 17:59:18 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
2563
2564 * stabs.texinfo (Parameters): Add "(sometimes)" when describing
2565 gcc2 behavior with promoted args.
2566
2567 Fri May 14 21:35:29 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2568
2569 * gdb.texinfo: include readline appendices in info version of manual
2570
2571 Fri May 7 11:56:18 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2572
2573 * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
2574 target remote.
2575
2576 * gdb.texinfo (Machine Code): more index entries for disassemble
2577
2578 Fri May 7 10:12:30 1993 Fred Fish (fnf@cygnus.com)
2579
2580 * Clarify the intended use of the gdb-testers and gdb-patches
2581 mailing lists, and shrink gzip comment.
2582
2583 Thu May 6 16:39:50 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2584
2585 * gdb.texinfo (Shell Commands): do not mention SHELL env var in
2586 DOSHOST configuration of manual.
2587
2588 * gdb.texinfo (MIPS Stack): new node.
2589
2590 * all-config.texi (MIPS) new switch.
2591
2592 * gdbinv-s.texi (Nindy Options) Remove two instances of future
2593 tense; (MIPS Remote) new node.
2594
2595 * gdb.texinfo (passim) rephrases to work around makeinfo @value
2596 bug; (Environment) less passive, other small cleanups in text about
2597 .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
2598 (Remote) new MIPS Remote menu entry.
2599
2600 Thu Apr 29 09:36:25 1993 Jim Kingdon (kingdon@cygnus.com)
2601
2602 * stabs.texinfo: Many changes to include information from the
2603 AIX documentation.
2604
2605 * gdb.texinfo (Environment): Mention pitfall with .cshrc.
2606
2607 Tue Apr 27 14:02:57 1993 Jim Kingdon (kingdon@cygnus.com)
2608
2609 * gdbint.texinfo (new node Debugging GDB, elsewhere):
2610 Move a bunch of information from ../README.
2611 (Getting Started): New node.
2612
2613 Fri Apr 23 17:21:13 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2614
2615 * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
2616
2617 * gdb.texinfo: advance manual revision dates to present
2618
2619 * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
2620 stop using silly Roman numerals in @set variable names
2621
2622 Fri Apr 23 07:30:01 1993 Jim Kingdon (kingdon@cygnus.com)
2623
2624 * stabs.texinfo (Parameters): Keep trying to get this right.
2625
2626 Wed Apr 21 15:18:47 1993 Jim Kingdon (kingdon@cygnus.com)
2627
2628 * stabs.texinfo (Parameters): More on "local parameters".
2629
2630 Mon Apr 19 08:00:51 1993 Jim Kingdon (kingdon@cygnus.com)
2631
2632 * stabs.texinfo (Parameters): Re-do "local parameters" section.
2633
2634 Sun Apr 18 09:47:45 1993 Jim Kingdon (kingdon@cygnus.com)
2635
2636 * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
2637 (Parameters): Rewrite.
2638 (xcoff-differences, Sun-differences): Minor changes.
2639
2640 Thu Apr 15 02:35:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
2641
2642 * stabs.texinfo: Minor cleanup.
2643
2644 Wed Apr 14 17:31:00 1993 Jim Kingdon (kingdon@cygnus.com)
2645
2646 * gdbint.texinfo: Minor xcoff stuff.
2647
2648 Wed Apr 7 14:11:07 1993 Fred Fish (fnf@cygnus.com)
2649
2650 * gdbint.texinfo: Update for new config directory structure.
2651 Add info about internal type data structures.
2652
2653 Mon Apr 5 09:06:30 1993 Ian Lance Taylor (ian@cygnus.com)
2654
2655 * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
2656 $(srcdir).
2657 (gdb-config.texi): Depend on file in $(srcdir).
2658
2659 Fri Apr 2 16:55:13 1993 Jim Kingdon (kingdon@cygnus.com)
2660
2661 * stabs.texinfo: Fixes about N_SO.
2662
2663 Fri Mar 26 18:00:35 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2664
2665 * gdb.texinfo: include list of nonstandard init file names
2666
2667 * *-config.texi: new switch GENERIC for text that applies *only*
2668 to (usual) multiple-target version of manual
2669
2670 * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
2671 h8 config
2672
2673 * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
2674 in menus (rather than conditionally selected multiple alternative
2675 menus).
2676
2677 * Makefile.in: define and use DOC_CONFIG var to select
2678 configuration for GDB user manual.
2679
2680 * gdb-config.texi: delete from repository, generate from Makefile.
2681
2682 * all-config.texi: normal `generic' configuration file, formerly
2683 stored as gdb-config.texi
2684
2685 Wed Mar 24 14:03:19 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
2686
2687 * Makefile.in: add dvi target to build all .dvi files
2688
2689 Tue Mar 23 16:03:24 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2690
2691 * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
2692
2693 Fri Mar 19 21:46:50 1993 John Gilmore (gnu@cygnus.com)
2694
2695 * gdbint.texinfo: Doc NO_MMALLOC and NO_MMALLOC_CHECK as
2696 host conditionals.
2697 * stabs.texinfo: More array fixes inspired by Jim's.
2698
2699 Fri Mar 19 10:23:34 1993 Jim Kingdon (kingdon@cygnus.com)
2700
2701 * stabs.texinfo: Fixes re arrays and continuations.
2702
2703 * gdbint.texinfo: Add XCOFF node.
2704
2705 Mon Mar 8 15:52:18 1993 John Gilmore (gnu@cygnus.com)
2706
2707 * gdb.texinfo: Add `set print max-symbolic-offset' doc.
2708
2709 Sun Feb 21 17:09:38 1993 Per Bothner (bothner@rtl.cygnus.com)
2710
2711 * stabs.texinfo: Fix for array types to mention lower bounds.
2712
2713 Thu Feb 18 01:19:49 1993 John Gilmore (gnu@cygnus.com)
2714
2715 * gdbint.texinfo: Update PTRACE_ARG3_TYPE doc, pull PT_*.
2716
2717 Wed Feb 17 08:15:24 1993 John Gilmore (gnu@cygnus.com)
2718
2719 * gdbint.texinfo: Remove SET_STACK_LIMIT_HUGE from target defines.
2720
2721 Thu Feb 11 10:38:40 1993 John Gilmore (gnu@cygnus.com)
2722
2723 * gdbint.texinfo: Fix thinko (NM_FILE => NAT_FILE). Found
2724 by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
2725
2726 Wed Feb 10 23:59:19 1993 John Gilmore (gnu@cygnus.com)
2727
2728 * gdbint.texinfo: Eliminate IBM6000_HOST, document IBM6000_TARGET.
2729
2730 Tue Feb 9 18:26:21 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2731
2732 * gdb.texinfo, gdbinv-s.texi: misc updates
2733
2734 Sat Feb 6 10:25:47 1993 John Gilmore (gnu@cygnus.com)
2735
2736 * gdbint.texinfo: Brief documentation for longjmp support,
2737 from an email msg by Stu.
2738
2739 Fri Feb 5 14:10:15 1993 John Gilmore (gnu@cygnus.com)
2740
2741 * stabs.texinfo: Fix description of floating point "range"
2742 types (which really define basic types). Reported by Jim Meehan,
2743 <meehan@src.dec.com>.
2744
2745 * gdbint.texinfo: Remove COFF_NO_LONG_FILE_NAMES define, now gone.
2746
2747 Thu Feb 4 13:56:46 1993 Ian Lance Taylor (ian@cygnus.com)
2748
2749 * gdbint.texinfo: Slightly expand section on supporting a new
2750 object file format.
2751
2752 Thu Feb 4 01:49:04 1993 John Gilmore (gnu@cygnus.com)
2753
2754 * Makefile.in (refcard.ps, lrefcard.ps): Remove psref.tex
2755 intermediate file.
2756
2757 Tue Feb 2 12:18:06 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2758
2759 * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
2760
2761 Mon Feb 1 15:35:47 1993 Roland H. Pesch (pesch@fowanton.cygnus.com)
2762
2763 * gdbinv-s.texi: z8000 simulator target name is just "sim"
2764
2765 * gdbinv-s.texi: Mention that Z8000 simulator can simulate Z8001
2766 as well as Z8002.
2767
2768 Sat Nov 28 06:51:35 1992 John Gilmore (gnu@cygnus.com)
2769
2770 * gdbint.texinfo: Add sections on clean design and on how to send
2771 in changes.
2772
2773 Mon Nov 9 23:57:02 1992 John Gilmore (gnu@cygnus.com)
2774
2775 * gdbint.texinfo: Add how to declare the result of make_cleanup.
2776
2777 Mon Oct 26 11:09:47 1992 John Gilmore (gnu@cygnus.com)
2778
2779 * gdb.texinfo: Fix typo, reported by Karl Berry.
2780
2781 Fri Oct 23 00:41:21 1992 John Gilmore (gnu@cygnus.com)
2782
2783 * gdb.texinfo: Add opcodes dir to GDB distribution description.
2784
2785 Sat Oct 10 18:04:58 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
2786
2787 * gdbint.texinfo: fixed a stray email address (needs @@),
2788 added @table @code to node "Native Conditionals"
2789
2790 Tue Sep 22 00:34:15 1992 John Gilmore (gnu@cygnus.com)
2791
2792 * gdbint.texinfo: Describe coding style of GDB.
2793
2794 Mon Sep 21 19:32:16 1992 John Gilmore (gnu@cygnus.com)
2795
2796 * stabs.texinfo: Minor wording changes.
2797
2798 Tue Sep 15 02:57:09 1992 John Gilmore (gnu@cygnus.com)
2799
2800 * gdbint.texinfo: Improve release doc slightly.
2801
2802 Fri Sep 11 01:34:25 1992 John Gilmore (gnu@sphagnum.cygnus.com)
2803
2804 * gdbint.texinfo: Improve doc of GDB config macros.
2805
2806 Wed Sep 9 16:52:06 1992 John Gilmore (gnu@cygnus.com)
2807
2808 * stabs.texinfo: Remove Bothner's changes for C++ nested types.
2809 These will be reinserted when examined.
2810
2811 Mon Aug 24 01:17:55 1992 John Gilmore (gnu@cygnus.com)
2812
2813 * gdbint.texinfo: Make a start at documenting all the #if macros
2814 in GDB. At least list them all, and start separating them into
2815 host-specific and target-specific.
2816
2817 Tue Aug 18 15:59:13 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
2818
2819 * gdbinv-s.m4.in: refrain from using @cartouche for just a few
2820 examples (not consistent w others).
2821 gdb.texinfo: issue disclaimer paragraph on cmdline options only
2822 for generic vn of doc
2823
2824 Tue Aug 18 14:53:27 1992 Ian Lance Taylor (ian@cygnus.com)
2825
2826 * Makefile.in: always create installation directories.
2827
2828 Tue Aug 18 14:11:50 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
2829
2830 * gdb.texinfo: in h8 config, do not describe searching commands.
2831
2832 Mon Aug 17 18:07:59 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
2833
2834 * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
2835 conditionals; introduce a few generic switches that may be
2836 useful for other cross-dev or dos-hosted configs.
2837
2838 * gdb.texinfo: fix typo in "info reg" description
2839
2840 Sun Aug 16 01:16:18 1992 John Gilmore (gnu@cygnus.com)
2841
2842 * stabs.texinfo: Minor updates from running TeX over it.
2843 * Makefile.in (stabs.dvi, stabs.ps): Add.
2844
2845 Sat Aug 15 20:52:24 1992 Per Bothner (bothner@rtl.cygnus.com)
2846
2847 * stabs.texinfo: Stabs documentation, written by Julia Menapace.
2848 First pass at converting it to texinfo.
2849
2850 Sat Aug 15 03:14:59 1992 John Gilmore (gnu@cygnus.com)
2851
2852 * gdb.texinfo, refcard.tex: Document mult args on `info reg'.
2853 * Makefile.in (refcard.ps, lrefcard.ps): Add missing $(srdir).
2854
2855 Fri Aug 14 21:08:47 1992 John Gilmore (gnu@cygnus.com)
2856
2857 * gdbint.texinfo: Add section on partial symbol tables.
2858
2859 Sat Jun 20 16:31:10 1992 John Gilmore (gnu at cygnus.com)
2860
2861 * gdb.texinfo: document `set remotedebug' and `set
2862 rstack_high_address'.
2863
2864 Thu May 14 17:09:48 1992 Roland H. Pesch (pesch@fowanton.cygnus.com)
2865
2866 * gdb.texinfo: slight expansion of new text on reading info files
2867 * gdbinv-s.m4.in: correct and expand info on cross-debugging
2868 H8/300 from DOS.
2869
2870 Tue May 12 12:22:47 1992 John Gilmore (gnu at cygnus.com)
2871
2872 * gdb.texinfo: `info user' => `show user'. Noticed by David Taylor.
2873
2874 Mon May 11 19:06:27 1992 John Gilmore (gnu at cygnus.com)
2875
2876 * gdb.texinfo: Say how to read the `info' files.
2877
2878 Tue May 5 12:11:38 1992 K. Richard Pixley (rich@cygnus.com)
2879
2880 * Makefile.in: gm4 -> m4.
2881
2882 Fri Apr 10 17:50:43 1992 John Gilmore (gnu at rtl.cygnus.com)
2883
2884 * gdb.texinfo: Update for GDB-4.5. Move `Formatting
2885 Documentation' ahead of `Installing GDB' to match README.
2886 Update shared library doc, -readnow and -mapped, and directory
2887 structure (add glob and mmalloc). Update configure doc.
2888
2889 Tue Mar 24 23:28:38 1992 K. Richard Pixley (rich@cygnus.com)
2890
2891 * Makefile.in: remove $(srcdir) from gdb.info rule.
2892
2893 Sat Mar 7 18:44:50 1992 K. Richard Pixley (rich@rtl.cygnus.com)
2894
2895 * Makefile.in: commented out gdb-all.texinfo rule. This is
2896 temporary.
2897
2898 Wed Feb 26 18:04:40 1992 K. Richard Pixley (rich@cygnus.com)
2899
2900 * Makefile.in, configure.in: removed traces of namesubdir,
2901 -subdirs, $(subdir), $(unsubdir), some rcs triggers. Forced
2902 copyrights to '92, changed some from Cygnus to FSF.
2903
2904 Fri Dec 13 09:47:31 1991 John Gilmore (gnu at cygnus.com)
2905
2906 * gdb.texinfo: Improve how we ask for bug reports.
2907
2908 Tue Dec 10 04:07:21 1991 K. Richard Pixley (rich at rtl.cygnus.com)
2909
2910 * Makefile.in: infodir belongs in datadir.
2911
2912 Fri Dec 6 23:57:34 1991 K. Richard Pixley (rich at rtl.cygnus.com)
2913
2914 * Makefile.in: remove spaces following hyphens, bsd make can't
2915 cope. install using INSTALL_DATA. added clean-info. added
2916 standards.text support.
2917
2918 Thu Dec 5 22:46:12 1991 K. Richard Pixley (rich at rtl.cygnus.com)
2919
2920 * Makefile.in: idestdir and ddestdir go away. Added copyrights
2921 and shift gpl to v2. Added ChangeLog if it didn't exist. docdir
2922 and mandir now keyed off datadir by default.
2923
2924 \f
2925 Local Variables:
2926 mode: change-log
2927 left-margin: 8
2928 fill-column: 74
2929 version-control: never
2930 End: