OSDN Git Service

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