]> Git Repo - binutils.git/blob - gdb/doc/ChangeLog
gdb/
[binutils.git] / gdb / doc / ChangeLog
1 2008-09-22  Stan Shebs  <[email protected]>
2
3         * gdb.texinfo (Inferiors): New section.
4
5 2008-09-12  Pedro Alves  <[email protected]>
6
7         * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
8
9 2008-09-11  Ulrich Weigand  <[email protected]>
10
11         * gdbint.texinfo (Target Conditionals): Remove documentation
12         for gdbarch_name_of_malloc.
13
14 2008-09-03  Angela Marie Thomas <[email protected]>
15
16         * gdb.texinfo (Interrupts): Mention TCP interface for
17         sending BREAK.
18
19 2008-08-26  Ulrich Weigand  <[email protected]>
20
21         * gdb.texinfo (Commands to Specify Files): Document "remote:"
22         argument prefix to "set sysroot".
23
24 2008-08-21  Paul N. Hilfinger  <[email protected]>
25
26         * gdb.texinfo (Omissions from Ada): Describe new treatment of True
27         and False.
28
29 2008-08-20  Vladimir Prus  <[email protected]>
30
31         * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
32         for possible features of -list-features.
33
34 2008-08-19  Vladimir Prus  <[email protected]>
35
36         * gdb.texinfo (Background execution): Adjust example
37         (GDB/MI Miscellaneous Commands): Document -list-target-features.
38
39 2008-08-19  Vladimir Prus  <[email protected]>
40
41         * doc/gdb.texinfo (PowerPC): Fix typo.
42         (PowerPC features): Fix typo.
43
44 2008-08-18  Pedro Alves  <[email protected]>
45
46         * observer.texi (thread_ptid_changed): New.
47
48 2008-08-18  Luis Machado  <[email protected]>
49
50         * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
51         (PowerPC features): Mention feature set for VSX registers.
52
53 2008-08-13  Joel Brobecker  <[email protected]>
54
55         * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
56         the direct visibility of all names in user-written packages.
57
58 2008-08-13  Pedro Alves  <[email protected]>
59
60         * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
61         setting, and make it the default.
62         (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
63         non-stop script example.
64
65 2008-08-12  Thiago Jung Bauermann  <[email protected]>
66
67         * gdbint.texinfo (Raw and Virtual Register Representations): Fix
68         reference to the "Using Different Register and Memory Data
69         Representation" section.
70
71 2008-08-12  Sandra Loosemore  <[email protected]>
72
73         * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
74         (Remote Protocol): Add Packet Acknowledgment to menu.
75         (Overview): Mention +/- can be disabled, and point to new section
76         where this is discussed in detail.
77         (General Query Packets): Document QStartNoAckMode packet, and
78         corresponding qSupported reply.
79         (Packet Acknowledgment): New section.
80
81 2008-08-11  Sandra Loosemore  <[email protected]>
82             Pedro Alves  <[email protected]>
83
84         * gdb.texinfo (Threads): Move paragraph about automatic thread
85         selection to All-Stop Mode subsection.
86         (Thread Stops): Reorganize existing material into subsections.
87         Add introductory blurb and menu.
88         (Non-Stop Mode): New subsection.
89         (Background Execution): New subsection.
90         (Maintenance Commands): Add cross-references from async mode
91         commands to the new Background Execution section.
92
93 2008-08-06  Tom Tromey  <[email protected]>
94
95         * gdb.texinfo (Extending GDB): New chapter.
96         (Sequences): Demoted chapter, now a section under the new
97         Extending GDB chapter.
98         (Python): New section.
99
100 2008-07-31  Stan Shebs  <[email protected]>
101
102         * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
103
104 2008-07-29  Stan Shebs  <[email protected]>
105
106         * gdbint.texinfo: General round of cleanup and minor
107         clarifications.
108         (Breakpoint Handling): Remove mention of BREAKPOINT macro.
109         (Longjmp Support): Update description to reflect how it is done
110         for targets without using native header.
111         (Symbol Handling): Add a little more general explanation.
112         (COFF, ELF): Mention stabs encapsulation.
113         (DWARF 3): New section.
114         (Adding a New Host): Scrub out some obsolete bits.
115         (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
116         (Host Conditionals): Remove descriptions of NO_STD_REGS,
117         HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
118         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
119         SEEK_SET, STOP_SIGNAL, USG.
120         (Raw and Virtual Register Representations): Ditto for
121         DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
122         DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
123         (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
124         DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
125         DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
126         DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
127         DEPRECATED_REGISTER_VIRTUAL_SIZE,
128         DEPRECATED_REGISTER_VIRTUAL_TYPE,
129         DEPRECATED_USE_STRUCT_CONVENTION.
130         Describe gdbarch_deprecated_fp_regnum.
131         Update description of gdbarch_print_insn.
132         (Adding a New Target): Scrub out obsolete bits.
133         (Obsolete Conditionals): Remove entire section.
134
135 2008-07-25  Tom Tromey  <[email protected]>
136
137         * observer.texi (GDB Observers): Document new observers:
138         breakpoint_created, breakpoint_deleted, breakpoint_modified,
139         tracepoint_created, tracepoint_deleted, tracepoint_modified,
140         architecture_changed.
141
142 2008-07-21  Stan Shebs  <[email protected]>
143
144         * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
145         instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
146
147 2008-07-21  Tom Tromey  <[email protected]>
148
149         * observer.texi (GDB Observers): Remove obsolete comment.
150         <executable_changed>: Remove argument.
151
152 2008-07-18  Tom Tromey  <[email protected]>
153
154         * gdb.texinfo (Macros): Update.  Use @code rather than @command.
155
156 2008-07-10  Doug Evans  <[email protected]>
157
158         * doc/gdb.texinfo: Document "set print symbol-loading on|off".
159
160 2008-07-10  Jan Kratochvil  <[email protected]>
161
162         * gdb.texinfo (Starting): Document "set disable-randomization".
163
164 2008-07-07  Andreas Schwab  <[email protected]>
165
166         * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
167
168 2008-07-06  Vladimir Prus  <[email protected]>
169
170         * gdb.texinfo (GDB/MI Target Manipulation): Add
171         example of -target-attach.
172
173 2008-06-10  Vladimir Prus  <[email protected]>
174
175         * observer.texi (target_resumed): New observer.
176         * gdb.texinfo (GDB/MI Output Records): Document *running.
177
178 2008-06-06  Tom Tromey  <[email protected]>
179
180         * gdb.texinfo (Completion): Add field name example.
181
182 2008-06-06  Marc Khouzam  <[email protected]>
183
184         * gdb.texinfo (GDB/MI Program Context): Added example
185         to -exec-arguments
186
187 2008-06-05  Nick Roberts  <[email protected]>
188
189         * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
190         annotation.
191
192 2008-06-05  Vladimir Prus  <[email protected]>
193             Nathan Sidwell  <[email protected]>
194             Joseph Myers  <[email protected]>
195
196         * configure.ac: Include ../../config/acx.m4.  Use ACX_PKGVERSION
197         and ACX_BUGURL.
198         * configure: Regenerate.
199         * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
200         (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
201         * gdb.texinfo: Use VERSION_PACKAGE and BUGURL.  Remove
202         mailing-list-specific text about bug reporting unless
203         BUGURL_DEFAULT.
204
205 2008-06-05  Pedro Alves  <[email protected]>
206
207         * gdb.texinfo (-target-select): Remove reference to target async.
208         (Maintenance Commands): Document "maint set/show remote-async".
209
210 2008-06-04  Marc Khouzam  <[email protected]>
211
212         * gdb.texinfo (GDB/MI File Transfer Commands): Typo
213         in -target-file-get section.
214
215 2008-05-22  Pedro Alves  <[email protected]>
216
217         * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
218         killing the inferior when it is already debugging a process.
219
220 2008-05-21  Joel Brobecker  <[email protected]>
221
222         * gdb.texinfo (Continuing and Stepping): Document the new "fin"
223         abbreviation for "finish".
224
225 2008-05-21  Nick Roberts  <[email protected]>
226
227         * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
228
229 2008-05-15  Daniel Jacobowitz  <[email protected]>
230
231         * gdbint.texinfo (Target Conditionals): Delete entry for
232         gdbarch_dwarf_reg_to_regnum.
233
234 2008-05-09  Doug Evans  <[email protected]>
235
236         * gdb.texinfo: Document "find" command, qSearch:memory packet.
237
238 2008-05-05  Doug Evans  <[email protected]>
239
240         * gdb.texinfo (disassemble): Document /m modifier.
241
242 2008-05-05  Vladimir Prus  <[email protected]>
243
244         * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
245         will not report the time of commands that run the target.
246
247 2008-05-03  Vladimir Prus  <[email protected]>
248
249         * gdb.texinfo (GDB/MI Output Records): Add
250         missing semicolon.
251
252 2008-05-03  Vladimir Prus  <[email protected]>
253
254         * gdb.texinfo (GDB/MI Output Records):
255         Document =thread-create and =thread-exited.
256
257 2008-05-03  Vladimir Prus  <[email protected]>
258
259         * gdb.texinfo (GDB/MI Development and Front Ends):
260         Remove mention of dmi-discuss.
261
262 2008-05-03  Pedro Alves  <[email protected]>
263
264         * observer.texi (thread_exit): New.
265
266 2008-05-02  Pedro Alves  <[email protected]>
267
268         * gdb.texinfo (Debugging Output): Document "set/show debug
269         displaced".
270         (Maintenance Commands): Document "maint set/show
271         can-use-displaced-stepping".
272
273 2008-05-02  Daniel Jacobowitz  <[email protected]>
274
275         * gdb.texinfo (ARM): Document set/show arm fallback-mode
276         and set/show arm force-mode.
277
278 2008-05-02  Andreas Schwab  <[email protected]>
279
280         * gdbint.texinfo (Algorithms): Describe
281         target_watchpoint_addr_within_range.
282
283 2008-04-30  Daniel Jacobowitz  <[email protected]>
284
285         * gdbint.texinfo (Stack Frames): New chapter.
286         (Algorithms): Move Frames text to the new chapter.
287         (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS.  Document
288         gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
289
290 2008-04-24  Vladimir Prus  <[email protected]>
291
292         * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
293         output does not necessary include any tokens.
294
295 2008-04-22  Corinna Vinschen  <[email protected]>
296
297         * gdb.texinfo (Set SH Calling convention): New @item.
298         (Show SH Calling convention): Ditto.
299
300 2008-04-22  Markus Deuling  <[email protected]>
301
302         * gdb.texinfo (Fortran Operators): Describe '%' operator.
303
304 2008-04-20  Eli Zaretskii  <[email protected]>
305
306         * gdb.texinfo (Set Breaks): Mention that multiple location
307         breakpoints need line number info.  Add index entries.
308
309 2008-04-19  Craig Silverstein  <[email protected]>
310
311         * gdb.texinfo (Requirements): Add an optional requirement on
312         zlib.
313         * gdbint.texinfo (Debugging File Formats): Add new subsection for
314         Compressed DWARF 2.
315
316 2008-04-16  Aleksandar Ristovski  <[email protected]>
317
318         * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
319         sample output for 'stopped,reason="breakpoint-hit"' message.
320         (GDB/MI Program Execution): Likewise.
321
322 2008-04-09  Marc Khouzam  <[email protected]>
323
324         * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
325         -var-set-format.  Add -f option to -var-evaluate-expression.
326
327 2008-04-03  Joel Brobecker  <[email protected]>
328
329         * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
330         new node "Ambiguous Expressions".  Replace references to this
331         node by references to "Ambiguous Expressions" throughout.
332         (Ambiguous Expressions): New node.
333
334 2008-03-26  Daniel Jacobowitz  <[email protected]>
335
336         * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
337
338 2008-03-21  Pedro Alves  <[email protected]>
339
340         * gdb.texinfo (Debugging Output): Document
341         "set/show debug lin-lwp-async".
342         (Maintenance Commands): Document "maint set/show linux-async".
343
344 2008-03-21  Daniel Jacobowitz  <[email protected]>
345
346         * gdb.texinfo (Expressions): Update description of malloced arrays.
347
348 2008-03-15  Vladimir Prus  <[email protected]>
349
350         * gdb.texinfo (Thread Commands): Document
351         -thread-info.  Remove -thread-list-all-threads.
352
353 2008-03-14  Pedro Alves  <[email protected]>
354             Sandra Loosemore  <[email protected]>
355
356         * gdb.texinfo (Library List Format): Update to mention the
357         possibility to pass section addresses instead of segment
358         addresses.
359
360 2008-03-10  Daniel Jacobowitz  <[email protected]>
361
362         * gdb.texinfo (Starting): Document "set exec-wrapper".
363         (Server): Document gdbserver --wrapper.
364
365 2008-03-03  Daniel Jacobowitz  <[email protected]>
366
367         * gdb.texinfo (Set Watchpoints): Mention watchpoints on
368         unreadable memory.  Delete obsolete SPARClite reference.
369
370 2008-02-28  Daniel Jacobowitz  <[email protected]>
371
372         * gdb.texinfo (Starting): Mention always-running targets.
373         (Target Commands): Add an anchor for load.
374         (Connecting): Explain continue instead of run.
375
376 2008-02-27  Daniel Jacobowitz  <[email protected]>
377
378         * gdb.texinfo (Debugging Output): Document "set debug timestamp".
379
380 2008-02-26  Nick Roberts  <[email protected]>
381
382         * gdb.texinfo (Set Breaks): Revert description of Enb column of
383         breakpoint table.
384
385 2008-02-19  Pedro Alves  <[email protected]>
386
387         * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
388         killing the inferior when it is already debugging a process.
389
390 2008-02-13  Markus Deuling  <[email protected]>
391
392         * gdbint.texinfo (Build Script): New section. Mention new build script
393         gdb_buildall.sh.
394
395 2008-02-01  Jim Blandy  <[email protected]>
396
397         * gdb.texinfo (Help): Summarize 'info args' correctly.
398
399 2008-01-30  Thiago Jung Bauermann  <[email protected]>
400
401         * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
402         available in PowerPC architecture.
403         (Embedded Processors): Change node name of PowerPC item in menu.
404         (PowerPC): Rename to...
405         (PowerPC Embedded): this.
406         (Architectures): Add new PowerPC item in menu.
407         (PowerPC): New node.
408
409 2008-01-30  Daniel Jacobowitz  <[email protected]>
410
411         * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
412         commands.
413
414 2008-01-30  Daniel Jacobowitz  <[email protected]>
415
416         * gdb.texinfo (Setting Catchpoints): Mention features
417         supported on GNU/Linux.
418
419 2008-01-30  Nick Roberts  <[email protected]>
420
421         * gdb.texinfo (GDB/MI File Commands): Describe new output
422         field for MI command -file-list-exec-source-file.
423
424 2008-01-29  Daniel Jacobowitz  <[email protected]>
425
426         * gdb.texinfo (Using the `gdbserver' Program): Add security
427         warning.  Rearrange into subsections and subsubsections.  Document
428         --multi and --debug.  Correct --with-sysroot typo.  Update --attach
429         usage.  Make load reference clearer.  Document monitor exit.
430         (Remote Configuration): Document set remote exec-file, attach-packet,
431         and run-packet.
432         (Packets): Document vAttach and vRun.
433
434 2008-01-29  Nick Roberts  <[email protected]>
435
436         * gdb.texinfo (Processes): Mention process command.
437         detach-on-follow -> detach-on-fork.
438
439 2008-01-28  Daniel Jacobowitz  <[email protected]>
440
441         * gdbint.texinfo (Native Conditionals): Remove
442         SHELL_COMMAND_CONCAT and SHELL_FILE.
443
444 2008-01-26  Eli Zaretskii  <[email protected]>
445
446         * gdb.texinfo (Specify Location): Improve wording.
447
448 2008-01-23  Chris Demetriou  <[email protected]>
449
450         * gdb.texinfo (Threads): Document new "set print thread-events"
451         and "show print thread-events" commands.
452
453 2008-01-19  Eli Zaretskii  <[email protected]>
454
455         * gdb.texinfo (Specify Location): New section.
456         (Delete Breaks, Edit, Set Breaks): Remove description of
457         locations.  Instead, add a reference to "Specify Location".
458         (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
459         (Symbols): Refer to "Specify Location" for the valid forms of
460         linespecs and locations.
461
462 2008-01-18  Markus Deuling  <[email protected]>
463
464         * gdbint.texinfo (Target Conditionals): Replace the description of
465         BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
466
467 2008-01-12  Paul Hilfinger  <[email protected]>
468
469         * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
470         about &&var, which is rejected by the expression parser.
471
472 2008-01-09  Luis Machado  <[email protected]>
473
474         * gdb.texinfo (Output): Update documentation on using printf with DFP
475         types.
476
477 2008-01-07  Thiago Jung Bauermann  <[email protected]>
478
479         * gdb.texinfo (C and C++): Add Decimal Floating Point format
480         subsubsection.
481         (Decimal Floating Point format): New subsubsection.
482
483 2008-01-05  Pedro Alves  <[email protected]>
484
485         * gdb.texinfo (File Options): Remove mention of the attempt to
486         open a core file with the -p option.  Don't list -c as a valid
487         option to attach to a process.
488
489 2008-01-05  Pedro Alves  <[email protected]>
490
491         * gdbint.texinfo (Host Conditionals): Remove mention of
492         ALIGN_STACK_ON_ENTRY.
493
494 2008-01-05  Joel Brobecker  <[email protected]>
495
496         * gdbint.texinfo (Start of New Year Procedure): Add item
497         describing how to update the source and documentation copyright
498         notices.
499
500 2007-12-18  Jim Blandy  <[email protected]>
501
502         * gdb.texinfo (Set Watchpoints): Integrate per-thread
503         watchpoint explanation into the main description of the watchpoint
504         command; update synopses of 'watch', 'rwatch', and 'awatch'
505         commands.
506
507 2007-12-18  Vladimir Prus  <[email protected]>
508
509         * gdb.texinfo (Miscellaneous gdb/mi Commands):
510         Document 'pending-breakpoints' feature of
511         -list-features.
512
513 2007-12-17  Luis Machado  <[email protected]>
514
515         * gdb.texinfo: Add new parameter's description.
516
517 2007-12-16  Daniel Jacobowitz  <[email protected]>
518
519         * gdb.texinfo (Overview): Clarify run-length encoding
520         example.  Remove the restriction on "+" and "-" characters.
521
522 2007-12-15  Eli Zaretskii  <[email protected]>
523
524         * gdb.texinfo (Host I/O Packets): Fix xref syntax.
525
526 2007-12-14  Vladimir Prus  <[email protected]>
527
528         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
529         the -f option for -break-insert, remove -r option,
530         and clarify specification of location.
531
532 2007-11-30  Daniel Jacobowitz  <[email protected]>
533
534         * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
535         formatting.
536         (Remote Debugging): Add File Transfer section.
537         (Remote Configuration): Document Host I/O packets.
538         (GDB/MI): Add GDB/MI File Transfer Commands section.
539         (Host I/O Packets): New section in "Remote Protocol".
540         (Packets): Add vFile.
541
542 2007-11-17  Eli Zaretskii  <[email protected]>
543
544         * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
545         breakpoints with multiple locations.
546         (Breakpoint Menus): Improve wording.
547         (Output): Fix last change.
548
549 2007-11-17  Ulrich Weigand  <[email protected]>
550
551         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
552
553 2007-11-15  Doug Evans  <[email protected]>
554
555         * gdb.texinfo (Symbols): Update output of "maint info symtabs".
556
557 2007-11-15  Vladimir Prus  <[email protected]>
558
559         * gdbint.texinfo (Native Conditionals): Remove
560         mention of CLEAR_SOLIB.
561
562 2007-11-11  Joel Brobecker  <[email protected]>
563
564         * gdb.texinfo (Print Settings): Add documentation for "set/show
565         print frame-arguments".
566
567 2007-11-05  Luis Machado  <[email protected]>
568
569         * gdb.texinfo (Output): Update printf command's description.
570
571 2007-10-30  Daniel Jacobowitz  <[email protected]>
572
573         * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
574         powerpc soft-float".
575
576 2007-10-24  Daniel Jacobowitz  <[email protected]>
577
578         * gdb.texinfo (Files): Correct formatting.  Mention Expat
579         requirement.
580         (Requirements for Building GDB): Expand the list of Expat
581         uses.
582         (Library List Format, Memory Map Format): Mention Expat.
583         (Target Descriptions): Update Expat wording.
584
585 2007-10-24  Daniel Jacobowitz  <[email protected]>
586
587         * gdbint.texinfo (Register and Memory Data, Target Conditionals):
588         Document that gdbarch_convert_register_p should return zero for no-op
589         conversions.
590
591 2007-10-22  Ulrich Weigand  <[email protected]>
592
593         * gdbint.texi (Compiler Characteristics): Move documentation
594         of set_gdbarch_sofun_address_maybe_missing back to ...
595         (Target Conditionals): ... here to fix build break.
596
597 2007-10-19  Ulrich Weigand  <[email protected]>
598
599         * gdbint.texi (Target Conditionals): Remove documentation of
600         SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
601         (Compiler Characteristics): ... documentation of
602         set_gdbarch_sofun_address_maybe_missing.
603
604 2007-10-17  Daniel Jacobowitz  <[email protected]>
605
606         * gdbint.texinfo (Target Conditionals): Use
607         frame_unwind_register_unsigned in examples instead of
608         frame_unwind_unsigned_register.
609
610 2007-10-15  Daniel Jacobowitz  <[email protected]>
611
612         * gdb.texinfo (Predefined Target Types): Add int128
613         and uint128.
614         (Standard Target Features): Add PowerPC features.
615
616 2007-10-15  Daniel Jacobowitz  <[email protected]>
617
618         * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
619
620 2007-10-12  Ulrich Weigand  <[email protected]>
621
622         * gdbint.texi (Target Conditionals): Remove documentation
623         of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
624         gdbarch_extract_return_value, and gdbarch_store_return_value.
625
626 2007-10-12  Ulrich Weigand  <[email protected]>
627
628         * gdbint.texi (Target Conditionals): Remove documentation of
629         and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
630
631 2007-10-11  Kazu Hirata  <[email protected]>
632
633         * gdb.texinfo: Mention that inaccessible-by-default is on by
634         default.
635
636 2007-10-11  Daniel Jacobowitz  <[email protected]>
637
638         * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
639
640 2007-09-30  Daniel Jacobowitz  <[email protected]>
641
642         * gdb.texinfo (Setting Watchpoints): Adjust warning text about
643         multi-threaded watchpoints.
644         * gdbint.texinfo (Watchpoints): Describe how watchpoints are
645         checked.  Describe sticky notification.  Expand description
646         of steppable and continuable watchpoints.
647         (Watchpoints and Threads): New subsection.
648
649 2007-09-28  Vladimir Prus  <[email protected]>
650
651         * gdb.texinfo (Setting Breakpoints): Revise
652         documentation for pending breakpoints.  Document
653         breakpoints with multiple locations.
654
655 2007-09-19  Vladimir Prus  <[email protected]>
656
657         * gdb.texinfo (Miscellaneous gdb/mi Commands):
658         Document -list-features.
659
660 2007-09-15  Eli Zaretskii  <[email protected]>
661
662         * gdb.texinfo (Output): Spell out which features of C's printf are
663         not supported by GDB's printf.
664         (Separate Debug Files): More accurate wording regarding build ID
665         and a reference to the ld manual rather than the Fedora wiki.
666
667 2007-09-04  Daniel Jacobowitz  <[email protected]>
668             Jim Blandy  <[email protected]>
669
670         * gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
671         (Examining Memory): Update mentions of the 's' format.
672         (Automatic Display): Likewise.
673
674 2007-09-02  Daniel Jacobowitz  <[email protected]>
675
676         * gdb.texinfo: Update the FSF's Back-Cover Text.
677
678 2007-09-02  Jan Kratochvil  <[email protected]>
679             Eli Zaretskii  <[email protected]>
680
681         * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
682         Fixed the ``build ID'' name.  New binaries build instructions for the
683         build ID inclusion.  Explain how the commands are specific to the build
684         ID vs. debug link.
685
686 2007-09-01  Eli Zaretskii  <[email protected]>
687
688         * gdb.texinfo (Separate Debug Files): Fix last change.  Add
689         indexing for ``build ID'' support.
690
691 2007-09-01  Jan Kratochvil  <[email protected]>
692
693         * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
694         Enlisted BUILD ID to the debug file searching example.
695         Included a BUILD ID `.note.gnu.build-id' section description.
696         Updated/added the debug files splitting instructions for OBJCOPY.
697
698 2007-08-31  Vladimir Prus  <[email protected]>
699
700         * gdb.texinfo (Variable Objects): Adjust docs
701         for -var-info-expression and document
702         -var-info-path-expression.
703
704 2007-08-20  Jim Blandy  <[email protected]>
705
706         * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
707         (title page): Include the dedication in the printed manual, as a
708         separate page after the copyright notice.
709
710         * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
711         don't break a @var across a line.
712
713 2007-07-25  Maciej W. Rozycki  <[email protected]>
714
715         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
716         for include files.
717
718 2007-07-12  Nick Roberts  <[email protected]>
719
720         * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
721         in annotate.texinfo.
722         (Command History): Link to new node.
723
724 2007-07-05  Markus Deuling  <[email protected]>
725
726         * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
727
728 2007-07-05  Eli Zaretskii  <[email protected]>
729
730         * gdbint.texinfo (Target Conditionals): Fix last change.
731
732 2007-07-03  Markus Deuling  <[email protected]>
733
734         * gdb.texinfo: Replace following macros by their appropriate gdbarch
735         routines:
736         (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
737         (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
738         (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
739         (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
740         (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
741         (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
742         (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
743         (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
744         (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
745         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
746         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
747         (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
748         (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
749         (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
750         (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
751         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
752         (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
753         (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
754         (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
755         (SOFTWARE_SINGLE_STEP_P)
756
757         (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
758         (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
759
760         (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
761         (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
762         (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
763         (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
764         (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
765         (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
766         (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
767         (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
768         (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
769         (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
770
771         (Converting an existing Target Architecture to Multi-arch): Remove
772          section.
773
774         (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
775         (gdbarch_addr_bits_remove): Add code example.
776
777         * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
778
779 2007-07-02  Daniel Jacobowitz  <[email protected]>
780
781         * gdb.texinfo (Remote Configuration): Document library-info-packet.
782         Add other missing entries.  Adjust the table size to fit.
783         (Stop Reply Packets): Use @itemize instead of @enumerate.  Document
784         stop reasons including the new "library" event.
785         (General Query Packets): Adjust table widths for qSupported.  Mention
786         qXfer:libraries:read reply to qSupported and document the new packet.
787         (Library List Format): New section.
788
789 2007-07-01  Jan Kratochvil  <[email protected]>
790
791         * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
792
793 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
794
795         * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
796
797 2007-06-25  Nick Roberts  <[email protected]>
798
799         * gdbint.texinfo (Register and Memory Data): Break sections
800         into nodes and add a menu.
801
802 2007-06-21  Maciej W. Rozycki  <[email protected]>
803
804         * gdb.texinfo (Examining Memory): Document the new behaviour.
805
806 2007-06-21  Vladimir Prus  <[email protected]>
807
808         * gdb.texinfo (Standard Target Features): Document
809         m68k features.
810
811 2007-06-18  Daniel Jacobowitz  <[email protected]>
812
813         * gdb.texinfo (General Query Packets): Document qOffsets changes.
814
815 2007-06-13  Daniel Jacobowitz  <[email protected]>
816
817         * gdb.texinfo (Target Description Format): Add version attribute
818         for <target>.
819
820 2007-06-13  Daniel Jacobowitz  <[email protected]>
821
822         * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
823
824 2007-06-13  Daniel Jacobowitz  <[email protected]>
825
826         * gdb.texinfo (MIPS Features): New subsection.
827
828 2007-06-12  Ulrich Weigand  <[email protected]>
829             Markus Deuling  <[email protected]>
830
831         * gdb.texinfo (General Query Packets): Document qXfer:spu:read
832         and qXfer:spu:write packets and mention them under qSupported.
833
834 2007-06-12  Ulrich Weigand  <[email protected]>
835             Markus Deuling  <[email protected]>
836
837         * gdb.texinfo (Architectures): Add new SPU section to document
838         Cell Broadband Engine SPU architecture specific commands.
839
840 2007-06-09  Vladimir Prus  <[email protected]>
841
842         * gdb.texinfo (GDB/MI Variable Objects): Editorial
843         comments.
844
845 2007-06-07  Nick Roberts  <[email protected]>
846
847         * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
848
849 2007-05-29  Jim Blandy  <[email protected]>
850
851         * gdb.texinfo (Overview): Doc fix.
852
853 2007-05-22  Maciej W. Rozycki  <[email protected]>
854
855         * gdb.texinfo (Remote Configuration): Document "set/show
856         remoteflow".
857
858 2007-05-16  Daniel Jacobowitz  <[email protected]>
859
860         * gdb.texinfo (MIPS): Remove documentation for set mips
861         saved-gpreg-size, show mips saved-gpreg-size, and set mips
862         stack-arg-size.
863
864 2007-05-14  Bob Wilson  <[email protected]>
865
866         * all-cfg.texi (GDBTUI): New.
867         * gdb.texinfo (Mode Options): Use GDBTUI variable.
868         (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
869         (TUI Configuration): Edit to improve clarity and fix problems of
870         both style and content.
871
872 2007-05-11  Ulrich Weigand  <[email protected]>
873
874         * observer.texi (GDB Observers): New observer "new_objfile".
875
876 2007-05-08  Ulrich Weigand  <[email protected]>
877
878         * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
879
880 2007-04-14  Vladimir Prus  <[email protected]>
881
882         * gdb.texinfo (GDB/MI Variable Objects): Document
883         frozen variables objects.
884
885 2007-04-13  Daniel Jacobowitz  <[email protected]>
886
887         * gdb.texinfo (Memory): Reference Remote Debugging chapter.
888         (Character Sets, Caching Data of Remote Targets): Likewise.
889         (Targets): Delete Remote node.  Move its text...
890         (Debugging Remote Programs): ...to here.  Delete description
891         of the "remote" command.
892         (Remote configuration): Delete description of "set remotedevice"
893         and "show remotedevice".
894         (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
895
896 2007-04-11  Bob Wilson  <[email protected]>
897
898         * gdb.texinfo (Contributors, Continuing and Stepping)
899         (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
900         (General Query Packets, File-I/O Remote Protocol Extension)
901         (Protocol Basics, The F Reply Packet, Write)
902         (Protocol-specific Representation of Datatypes, Memory Transfer):
903         Fix hyphenation, punctuation and grammar problems.
904         (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
905         'section' instead of 'subsection' in the text.
906         (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
907         (i386): Remove period from section name.
908         (Installing GDB, Requirements, Running Configure,  Separate Objdir)
909         (Config Names, Configure Options): Use @file{configure}.
910
911 2007-04-11  Daniel Jacobowitz  <[email protected]>
912
913         * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
914         and tab expansion.
915
916 2007-04-10  Daniel Jacobowitz  <[email protected]>
917
918         * gdbint.texinfo (SOM): Correct location of the SOM reader.
919
920 2007-04-02  Bob Wilson  <[email protected]>
921
922         * gdb.texinfo: Consistently capitalize all significant words in
923         node names, chapter titles, section titles, and headings.  Update
924         cross references to match.
925         (Starting and Stopping Trace Experiment): Make node name plural.
926         (Breakpoint related warnings): Hyphenate "Breakpoint-related".
927
928 2007-03-30  Pedro Alves  <[email protected]>
929
930         * gdb.texinfo (WinCE): Delete obsolete subsection.
931
932 2007-03-30  Daniel Jacobowitz  <[email protected]>
933
934         * gdb.texinfo (M68K): Remove obsolete ROM monitors.
935         * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
936         references.
937
938 2007-03-30  Daniel Jacobowitz  <[email protected]>
939
940         * gdb.texinfo (Startup): Delete references to some alternate
941         names for .gdbinit.
942         (Thread): Remove LynxOS reference.
943         (Tandem ST2000): Delete target-specific documentation.
944         * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
945         (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
946         and GDB_OSABI_LYNXOS.
947
948 2007-03-29  Ulrich Weigand  <[email protected]>
949
950         * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
951
952 2007-03-27  Ulrich Weigand  <[email protected]>
953
954         * gdbint.texinfo (Target Conditionals): Remove mention of
955         DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
956         and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
957
958 2007-03-27  Brooks Moses  <[email protected]>
959
960         * Makefile.in: Add "pdfdir" installation
961         directory, PDFTEX macro, support for "install-pdf" target,
962         and rules for making a pdf version of refcard.texi.
963         * refcard.tex: Specify paper size for PDF output.
964
965 2007-03-26  Bob Wilson  <[email protected]>
966
967         * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
968
969 2007-03-26  Bob Wilson  <[email protected]>
970
971         * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
972         (Source Path, Character Sets, Macros, Define)
973         (GDB/MI Result Records, GDB/MI Simple Examples)
974         (GDB/MI Program Execution, GDB/MI File Commands)
975         (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
976         (Bug Reporting): Use @value{GCC}.
977
978 2007-03-26  Bob Wilson  <[email protected]>
979
980         * gdb.texinfo (Help): Fix formatting of examples.
981         (Variables): Use @ifnotinfo instead of @iftex.
982         (Non-debug DLL symbols): Use @ref instead of @pxref.
983         (Sparclet File): Use @samp instead of quotes.
984
985 2007-03-26  Bob Wilson  <[email protected]>
986
987         * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
988
989 2007-03-26  Bob Wilson  <[email protected]>
990
991         * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
992         the order of the nodes.
993         (C Operators, C Constants, Debugging C): Remove extra menus.
994         (Method Names in Commands): Do not specify next/prev/up nodes.
995
996 2007-03-26  Bob Wilson  <[email protected]>
997
998         * gdb.texinfo (File Options): Add missing parenthesis.
999         (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
1000
1001 2007-02-26  Daniel Jacobowitz  <[email protected]>
1002
1003         * gdb.texinfo (Monitor commands for gdbserver): New subsection.
1004
1005 2007-02-26  Daniel Jacobowitz  <[email protected]>
1006
1007         * gdb.texinfo (Standard Target Features): Mention
1008         case insensitivity.
1009         (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
1010
1011 2007-02-18  Nick Roberts  <[email protected]>
1012
1013         * gdb.texinfo (Top): Put Appendix A after numbered sections.
1014         (Files): Add section name to argument list for pxref.
1015         (Non-debug DLL symbols): Don't use `see' for pxref.
1016         (Embedded Processors): Fix typo.
1017         (GDB/MI Breakpoint Commands): Execution commands generate
1018         *stopped not ^done.
1019
1020 2007-02-13  Nick Roberts  <[email protected]>
1021
1022         * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
1023         values for in_scope.  Mention that only root variables can be
1024         updated.
1025         (GDB/MI Development and Front Ends): Explain new values may be
1026         added to existing fields.
1027
1028 2007-02-08  Daniel Jacobowitz  <[email protected]>
1029
1030         * gdb.texinfo (-target-disconnect): Use @smallexample.
1031         (Requirements): Add anchor for Expat.  Update description.
1032         (Target Descriptions): Mention Expat.
1033         (Target Description Format): Document new elements.  Use
1034         @smallexample.
1035         (Predefined Target Types, Standard Target Features): New sections.
1036         * gdbint.texinfo (Target Descriptions): New section.
1037
1038 2007-02-07  Daniel Jacobowitz  <[email protected]>
1039
1040         * gdb.texinfo (Target Description Format): Add section on XInclude.
1041
1042 2006-02-03  Nick Roberts  <[email protected]>
1043
1044         * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
1045         command -enable-timings.
1046
1047 2007-02-02  Markus Deuling  <[email protected]>  (tiny change)
1048
1049         * gdbint.texinfo (Operation System ABI Variant Handling): Update
1050         descriptions for new/deleted elements in gdb_osabi.  Add missing
1051         description for function generic_elf_osabi_sniff_abi_tag_sections.
1052
1053 2007-01-29  Joel Brobecker  <[email protected]>
1054
1055         * gdb.texinfo (Maintenance Commands): Add documentation for
1056         the new "maint print target-stack" command.
1057
1058 2007-01-26  Jan Kratochvil <[email protected]>
1059             Eli Zaretskii  <[email protected]>
1060
1061         * gdb.texinfo: Describe CHAR array vs. string identification rules.
1062
1063 2007-01-26  Eli Zaretskii  <[email protected]>
1064
1065         * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
1066         Use @value{NGCC} instead of @value{GCC}.
1067
1068 2007-01-20  Ralf Wildenhues  <[email protected]>  (tiny change)
1069
1070         * agentexpr.texi: Fix typos.
1071         * annotate.texinfo: Likewise.
1072         * gdb.texinfo: Likewise.
1073         * gdbint.texinfo: Likewise.
1074         * observer.texi: Likewise.
1075         * stabs.texinfo: Likewise.
1076
1077 2007-01-20  Markus Deuling  <[email protected]>  (tiny change)
1078
1079         * gdbint.texinfo (Support Libraries): Remove mmalloc
1080         entry.  Describe readline library.
1081
1082 2007-01-09  Daniel Jacobowitz  <[email protected]>
1083
1084         * gdb.texinfo (Target Descriptions): New section.
1085         (General Query Packets): Add QPassSignals anchor.  Mention
1086         qXfer:features:read under qSupported.  Expand mentions of
1087         qXfer:memory-map:read and QPassSignals.  Document
1088         qXfer:features:read.
1089
1090 2007-01-08  Daniel Jacobowitz  <[email protected]>
1091
1092         * gdb.texinfo (Commands to specify files): Describe
1093         "set sysroot" and "show sysroot".
1094         (Using the `gdbserver' program): Lowercase argument
1095         to @var.  Expand description of setting up GDB on the
1096         host.
1097
1098 2007-01-05  Joel Brobecker  <[email protected]>
1099
1100         * gdb.texinfo (Set Catchpoints): Add documentation for the new
1101         catch exception, catch exception unhandled, and catch assert
1102         commands.
1103
1104 2007-01-04  Daniel Jacobowitz  <[email protected]>
1105
1106         * gdb.texinfo (Debugging Output): Document "set debug xml"
1107         and "show debug xml".
1108
1109 2007-01-04  Daniel Jacobowitz  <[email protected]>
1110
1111         * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
1112
1113 2007-01-01  Joel Brobecker  <[email protected]>
1114
1115         * gdbint.texinfo (Start of New Year Procedure): Add missing item.
1116
1117 2006-12-08  Vladimir Prus  <[email protected]>
1118
1119         * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
1120         note in @ignore, to be removed later if nobody complains.
1121
1122 2006-12-04  Nick Roberts  <[email protected]>
1123
1124         * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
1125         of -var-delete.
1126
1127 2006-11-22  Vladimir Prus  <[email protected]>
1128
1129         * gdb.texinfo (Setting breakpoints): Document
1130         automatic software/hardware breakpoint usage and
1131         the "set breakpoint auto-hw" command.
1132
1133 2006-11-21  Vladimir Prus  <[email protected]>
1134
1135         * gdb.texinfo (Memory Access Checking): New.
1136
1137 2006-11-16  Daniel Jacobowitz  <[email protected]>
1138
1139         * gdb.texinfo (Remote configuration): Mention
1140         "pass-signals-packet".
1141         (General Query Packets): Document QPassSignals.  Fix
1142         a typo.
1143
1144 2006-11-14  Maxim Grigoriev  <[email protected]>
1145
1146         * gdb.texinfo (Contributors): Add contributors of Xtensa port.
1147
1148 2006-11-14  Daniel Jacobowitz  <[email protected]>
1149
1150         * gdb.texinfo (Remote configuration): Rewrite documentation for
1151         packet configuration commands.
1152         (OS Information): Adjust reference to qXfer:auxv:read.
1153         (General Query Packets): Remove references to read-aux-vector-packet
1154         and set remote get-thread-local-storage-address.
1155
1156 2006-11-10  Daniel Jacobowitz  <[email protected]>
1157
1158         * gdbint.texinfo (Target Architecture Definition): Add new
1159         Initializing a New Architecture section.
1160
1161 2006-10-31  David Taylor  <[email protected]>
1162
1163         * stabs.texinfo (Macro define and undefine): New node describing
1164         stabs for #define and #undef.
1165
1166 2006-10-27  Andreas Schwab  <[email protected]>
1167
1168         * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
1169
1170 2006-10-21  Eli Zaretskii  <[email protected]>
1171
1172         * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
1173         clarify on the possible meanings of ``expression'' watched by
1174         watchpoints.  Add indexing.
1175         (Prompting, Errors, Invalidation, Annotations for Running)
1176         (Source Annotations): Fix index entries by adding "annotation" to
1177         them, to discriminate from index entries that point to the more
1178         general topic descriptions.
1179
1180 2006-10-17  Daniel Jacobowitz  <[email protected]>
1181
1182         * gdbint.texinfo (Target Vector Definition): Move most
1183         content into Existing Targets.  Add a menu.
1184         (Existing Targets): New section, moved from Target Vector
1185         Definition.  Use @subsection.
1186         (Managing Execution State): New section.
1187
1188 2006-10-16  Bob Wilson  <[email protected]>
1189
1190         * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
1191
1192 2006-10-15  Eli Zaretskii  <[email protected]>
1193
1194         * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
1195         (Command Syntax, Signals, Backtrace, Connecting)
1196         (Remote configuration, Renesas Boards, Console I/O): Fix last
1197         change: use Ctrl- instead of C-, except wrt Emacs.
1198         (File-I/O Examples): Put Ctrl-c in @kbd.
1199         (Cygwin Native, File-I/O Overview, The Ctrl-C message)
1200         (Console I/O): Use @samp with Ctrl-.
1201         (Signals, Set Breaks, Set Watchpoints): Document optional
1202         arguments to `info signals'  `handle', `info breakpoints', and
1203         `info watchpoints'.
1204
1205 2006-10-14  Eli Zaretskii  <[email protected]>
1206
1207         * gdb.texinfo (Backtrace): Fix last change.
1208
1209 2006-10-14  Nick Roberts  <[email protected]>
1210
1211         * gdb.texinfo (Backtrace): Order correctly and add other cases.
1212
1213 2006-10-10  Bob Wilson  <[email protected]>
1214
1215         * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
1216         (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
1217         (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
1218
1219 2006-09-21  Vladimir Prus  <[email protected]>
1220             Daniel Jacobowitz  <[email protected]>
1221
1222         * gdb.texinfo (Packets): Document vFlashErase,
1223         vFlashWrite and vFlashDone packets.
1224         (General Query Packets): Document qXfer:memory-map:read.
1225         Add a new feature for qXfer:memory-map:read.
1226         (Memory map format): New section.
1227         (Target Commands): Mention that gdb can write flash.
1228
1229 2006-09-21  Vladimir Prus  <[email protected]>
1230             Daniel Jacobowitz  <[email protected]>
1231
1232         * gdb.texinfo (Memory Region Attributes): Mention target-supplied
1233         memory regions and "mem auto".
1234
1235 2006-09-21  Nathan Sidwell  <[email protected]>
1236
1237         * gdbint.texinfo (Array Containers): New section.
1238
1239 2006-09-17  Vladimir Prus  <[email protected]>
1240
1241         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
1242         -stack-list-arguments HIGH_FRAME argument can be larger then the
1243         actual number of frames.
1244
1245 2006-09-07  Vladimir Prus  <[email protected]>
1246
1247         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
1248         -stack-list-locals HIGH_FRAME argument can be larger then the
1249         actual number of frames.
1250
1251 2006-09-02  Bob Wilson  <[email protected]>
1252
1253         * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
1254         Register Packet Format, Tracepoint Packets): Fix spelling errors.
1255
1256 2006-09-02  Eli Zaretskii  <[email protected]>
1257
1258         * gdbint.texinfo (Overall Structure): New section "Source Tree
1259         Structure".
1260
1261 2006-08-17  Jim Blandy  <[email protected]>
1262
1263         * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
1264         responses.
1265
1266 2006-08-08  Joel Brobecker  <[email protected]>
1267
1268         * gdb.texinfo (Source Path): Add documentation for new
1269         substitute-path commands.
1270
1271 2006-08-08  Daniel Jacobowitz  <[email protected]>
1272
1273         * gdb.texinfo (Installing GDB): Update menu.  Move text to...
1274         (Running Configure): ...here.
1275         (Requirements): New node.  Mention expat.
1276
1277 2006-08-08  Vladimir Prus  <[email protected]>
1278
1279         * gdb.texinfo (Target Commands): Remove
1280         'set download-write-size' and 'show download-write-size'.
1281
1282 2006-08-01  Daniel Jacobowitz  <[email protected]>
1283
1284         * stabs.texinfo (Member Type Descriptor): Correct example for
1285         pointer to member types.
1286
1287 2006-07-21  Andrew Stubbs  <[email protected]>
1288
1289         * gdb.texinfo (Optional warnings and messages): Add
1290         'set/show trace-commands'.
1291         (Command files): Add '-v' to source command.
1292
1293 2006-07-12  Daniel Jacobowitz  <[email protected]>
1294
1295         * gdb.texinfo (OS Information): Update qPart reference to
1296         qXfer.
1297         (Remote configuration): Likewise.
1298         (Overview): Move @cindex to the start of a paragraph.  Talk
1299         about binary data encoding.
1300         (Packets): Refer to the overview for the details of the X
1301         packet encoding.
1302         (General Query Packets): Remove qPart description.  Add qXfer
1303         description.  Add an anchor to qSupported.  Correct feature
1304         table title.  Add a new feature for qXfer:auxv:read.
1305         (Interrupts): Add a missing parenthesis.
1306
1307 2006-07-05  Daniel Jacobowitz  <[email protected]>
1308
1309         * gdb.texinfo (KOD): Remove node.
1310         (GDB/MI Kod Commands): Remove commented out node.
1311
1312 2006-07-01  Eli Zaretskii  <[email protected]>
1313
1314         * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
1315         (GDB/MI Breakpoint Commands, GDB/MI Program Context)
1316         (GDB/MI Thread Commands, GDB/MI Program Execution)
1317         (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
1318         (GDB/MI Data Manipulation, GDB/MI Symbol Query)
1319         (GDB/MI File Commands, GDB/MI Target Manipulation)
1320         (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
1321         since the MI prompt is hard-wired into the code.
1322
1323 2006-07-01  Nick Roberts  <[email protected]>
1324
1325         * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
1326         (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
1327         (GDB/MI Data Manipulation): Remove description of unimplemented
1328         display related commands as variable objects perform this function
1329         and are superior: -display-delete, -display-disable,
1330         -display-enable, -display-insert and -display-list.  Move
1331         -environment-cd, -environment-directory, -environment-path
1332         and -environment-pwd to "Program Context".
1333         (GDB/MI Program Control): Rename to "Program Execution".  Move
1334         -exec-arguments -exec-abort to...
1335         (GDB/MI Program Context): ...here.  New node split from "Data
1336          Manipulation".
1337
1338 2006-06-21  Daniel Jacobowitz  <[email protected]>
1339
1340         * gdb.texinfo (Remote configuration): Document set / show
1341         remote supported-packets.
1342         (General Query Packets): Document qSupported packet.
1343
1344 2006-06-10  Sandra Loosemore <[email protected]>
1345
1346         * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
1347         and font markup.
1348         (Protocol basics): Likewise.
1349         (The F request packet): Likewise.
1350         (The F reply packet): Likewise.
1351         (Memory transfer): Move this node to be a subsubsection of
1352         "Protocol specific representation of datatypes".
1353         (The Ctrl-C message): More copy editing.
1354         (Console I/O): Likewise.
1355         (The isatty call): Delete this node, and merge its content into
1356         the "isatty" node.  Fixed references elsewhere.
1357         (The system call): Delete this node, and merge its content into
1358         the "system" node.  Fixed references elsewhere.
1359         (open): Reformat to use @table, and add appropriate font markup.
1360         (close): Likewise.
1361         (read): Likewise.
1362         (write): Likewise.
1363         (lseek): Likewise.
1364         (rename): Likewise.
1365         (unlink): Likewise.
1366         (stat/fstat): Likewise.
1367         (gettimeofday): Likewise.
1368         (isatty): Likewise.
1369         (system): Likewise, plus minor changes to fix confusing wording.
1370         (Integral datatypes): Fix font markup.
1371         (Pointer values): Likewise.
1372         (struct stat): Fix markup to use @table, plus minor copy editing.
1373         (struct timeval): Fix font markup, plus minor copy editing.
1374         (Constants): Minor copy editing.
1375         (Errno values): Add font markup.
1376         (File-I/O Examples): Likewise.
1377
1378 2006-06-10  Nick Roberts  <[email protected]>
1379
1380         * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
1381         (GDB/MI Simple Examples): Move node up one level.  Use real
1382         examples.
1383         (GDB/MI Compatibility with CLI): Update.
1384         (GDB/MI Result Records): Add "connected" and "exit" result
1385         classes.
1386         (GDB/MI Stream Records): Clarify target output.
1387         (GDB/MI Command Description Format): Modify example description.
1388         (GDB/MI Breakpoint Table Commands): Rename to...
1389         (GDB/MI Breakpoint Commands): ...this
1390         (GDB/MI Breakpoint Commands): Add optional thread field.
1391         (GDB/MI Program Control): Add an introduction.  Move "Program
1392         termination" examples into exec-run description.
1393         (GDB/MI File Commands): Mention similar CLI commands.
1394         (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
1395         is similar to "-gdb-version".
1396
1397 2006-06-09  Eli Zaretskii  <[email protected]>
1398
1399         * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
1400
1401 2006-06-02  Nick Roberts  <[email protected]>
1402
1403         * gdb.texinfo (GDB/MI Development and Front Ends): Use
1404         sourceware.org for mailing lists.
1405         (GDB/MI File Commands): New node split from Program Control.
1406
1407 2006-06-01  Nick Roberts  <[email protected]>
1408
1409         * gdb.texinfo (GDB/MI Development and Front Ends): New node.
1410
1411 2006-05-22  Eli Zaretskii  <[email protected]>
1412
1413         * gdb.texinfo (Cygwin Native): Fix last change.
1414
1415 2006-05-22  Christopher Faylor  <[email protected]>
1416
1417         * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
1418
1419 2006-05-15  Nick Roberts  <[email protected]>
1420
1421         * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
1422         (Releasing GDB, Testsuite): Remove details for including DejaGnu.
1423
1424 2006-05-14  Daniel Jacobowitz  <[email protected]>
1425
1426         * gdb.texinfo (General Query Packets): Recommend not starting
1427         new packets with qC and clarify.
1428
1429 2006-05-13  Gaius Mulley  <[email protected]>
1430
1431         * gdb.texinfo (M2 Types): New section.
1432
1433 2006-05-10  Daniel Jacobowitz  <[email protected]>
1434
1435         * agentexpr.texi: Add a copyright and license notice.
1436         * observer.texi: Likewise, with GPL clause for function prototypes.
1437         Remove trailing whitespace.
1438
1439 2006-05-05  Jim Blandy  <[email protected]>
1440
1441         * gdb.texinfo (General Query Packets): Document conventions for
1442         terminating packet names, and their violations.
1443
1444 2006-05-05  Daniel Jacobowitz  <[email protected]>
1445
1446         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
1447         * gdb.texinfo: Likewise.
1448
1449 2006-05-05  Daniel Jacobowitz  <[email protected]>
1450
1451         * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
1452         and "show remotedebug".
1453         (Debugging Output): Add additional index entries.
1454
1455 2006-04-27  Michael Snyder  <[email protected]>
1456
1457         * gdb.texinfo (delete-fork): Command renamed to "delete fork".
1458
1459 2006-04-22  Andrew Cagney  <[email protected]>
1460
1461         * gdb.texinfo (Contributors): Credit frame unwinder contributors.
1462         * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
1463
1464 2006-04-18  Daniel Jacobowitz  <[email protected]>
1465
1466         * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
1467         and remove breakpoint prototypes.
1468         (Watchpoints): Move description of target_insert_hw_breakpoint and
1469         target_remove_hw_breakpoint ...
1470         (Breakpoints): ... to here.  Document target_insert_breakpoint and
1471         target_remove_breakpoint.
1472
1473 2006-04-17  Jim Blandy  <[email protected]>
1474
1475         * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
1476         and C packets are optional.
1477
1478 2006-04-14  Frederic Riss  <[email protected]>
1479
1480         * gdb.texinfo (Specifying source directories): Update the description
1481         of the source file search to reflect the fact that the source path
1482         always contains at least $cdir and $cwd.
1483
1484 2006-03-31  Michael Snyder  <[email protected]>
1485
1486         * gdb.texinfo: Update copyright dates.
1487
1488 2006-03-31  Eli Zaretskii  <[email protected]>
1489
1490         * gdb.texinfo (Overview): Add an index entry to "empty response".
1491
1492 2006-03-28  Jim Blandy  <[email protected]>
1493
1494         * gdbint.texinfo (Prologue Analysis): New section.
1495
1496 2006-03-07  Jim Blandy  <[email protected]>
1497
1498         * gdb.texinfo (Connecting): Document 'target remote pipe'.
1499
1500         * gdb.texinfo (Target Commands): Update text describing how to
1501         specify a target.  Refer to the detailed section on remote
1502         debugging, not the brief mention.
1503
1504         * gdb.texinfo (Connecting): Organize the different 'target remote'
1505         connection methods into a table.  Add a 'target remote' index
1506         entry. (!!!)
1507
1508 2006-02-17  Fred Fish  <[email protected]>
1509
1510         * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
1511         'ptype' commands to reflect the fact that the only significant
1512         difference between them is that ptype prints the complete type
1513         description instead of just the name.
1514
1515 2006-02-13  Wu Zhou  <[email protected]>
1516
1517         * gdbint.texinfo (Watchpoints): Delete
1518         TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
1519
1520 2006-02-10  Nick Roberts  <[email protected]>
1521
1522         * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
1523         times fields where needed.  Fix typos.  Update general form given
1524         for output of -break-insert.
1525         (GDB/MI): Abbreviate some unnecessarily long fullnames.
1526
1527 2006-02-06  Daniel Jacobowitz  <[email protected]>
1528
1529         * gdbint.texinfo (Symbol Handling): Add a section
1530         on memory management.
1531
1532 2006-02-06  Vladimir Prus  <[email protected]>
1533
1534         * gdb.texinfo (Breakpoint table commands): Document the fullname
1535         field in -break-list output.
1536
1537 2006-02-03  Eli Zaretskii  <[email protected]>
1538
1539         * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
1540         debugging information produced by the various "set debug..."
1541         options.
1542
1543 2006-02-01  Daniel Jacobowitz  <[email protected]>
1544
1545         * gdb.texinfo (Files): Remove obsolete bits from the description
1546         of "symbol-file".
1547
1548 2006-01-25  Jim Blandy  <[email protected]>
1549
1550         * gdbint.texinfo (Testsuite): Explain how to run selected tests.
1551
1552 2006-01-24  Jim Blandy  <[email protected]>
1553
1554         * gdbint.texinfo (Frames): Document the basics of GDB's register
1555         unwinding model, and explain the existence of the "sentinel" frame.
1556
1557 2006-01-23  Andrew Stubbs  <[email protected]>
1558
1559         * gdb.texinfo (Choosing files): Mention that -directory is used
1560         for script files.
1561         (Specifying source directories): Likewise.
1562         (Command files): Explain how script files are found.
1563
1564 2006-01-21  Eli Zaretskii  <[email protected]>
1565
1566         * gdb.texinfo (Backtrace): Describe how to get backtrace of all
1567         the threads in a multi-threaded program.
1568         (Threads): The threadno argument of "thread apply" can be a range
1569         of numbers.
1570
1571 2006-01-18  Jim Blandy  <[email protected]>
1572
1573         * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
1574         of warning flags.
1575
1576 2006-01-13  Eli Zaretskii  <[email protected]>
1577
1578         * gdb.texinfo (Sequences): Improve menu annotations.
1579         (Define): Add index entries for arguments of user-defined
1580         commands.  Move the description of flow-control commands...
1581         (Command Files): ...to here.  Document loop_break and
1582         loop_continue.
1583         (Define, Command Files): Document `end' and add index entries for
1584         it.
1585
1586 2006-01-04  Michael Snyder  <[email protected]>
1587
1588         * gdb.texinfo: Add documentation for linux-fork.
1589         * gdbint.texinfo: Add internal documentation for checkpoints.
1590
1591 2006-01-02  Paul N. Hilfinger  <[email protected]>
1592
1593         * gdb.texinfo (Omissions from Ada): Document that there is now
1594         limited aggregate support.
1595
1596 2005-12-28  Eli Zaretskii  <[email protected]>
1597
1598         * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
1599         registers and the likes.
1600
1601 2005-12-24  Eli Zaretskii  <[email protected]>
1602
1603         * gdb.texinfo (Target Commands, Bug Reporting, File Options)
1604         (Symbols): Fix usage of "e.g.".
1605         (Memory Region Attributes): Fix usage of "etc."
1606
1607         * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
1608         (Coding): Fix usage of "e.g.".
1609
1610 2005-12-23  Eli Zaretskii  <[email protected]>
1611
1612         * stabs.texinfo:
1613         * refcard.tex:
1614         * gpl.texi:
1615         * gdbint.texinfo:
1616         * gdb.texinfo:
1617         * gdb-cfg.texi:
1618         * fdl.texi:
1619         * annotate.texinfo:
1620         * all-cfg.texi:
1621         * Makefile.in: Add (C) after Copyright.  Update the FSF
1622         address.
1623
1624 2005-12-03  Eli Zaretskii  <[email protected]>
1625
1626         * gdb.texinfo (Connecting): Explain that `monitor' is a way to
1627         extend GDB with commands for external monitor.
1628
1629 2005-12-02  Andrew Stubbs  <[email protected]>
1630
1631         * gdb.texinfo (Convenience variables): Add init-if-undefined command.
1632
1633 2005-11-25  Joel Brobecker  <[email protected]>
1634
1635         * gdbint.texinfo (Start of New Year Procedure): New chapter.
1636
1637 2005-11-21  Jim Blandy  <[email protected]>
1638
1639         * gdb.texinfo (Tracepoint Packets): Document restrictions on
1640         placement of 'R' actions in tracepoint action packets; document
1641         dependence of 'X' and 'M' actions on a preceding 'R' action for
1642         their registers.
1643
1644 2005-11-19  Jim Blandy  <[email protected]>
1645
1646         * gdb.texinfo (Tracepoint Packets): New node.
1647         (General Query Packets): Add entries for the tracepoint packets,
1648         referring to the "Tracepoint Packets" node.
1649         (Tracepoints): Add reference to "Tracepoint Packets".
1650
1651 2005-11-18  Kevin Buettner  <[email protected]>
1652
1653         * gdb.texinfo (set remotebreak): Add anchor.
1654         (X packet): Likewise.
1655         (Remote Protocol): Add new section `Interrupts' and new index
1656         entry `interrupts (remote protocol)'.
1657
1658 2005-11-18  Jim Blandy  <[email protected]>
1659
1660         * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
1661         entries into the General Query Packets section.  Add a
1662         cross-reference to that section.  Drop description of replies, as
1663         these are covered in the descriptions of each packet.
1664         (General Query Packets): Add introductory text.  Explain naming
1665         conventions, and how the end of a name is recognized.
1666
1667 2005-11-17  Kevin Buettner  <[email protected]>
1668
1669         * gdb.texinfo (Remote configuration): Fix typo in description of
1670         "set remotebreak" command.
1671
1672 2005-11-16  Jim Blandy  <[email protected]>
1673
1674         * gdb.texinfo (Packets, Stop Reply Packets)
1675         (General Query Packets): Various formatting cleanups.
1676         - Use @samp for packet contents.
1677         - Drop summaries from packet @item lines; the same information appears
1678           immediately below in the description.
1679         - Delete paragraph breaks after packet @item commands, so that the
1680           description appears directly to the right of the packet prototype
1681           in the printed manual, if it fits.
1682         - Place spaces in packet prototypes between @vars and non-@var
1683           letters, and explain that they're just for formatting.
1684         - Use @dots{} instead of '...'.
1685         - Fix uses of @code where @var was needed.
1686         - Replace "deprecated" markers with English text spelling out the
1687           packet's status and the preferred alternatives.
1688         - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
1689           what this ever meant.
1690         - Remove "(draft)" markers on 'i' packets; nobody has commented on
1691           this for a long time.
1692         - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
1693           implemented several times, and have been in use for years.
1694
1695 2005-11-15  Jim Blandy  <[email protected]>
1696
1697         * gdb.texinfo (Packets): Add index entries for 'm' packet
1698         disclaimers.
1699
1700         * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
1701         of stub when processing an 'm' packet.
1702
1703         * gdb.texinfo (Packets): Mention that packets beginning with
1704         letters are reserved once, at the top, instead of actually listing
1705         them all and saying "reserved".
1706
1707 2005-11-15  Andrew Stubbs  <[email protected]>
1708
1709         * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
1710         Change @var{$arg0 to @code{$arg0.
1711
1712 2005-11-14  Wu Zhou  <[email protected]>
1713
1714         * gdb.texinfo (Fortran): Add some words about Fortran debugging.
1715
1716 2005-11-12  Jim Blandy  <[email protected]>
1717
1718         * gdb.texinfo (General Query Packets): Put packets in alphabetical
1719         order.  Remove extraneous 'z'.
1720
1721 2005-11-07  Andrew Stubbs  <[email protected]>
1722
1723         * gdb.texinfo (Choosing files): Add --eval-command.
1724
1725 2005-11-04  Andrew Stubbs  <[email protected]>
1726
1727         * gdb.texinfo (Choosing modes): Add --return-child-result.
1728
1729
1730 2005-11-01  Andrew Stubbs  <[email protected]>
1731
1732         * gdb.texinfo (Choosing modes): Add --batch-silent.
1733
1734 2005-10-28  Eli Zaretskii  <[email protected]>
1735
1736         * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
1737         "The -var-update Command".
1738
1739 2005-10-03  Joel Brobecker  <[email protected]>
1740
1741         * gdb.texinfo (Print Settings): Add documentation for set/show
1742         print array-indexes.
1743
1744 2005-09-17  Daniel Jacobowitz  <[email protected]>
1745
1746         * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
1747         6.2 and 6.3.
1748
1749 2005-08-27  Eli Zaretskii  <[email protected]>
1750
1751         * gdb.texinfo (File Options): Don't document --mapped, it's gone
1752         since 19-Jan-2004.
1753         (Files): Likewise.
1754         (Variables, Symbols): Document the "<incomplete type>" message and
1755         its reasons.
1756
1757 2005-08-01  Fred Fish  <[email protected]>
1758
1759         * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
1760
1761 2005-07-15  Nick Roberts  <[email protected]>
1762
1763         * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
1764         option for -var-list-children and -var-update.
1765         (GDB/MI Stack Manipulation): Simplify description of
1766         print-values option for -stack-list-locals.
1767         (GDB/MI Command Description Format): Clarify.
1768         (Mode Options): Spelling of superseded.
1769
1770 2005-07-12  Bob Rossi  <[email protected]>
1771
1772         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
1773         corresponding GDB command comment.
1774
1775 2005-07-06  Bob Rossi  <[email protected]>
1776
1777         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
1778         and -inferior-tty-show.
1779         (Input/Output): Document "set/show inferior-tty" and tty alias.
1780
1781 2005-07-02  Nathan J. Williams  <[email protected]>
1782
1783         * gdb.texinfo (Packets): Change description of 'D' packet to note
1784         that GDB does wait for a response.
1785
1786 2005-06-22  Nick Roberts  <[email protected]>
1787
1788         * gdb.texinfo (History) Rename "Command History".
1789         (Command History): Move node "Server Prefix" from section on
1790         Annotations here.
1791
1792 2005-06-19  Nick Roberts  <[email protected]>
1793
1794         * gdb.texinfo (GDB/MI Stack Manipulation):
1795         Re-instate -stack-info-frame with example.  Say that it gets
1796         info on selected frame, not current frame.
1797
1798 2005-06-18  Eli Zaretskii  <[email protected]>
1799
1800         * gdb.texinfo (Server): Clarify that `file' should be used before
1801         connecting to the server.
1802         (Files): Add an xref to the above description.
1803         (Output Formats): More detailed description of the `c' format.
1804         (Memory): List explicitly all the formats supported by `x'.
1805         (Threads): Add an @cindex entry for "thread apply".
1806         (Files): Document the possibility of loading unlinked object
1807         files.  Add more indexing for solib-absolute-prefix and
1808         --with-sysroot.
1809         (Machine Code): Document possible problems with locations in
1810         shared libraries.
1811         (Backtrace): Document that free-standing environments do not need
1812         to have a `main' function.
1813
1814 2005-06-18  Nick Roberts  <[email protected]>
1815
1816         * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
1817         -stack-info-frame.
1818
1819 2005-06-07  Andrew Cagney  <[email protected]>
1820
1821         * gdb.texinfo (Contributors): Note the original multi-arch
1822         contributors.
1823
1824 2005-06-03  Eli Zaretskii  <[email protected]>
1825
1826         * gdb.texinfo (Registers): Add index entries for the standard
1827         registers.
1828         (Frames): Add cross-reference from frame pointer description to
1829         the Registers node.
1830         (Annotations Overview): Fix the reference to GDB name.
1831
1832 2005-06-01  Eli Zaretskii  <[email protected]>
1833
1834         * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
1835         can-use-hw-watchpoints.
1836
1837 2005-05-28  Bob Rossi  <[email protected]>
1838
1839         * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
1840         the possible reasons why an exec async record would be returned to FE.
1841
1842 2005-05-26  Andrew Cagney  <[email protected]>
1843
1844         * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
1845         Andrew Cagney implemented the original GDB/MI.
1846
1847 2005-05-23  Orjan Friberg  <[email protected]>
1848
1849         * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
1850         documentation.  Add documentation for cris-mode.
1851
1852 2005-05-20  Eli Zaretskii  <[email protected]>
1853
1854         * gdb.texinfo (Numbers): Explain the example and make the wording
1855         more acurate.
1856
1857 2005-05-17  Daniel Jacobowitz  <[email protected]>
1858             Dennis Brueni  <[email protected]>
1859
1860         * gdb.texinfo (GDB/MI Breakpoint Table Commands)
1861         (GDB/MI Data Manipulation, GDB/MI Program Control)
1862         (GDB/MI Stack Manipulation): Update examples to include the fullname
1863         attribute in stack frames.
1864
1865 2005-05-12  Eli Zaretskii  <[email protected]>
1866
1867         * gdb.texinfo (Startup): Fix last change.  Treat gdb.ini like we
1868         do with other non-standard names of init files.
1869
1870 2005-05-11  Eli Zaretskii  <[email protected]>
1871
1872         * gdb.texinfo (Command Files): Move the description of the startup
1873         from here...
1874         (Startup): ...to this new subsection of the Invocation chapter.
1875         Rearrange the description of init files more logically and add a
1876         cross-reference to "Command Files".  Document the special gdbinit
1877         name for CISCO 68k.  Expand the description of what GDB does
1878         during startup.
1879         (History): Add index entry for HISTSIZE.
1880
1881 2005-05-02  Mark Kettenis  <[email protected]>
1882
1883         * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
1884
1885 2005-05-02  Eli Zaretskii  <[email protected]>
1886
1887         * gdb.texinfo (SVR4 Process Information, The isatty call)
1888         (The system call): Don't use foo(N) notation for man pages and
1889         functions.
1890         (Compilation, DJGPP Native): Improve wording.
1891
1892 2005-04-27  Eli Zaretskii  <[email protected]>
1893
1894         * gdb.texinfo (Backtrace): Describe backtraces with arguments that
1895         were optimized away.
1896
1897 2005-04-22  Eli Zaretskii  <[email protected]>
1898
1899         * gdb.texinfo (Remote configuration): Document "set/show
1900         get-thread-local-storage-address".  Add cross-reference to the
1901         description of the qGetTLSAddr packet.
1902         (General Query Packets): Mention "set remote
1903         get-thread-local-storage-address" and add a reference to its
1904         description.
1905
1906 2005-04-19  Nick Roberts  <[email protected]>
1907
1908         * gdb.texinfo (Backtrace): Describe 'bt full'.
1909
1910 2005-04-17  Nick Roberts  <[email protected]>
1911
1912         * gdb.texinfo (Mode Options): Fix typo.
1913         (GDB/MI): Describe how to invoke GDB/MI.
1914
1915 2005-04-16  Eli Zaretskii  <[email protected]>
1916
1917         * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
1918         references changed.  Add description of "info udot".
1919         (Files): Document "set/show stop-on-solib-events".
1920         (M32R/D): Document "set/show download-path", "set/show
1921         board-address", "set/show server-address", "upload", "tload".
1922         Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
1923         "use_mon_code", "use_ib_break", "use_dbt_break".
1924         (Maintenance Commands): Improve indexing.
1925         (Target Commands): Document "set/show hash", "set/show debug
1926         monitor".
1927         (SVR4 Process Information): Document "info pidlist" and "info
1928         meminfo".  Document "set/show procfs-tarce" and "set/show
1929         procfs-file".  Document "proc-trace-*" and "proc-untrace-*".
1930         (Symbols, The Print Command with Objective-C): Improve indexing.
1931         (Objective-C): Add references to "info classes" and "info
1932         selectors".
1933         (Debugging Output): Improve wording.  Document "set/show debug
1934         solib-frv".  Fix "set/show debugvarobj".
1935         (Set Breaks): Add index entry for "hardware breakpoints".
1936         (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
1937         and "set/show usehardbreakpoints".
1938         (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
1939         monitor-prompt", "set/show monitor-warnings", "pmon".
1940         (ARM): Document "rdilogfile", "rdilogenable", "set/show
1941         rdiromatzero", "set/show rdiheartbeat".
1942         (PowerPC): Document SDS-specific commands "set/show sdstimeout",
1943         "sds".
1944         (Embedded Processors): Document the "sim" command.
1945         (Remote): Document the "remote" command.
1946         (DJGPP Native): Document the "info serial" command.
1947         (Threads): Document "maint info sol-threads".
1948         (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
1949         (Set Breaks): Improve indexing.
1950         (Command Syntax): Add a reference to dont-repeat.
1951         (Define): Document "dont-repeat".
1952         (TUI Commands): Document "tabset".
1953         (WinCE): New subsection.  Document "set/show remotedirectory",
1954         "set/show remoteupload", "set/show remoteaddhost".
1955
1956 2005-04-15  Eli Zaretskii  <[email protected]>
1957
1958         * gdb.texinfo (Hurd Native): New subsection, documents
1959         Hurd-specific commands.
1960         (Maintenance Commands): Add cross-reference to "Debugging Output".
1961         (Debugging Output): Document "set/show debug lin-lwp".
1962         (MIPS): Improve documentation of heuristic-fence-post.  Document
1963         "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
1964         mips stack-arg-size", "set/show mips mask-address", "set/show mips
1965         remote-mips64-transfers-32bit-regs", "set/show debug mips".
1966         (ARM): Document ARM-specific commands.
1967         (AVR): New section.  Document "info io_registers".
1968         (CRIS): New section.  Document "set/show cris-version" and
1969         "set/show cris-dwarf2-cfi".
1970         (HPPA): New section.  Document "set/show debug hppa" and "maint
1971         print unwind".
1972         (Neutrino): New subsection.  Document "set/show debug nto-debug".
1973         (Super-H): New section.  Document the "regs" command.
1974         (Debugging Output): Document "set/show debug aix-thread".
1975
1976 2005-04-09  Eli Zaretskii  <[email protected]>
1977
1978         * gdb.texinfo (Print Settings): Document "set/show print
1979         pascal_static-members", "set print repeats", "show print
1980         null-stop".  Improve indexing.  Fix documentation of "set print
1981         union".
1982         (Pascal): New section.
1983         (Supported languages): Rename from "Support"; all references
1984         updated.  Add a menu item for Pascal.
1985         (Numbers): Document "set radix.
1986         (Screen Size): Document "set/show pagination".
1987         (MIPS Embedded): Remove "set processor" documentation.
1988         (Remote configuration): Document "set/show X/P/Z-packet",
1989         "set/show read-aux-vector-packet", "set/show remote
1990         symbol-lookup-packet", "set/show remote verbose-resume-packet",
1991         "set/show remoteaddresssize", "set/show remotebaud", "set/show
1992         remotedebug", "set/show remotebreak", "set/show remotedevice",
1993         "set/show remotelogfile".
1994         (Auxiliary Vector): Add reference to the description of the
1995         read-aux-vector-packet setting.
1996         (Set Watchpoints): Add a cross-reference to "set remote
1997         hardware-breakpoint-limit".
1998         (General Query Packets): Add indexing of requests and
1999         cross-references to related commands in "Remote configuration".
2000         (File-I/O Overview, The system call): Fix wording and typos.
2001         (Thread Stops): Add index entries.
2002         (Continuing and Stepping): Document "show step-mode".
2003         (i386): New node.  Document "set/show struct-convention".
2004         (Files): Document "show trust-readonly-sections".
2005         (Calling): Document "set/show unwindonsignal".
2006         (Messages/Warnings): Add index entries.
2007         (Maintenance Commands): Document "set/show watchdog".
2008         (Annotations Overview): Document "show annotate".
2009         (Set Watchpoints): Add index entries.
2010         (Symbols): Fix doc of case-sensitive.
2011         (ABI): Document "show coerce-float-to-double".
2012         (Convenience Vars, Help): Improve indexing.
2013         (Machine Code): Document "show disassembly-flavor".
2014         (Debugging C plus plus): Document "show overload-resolution".
2015         (Value History, Signaling): Add index entries.
2016
2017 2005-04-08  Eli Zaretskii  <[email protected]>
2018
2019         * gdb.texinfo (Show): Move @kindex entries to their proper places.
2020         (Processes): Fix wording.
2021         (History, List, Logging output, Define, Symbols, Print Settings):
2022         Improve indexing.
2023
2024 2005-04-03  Eli Zaretskii  <[email protected]>
2025
2026         * gdb.texinfo (Targets): Document "set/show architecture".  Remove
2027         redundant index entry for "target" command.
2028         (Backtrace): Add index entries.
2029         (Symbols, Fortran): Document the "set case-sensitive" command.
2030         (DJGPP Native): Document "set com1base", "set com1irq", etc.
2031         (Print Settings): Add index entry for "set demangle-style".
2032         (Target Commands): Document "set download-write-size".
2033         (Debugging Output): Document "set exec-done-display".
2034
2035 2005-04-02  Eli Zaretskii  <[email protected]>
2036
2037         * gdb.texinfo (Files): Fix the name and documentation of
2038         add-shared-symbol-files.  Document its alias assf.  Update the
2039         list of OSs where GDB supports shared libraries.  Fix markup.
2040         (Continuing and Stepping): Add reference to @var{location} in the
2041         text.
2042         (Dump/Restore Files): Fix reference to @{filename}.
2043         (Help): Fix wording.
2044         (Attach): Ditto.
2045         (Set Watchpoints): Ditto.
2046         (Backtrace): Remove redundant index entries.  Improve index
2047         entries.
2048         (Delete Breaks): Fix wording.
2049         (Memory): Document the compare-sections command.
2050         (Memory Region Attributes): Improve wording.
2051         (Disabling): Improve wording.
2052         (Fortran): New subsection.  Document the "info common" command.
2053         (Help): Document aliases "info copying" and "info warranty".
2054         (Caching Remote Data): New section.  Document the "set/show
2055         remotecache" and "info dcache" commands.
2056         (Show): Fix wording of the documentation of the "set
2057         extension-language" command.
2058         (Signals): Add index entry for "info handle".
2059         (Memory Region Attributes): Fix punctuation.
2060         (Symbols): Change the arg name to "location" and refer to it in
2061         the text.  Fix wording of "info types" doc.
2062         (Threads): Fix usage of @enumerate @item's.
2063         (Listing Tracepoints): Add index entry for "info tp".
2064         (Set Watchpoints): Add xref to "info break" description.
2065         (Macros): Add an index entry for "macro exp1".  Document the
2066         "macro list" command.
2067         (Maintenance Commands): Document "flushregs", "maint agent",
2068         "maint check-symtabs", "maint cplus", "maint demangle", "maint
2069         deprecate", "maint undeprecate", "maint dump-me", "maint packet",
2070         "maint print architecture", "maint print objfiles", "maint print
2071         statistics", "maint print type", "maint show-debug-regs", "maint
2072         space", "maint time", and "maint translate-address".
2073         (Connecting): Document the "monitor" command.
2074         (Annotations Overview): Describe the "set annotate" command.
2075
2076 2005-04-01  Eli Zaretskii  <[email protected]>
2077
2078         * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
2079         Rearrange index entries and improve wording about support for
2080         hardware watchpoints.
2081
2082 2005-03-10  Bob Rossi  <[email protected]>
2083
2084         * gdb.texinfo: Update copyright
2085
2086 2005-02-09  Theodore A. Roth  <[email protected]>
2087
2088         * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
2089         error.
2090
2091 2005-02-03  Kevin Buettner  <[email protected]>
2092
2093         * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
2094
2095 2005-01-17  Michael Snyder  <[email protected]>
2096
2097         * gdb.texinfo: Fix spelling, infinte  ->  infinite.
2098
2099 2005-01-08  Mark Kettenis  <[email protected]>
2100
2101         * observer.texi (GDB Observers): Document "solib_loaded".
2102
2103 2005-01-07  Andrew Cagney  <[email protected]>
2104
2105         * configure.ac: Rename configure.in, require autoconf 2.59.
2106         * configure: Re-generate.
2107
2108         * configure.in: Replace configdirs with multiple references to
2109         AC_CONFIG_SUBDIRS.
2110         * configure: Re-generate.
2111
2112 2005-01-04  Andrew Cagney  <[email protected]>
2113
2114         * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
2115         part of the version number.
2116
2117 2004-12-24  Mark Kettenis  <[email protected]>
2118
2119         * gdbint.texinfo (Algorithms): Remove description of
2120         TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
2121
2122 2004-12-07  Jim Blandy  <[email protected]>
2123
2124         * gdb.texinfo (General Query Packets): Specify that thread ID's in
2125         the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
2126         numbers.
2127
2128 2004-12-07  Andreas Schwab  <[email protected]>
2129
2130         * gdb.texinfo (Mode Options): Document -l option.
2131
2132 2004-12-04  Eli Zaretskii  <[email protected]>
2133
2134         * gdbint.texinfo (Algorithms): More accurate description of
2135         STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
2136         is not needed unless data-read and data-access watchpoints are
2137         supported.  Add a description of how GDB checks whether the
2138         inferior stopped because a watchpoint was hit.
2139
2140 2004-11-23  Eli Zaretskii  <[email protected]>
2141
2142         * gdb.texinfo (Files): Add cross-reference to description of
2143         -readnow command-line switch.
2144
2145 2004-11-10  Randolph Chung  <[email protected]>
2146
2147         * gdb.texinfo: Document set/show backtrace past-entry commands.
2148         Rearrange index entries for set/show backtrace past-main.
2149
2150 2004-11-10  Jon Beniston <[email protected]>
2151
2152         Committed by Andrew Cagney  <[email protected]>.
2153         * gdb.texinfo (Remote Serial Protocol): Further describe
2154         binary transfer escaping mechanism .
2155
2156 2004-11-08  Randolph Chung  <[email protected]>
2157
2158         * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
2159         and "show debug infrun".  Add index entries.
2160
2161 2004-10-23  Eli Zaretskii  <[email protected]>
2162
2163         * gdb.texinfo (SVR4 Process Information): Document subcommands of
2164         "info proc" that are already implemented.  Add index entries.
2165         (Working Directory): Add a cross-reference to "info proc" command.
2166         (Files): Add a tip for decreasing memory used for symtabs from
2167         shared libraries.
2168         (Starting): Fix whitespace; make "elaboration" stand out where it
2169         is first used, and add an index entry for the term.
2170         (Calling): Expand and elaborate text.  Add "print".  Add the
2171         description of problems with weak aliases.
2172         (Core File Generation): New section.
2173
2174 2004-10-12  Andrew Cagney  <[email protected]>
2175
2176         * gdbint.texinfo (Versions and Branches): New chapter.
2177         (Releasing GDB): Delete "Versions and Branches" section.
2178         (Top): Add "Versions and Branches".
2179
2180 2004-10-08  Eli Zaretskii  <[email protected]>
2181
2182         * gdb.texinfo (Editing, History): Add cross-references to the
2183         included Readline and History user documentation.  Remove
2184         references to the symbol have-readline-appendices which is unused
2185         and undefined.
2186         (History): Fix indexing.
2187
2188 2004-10-08  Jeff Johnston  <[email protected]>
2189
2190         * gdbint.texinfo (target_stopped_data_address): Update to
2191         new prototype.
2192         (i386_stopped_data_address): Update prototype and description.
2193         (i386_stopped_by_watchpoint): New function and description.
2194
2195 2004-10-03  Paul N. Hilfinger  <[email protected]>
2196
2197         * gdb.texinfo (Filenames): Add Ada suffixes.
2198         (Ada) New section.
2199
2200 2004-09-27  Andrew Cagney  <[email protected]>
2201             Robert Picco  <[email protected]>
2202
2203         * gdb.texinfo (Packets): Document the "p" packet.
2204
2205 2004-09-21  Jason Molenda  ([email protected])
2206
2207         * gdb.texinfo (Paths and Names of the Source Files): Document the
2208         meaning of values in the 'desc' field of a SO stab.
2209
2210 2004-09-20  Daniel Jacobowitz  <[email protected]>
2211
2212         * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
2213         max-cache-age" and "maint show dwarf2 max-cache-age".
2214
2215 2004-09-16  Eli Zaretskii  <[email protected]>
2216
2217         * gdb.texinfo (Set Breaks): Add index entry for setting
2218         breakpoints on overloaded C++ functions that are not members of
2219         any classes.  Add an example and an index entry for setting
2220         breakpoints on all program functions.
2221         (Character Sets, Macros, Overlay Commands)
2222         (Non-debug DLL symbols, GDB/MI Output Syntax)
2223         (Annotations Overview, Maintenance Commands, File-I/O Overview):
2224         Use "(@value{GDBP})" instead of a literal "(gdb)".
2225
2226 2004-09-12  Andrew Cagney  <[email protected]>
2227
2228         * gdbint.texinfo (Native Debugging): Delete description of
2229         FILES_INFO_HOOK.
2230
2231 2004-09-11  Paul Hilfinger  <[email protected]>
2232
2233         * gdbint.texinfo (User Interface): Change local_hex_string_custom
2234         to hex_string_custom (not historically correct, but more
2235         understandable, given the current code).
2236
2237 2004-09-03  Andrew Cagney  <[email protected]>
2238
2239         * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
2240
2241 2004-09-01  Jeff Johnston  <[email protected]>
2242
2243         * observer.texi (solib_unloaded): New observer.
2244
2245 2004-08-24  Andrew Cagney  <[email protected]>
2246
2247         * gdbint.texinfo (Target Architecture Definition): Add missing
2248         comma.
2249
2250 2004-08-20  Michael Chastain  <[email protected]>
2251
2252         * (Using the Testsuite): build != host is supported,
2253         but some test scripts do not support build != host.
2254
2255 2004-08-14  Mark Kettenis  <[email protected]>
2256
2257         * gdbint.texinfo (Host Definition): Delete description of
2258         FCLOSE_PROVIDED and GETENV_PROVIDED.
2259
2260 2004-08-05  Mark Kettenis  <[email protected]>
2261
2262         * gdbint.texinfo (Host Definition): Delete description of
2263         NO_SYS_FILE.
2264         (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
2265         PTRACE_FP_BUG.
2266
2267 2004-08-05  Andrew Cagney  <[email protected]>
2268
2269         * gdbint.texinfo (Target Architecture Definition): Delete
2270         reference to deprecated_read_fp.
2271
2272 2004-08-02  Andrew Cagney  <[email protected]>
2273
2274         * gdbint.texinfo (Target Architecture Definition): Delete
2275         description of DEPRECATED_REGISTER_BYTES.
2276
2277 2004-07-30  Baurjan Ismagulov  <[email protected]>
2278
2279         * gdb.texinfo (Source Path): Document the new behavior of
2280         searching for the source files.
2281
2282 2004-07-17  Eli Zaretskii  <[email protected]>
2283
2284         * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
2285         (Search, Expressions, Arrays, Variables, Data, Machine Code)
2286         (Auto Display): Improve indexing.
2287
2288 2004-07-16  Andrew Cagney  <[email protected]>
2289
2290         * gdb.texinfo (Mode Options): Delete documentation on "-async" and
2291         "-noasync".
2292
2293 2004-07-09  Eli Zaretskii  <[email protected]>
2294
2295         * gdb.texinfo: Fix @kindex entries so that multiple commands that
2296         have the same prefix have only their prefix in the index.
2297
2298 2004-07-03  Mark Kettenis  <[email protected]>
2299
2300         * gdb.texinfo (BSD libkvm Interface): New node (section)
2301         (Native): Add it to the menu.
2302
2303 2004-07-01  Mark Kettenis  <[email protected]>
2304
2305         * gdbint.texinfo (Target Architecture Definition): Remove
2306         PCC_SOL_BROKEN.
2307
2308 2004-06-24  Mark Kettenis  <[email protected]>
2309
2310         * gdbint.texinfo (Target Architecture Definition): Remove
2311         SUN_FIXED_LBRAC_BUG.
2312
2313 2004-06-26  Andrew Cagney  <[email protected]>
2314
2315         * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
2316
2317 2004-06-20  Andrew Cagney  <[email protected]>
2318
2319         * gdbint.texinfo (Target Architecture Definition): Deprecate
2320         USE_STRUCT_CONVENTION.
2321
2322 2004-06-19  Michael Chastain  <[email protected]>
2323
2324         gdb.texinfo (Bug Reporting): Mention session recording,
2325         with the script command or Emacs.
2326
2327 2004-06-18  Andrew Cagney  <[email protected]>
2328
2329         * gdbint.texinfo (Target Architecture Definition): Deprecate
2330         FUNCTION_START_OFFSET.
2331
2332 2004-06-14  Andrew Cagney  <[email protected]>
2333
2334         Based on changes from Karl Berry.
2335         * gdb.texinfo: Do not use @sc in a direntry.
2336         * stabs.texinfo: Change @dircateogry to "Software development".
2337         * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
2338
2339 2004-06-13  Andrew Cagney  <[email protected]>
2340
2341         * gdbint.texinfo (Target Architecture Definition): Delete
2342         description of RETURN_VALUE_ON_STACK.
2343
2344 2004-06-09  Andrew Cagney  <[email protected]>
2345
2346         * gdbint.texinfo (Native Debugging): Restore "@table @code"
2347         deleted by previous patch.
2348
2349 2004-06-08  Andrew Cagney  <[email protected]>
2350
2351         * gdbint.texinfo (Native Debugging): Delete documentation on
2352         ATTACH_DETACH.
2353
2354 2004-06-06  Randolph Chung  <[email protected]>
2355
2356         * gdb.texinfo (push_dummy_call): Use @code{struct value}.
2357
2358 2004-06-06  Randolph Chung  <[email protected]>
2359
2360         * gdb.texinfo (push_dummy_call): Update argument list to match
2361         the new push_dummy_call method signature.  Describe the function
2362         argument.
2363
2364 2004-05-24  Joel Brobecker  <[email protected]>
2365
2366         * gdb.texinfo (Starting): Document new start command.
2367
2368 2004-05-21  Andrew Cagney  <[email protected]>
2369
2370         * observer.texi (GDB Observers): Document "inferior_created".
2371
2372 2004-05-08  Andrew Cagney  <[email protected]>
2373
2374         * gdbint.texinfo (Target Architecture Definition): Delete
2375         description of DO_DEFERRED_STORES.
2376
2377         * gdbint.texinfo (Target Architecture Definition): Delete
2378         references to DEPRECATED_FIX_CALL_DUMMY.
2379
2380         * gdbint.texinfo (Target Architecture Definition): Delete
2381         description of DEPRECATED_CALL_DUMMY_WORDS,
2382         DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
2383
2384         * gdbint.texinfo (Target Architecture Definition): Delete
2385         description of DEPRECATED_PUSH_DUMMY_FRAME.
2386
2387         * gdbint.texinfo (Target Architecture Definition): Delete
2388         reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
2389
2390 2004-05-07  Andrew Cagney  <[email protected]>
2391
2392         * observer.texi (GDB Observers): Add "Debugging" section.  Include
2393         cross reference to "set/show debug observer".
2394         * gdb.texinfo (Debugging Output): Document "set/show debug
2395         observer".
2396
2397 2004-05-01  Andrew Cagney  <[email protected]>
2398
2399         * gdbint.texinfo (Target Architecture Definition): Delete
2400         description of DEPRECATED_PC_IN_SIGTRAMP.
2401
2402 2004-04-30  Andrew Cagney  <[email protected]>
2403
2404         * gdbint.texinfo (Target Architecture Definition): Delete
2405         documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
2406
2407 2004-04-30  Orjan Friberg  <[email protected]>
2408
2409         * observer.texi (GDB Observers): Correct spelling.
2410
2411 2004-04-26  Orjan Friberg  <[email protected]>
2412
2413         * observer.texi (GDB Observers): Add target_changed event.
2414
2415 2004-04-08  Andrew Cagney  <[email protected]>
2416
2417         * observer.texi (GDB Observers): Rework, provide generic observer
2418         definitions and then a list of observable events.
2419
2420 2004-04-04  Andrew Cagney  <[email protected]>
2421
2422         * gdbint.texinfo (Host Definition): Delete reference to
2423         NO_SIGINTERRUPT.
2424
2425 2004-04-02  Andrew Cagney  <[email protected]>
2426
2427         * gdbint.texinfo (Target Architecture Definition): Delete
2428         reference to DEPRECATED_CALL_DUMMY_LENGTH.
2429
2430 2004-03-28  Stephane Carrez  <[email protected]>
2431
2432         * gdb.texinfo (TUI Commands): Document tui reg commands.
2433
2434 2004-03-26  Andrew Cagney  <[email protected]>
2435
2436         * gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
2437         "gdbtui".
2438         (Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
2439         (Contributors): Mention both Text and Terminal User Interface.
2440
2441 2004-03-23  Andrew Cagney  <[email protected]>
2442
2443         * gdbint.texinfo (Target Architecture Definition): Deprecate
2444         references to SIGTRAMP_START and SIGTRAMP_END.
2445
2446 2004-03-23  Andrew Cagney  <[email protected]>
2447
2448         * gdbint.texinfo (Target Architecture Definition): Deprecate
2449         references to PC_IN_SIGTRAMP.
2450
2451 2004-03-19  Andrew Cagney  <[email protected]>
2452
2453         * gdbint.texinfo (Target Architecture Definition): Delete
2454         reference to GDB_TARGET_IS_HPPA.
2455
2456 2004-03-18  Andrew Cagney  <[email protected]>
2457
2458         * gdbint.texinfo (Coding): Update section on gdbarch_data,
2459         describe pre_init and post_init.
2460
2461 2004-03-09  Daniel Jacobowitz  <[email protected]>
2462
2463         * gdb.texinfo (Debugging Output): Document values for "set debug
2464         target".
2465
2466 2004-02-28  Andrew Cagney  <[email protected]>
2467
2468         * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
2469
2470 2004-02-26  Jeff Johnston  <[email protected]>
2471
2472         * gdb.texinfo (breakpoints): Add information about the
2473         new "set breakpoint pending" and "show breakpoint pending"
2474         commands.
2475
2476 2004-02-26  Andrew Cagney  <[email protected]>
2477
2478         * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
2479         in Per-architecture module data section.
2480
2481 2004-02-25  Roland McGrath  <[email protected]>
2482
2483         * gdb.texinfo (General Query Packets): Document qPart:... packets.
2484
2485 2004-02-24  Andrew Cagney  <[email protected]>
2486
2487         * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
2488         * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
2489         * fdl.texi: Import Version 1.2, November 2002.
2490
2491 2004-02-17  Andrew Cagney  <[email protected]>
2492
2493         * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
2494
2495 2004-02-16  Andrew Cagney  <[email protected]>
2496
2497         * gdbint.texinfo (Target Architecture Definition): Deprecate
2498         FRAMELESS_FUNCTION_INVOCATION.
2499
2500 2004-02-16  Andrew Cagney  <[email protected]>
2501
2502         * gdbint.texinfo (Coding): Mention -Wunused-function.
2503
2504 2004-02-14  Andrew Cagney  <[email protected]>
2505
2506         * gdbint.texinfo (Target Architecture Definition): Delete
2507         description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
2508
2509 2004-02-12  Elena Zannoni  <[email protected]>
2510
2511         * gdb.texinfo: Properly quote the name "C++".
2512         * gdbint.texinfo: Ditto.
2513         * stabs.texinfo: Ditto.
2514
2515 2004-02-11  Elena Zannoni  <[email protected]>
2516
2517         * gdbint.texinfo (Support Libraries): Add doco about obstacks and
2518         minimal information about libiberty.
2519
2520 2004-02-06  Michael Chastain  <[email protected]>
2521
2522         * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
2523
2524 2004-02-04  Roland McGrath  <[email protected]>
2525
2526         * gdb.texinfo (Auxiliary Vector): New node (section).
2527         (Data): Add it to the menu.
2528
2529 2004-02-02  Jeff Johnston  <[email protected]>
2530
2531         * gdb.texinfo (Breakpoints): Add information about pending
2532         breakpoint support.
2533
2534 2004-01-26  Andrew Cagney  <[email protected]>
2535
2536         * gdb.texinfo (Overview): Delete references to the cisco protocol
2537         including the "N" response.
2538
2539 2004-01-26  Andrew Cagney  <[email protected]>
2540
2541         * gdbint.texinfo (Target Architecture Definition): Rename
2542         EXTRACT_STRUCT_VALUE_ADDRESS to
2543         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
2544
2545 2004-01-24  Eli Zaretskii  <[email protected]>
2546
2547         * gdb.texinfo (KOD): Document "show os".  Add index entries for
2548         "set/show os" and "info cisco" commands.
2549
2550 2004-01-21  Eli Zaretskii  <[email protected]>
2551
2552         * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
2553
2554 2004-01-19  Michael Chastain  <[email protected]>
2555
2556         * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
2557         MMAP_BASE_ADDRESS, MMAP_INCREMENT.
2558
2559 2004-01-19  Nick Roberts  <[email protected]>
2560
2561         * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
2562         -stack-list-locals.
2563         (GDB/MI Variable Objects): Describe extension to
2564         -var-list-children.
2565
2566 2004-01-17  Daniel Jacobowitz  <[email protected]>
2567
2568         * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
2569
2570 2004-01-17  Andrew Cagney  <[email protected]>
2571
2572         * gdbint.texinfo (Target Architecture Definition): Delete
2573         documentation on DEPRECATED_NPC_REGNUM.
2574
2575 2004-01-13  Daniel Jacobowitz  <[email protected]>
2576
2577         * gdb.texinfo: Update copyright year.  Mention that set
2578         follow-fork-mode is supported on GNU/Linux.  Remove documentation of
2579         "set follow-fork-mode ask".
2580
2581 2004-01-13  Andrew Cagney  <[email protected]>
2582
2583         * gdbint.texinfo: Update copyright year.
2584         (Coding): Add -Wunused-label to list of -Werror warnings.
2585
2586 2004-01-08  Jason Molenda  <[email protected]>
2587             Eli Zaretskii  <[email protected]>
2588
2589         * gdb.texinfo: Update copyright.
2590         (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
2591         around names, as appropriate.  Minor syntax cleanup of
2592         _NSPrintForDebugger explanation.  Two spaces after periods.
2593         GDBN used instead of lit. "gdb".  Index entries added for
2594         print-object and _NSPrintForDebugger.  @noindent added in one spot.
2595
2596 2003-11-11  Elena Zannoni  <[email protected]>
2597
2598         * stabs.texinfo: Add dircategory and direntry commands.
2599         * annotate.texinfo: Ditto.
2600
2601 2003-11-10  Andrew Cagney  <[email protected]>
2602
2603         * gdbint.texinfo (Target Architecture Definition): Replace the
2604         return_value method's "inval" and "outval" parameters with
2605         "readbuf" and "writebuf".
2606
2607 2003-10-28  Jim Blandy  <[email protected]>
2608
2609         * gdb.texinfo (The F request packet, The F reply packet): Renamed
2610         from "The `F' request packet" and "The `F' reply packet", to make
2611         texi2dvi happy.
2612         (File-I/O remote protocol extension): Update menu entries, too.
2613
2614 2003-10-26  Michael Chastain  <[email protected]>
2615
2616         * gdb.texinfo (Thread Stops): Document the issue with
2617         premature return from system calls in multi-threaded programs.
2618
2619 2003-10-24  Andrew Cagney  <[email protected]>
2620
2621         * annotate.texinfo: Fix "fortunatly"[sic].
2622
2623 2003-10-23  Kei Sakamoto  <[email protected]>
2624
2625         * gdb.texinfo (Contributors to GDB): Replace "Renesas"
2626         with "Hitachi" and "Mitsubishi".
2627
2628 2003-10-20  Andrew Cagney  <[email protected]>
2629
2630         * gdbint.texinfo (Target Architecture Definition): Document
2631         gdbarch_return_value.  Add cross references from
2632         USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
2633         STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
2634
2635 2003-10-18  Mark Kettenis  <[email protected]>
2636
2637         * gdbint.texinfo (Target Architecture Definition): Document
2638         regset_from_core_section.
2639
2640 2003-10-16  Kei Sakamot Sakamoto  <[email protected]>
2641
2642         * gdb.texinfo (M32R/D): Mention m32rsdi target.
2643
2644 2003-10-15  Kevin Buettner  <[email protected]>
2645
2646         From Anthony Green  <[email protected]>:
2647         * gdb.texinfo (Breakpoints related warnings): Insert into menu.
2648
2649 2003-10-14  Kevin Buettner  <[email protected]>
2650
2651         * gdb.texinfo (Breakpoint related warnings): New node.
2652         * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
2653
2654 2003-10-13  Daniel Jacobowitz  <[email protected]>
2655
2656         * gdb.texinfo (Remote Protocol): Document v and vCont.
2657
2658 2003-10-10  Kei Sakamoto  <[email protected]>
2659
2660         * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
2661         * gdbint.texinfo: Ditto.
2662
2663 2003-10-09  Andrew Cagney  <[email protected]>
2664
2665         From 2003-09-18 David Anderson <[email protected]>:
2666         * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
2667         "command".
2668
2669 2003-10-03  Andrew Cagney  <[email protected]>
2670
2671         * gdbint.texinfo (Target Architecture Definition): Deprecate
2672         IBM6000_TARGET.  Mention that it implies an RS/6000 system and not
2673         just target.
2674
2675 2003-10-02  Andrew Cagney  <[email protected]>
2676
2677         * gdbint.texinfo (Target Architecture Definition): Rename
2678         REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
2679         * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
2680         * gdbint.texinfo (Target Architecture Definition): Rename
2681
2682 2003-09-30  Andrew Cagney  <[email protected]>
2683
2684         REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
2685         (Target Architecture Definition):
2686
2687         * gdbint.texinfo (Target Architecture Definition): Rename
2688         REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
2689
2690 2003-09-29  Andrew Cagney  <[email protected]>
2691
2692         * gdbint.texinfo (Target Architecture Definition): Delete
2693         documentation for NEED_TEXT_START_END.
2694
2695         * gdbint.texinfo (Target Architecture Definition): Rename
2696         NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
2697         TARGET_WRITE_PC.
2698
2699 2003-09-22  Michael Chastain  <[email protected]>
2700
2701         * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
2702
2703 2003-09-21  Anthony Green  <[email protected]>
2704
2705         * gdbint.texinfo (Target Architecture Definition): Fix typos.
2706
2707 2003-09-21  Mark Kettenis  <[email protected]>
2708
2709         * gdbint.texinfo (Target Architecture Definition): Document
2710         stabs_argument_has_addr.
2711
2712 2003-09-18  Andrew Cagney  <[email protected]>
2713
2714         * gdbint.texinfo (Target Architecture Definition): Delete
2715         documentation on REGISTER_NAMES.
2716
2717 2003-09-13  Mark Kettenis  <[email protected]>
2718
2719         * gdbint.texinfo (Target Architecture Definition): Replace
2720         REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
2721
2722 2003-09-11  Andrew Cagney  <[email protected]>
2723
2724         * gdbint.texinfo (Target Architecture Definition): Replace
2725         STACK_ALIGN with DEPRECATED_STACK_ALIGN.
2726
2727 2003-08-18  Andrew Cagney  <[email protected]>
2728
2729         * gdbint.texinfo (Target Architecture Definition): Document
2730         "frame_red_zone_size".
2731
2732 2003-08-09  Andrew Cagney  <[email protected]>
2733
2734         * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
2735         with "set/show backtrace past-main" and "set/show backtrace
2736         limit".
2737
2738 2003-08-08  H.J. Lu  <[email protected]>
2739
2740         * Makefile.in (install-info): Support DESTDIR.
2741         (install-html): Likewise.
2742
2743 2003-08-07  Andrew Cagney  <[email protected]>
2744
2745         Patch from Nick Roberts.
2746         * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
2747         bindings.  Remove description of send-gdb-command.
2748
2749 2003-08-07  Andrew Cagney  <[email protected]>
2750
2751         * gdb.texinfo (Mode Options): Mention that "mi2" was included in
2752         GDB 6.0.
2753
2754 2003-08-06  Andrew Cagney  <[email protected]>
2755
2756         * gdb.texinfo (Mode Options): Mention that level three is the
2757         highest available and that level 2 is deprecated.
2758         (Annotations Overview): Mention annotation levels. Cross reference
2759         to "Limitations of the Annotation Interface" in annotate.texi.
2760         (TODO, Value Annotations, Frame Annotations): Delete section.
2761         (Displays, Breakpoint Info): Delete.
2762
2763 2003-08-04  Andrew Cagney  <[email protected]>
2764
2765         * agentexpr.texi: Delete @bye.
2766         * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
2767         (stabs.info): Add $(srcdir) to include search path.
2768         (html): Depend on "annotate_toc.html", and not "annotate.html".
2769         * stabs.texinfo: Ditto.  Include "fdl.texi".
2770         * gdbint.texinfo: Update copyright statement's list of invariant
2771         sections.
2772
2773 2003-07-28  Andrew Cagney  <[email protected]>
2774
2775         * Makefile.in (INFO_DEPS): Add annotate.info.
2776         (dvi, ps, html, pdf): Add annotate.
2777         (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
2778         (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
2779         (ANNOTATE_DOC_FILES): New macro.
2780         (ANNOTATE_TEX_TMPS): New macro.
2781         (annotate.info, annotate_toc.html): Specify dependencies.
2782         (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
2783         * annotate.texinfo: Rename annotate.texi.  Get building.  Add
2784         "Migrating to GDB/MI" and "Limitations of the Annotation
2785         Interface" chapters.  Mention why it is not part of the user
2786         guide.  Update copyright notice.  Include "fdl.texi".
2787
2788 2003-07-26  Stephane Carrez  <[email protected]>
2789
2790         * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
2791
2792 2003-07-24  Daniel Jacobowitz  <[email protected]>
2793
2794         * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
2795
2796 2003-07-24  Daniel Jacobowitz  <[email protected]>
2797
2798         * gdb.texinfo (Server): Mention pidof.
2799
2800 2003-07-22  Andrew Cagney  <[email protected]>
2801
2802         * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
2803         list.
2804
2805 2003-06-28  Daniel Jacobowitz  <[email protected]>
2806
2807         * gdb.texinfo (Logging output): New chapter.
2808
2809 2003-06-24  Joel Brobecker  <[email protected]>
2810
2811         * gdb.texinfo (Unsupported languages): New section.
2812         (Languages): Add link to new section.
2813
2814 2003-06-22  Andrew Cagney  <[email protected]>
2815
2816         * gdb.texinfo (Contributors): Mention 6.0 release engineer.
2817
2818 2003-06-22  Daniel Jacobowitz  <[email protected]>
2819
2820         * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
2821
2822 2003-06-22  Daniel Jacobowitz  <[email protected]>
2823
2824         * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
2825         * agentexpr.texi: Retitle section, and change it to an appendix.
2826         Comment out texinfo initialization.  Factor a @var{} into two
2827         pieces to prevent makeinfo warnings.
2828         * gdb.texinfo: Add Agent Expressions appendix.
2829
2830 2003-06-19  Daniel Jacobowitz  <[email protected]>
2831
2832         * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
2833
2834 2003-06-18  Daniel Jacobowitz  <[email protected]>
2835
2836         * gdb.texinfo (Remote Debugging): New section "Connecting to a
2837         remote target".  Document the "detach" and "disconnect" commands.
2838         (Server, Netware, Debug Session): Reference "Connecting to a
2839         remote target".
2840         (GDB/MI Target Manipulation): Document "-target-disconnect".
2841
2842 2003-06-13  Andrew Cagney  <[email protected]>
2843
2844         * gdbint.texinfo (Target Architecture Definition): Deprecate
2845         REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
2846         BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
2847
2848 2003-06-09  Jim Blandy  <[email protected]>
2849
2850         * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
2851
2852 2003-06-08  Andrew Cagney  <[email protected]>
2853
2854         * gdbint.texinfo (Target Architecture Definition): Delete
2855         documentation on FRAME_ARGS_ADDRESS_CORRECT.
2856
2857 2003-06-08  Andrew Cagney  <[email protected]>
2858
2859         * gdbint.texinfo (Target Architecture Definition): Document
2860         "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
2861
2862 2003-06-07  Adam Fedor  <[email protected]>
2863
2864         * gdb.texinfo: Add Objective-C documentation.
2865
2866 2003-06-01  Andrew Cagney  <[email protected]>
2867
2868         * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
2869         parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
2870
2871 2003-05-21  Andrew Cagney  <[email protected]>
2872
2873         * gdbint.texinfo (Target Architecture Definition): Delete
2874         references to "extract_address" and "store_address".
2875
2876 2003-05-16  Andrew Cagney  <[email protected]>
2877
2878         * gdbint.texinfo (Target Architecture Definition): Replace
2879         REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
2880         DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
2881
2882 2003-05-14  Theodore A. Roth  <[email protected]>
2883
2884         * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
2885
2886 2003-05-10  H.J. Lu <[email protected]>
2887
2888         * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
2889         (gdb.dvi): Likewise.
2890         (gdb.pdf): Likewise.
2891         (links2roff): Likewise.
2892
2893 2003-05-08  Jim Blandy  <[email protected]>
2894
2895         * gdb.texinfo (Dump/Restore Files): Update documentation for
2896         'dump', 'append', and 'restore': note that format argument is
2897         optional; simplify presentation of the command variants; and be
2898         more precise about the formats.
2899
2900 2003-05-07  Jim Blandy  <[email protected]>
2901
2902         * gdb.texinfo (Symbols): Update documentation: 'maint list
2903         symtabs' and 'maint list psymtabs' have been renamed 'maint info
2904         symtabs' and 'maint info psymtabs'.
2905
2906 2003-05-05  Andrew Cagney  <[email protected]>
2907
2908         * gdbint.texinfo (Target Architecture Definition): Make
2909         CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
2910         FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
2911         CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
2912
2913 2003-05-04  Andrew Cagney  <[email protected]>
2914
2915         * gdb.texinfo (Maintenance Commands): Document "maint print
2916         dummy-frames".
2917
2918 2003-05-04  Andrew Cagney  <[email protected]>
2919
2920         * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
2921
2922 2003-05-03  J. Brobecker  <[email protected]>
2923
2924         Thierry Schneider  <[email protected]>
2925         * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
2926         for new MI command.
2927
2928 2003-05-03  Andrew Cagney  <[email protected]>
2929
2930         * gdbint.texinfo (Target Architecture Definition): Document
2931         push_dummy_code.  Add cross references.
2932
2933 2003-05-02  Elena Zannoni  <[email protected]>
2934
2935         * gdb.texinfo (Character Sets): Update to reflect new behavior of
2936         set/show charsets commands.
2937
2938 2003-04-28  Andrew Cagney  <[email protected]>
2939
2940         * gdbint.texinfo (Target Architecture Definition): Replace
2941         read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
2942         DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
2943
2944 2003-04-28  Andrew Cagney  <[email protected]>
2945
2946         * gdbint.texinfo (Target Architecture Definition): Rename
2947         "tm_print_insn" to "deprecated_tm_print_insn".
2948
2949 2003-04-09  Jim Blandy  <[email protected]>
2950
2951         * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
2952         list psymtabs'.
2953
2954 2003-04-08  Andrew Cagney  <[email protected]>
2955
2956         * gdbint.texinfo (Target Architecture Definition): Delete
2957         references to EXTRA_FRAME_INFO.
2958
2959 2003-04-08  Andrew Cagney  <[email protected]>
2960
2961         * gdbint.texinfo (Target Architecture Definition): Delete
2962         PRINT_TYPELESS_INTEGER.
2963
2964 2003-04-02  J. Brobecker  <[email protected]>
2965
2966         * observer.texi (GDB Observers): Adjust the documentation for the
2967         normal_stop notification to better describe reality. Fix a couple
2968         of minor typos.
2969
2970 2003-04-02  Bob Rossi  <[email protected]>
2971
2972         * gdb.texinfo (GDB/MI Program Control): Add
2973         '-file-list-exec-source-file'
2974
2975 2003-03-31  Andrew Cagney  <[email protected]>
2976
2977         * gdbint.texinfo (Target Architecture Definition): Delete
2978         references to CALL_DUMMY_P.
2979
2980 2003-03-30  Andrew Cagney  <[email protected]>
2981
2982         * gdbint.texinfo (Target Architecture Definition): Remove
2983         reference to TARGET_WRITE_SP.
2984
2985 2003-03-27  Andrew Cagney  <[email protected]>
2986
2987         * gdbint.texinfo (Target Architecture Definition): Remove
2988         references to write_sp.
2989
2990 2003-03-27  Andrew Cagney  <[email protected]>
2991
2992         * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
2993         chapter body.  Use @smallexample instead of @example.
2994         (Annotations): Ditto.
2995         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
2996         annotate.texi.
2997
2998 2003-03-26  Andrew Cagney  <[email protected]>
2999
3000         * gdbint.texinfo (Target Architecture Definition): Replace
3001         PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
3002         dummy_addr parameters.
3003
3004 2003-03-25  Andrew Cagney  <[email protected]>
3005
3006         * gdbint.texinfo (Target Architecture Definition): Delete
3007         reference to CALL_DUMMY_STACK_ADJUST_P.  Rename
3008         CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
3009         Add reference to PUSH_ARGUMENTS.
3010
3011 2003-03-23  Andrew Cagney  <[email protected]>
3012
3013         * gdbint.texinfo (Algorithms, Target Architecture Definition):
3014         Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
3015
3016 2003-03-18  J. Brobecker  <[email protected]>
3017
3018         * gdbint.texinfo (Algorithms): Add new section describing the
3019         Observer paradigm.
3020         (Top): Add menu entry to new observer appendix.
3021         * observer.texi: New file.
3022         * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
3023         new observer.texi file.
3024
3025 2003-03-17  Andrew Cagney  <[email protected]>
3026
3027         * gdb.texinfo (DATE): Delete.  Remove date from titles.  Mention
3028         that GNU Press update the manual version number.
3029
3030 2003-03-12  Andrew Cagney  <[email protected]>
3031
3032         * gdbint.texinfo (Target Architecture Definition): Delete
3033         references to get_saved_register.  Rename GET_SAVED_REGISTER to
3034         DEPRECATED_GET_SAVED_REGISTER.
3035
3036 2003-03-13  Andrew Cagney  <[email protected]>
3037
3038         * gdbint.texinfo (Target Architecture Definition): Replace
3039         POP_FRAME with DEPRECATED_POP_FRAME.  Update description.
3040
3041 2003-03-12  Andrew Cagney  <[email protected]>
3042
3043         * gdbint.texinfo (Target Architecture Definition): Rename
3044         FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
3045
3046 2003-03-10  Corinna Vinschen  <[email protected]>
3047
3048         * gdb.texinfo: Add File-I/O documentation.
3049
3050 2003-03-10  Andrew Cagney  <[email protected]>
3051
3052         * gdbint.texinfo (Target Architecture Definition): Cross reference
3053         FRAME_SAVED_PC to unwind_pc.  Document unwind_pc.
3054
3055 2003-03-07  Andrew Cagney  <[email protected]>
3056
3057         * gdb.texinfo (Debugging Output): Mention the "set/show debug
3058         frame" command.
3059
3060 2003-03-05  Andrew Cagney  <[email protected]>
3061
3062         * gdbint.texinfo (Target Architecture Definition): Document
3063         unwind_dummy_id.  Cross reference unwind_dummy_id and
3064         SAVE_DUMMY_FRAME_TOS.
3065
3066 2003-03-05  James Ingham <[email protected]>
3067             Daniel Jacobowitz  <[email protected]>
3068
3069         * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
3070         and "show cp-abi".
3071
3072 2003-03-03  Andrew Cagney  <[email protected]>
3073
3074         * gdbint.texinfo (Target Architecture Definition): Document
3075         register_type.
3076
3077 2003-03-03  Andrew Cagney  <[email protected]>
3078
3079         * stabs.texinfo (Structures): Use @samp and separate @var's
3080         instead of a single @var containing a comma separated list.
3081         (Unions): Ditto.
3082
3083 2003-03-02  Daniel Jacobowitz  <[email protected]>
3084
3085         * Makefile.in (distclean): Remove config.log.
3086
3087 2003-03-01  Andrew Cagney  <[email protected]>
3088
3089         * gdbint.texinfo (Target Architecture Definition): Rename
3090         FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
3091
3092 2003-03-01  Andrew Cagney  <[email protected]>
3093
3094         * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
3095         DEPRECATED_INIT_EXTRA_FRAME_INFO.
3096
3097 2003-02-23  Raoul Gough  <[email protected]>
3098
3099         * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
3100         (Non-debug DLL symbols): New node, describing the minimal symbols
3101         loaded from DLLs without real debugging symbols.
3102
3103 2003-02-20  Andrew Cagney  <[email protected]>
3104
3105         * gdb.texinfo (Set Breaks): Add cross reference to "set remote
3106         hardware-breakpoint-limit".
3107         (Set Watchpoints): Add cross reference to "set remote
3108         hardware-watchpoint-limit".
3109         (Remote configuration options): New section.
3110
3111 2003-02-04  Andrew Cagney  <[email protected]>
3112
3113         * gdbint.texinfo (Target Architecture Definition): Delete
3114         descrption of IS_TRAPPED_INTERNALVAR.
3115
3116         From Keith Seitz <[email protected]>:
3117         * gdb.texinfo (Interpreters): New chapter.  Refer the command-line
3118         option "-i"/"--interpreter" to this chapter.  Include index
3119         entries.
3120
3121 2003-02-04  David Carlton  <[email protected]>
3122
3123         * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
3124         (Variables): Recommend stabs+ and DWARF 2.
3125         (C plus plus expressions): Correct info about
3126         compiler versions, debug formats.
3127         (Contributors): Change 'DWARF2' to 'DWARF 2'.
3128         PR symtab/874.
3129
3130 2003-02-01  Andrew Cagney  <[email protected]>
3131
3132         * gdbint.texinfo (Target Architecture Definition): Delete
3133         description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
3134         ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
3135         BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
3136         references to nindy and i960.
3137         * gdb.texinfo (i960): Delete all references to i960 and nindy.
3138
3139 2003-02-01  Andrew Cagney  <[email protected]>
3140
3141         * gdbint.texinfo (Target Architecture Definition): Delete
3142         FLOAT_INFO.
3143
3144 2003-01-30  Andrew Cagney  <[email protected]>
3145
3146         * stabs.texinfo (Member Type Descriptor): Clarify description of
3147         `@'.  Suggested by Ben Hutchings.
3148
3149 2003-01-29  Andrew Cagney  <[email protected]>
3150
3151         * gdb.texinfo (M68K): Delete reference to es1800.
3152
3153 2003-01-29  Andrew Cagney  <[email protected]>
3154
3155         * gdb.texinfo (Maintenance Commands): Document `maint print
3156         reggroups' and `maint print register-groups'.
3157         * gdbint.texinfo (Target Architecture Definition): Document
3158         register_reggroup_p.
3159
3160 2003-01-23  Jim Blandy  <[email protected]>
3161
3162         * gdb.texinfo (Separate Debug Files): New section.
3163
3164 2003-01-22  Daniel Jacobowitz  <[email protected]>
3165
3166         * gdb.texinfo (Maintenance Commands): Add "maint set profile"
3167         and "maint show profile".
3168
3169 2003-01-16  Michael Chastain  <[email protected]>
3170
3171         * gdb.texinfo (Installing GDB): Warn against
3172         ".../gdb-VERSION/gdb/configure".
3173         (Separate Objdir): Likewise.
3174
3175 2003-01-15  Andrew Cagney  <[email protected]>
3176
3177         * gdbint.texinfo (Target Architecture Definition): Delete
3178         definition of PRINT_REGISTER_HOOK.
3179
3180 2003-01-15  Elena Zannoni  <[email protected]>
3181
3182         (OpenRISC 1000): Fix formatting of command names.
3183
3184 2003-01-15  Elena Zannoni  <[email protected]>
3185
3186         * gdb.texinfo (Continuing and Stepping): Add new command
3187         'advance'. Clarify behavior of 'until'.
3188
3189 2003-01-13  Daniel Jacobowitz  <[email protected]>
3190
3191         * gdb.texinfo (Files): Document solib-absolute-prefix and
3192         solib-search-path.
3193
3194 2003-01-09  Michael Chastain  <[email protected]>
3195
3196         * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
3197         (Create a Release): Add new instructions for new @file{src-release}.
3198         Document existing instructions for @file{Makefile.in} as
3199         being for @value{GDBN} 5.3.1 or earlier.
3200
3201 2003-01-09  Andrew Cagney  <[email protected]>
3202
3203         * gdbint.texinfo (Target Architecture Definition): Mention
3204         frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
3205         allocate memory.
3206
3207 2003-01-04  Daniel Jacobowitz  <[email protected]>
3208
3209         * gdb.texinfo (Controlling GDB): Add @kindex for
3210         "show osabi".
3211         (Backtraces): Add @kindex's for backtrace-below-main.
3212
3213 2003-01-04  Daniel Jacobowitz  <[email protected]>
3214
3215         * gdb.texinfo (Controlling GDB): Document "set osabi".
3216
3217 2003-01-04  Daniel Jacobowitz  <[email protected]>
3218
3219         * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
3220         * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
3221
3222 2003-01-04  Daniel Jacobowitz  <[email protected]>
3223
3224         * gdb.texinfo (Controlling GDB): Add ABI section.  Document
3225         "set coerce-float-to-double".
3226         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
3227
3228 2003-01-02  Andrew Cagney  <[email protected]>
3229
3230         * stabs.texinfo: Remove obsolete text.
3231         * gdbint.texinfo: Ditto.
3232         * gdb.texinfo: Ditto.
3233
3234 2002-12-22  Mark Kettenis  <[email protected]>
3235
3236         * gdbint.texinfo (Target Architecture Definition): Update
3237         description of gdbarch_register_osabi.
3238
3239 2002-12-20  Kazu Hirata  <[email protected]>
3240
3241         * agentexpr.texi: Fix typos.
3242         * annotate.texi: Likewise.
3243         * fdl.texi: Likewise.
3244
3245 2002-12-10  Andrew Cagney  <[email protected]>
3246
3247         * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
3248         DEPRECATED_INIT_FRAME_PC.
3249
3250 2002-12-01  Andrew Cagney  <[email protected]>
3251
3252         * gdbint.texinfo (Target Architecture Definition): Delete
3253         PC_IN_CALL_DUMMY.
3254
3255 2002-11-28  Andrew Cagney  <[email protected]>
3256
3257         * gdbint.texinfo (Host Definition): Delete documentation on
3258         USE_GENERIC_DUMMY_FRAMES.
3259
3260 2002-11-26  Elena Zannoni  <[email protected]>
3261
3262         Fix PR gdb/723 and PR gdb/245.
3263         * Makefile.in (install-info): Run the install-info command as part
3264         of the post install steps only.
3265         (uninstall-info): New target.
3266         (uninstall): New target.
3267
3268 2002-11-22  Elena Zannoni  <[email protected]>
3269
3270         * Makefile.in (install): Make install do some real work.
3271
3272 2002-11-19  Andrew Cagney  <[email protected]>
3273
3274         Fix POSIX problem reported by Paul Eggert.
3275         * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
3276         Fix PR gdb/527.
3277
3278 2002-10-26  Andrew Cagney  <[email protected]>
3279
3280         * gdbint.texinfo (Target Architecture Definition): Delete
3281         definition of DO_REGISTERS_INFO.
3282
3283 2002-10-18  Kevin Buettner  <[email protected]>
3284
3285         * gdbint.texinfo (Address Classes): Fix problems with insertion
3286         of ``{'' and ``}'' in example.
3287
3288 2002-10-17  Kevin Buettner  <[email protected]>
3289
3290         * gdbint.texinfo (Address Classes): New section.
3291         (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
3292         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
3293         ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
3294         ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
3295
3296 2002-10-11  Klee Dienes  <[email protected]>
3297
3298         * gdb.texinfo (Registers): Mention vector registers as well as
3299         floating registers in the documentation for 'info registers' and
3300         'info all-registers'.
3301
3302 2002-10-11  Daniel Jacobowitz  <[email protected]>
3303
3304         * gdbint.texinfo (CPLUS_MARKER): Remove item.
3305
3306 2002-10-03  Jeff Johnston  <[email protected]>
3307
3308         * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
3309         interface definition.
3310
3311 2002-10-03  Marko Mlinar   <[email protected]>
3312
3313         * gdb.texinfo (Target Commands): Add or1k target specific
3314         commands.
3315         * gdb.texinfo (Contributors): Add myself to the contributors list.
3316
3317 2002-10-01  Andrew Cagney  <[email protected]>
3318
3319         * gdb.texinfo (Mode Options): Update --interpreter option.  "mi2"
3320         and "mi1" instead of "mi1" and "mi0".
3321
3322 2002-09-29  Hans-Peter Nilsson  <[email protected]>
3323
3324         * gdb.texinfo (Packets): Fix typos "alligned".
3325         Correct z3/Z3 description.  Correct z4/Z4 title.
3326
3327 2002-09-27  Andrew Cagney  <[email protected]>
3328
3329         * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
3330
3331 2002-09-25  Kevin Buettner  <[email protected]>
3332
3333         * gdb.texinfo: Use GNU/Linux instead of Linux.
3334
3335 2002-09-25  Andrew Cagney  <[email protected]>
3336
3337         * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
3338
3339 2002-09-24  Andrew Cagney  <[email protected]>
3340
3341         * gdb.texinfo: Replace @example with @smallexample.
3342
3343 2002-09-20  Kevin Buettner  <[email protected]>
3344
3345         From Eli Zaretskii  <[email protected]>:
3346         * gdb.texinfo (Character Sets): Use @smallexample instead of
3347         @example.  Use GNU/Linux instead of Linux.
3348
3349 2002-09-20  Jim Blandy  <[email protected]>
3350
3351         * gdb.texinfo: Add character set documentation.
3352
3353 2002-09-19  Andrew Cagney  <[email protected]>
3354
3355         * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
3356         (Packets): Add cross reference from `b' packet to `z' packets.
3357
3358 2002-09-19  Andrew Cagney  <[email protected]>
3359
3360         * gdb.texinfo (Maintenance Commands): Document ``maint
3361         internal-error'' and ``maint internal-warning''.
3362
3363         * gdbint.texinfo (Target Architecture Definition): Revise
3364         description of STACK_ALIGN.  Add description of FRAME_ALIGN.
3365
3366 2002-09-19  Joel Brobecker  <[email protected]>
3367
3368         * gdbint.texinfo (Target Conditionals): Document the new
3369         NAME_OF_MALLOC macro.
3370
3371 2002-09-05  Andrew Cagney  <[email protected]>
3372
3373         * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
3374         engineer.
3375
3376 2002-09-02  Stephane Carrez  <[email protected]>
3377
3378         * gdb.texinfo (TUI Overview): Document status line fields.
3379
3380 2002-09-02  Stephane Carrez  <[email protected]>
3381
3382         * gdb.texinfo (TUI Commands): Document info win command.
3383
3384 2002-09-01  Stephane Carrez  <[email protected]>
3385
3386         * gdb.texinfo (TUI Overview): Document breakpoint markers.
3387
3388 2002-09-01  Stephane Carrez  <[email protected]>
3389
3390         * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
3391         (TUI Keys): Likewise.
3392
3393 2002-08-25  Andrew Cagney  <[email protected]>
3394
3395         * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
3396         for a packet receive.
3397
3398 2002-08-25  Andrew Cagney  <[email protected]>
3399
3400         * Makefile.in (clean): Move to end of file.
3401         (distclean, maintainer-clean, realclean): Ditto.
3402         (mostlyclean): Move rule to end of file.  Use GDB_TEX_TMPS,
3403         GDBINT_TEX_TMPS, STABS_TEX_TMPS.
3404         (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
3405         (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
3406
3407 2002-08-24  Andrew Cagney  <[email protected]>
3408
3409         * Makefile.in (GDBINT_TEX_TMPS): Define.
3410         (gdbint.dvi, gdbint.pdf): Use
3411         (GDB_TEX_TMPS): Define.
3412         (gdb.dvi, gdb.pdf): Use.
3413         (STABS_TEX_TMPS): Define.
3414         (stabs.dvi, stabs.pdf): Use.
3415         (GDB_DOC_SOURCE_INCLUDES): New macros.
3416         (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
3417         (GDBINT_DOC_FILES_INCLUDES): New macros.
3418         (GDBINT_DOC_BUILD_INCLUDES): New macros.
3419         (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
3420         (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
3421         (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
3422         (links2roff): Replace SFILES_INCLUDED with
3423         GDB_DOC_SOURCE_INCLUDES.
3424         (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
3425         (gdb.me, gdb.mm, gdb.ms): Update dependencies.
3426         (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
3427         dependencies.
3428         (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
3429         dependencies.
3430         (gdbmi.texinfo): Delete rule.
3431         (inc-hist.texinfo): Delete rule.
3432         (rluser.texinfo): Delete rule.
3433
3434 2002-08-23  Andrew Cagney  <[email protected]>
3435
3436         * gdbint.texinfo (Target Architecture Definition): Update
3437         STORE_RETURN_VALUE, mention regcache.
3438
3439 2002-08-21  Andrew Cagney  <[email protected]>
3440
3441         * gdbint.texinfo (Target Architecture Definition): Document
3442         print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
3443
3444 2002-08-19  Andrew Cagney  <[email protected]>
3445
3446         * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
3447         Fix minor typos.  Add index entries.
3448
3449 2002-08-18  Andrew Cagney  <[email protected]>
3450
3451         * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
3452
3453 2002-08-15  Andrew Cagney  <[email protected]>
3454
3455         * gdbint.texinfo (Target Architecture Definition): Document
3456         PRINT_VECTOR_INFO.
3457         * gdb.texinfo (Vector Unit): Document "info vectors" command.
3458
3459 2002-08-13  Andrew Cagney  <[email protected]>
3460
3461         * gdb.texinfo (Maintenance Commands): Document "maint print
3462         registers", "maint print raw-registers" and "maint print
3463         cooked-registers".
3464
3465 2002-08-08  Grace Sainsbury  <[email protected]>
3466
3467         From Mark Salter:
3468         * gdb.texinfo (Protocol): Document T packet extension to
3469         allow watchpoint address reporting.
3470
3471 2002-08-03  Andrew Cagney  <[email protected]>
3472
3473         * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
3474
3475 2002-08-01  Andrew Cagney  <[email protected]>
3476
3477         * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
3478         to CHILL.
3479
3480 2002-08-01  Andrew Cagney  <[email protected]>
3481
3482         * gdbint.texinfo (Coding): Revise section "Include Files".
3483
3484 2002-07-24  Andrew Cagney  <[email protected]>
3485
3486         * gdbint.texinfo: Obsolete references to m88k.
3487         * gdb.texinfo: Ditto.
3488
3489 2002-07-10  Joel Brobecker  <[email protected]>
3490
3491         * gdbint.texinfo (Create a release candiate): Add the location
3492         where the proper version of autoconf can be retrieved.
3493
3494 2002-07-09  Don Howard  <[email protected]>
3495
3496         * gdb.texinfo (Command Files): Further describe the behavior of
3497         sourced command files.
3498
3499 2002-06-27  Andrew Cagney  <[email protected]>
3500
3501         * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
3502         (Coding): Clarify ISO C version that GDB assumes.
3503
3504 2002-06-26  Tom Tromey  <[email protected]>
3505
3506         * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
3507         add_setshow_cmd_full.
3508
3509 2002-06-25  Don Howard  <[email protected]>
3510
3511         * gdb.texinfo (Memory Region Attributes): Document new behavior
3512         for 'mem' command.
3513
3514 2002-06-11  Jim Blandy  <[email protected]>
3515
3516         * gdb.texinfo (Symbols): Update documentation for `info source'
3517         command.
3518
3519         * gdb.texinfo (Macros): Call the command `info macro', not
3520         `show macro'.
3521
3522 2002-06-09  Andrew Cagney  <[email protected]>
3523
3524         * gdbint.texinfo (Coding): Add section ``Per-architecture module
3525         data''.
3526
3527 2002-06-09  Mark Kettenis  <[email protected]>
3528
3529         * gdbint.texinfo (Target Architecture Definition): Document
3530         GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
3531
3532 2002-06-08  Andrew Cagney  <[email protected]>
3533
3534         * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
3535         lists.
3536
3537 2002-06-08  Andrew Cagney  <[email protected]>
3538
3539         * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
3540         Branch''.
3541
3542 2002-06-01  Andrew Cagney  <[email protected]>
3543
3544         * gdbint.texinfo (Target Architecture Definition): Add section
3545         ``Converting an existing Target Architecture to Multi-arch''.
3546
3547 2002-05-30  Andrew Cagney  <[email protected]>
3548
3549         * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
3550         to ``Obsoleting code''.  Revise.
3551
3552 2002-05-17  Jim Blandy  <[email protected]>
3553
3554         * gdb.texinfo (C Preprocessor Macros): New chapter.
3555         Include it in the main menu.
3556         (Contributors): Credit Jim Blandy with macro support.
3557         (Compilation): Explain how to get macro information into the
3558         executable.
3559         (Expressions): Note that preprocessor macros are expanded.
3560
3561 2002-05-14  Daniel Jacobowitz  <[email protected]>
3562
3563         * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
3564         options for `target remote'.
3565
3566 2002-05-13  Andrew Cagney  <[email protected]>
3567
3568         * gdbint.texinfo (Target Architecture Definition): Delete
3569         documentation on NNPC_REGNUM.
3570
3571 2002-05-11  Andrew Cagney  <[email protected]>
3572
3573         * gdbint.texinfo (Target Architecture Definition): Document
3574         REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
3575         (Target Architecture Definition): Revise section `Using Different
3576         Register and Memory Data Representations'.  Add section `Raw and
3577         Virtual Register Representations'.
3578
3579 2002-05-11  Andrew Cagney  <[email protected]>
3580
3581         * gdbint.texinfo (Target Architecture Definition): Mention
3582         defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
3583         (Target Architecture Definition): Mention same.  Add references to
3584         web pages.
3585
3586 2002-05-08  Michael Snyder  <[email protected]>
3587
3588         * stabs.texinfo (Attributes): Document new "vector" attribute.
3589
3590 2002-05-04  Andrew Cagney  <[email protected]>
3591
3592         * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
3593
3594 2002-05-04  Andrew Cagney  <[email protected]>
3595
3596         * gdb.texinfo: Delete obsolete references to a29k.
3597
3598 2002-04-24  Andrew Cagney  <[email protected]>
3599
3600         * gdbint.texinfo (Target Architecture Definition): Replace
3601         IN_SIGTRAMP with PC_IN_SIGTRAMP.
3602
3603 2002-04-24  David S. Miller  <[email protected]>
3604
3605         * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
3606
3607 2002-04-21  David S. Miller  <[email protected]>
3608
3609         * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
3610
3611 2002-04-21  Andrew Cagney  <[email protected]>
3612
3613         * gdbint.texinfo (Target Architecture Definition): Delete
3614         definition of HAVE_REGISTER_WINDOWS.
3615
3616 2002-04-19  Eli Zaretskii  <[email protected]>
3617
3618         * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
3619         "Theodore A. Roth" <[email protected]>.
3620
3621 2002-04-15  Don Howard  <[email protected]>
3622
3623         From Eli Zaretskii <[email protected]>
3624         * gdb.texinfo (show max-user-call-depth): Correct formatting.
3625         Provide a better explaination of this feature.
3626
3627 2002-04-14  Andrew Cagney  <[email protected]>
3628
3629         * gdbint.texinfo (Target Architecture Definition): Remove
3630         FRAME_CHAIN_COMBINE.
3631
3632 2002-04-12  Michael Chastain  <[email protected]>
3633
3634         * gdbint.texinfo (Obsolete Conditionals): Remove reference to
3635         REG_STACK_SEGMENT.
3636
3637 2002-04-09  Michael Chastain  <[email protected]>
3638
3639         * gdbint.texinfo (Obsolete Conditionals): Remove references to
3640         PYRAMID_* macros.
3641
3642 2002-04-07  Andrew Cagney  <[email protected]>
3643
3644         * gdb.texinfo (Bug Reporting): Document that the web is the
3645         prefered way of submitting bug reports.
3646         (Bug Reporting): Delete the s-mail address as the last resort.
3647
3648 2002-04-05  Andrew Cagney  <[email protected]>
3649
3650         * gdbint.texinfo (Target Architecture Definition): Delete
3651         references to TARGET_WRITE_FP and write_fp.
3652
3653 2002-03-27  Michael Snyder  <[email protected]>
3654
3655         * gdb.texinfo: Document new commands dump, append, and restore.
3656
3657 2002-03-27  Andrew Cagney  <[email protected]>
3658
3659         * gdbint.texinfo (Releasing GDB): Revise the section `Before the
3660         Branch'.
3661
3662 2002-03-18  Andrew Cagney  <[email protected]>
3663
3664         * gdb.texinfo: Change all examples to @smallexample.
3665         * gdbint.texinfo: Ditto.
3666
3667 2002-03-18  Andrew Cagney  <[email protected]>
3668
3669         * gdbint.texinfo (Releasing GDB): Add section ``Versions and
3670         Branches''.
3671
3672 2002-03-18  Andrew Cagney  <[email protected]>
3673
3674         * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
3675         Policy''.
3676
3677 2002-03-04  Fred Fish  <[email protected]>
3678
3679         * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
3680         expresson, suports, dependant, trhe, perhaphs, situtations,
3681         explictily, taged, oportunity, unfortunatly).
3682
3683 2002-02-24  Andrew Cagney  <[email protected]>
3684
3685         * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
3686         Remove reference to 3.12.
3687
3688 2002-02-23  Andrew Cagney  <[email protected]>
3689
3690         * gdbint.texinfo: Include fdl.texi.
3691         (Top): Add GNU Free Documentation License.
3692         * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
3693         (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
3694         (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
3695         (gdbint.info): Add srcdir to include path.
3696         * gdb.texinfo: Include gpl.texi.
3697         (Top): Add Copying.
3698         * gpl.texi: New file.
3699
3700 2002-02-23  Andrew Cagney  <[email protected]>
3701
3702         * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
3703
3704 2002-02-19  Pierre Muller  <[email protected]>
3705
3706         * gdb.texinfo: Document Cygwin native specific commands.
3707
3708 2002-02-15  Daniel Jacobowitz  <[email protected]>
3709
3710         * gdb.texinfo: Document gdbserver ``--attach'' command.
3711
3712 2002-02-07  Michael Snyder  <[email protected]>
3713
3714         * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
3715         to @code(_ovly_debug_event).
3716
3717 2002-02-07  Andrew Cagney  <[email protected]>
3718
3719         * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
3720
3721 2002-02-06  Michael Snyder  <[email protected]>
3722
3723         * gdb.texinfo (overlays): Mention new magic symbol
3724         '_ovly_debug_event', which allows GDB to keep better track
3725         of overlays.
3726
3727 2002-02-03  Eli Zaretskii  <[email protected]>
3728
3729         * gdb.texinfo (Memory Region Attributes): Fix the wording.
3730         Suggested by Dmitry Sivachenko.
3731
3732         * (<many nodes>): Fix the spelling and punctuation of "i.e.".
3733
3734 2002-02-01  Michael Snyder  <[email protected]>
3735
3736         * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
3737
3738 2002-01-30  Michael Snyder  <[email protected]>
3739
3740         * gdb.texinfo: (remote protocol): Gramatical fix-up.
3741         (set trust-readonly-sections): Document.
3742
3743 2002-01-29  Andrew Cagney  <[email protected]>
3744
3745         * gdbint.texinfo (Releasing GDB): Revise and update.
3746
3747 2002-01-28  Andrew Cagney  <[email protected]>
3748
3749         * gdbint.texinfo (Target Architecture Definition): Delete
3750         description of TARGET_BYTE_ORDER_DEFAULT.
3751
3752 2002-01-27  Eli Zaretskii  <[email protected]>
3753
3754         * gdb.texinfo: Fix typos and markup.  From Dmitry Sivachenko
3755         <[email protected]>.
3756
3757 2002-01-23  Andrew Cagney  <[email protected]>
3758
3759         * libgdb.texinfo: Delete file.
3760
3761 2002-01-22  Andrew Cagney  <[email protected]>
3762
3763         * gdb.texinfo: Remove makeinfo 3.12 hacks.
3764         * gdbint.texinfo: Ditto.
3765
3766 Tue Jan 22 11:57:38 2002  Andrew Cagney  <[email protected]>
3767
3768         * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
3769
3770 2002-01-22  Andrew Cagney  <[email protected]>
3771
3772         * Makefile.in: Update copyright.
3773         (TEXI2DVI): Define.
3774         (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
3775         (gdbint.dvi, gdbint.pdf): Use TEXI2DVI.  Add dependency on
3776         gdb-cfg.texi.
3777         (TEXINDEX, PDFTEX): Delete makefile variables.
3778
3779 2002-01-22  Andrew Cagney  <[email protected]>
3780
3781         * gdb.texinfo (Protocol): Move section to appendix.
3782
3783 2002-01-21  Andrew Cagney  <[email protected]>
3784
3785         * gdb.texinfo (Remote Debugging): Create a menu.
3786         (Top): Add ``Remote Debugging'' to menu.
3787
3788 2002-01-21  Andrew Cagney  <[email protected]>
3789
3790         * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
3791         serial protocol'' from here.
3792         (Remote Debugging): To here.  New chapter.
3793
3794 2002-01-20  Andrew Cagney  <[email protected]>
3795
3796         * gdbint.texinfo (Target Architecture Definition): Delete
3797         description of TARGET_BYTE_ORDER_SELECTABLE_P.
3798
3799 2002-01-20  Andrew Cagney  <[email protected]>
3800
3801         * gdbint.texinfo (Host Definition): Revise.  xm-xyz.h and xyz.mh
3802         are no longer needed.
3803         (Porting GDB): Add maintainer note about configure.host.
3804
3805 2002-01-20  Andrew Cagney  <[email protected]>
3806
3807         * gdbint.texinfo (Target Architecture Definition): Remove
3808         definition of IEEE_FLOAT.
3809
3810 2002-01-20  Eli Zaretskii  <[email protected]>
3811
3812         * gdb.texinfo: Beautify copyright years; fix a typo.
3813         (DJGPP Native): Fix overfull hboxes in examples.  From Brian Youmans
3814         <[email protected]>
3815
3816 2002-01-19  Andrew Cagney  <[email protected]>
3817
3818         * gdbint.texinfo (Host Definition): Remove references to
3819         MALLOC_INCOMPATIBLE.
3820
3821 2002-01-17  Andrew Cagney  <[email protected]>
3822
3823         * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
3824         and xyz-xdep.o.
3825
3826 2002-01-17  Andrew Cagney  <[email protected]>
3827
3828         * gdb.texinfo   (Maintenance Commands): Add appendix.
3829         (Set Breaks): Copy ``maint info breakpoint'' doco to
3830         ``Maintenance Commands'' appendix.  Add reference.
3831
3832 2002-01-17  Andrew Cagney  <[email protected]>
3833
3834         * fdl.texi: Remove next/prev from @node.
3835
3836 2002-01-17  Eli Zaretskii  <[email protected]>
3837
3838         * gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
3839         for monstrous @multitable (from Brian Youmans).
3840
3841         * fdl.texi: New file.
3842
3843         * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
3844
3845 2002-01-15  Andrew Cagney  <[email protected]>
3846
3847         * gdbint.texinfo (Releasing GDB): New chapter.
3848
3849 2002-01-14  Andrew Cagney  <[email protected]>
3850
3851         * gdb.texinfo (Embedded Processors, Calling program functions):
3852         Obsolete references to a29k.
3853
3854 2002-01-13  Andrew Cagney  <[email protected]>
3855
3856         * gdbint.texinfo (Coding): Review Cleanups section.  Examples
3857         examples.  Document that a code-block should do or discard its
3858         cleanups before exit.
3859
3860 2002-01-11  Michael Snyder  <[email protected]>
3861
3862         * gdb.texinfo (Choosing files): Change @samp to @file.
3863
3864 2002-01-05  Michael Snyder  <[email protected]>
3865
3866         * gdb.texinfo (--pid): Document new command line option (attach).
3867
3868 2002-01-07  Eli Zaretskii  <[email protected]>
3869
3870         * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
3871         in the stub.
3872
3873 2002-01-04  Andrew Cagney  <[email protected]>
3874
3875         * gdbint.texinfo (Target Architecture Definition): Replace
3876         BIG_ENDIAN with BFD_ENDIAN_BIG.
3877
3878 2002-01-03  Andrew Cagney  <[email protected]>
3879
3880         * gdbint.texinfo (Target Architecture Definition): Replace
3881         value_ptr with struct value pointer.
3882
3883 2002-01-02  Eli Zaretskii  <[email protected]>
3884
3885         * gdb.texinfo (Free Software): Fix wording.
3886
3887 2001-12-31  Eli Zaretskii  <[email protected]>
3888
3889         * gdb.texinfo (Free Software): New section ``Free Software Needs
3890         Free Documentation''.
3891
3892 2001-12-30  Eli Zaretskii  <[email protected]>
3893
3894         * stabs.texinfo:
3895         * gdb.texinfo:
3896         * gdbint.texinfo:
3897         * libgdb.texinfo:
3898         * annotate.texi: Fix the application of GFDL in the Copyright notice.
3899
3900 2001-12-29  Michael Snyder  <[email protected]>
3901
3902         * gdb.texinfo (maint info sections): Fix typo.
3903
3904 2001-12-26  Michael Snyder  <[email protected]>
3905
3906         * gdb.texinfo (maint info sections): Document.
3907
3908         * gdb.texinfo (info proc): Comment out documentation for
3909         'info proc' sub-options that are currently not implemented.
3910
3911 2001-12-20  Jim Blandy  <[email protected]>
3912
3913         * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
3914
3915 2001-12-15  Andrew Cagney  <[email protected]>
3916
3917         * gdbint.texinfo (Target Architecture Definition): Replace
3918         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
3919
3920 2001-12-01  Andrew Cagney  <[email protected]>
3921
3922         * gdbint.texinfo (Host Definition): Delete documentation on
3923         HOST_BYTE_ORDER.
3924
3925 2001-11-30  Jim Blandy  <[email protected]>
3926
3927         * gdb.texinfo (Overlays): New chapter, documenting GDB's
3928         overlay support.  Add to top-level menu.
3929
3930 2001-11-26  Tom Tromey  <[email protected]>
3931
3932         * gdb.texinfo (Command Syntax): Document C-o binding.
3933
3934 2001-07-26  Christopher Faylor  <[email protected]>
3935
3936         * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
3937         use since it is described in the referenced section.
3938
3939         From Eli Zaretskii <[email protected]>
3940         * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
3941         clearer when using DJGPP.
3942
3943 2001-11-24  Christopher Faylor  <[email protected]>
3944
3945         * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
3946         specifically refer to MS-DOS.
3947         (command files): Mention gdb.ini is only used on MS-DOS.
3948
3949 2001-11-21  Tom Tromey  <[email protected]>
3950
3951         * gdb.texinfo (Invoking GDB): Document --args.
3952         (Mode Options): Likewise.
3953
3954 2001-11-21  Jim Blandy  <[email protected]>
3955
3956         * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
3957         Delete documentation; this macro has been removed from the
3958         sources.
3959
3960 2001-11-13  Jim Blandy  <[email protected]>
3961
3962         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
3963
3964 2001-11-06  Corinna Vinschen  <[email protected]>
3965
3966         * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
3967
3968 2001-11-05  Michael Snyder  <[email protected]>
3969
3970         * gdb.texinfo (info functions): Document use of backslash to
3971         quote regexp chars in function names such as "operator*()".
3972
3973 2001-11-01  Fred Fish  <[email protected]>
3974
3975         * gdbint.texinfo (SOLIB_ADD): Document additional new
3976         "readsyms" arg.
3977
3978 2001-10-30  Don Howard  <[email protected]>
3979
3980         * gdb.texinfo: (Command Files) Added documentation for the
3981         behavior of gdb with input redirected from a file.
3982
3983 2001-10-28  Fred Fish  <[email protected]>
3984
3985         * gdb.texinfo (auto-solib-add): Change docs to match
3986         implementation change.
3987         (auto-solib-limit): Add docs for new variable.
3988
3989 2001-10-15  Andrew Cagney  <[email protected]>
3990
3991         * gdbint.texinfo (Target Architecture Definition): Function
3992         value_as_pointer renamed to value_as_address.
3993
3994 2001-10-15  Andrew Cagney  <[email protected]>
3995
3996         * gdbint.texinfo (Target Architecture Definition): Default
3997         POINTER_TO_ADDRESS functions assume unsigned addresses.
3998         (INTEGER_TO_ADDRESS): Document.  Derive pragmatics section from a
3999         posting by Jim Blandy.
4000
4001 2001-10-12  Jim Blandy  <[email protected]>
4002
4003         * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
4004         version of texi2html (1.64) doesn't support this flag any more.
4005
4006 2001-09-08  Mark Kettenis  <[email protected]>
4007
4008         * gdbint.texinfo (Host Definition): Remove description of
4009         MEM_FNS_DECLARED.
4010
4011         * gdbint.texinfo (Host Definition): Remove description of R_OK.
4012
4013         * gdbint.texinfo (Host Definition): Remove description of
4014         HAVE_SIGSETMASK.
4015
4016 2001-09-04  Elena Zannoni  <[email protected]>
4017
4018         * gdbint.texinfo (Target Architecture Definition): Add
4019         explanation of TARGET_PRINT_INSN macro.
4020
4021 2001-08-30  Jim Blandy  <[email protected]>
4022
4023         * gdb.texinfo (`add-symbol-file'): Correct synopsis.
4024         Explain what it means to load relocatable files.
4025
4026 2001-08-28  Jim Blandy  <[email protected]>
4027
4028         * gdbint.texinfo: Bring the HTML `top' menu into sync with the
4029         info `top' menu.
4030
4031 Wed Aug 15 10:47:28 2001  Christopher Faylor <[email protected]>
4032
4033         * gdbint.texinfo: Add a cautionary note about macro use.
4034
4035 2001-08-02  Corinna Vinschen  <[email protected]>
4036
4037         * gdb.texinfo: Explain omitting the hostname in the
4038         `target remote' command.
4039
4040 2001-07-30  Daniel Jacobowitz  <[email protected]>
4041
4042         * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
4043         and END-INFO-DIR-ENTRY.
4044
4045 2001-07-28  Stephane Carrez  <[email protected]>
4046
4047         * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
4048
4049 2001-07-25  Andrew Cagney  <[email protected]>
4050
4051         * gdbint.texinfo (libgdb): Rewrite.
4052
4053 2001-07-26  Eli Zaretskii  <[email protected]>
4054
4055         * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
4056
4057 2001-07-24  Stephane Carrez  <[email protected]>
4058
4059         * gdb.texinfo (TUI): New chapter, document the TUI.
4060         (Mode Options): Document the -tui option.
4061
4062 2001-07-23  Mark Kettenis  <[email protected]>
4063
4064         * gdbint.texinfo (Host Definition): Remove description of
4065         NEED_POSIX_SETPGID.
4066
4067 2001-07-23  Eli Zaretskii  <[email protected]>
4068
4069         * gdb.tex (DJGPP Native): New node, with descriptions of
4070         DJGPP-specific commands.
4071
4072 2001-07-19  John R. Moore  <[email protected]>
4073
4074         * gdbint.texinfo: Three misspellings.
4075
4076 2001-07-06  Andrew Cagney  <[email protected]>
4077
4078         * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
4079         `test` expressions on bash.  Problem reported by Colin Walters.
4080
4081 2001-07-04  Andrew Cagney  <[email protected]>
4082
4083         * gdbint.texinfo (User Interface): Update ui-out documentation to
4084         refelect recent UI/MI updates.
4085
4086 2001-07-04  Andrew Cagney  <[email protected]>
4087
4088         * gdb.texinfo (Mode Options): Mention the mi0 and mi1
4089         interpreters.
4090
4091 2001-06-15  Andrew Cagney  <[email protected]>
4092
4093         * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
4094         structure and not macros.
4095         (Host Definition): Document that much of this chapter is obsolete.
4096         (Target Architecture Definition): Update list of files that make
4097         up a target architecture.
4098         (Coding): Update.
4099
4100 2001-06-28  Andrew Cagney  <[email protected]>
4101
4102         * gdbint.texinfo (Target Architecture Definition): Update
4103         EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
4104         The latter has been changed to a true predicate.
4105
4106 2001-06-17  Eli Zaretskii  <[email protected]>
4107
4108         * annotate.texi: Add @noindent where needed.  From Dmitry
4109         Sivachenko <[email protected]>.
4110         * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
4111
4112 2001-06-16  Andrew Cagney  <[email protected]>
4113
4114         * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
4115
4116 2001-06-14  Andrew Cagney  <[email protected]>
4117
4118         * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
4119         returns ``OK''.  Document that the ``R'' packet does not reply.
4120
4121 2001-06-13  Michael Snyder  <[email protected]>
4122
4123         * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
4124
4125 2001-06-13  Eli Zaretskii  <[email protected]>
4126
4127         * gdb.texinfo (Signals): Clarify the default setting of signal
4128         handling.
4129
4130 2001-05-14  Andrew Cagney  <[email protected]>
4131
4132         * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
4133         (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
4134
4135 2001-05-12  Andrew Cagney  <[email protected]>
4136
4137         * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
4138
4139 2001-05-10  Eli Zaretskii  <[email protected]>
4140
4141         * gdbint.texinfo (Clean Design and Portable Implementation):
4142         Renamed from "Clean Design".
4143         (Clean Design and Portable Implementation): Document portable
4144         methods of handling file names, and the associated macros.
4145
4146 2001-04-02  Eli Zaretskii  <[email protected]>
4147
4148         * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
4149         command and provide a cross-reference to its description.
4150         (Symbols): Note that "info scope" is useful for trace experiments.
4151
4152 2001-04-01  Eli Zaretskii  <[email protected]>
4153
4154         * gdb.texinfo (Symbols): Document "info scope".
4155         (Tracepoints): New chapter.
4156         (Contributors): Update for v5.1.
4157         <All nodes>: Change "C++" to "C@t{++}".
4158
4159         * gdbint.texinfo (User Interface): A new section about ui_out
4160         functions, based on text written by Fernando Nasser.
4161
4162         * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
4163
4164 2001-03-26  Eli Zaretskii  <[email protected]>
4165
4166         * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
4167
4168         * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
4169
4170         * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
4171         Replace "GDB" with "@value{GDBN}".  Fix markup.
4172
4173         * annotate.texi: Change Permissions to GFDL.  Update Copyright.
4174
4175         * gdb.texinfo (Output Formats): Mention "info symbol" and provide
4176         a cross-reference to its description.
4177         (Symbols): Document "info symbol".
4178
4179 2001-03-21  Eli Zaretskii  <[email protected]>
4180
4181         * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
4182         subsection "x86 Watchpoints".
4183         (Target Architecture Definition): Document the macros
4184         I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
4185         (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
4186
4187 2001-03-20  Andrew Cagney  <[email protected]>
4188
4189         * gdbint.texinfo (Target Architecture Definition): Update
4190         definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
4191         list.
4192
4193 2001-03-06  Kevin Buettner  <[email protected]>
4194
4195         * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
4196         gdbint.texinfo, refcard.tex: Update/correct copyright notices.
4197
4198 2001-02-21  Eli Zaretskii  <[email protected]>
4199
4200         * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
4201
4202 2001-02-11  Eli Zaretskii  <[email protected]>
4203
4204         * gdb.texinfo (Environment): Document that `path' does not change
4205         the value of PATH in GDB's own environment (it did in the past,
4206         but that was changed on March 15, 1994).  Reported by Doug Evans
4207         <[email protected]>.
4208
4209         * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
4210         its line.  Fix markup of commands and macros.  Add an Index node
4211         and index entries.
4212
4213 2001-01-23  J.T. Conklin  <[email protected]>
4214
4215         * gdb.texinfo (Memory region attributes): New manual section.
4216
4217 2001-01-04  Nicholas Duffek  <[email protected]>
4218
4219         * gdbint.texinfo (POP_FRAME): Document use by return_command.
4220
4221 2000-12-25  Eli Zaretskii  <[email protected]>
4222
4223         * refcard.tex: Version and copyright fixed.  From Phil Edwards
4224         <[email protected]>.
4225
4226 Thu Nov 30 16:57:19 2000  Andrew Cagney  <[email protected]>
4227
4228         * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
4229         DWARF2_REG_TO_REGNUM): Document.
4230
4231 Mon Nov 20 21:29:35 2000  Andrew Cagney  <[email protected]>
4232
4233         * gdbint.texinfo (Coding): Update current value of
4234         --enable-build-warnings.  Mention --enable-gdb-build-warnings.
4235
4236 2000-11-19  Eli Zaretskii  <[email protected]>
4237
4238         * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
4239         as suggested by Dmitry Sivachenko <[email protected]>.
4240
4241 2000-11-10  Christopher Faylor <[email protected]>
4242
4243         * gdb.texinfo: Document new 'set step-mode' command.
4244
4245 2000-10-16  Eli Zaretskii  <[email protected]>
4246
4247         * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
4248         changes from Dmitry Sivachenko <[email protected]>.
4249
4250 2000-09-26  Eli Zaretskii  <[email protected]>
4251
4252         * gdb.texinfo (Hooks): Document the new post-hook functionality.
4253         From Steven Johnson <[email protected]>.
4254
4255 2000-08-10  Mark Kettenis  <[email protected]>
4256
4257         * gdbint.texinfo (Overall Structure): Spelling fix.
4258
4259 2000-08-10  Eli Zaretskii  <[email protected]>
4260
4261         * gdbint.texinfo (Target Architecture Definition): Document that
4262         REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
4263         for which REGISTER_CONVERTIBLE returns a zero value.
4264
4265 2000-07-08  Christopher Faylor <[email protected]>
4266
4267         * Makefile.in (install-info): Find files to install in either the
4268         build or source directories (adapted from Makefile.am).
4269
4270 2000-07-07  Nicholas Duffek  <[email protected]>
4271
4272         * stabs.texinfo: Fix spelling errors.
4273         (String Field): FILE-NUMBER starts from 0, not 1.
4274
4275 2000-07-05  Eli Zaretskii <[email protected]>
4276
4277         * refcard.tex: Remove \centerline from the blurb.  Patch from
4278         Brian Youmans.
4279
4280 2000-06-25  Eli Zaretskii <[email protected]>
4281
4282         * Makefile.in (install-info): Support installation from outside of
4283         the source directory.  Reported by Mark Harig
4284         <[email protected]>.
4285
4286 2000-06-20  J.T. Conklin  <[email protected]>
4287
4288         * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
4289
4290 Fri May 26 15:55:33 2000  Andrew Cagney  <[email protected]>
4291
4292         * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
4293         Generate using pdftex.
4294         (PDFTEX): Define.
4295         (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
4296         (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
4297         @contents at the start.
4298
4299 2000-05-24  Eli Zaretskii  <[email protected]>
4300
4301         * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
4302         Youmans.
4303
4304 Wed May 24 21:27:58 2000  Andrew Cagney  <[email protected]>
4305
4306         From Brian Youmans:
4307         * gdb.texinfo: Fix ``et al.''.
4308
4309 Tue May 23 22:57:41 2000  Andrew Cagney  <[email protected]>
4310
4311         * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
4312         loop.
4313
4314 2000-05-19  Jimmy Guo  <[email protected]>
4315
4316         * configure: Regenerate.
4317
4318 2000-05-17  Eli Zaretskii  <[email protected]>
4319
4320         * Makefile.in (install-info): Run install-info on installed Info
4321         files.
4322
4323 Fri May 12 20:18:04 2000  Andrew Cagney  <[email protected]>
4324
4325         * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
4326         Andrew Cagney.
4327
4328 2000-05-09  Eli Zaretskii  <[email protected]>
4329
4330         * gdb.texinfo: Proofreading changes from Brian Youmans.
4331
4332 2000-05-01  Nick Duffek  <[email protected]>
4333
4334         * gdb.texinfo (Command Files): Mention -x, use @enumerate for
4335         startup sequence, minor edits.
4336
4337 2000-05-01  Eli Zaretskii  <[email protected]>
4338
4339         * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
4340         TeX.
4341
4342         * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
4343         "@kindex f" into "@kindex f (foo)", otherwise we get index entries
4344         like `n' and `s' which look weird.  Convert some of the @kindex to
4345         @vindex, when they refer to variables, not commands.
4346
4347 Sat Apr 29 17:01:04 2000  Andrew Cagney  <[email protected]>
4348
4349         * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
4350
4351 2000-04-23  Eli Zaretskii  <[email protected]>
4352
4353         * Makefile.in (GDBMI_DIR): New variable.
4354         (SET_TEXINPUTS): Add $(GDBMI_DIR).
4355         (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
4356         (gdbmi.texinfo): New target, for texi2roff.
4357         (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
4358         (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
4359
4360         * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
4361         gdbmi.texinfo.
4362         (Mode Options): Add xref to GDB/MI docs and remove a FIXME
4363         comment.
4364
4365 2000-04-17  Elena Zannoni  <[email protected]>
4366
4367         * gdb.texinfo (Files): Update description of add-symbol-file
4368         command.
4369
4370 2000-04-17  Eli Zaretskii  <[email protected]>
4371
4372         * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
4373         prevents the build (and is generally a Bad Idea).
4374
4375 2000-04-17  Eli Zaretskii  <[email protected]>
4376
4377         * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
4378         a comma inside @var.
4379         (Command Files): Index markup changes from Dmitry Sivachenko
4380         <[email protected]>.
4381
4382 2000-04-16  Eli Zaretskii  <[email protected]>
4383
4384         * Makefile.in (LN_S): Define.
4385         (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
4386         invoke "ln -s" unless it is known to work.
4387
4388         * configure.in (AC_PROG_LN_S): Add.
4389
4390 2000-04-14  Jim Blandy  <[email protected]>
4391
4392         * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
4393         section.
4394         (Target Conditionals): Document ADDRESS_TO_POINTER,
4395         POINTER_TO_ADDRESS.
4396
4397 2000-04-11  Daniel Berlin  <[email protected]>
4398
4399         * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
4400         gdb-cfg.texi to get the value.
4401
4402 2000-04-10  Jim Blandy  <[email protected]>
4403
4404         * gdbint.texinfo (Target Architecture Definition): Fix
4405         cross-references.
4406
4407 2000-04-08  Jim Blandy  <[email protected]>
4408
4409         * gdbint.texinfo (Using Different Register and Memory Data
4410         Representations): New section.
4411         (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
4412         REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
4413         REGISTER_CONVERT_TO_RAW): Document.
4414
4415 Mon Apr  3 19:16:32 2000  Andrew Cagney  <[email protected]>
4416
4417         * gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
4418         for acknowledgments.
4419
4420 Tue Mar 28 18:28:45 2000  Andrew Cagney  <[email protected]>
4421
4422         * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
4423         qThreadExtraInfo.
4424
4425 2000-03-28  J.T. Conklin  <[email protected]>
4426
4427         * gdb.texinfo: Clarify which remote debug protocol commands are
4428         required and which are optional.
4429
4430 Tue Mar 28 16:06:22 2000  Andrew Cagney  <[email protected]>
4431
4432         * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
4433         Cagney <[email protected]>.  Move @chapter and @node entries
4434         back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
4435         * annotate.texi: Update.
4436
4437 2000-03-28  Stan Shebs  <[email protected]>
4438
4439         * gdb.texinfo: Update dates, bump to Eighth Edition (note
4440         expectation of additional changes before release), update
4441         ISBN, add copy of top-level menu for @ifhtml, remove explicit
4442         node links, rephrase and/or shorten lines to fix formatting
4443         problem in both regular and @smallbook formats.
4444         * annotate.texi: Shorten lines in example, use smallexample
4445         consistently everywhere.
4446         * Makefile.in: Add comment about texinfo 4.0 html generation.
4447         (SFILES_INCLUDED): Add annotate.texi.
4448
4449 2000-03-27  Daniel Berlin  <[email protected]>
4450
4451         * gdb.texinfo (Debugging Output): Added new section, documenting
4452         the "set/show debug" commands.
4453
4454 Fri Mar 24 18:06:34 2000  Andrew Cagney  <[email protected]>
4455
4456         * annotate.texi (Annotations): When GDBN omit @chapter and @node
4457         entry.
4458
4459         * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
4460         (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
4461         @chapter and @node entries.
4462
4463         * gdb.texinfo: Link all top-level nodes.
4464
4465 Fri Mar 24 17:56:48 2000  Andrew Cagney  <[email protected]>
4466
4467         * Makefile.in (install-info): Create $(infodir) before installing
4468         files.
4469
4470 2000-03-23  Fernando Nasser  <[email protected]>
4471
4472         From David Whedon <[email protected]>
4473         * gdbint.texinfo : Added paragraphs about command deprecation.
4474
4475 2000-03-22  Daniel Berlin  <[email protected]>
4476
4477       * gdb.texinfo: Add documentation for the apropos command.
4478
4479 2000-03-20  Michael Snyder  <[email protected]>
4480
4481         * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
4482
4483 2000-03-20  Michael Snyder  <[email protected]>
4484
4485         * gdb.texinfo: Add white space to prevent overprinting in
4486         two places.
4487
4488 2000-03-17  Stan Shebs  <[email protected]>
4489
4490         * gdb.texinfo: Many minor changes from Dmitry Sivachenko
4491         <[email protected]>, also clarification of allowed content for
4492         string constants.
4493
4494 2000-03-16  Eli Zaretskii <[email protected]>
4495
4496         * gdb.texinfo (main menu): Add Annotations.
4497         (File Options): Add @cindex entries for each command-line option.
4498         Document --epoch, --annotate, --async, --interpreter, --write,
4499         --statistics, and --version.
4500
4501         * annotate.texi: Convert to a chapter.  Use @value{GDBN} instead
4502         of GDB.
4503
4504 2000-02-23  Jim Blandy  <[email protected]>
4505
4506         * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
4507
4508 2000-02-22  Jim Blandy  <[email protected]>
4509
4510         * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
4511
4512 2000-02-15  Jason Molenda  ([email protected])
4513
4514         * Makefile.in (diststuff): New target.
4515
4516 2000-02-15  Kevin Buettner  <[email protected]>
4517
4518         * agentexpr.texi: Fix wording regarding Intel's IA-64
4519         architecture.  [From Jim Wilson.]
4520
4521 2000-01-16  Tom Tromey  <[email protected]>
4522
4523         * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
4524         (Delete Breaks): Mention range arguments.
4525         (Disabling): Likewise.
4526
4527 2000-01-05  Dmitry Sivachenko <[email protected]>
4528
4529         * gdb.texinfo:  Wrap "ASCII" in @sc{}; clarify a few sentences.
4530
4531 Wed Dec  8 19:53:08 1999  Andrew Cagney  <[email protected]>
4532
4533         * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
4534         valid functions.
4535
4536 1999-11-05  Stan Shebs  <[email protected]>
4537
4538         * gdb.texinfo: Clarify regular expressions used in rbreak.
4539
4540 1999-10-15  Kevin Buettner  <[email protected]>
4541
4542         * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
4543         MEMORY_REMOVE_BREAKPOINT):  Document.
4544
4545 Thu Oct 14 21:17:17 1999  Andrew Cagney  <[email protected]>
4546
4547         * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
4548         offset re-using the DATA offset instead.
4549
4550 1999-10-11  Jim Kingdon  <[email protected]>
4551
4552         * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
4553
4554 1999-10-05  Stan Shebs  <[email protected]>
4555
4556         From Dmitry Sivachenko <[email protected]>:
4557         * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
4558         typos.
4559
4560         * gdb.texinfo: Various minor wording and formatting improvements,
4561         mentions of additional command-line options.
4562
4563 1999-09-30  Fred Fish  <[email protected]>
4564
4565         * gdb.texinfo:  Document additional forms of specifying section
4566         names and addresses for the add-symbol-file command.
4567
4568 1999-09-14  Michael Snyder  <[email protected]>
4569
4570         * gdbint.texinfo: Fix typo, add the word "have".
4571
4572 1999-09-14  Jim Blandy  <[email protected]>
4573
4574         * gdbint.texinfo (Target Architecture Definition): Document the
4575         SKIP_PERMANENT_BREAKPOINT macro.
4576
4577 1999-09-07  Stan Shebs  <[email protected]>
4578
4579         * gdb.texinfo: Fiks speling errers.
4580
4581         * gdb.texinfo: Fix uses of @multitable.
4582
4583         From Eli Zaretskii  <[email protected]>:
4584         * gdb.texinfo: Include details specific to DOS host, clarify
4585         some confusing language, fix @ref/@xref/@pxref usages, add
4586         comments about using with optimization, add more indexing,
4587         fix info about disassembly-flavor.
4588
4589 Tue Sep  7 09:11:24 1999  Kevin Buettner  <[email protected]>
4590
4591         * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
4592         SKIP_SOLIB_RESOLVER): Define.
4593
4594 Fri Sep  3 18:05:14 1999  Andrew Cagney  <[email protected]>
4595
4596         * gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
4597         ``g'' packets.
4598
4599 1999-08-30  Stan Shebs  <[email protected]>
4600
4601         * gdb.texinfo: Create a new "Configurations" chapter with
4602         platform-specific info, inline remote.texi and move sections of it
4603         into the new chapter, move bits about info proc, heuristic search,
4604         and register stack into the new chapter.
4605         * remote.texi: Remove, now part of gdb.texinfo.
4606         * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
4607
4608 1999-08-27  Jason Molenda  ([email protected])
4609
4610         * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
4611         GDB_TARGET_IS_MACH386): These kludges have gone away.
4612
4613 Wed Aug 25 10:47:03 1999  Andrew Cagney  <[email protected]>
4614
4615         * gdbint.texinfo (Target Architecture Definition): Mention
4616         TDEPLIBS.
4617
4618 1999-08-20  Stan Shebs  <[email protected]>
4619
4620         * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
4621         surrounding text to fit HP-UX bits into general info.
4622         (HPPA-cfg.texi): Remove, no longer useful.
4623
4624         * gdb.texinfo: Remove explicit links from @node lines, remove
4625         HP-added "Detailed Node Listing" from main menu which confuses
4626         things.
4627
4628         From Dmitry Sivachenko <[email protected]>:
4629         * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
4630         in description of `set environment'.
4631
4632 1999-08-17  Stan Shebs  <[email protected]>
4633
4634         * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
4635
4636 1999-08-12  Ben Elliston  <[email protected]>
4637
4638         * gdbint.texinfo (Breakpoint Handling): Add missing words.
4639
4640 1999-08-10  Eli Zaretskii  <[email protected]>
4641
4642         * gdb.texinfo (Set Watchpoints): Explain some subtleties about
4643         watch, awatch, and rwatch.  Explain why the latter two cannot be
4644         set as software watchpoints.  Document that watchpoints for local
4645         variables are deleted when the debuggee terminates.
4646
4647 Wed Aug 11 13:18:14 1999  Andrew Cagney  <[email protected]>
4648
4649         * remote.texi (Protocol): Further clarification of the "qRcmd"
4650         packet.  Allow E.. response packet.  "qRcmd" packet is no longer
4651         reserved.
4652
4653 1999-08-10  Elena Zannoni  <[email protected]>
4654
4655         * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
4656         * gdb.texinfo: Ditto.
4657
4658 1999-08-06  Tom Tromey  <[email protected]>
4659
4660         * gdb.texinfo (KOD): New node.
4661
4662 Fri Aug  6 17:05:48 1999  Andrew Cagney  <[email protected]>
4663
4664         * remote.texi (Rcmd): Fix minor formatting typos.
4665
4666 Thu Aug  5 17:57:41 1999  Andrew Cagney  <[email protected]>
4667
4668         * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
4669         packets.
4670
4671 1999-07-14  Jim Blandy  <[email protected]>
4672
4673         * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
4674         fixes.
4675
4676 Tue Jun 29 11:43:55 1999  Andrew Cagney  <[email protected]>
4677
4678         * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
4679
4680 Fri Jun 25 11:47:06 1999  Andrew Cagney  <[email protected]>
4681
4682         * remote.texi (Communication Protocol): ``v'' is in use. Fix
4683         numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
4684         ``z'' and ``qRcmd'' as draft instead of reserved.  Identify
4685         packets that are not supported on all hosts. Expand examples.
4686         Spell check.
4687
4688 1999-06-24  Jason Molenda  ([email protected])
4689
4690         * Makefile.in: Recognize html, install-html.  Add targets
4691         to build HTML versions of documentation via texi2html.
4692
4693 Thu Jun 24 15:59:03 1999  Stan Shebs  <[email protected]>
4694
4695         * gdbint.texinfo (Testsuite): New chapter, information about the
4696         testsuite.
4697
4698 Fri Jun 25 02:40:34 1999  Andrew Cagney  <[email protected]>
4699
4700         * remote.texi (Communication Protocol): Rewrite.
4701
4702 Thu Jun 24 16:59:54 1999  Andrew Cagney  <[email protected]>
4703
4704         * stabs.texinfo: Fix uses of xref.
4705
4706 Thu Jun 17 17:23:25 1999  Stan Shebs  <[email protected]>
4707
4708         * gdbint.texinfo: Add an anti-printf exhortation, and update the
4709         info about patch submission.
4710
4711 Mon Jun  7 15:49:40 1999  Stan Shebs  <[email protected]>
4712
4713         From Per Bothner  <[email protected]>:
4714         * gdb.texinfo: Document Chill support.
4715
4716 Fri Jun  4 16:58:22 1999  Andrew Cagney  <[email protected]>
4717
4718         * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
4719         to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
4720         Document that the value should be greater-than or equal-to zero.
4721         (NO_STD_REGS): Document. Deprecate.
4722
4723 Tue Jun  1 15:04:15 1999  Andrew Cagney  <[email protected]>
4724
4725         * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
4726         Document that these are not used.
4727
4728 Thu May 27 09:28:15 1999  Andrew Cagney  <[email protected]>
4729
4730         * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
4731
4732 Mon May 24 10:07:39 1999  Andrew Cagney  <[email protected]>
4733
4734         * gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
4735         numargs was dropped.
4736
4737 Thu May 20 12:26:59 1999  Andrew Cagney  <[email protected]>
4738
4739         * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
4740
4741 Tue Apr 27 19:14:20 1999  Andrew Cagney  <[email protected]>
4742
4743         * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
4744         Update.
4745
4746 Thu Apr 22 13:07:37 1999  Andrew Cagney  <[email protected]>
4747
4748         * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
4749         (GET_SAVED_REGISTER): Update, not just the a29k uses this.
4750
4751 Wed Apr 21 13:59:01 1999  Dave Brolley  <[email protected]>
4752
4753         * gdbint.texinfo: Fix typos: $ -> @.
4754
4755 Tue Apr 20 11:59:38 1999  Andrew Cagney  <[email protected]>
4756
4757         * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
4758         LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
4759         BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
4760         BREAKPOINT_FROM_PC.
4761
4762 Mon Apr 12 16:00:44 1999  Andrew Cagney  <[email protected]>
4763
4764         * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
4765         CALL_DUMMY_STACK_ADJUST): Document.
4766
4767 Thu Apr  8 17:23:15 1999  Andrew Cagney  <[email protected]>
4768
4769         * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
4770         SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
4771
4772 1999-04-02  Stan Shebs  <[email protected]>
4773
4774         * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
4775         longer exists.
4776
4777 Tue Mar  9 19:25:11 1999  Stan Shebs  <[email protected]>
4778
4779         * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
4780         nearly all @ifset/@ifclear conditionals; nobody uses them, and
4781         they make the manual source incomprehensible.
4782         * h8-cfg.texi: Remove, hasn't been used in years.
4783
4784 Thu Feb 11 18:00:59 1999  Stan Shebs  <[email protected]>
4785
4786         * gdb.texinfo: Update the credits.
4787
4788 Mon Feb  8 17:33:57 1999  Stan Shebs  <[email protected]>
4789
4790         * gdb.texinfo: Fix mistakes noticed in printout of last
4791         draft, add Alpha to discussion of heuristic fence post.
4792
4793 Fri Feb  5 17:20:00 1999  Stan Shebs  <[email protected]>
4794
4795         * gdb.texinfo, remote.texi: Many changes; update to Seventh
4796         Edition, merge some HP changes into mainline, describe some
4797         previously undocumented features, describe more of the target
4798         commands available, eliminate obsolete section on renamed
4799         commands.
4800         * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
4801
4802 Wed Jan 20 17:47:45 1999  Stan Shebs  <[email protected]>
4803
4804         * gdb.texinfo: Make many HPPA conditionals unconditional,
4805         including catchpoint description, since now on for all configs.
4806         * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
4807         specializations.
4808
4809 Thu Jan 14 17:10:12 1999  Stan Shebs  <[email protected]>
4810
4811         * Makefile.in (GDBvn.texi): Fix match expression to work with
4812         current format of VERSION in gdb/Makefile.in.
4813         * gdb.texinfo: Fix node ref to match new readline.
4814
4815 Wed Jan 13 10:38:40 1999  Edith Epstein  <[email protected]>
4816
4817         * gdb.texinfo: Changes made as part of a project to merge in
4818           changes made by HP. Documentation makes extensive use of
4819           @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
4820           on remote debugging. There are differences in documentation
4821           (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
4822           the HP manual discusses catchpoints, hardware watchpoints, and
4823           some HPUX specific limitations for shared library support.
4824
4825           There are also a number of @node changes.
4826
4827 1999-01-12  Jason Molenda  ([email protected])
4828
4829         * gdbint.texinfo (Formatting): Disambiguate a sentence.
4830         (C Usage): Same.
4831
4832 Wed Jan  6 11:55:34 1999  David Taylor  <[email protected]>
4833
4834         The following changes were made by Edith Epstein
4835         <[email protected]> as part of a project to merge in changes
4836         made by HP.
4837
4838         * HPPA-cfg.texi: new file.
4839
4840         * all-cfg.texi: set HPPA for HP PA-RISC targets.
4841
4842         * refcard.tex: change documentation about catch.
4843           removed info catch.
4844
4845 Mon Jan  4 18:29:18 1999  Stan Shebs  <[email protected]>
4846
4847         * gdbint.texinfo: Expand on GDB's coding standards,
4848         specify the use of arg names with prototypes.
4849
4850 1998-12-14  J.T. Conklin  <[email protected]>
4851
4852         * gdb.texinfo: Fix tipo.
4853
4854 Sun Dec 13 10:27:59 1998  Andrew Cagney  <[email protected]>
4855
4856         * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
4857         TARGET_BYTE_ORDER_SELECTABLE_P.
4858
4859 Thu Dec 10 16:07:09 1998  Andrew Cagney  <[email protected]>
4860
4861         * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
4862
4863 1998-12-09  Jim Blandy  <[email protected]>
4864
4865         * agentexpr.texi: New file.
4866
4867 Wed Dec  9 21:13:57 1998  Andrew Cagney  <cagney@chook>
4868
4869         * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
4870
4871 1998-12-03  J.T. Conklin  <[email protected]>
4872
4873         * remote.texi: Changed wording that implied that the GDB remote
4874         protocol caches register values instead of GDB itself.
4875
4876 Tue Dec  1 17:45:43 1998  Stan Shebs  <[email protected]>
4877
4878         * gdbint.texinfo: Add some info about symbol readers.
4879         (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
4880         (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
4881         (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
4882         (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
4883
4884 Mon Nov 30 11:32:21 1998  Andrew Cagney  <cagney@chook>
4885
4886         * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
4887
4888 Sat Nov 28 13:45:53 1998  Andrew Cagney  <[email protected]>
4889
4890         * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
4891
4892 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
4893
4894         * gdbint.texinfo (NO_SINGLE_STEP): Replace with
4895         SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
4896
4897 Wed Oct 14 10:02:40 1998  Andrew Cagney  <[email protected]>
4898
4899         * gdbint.texinfo: Fix minor typos.
4900
4901 Wed Sep 30 18:03:19 1998  Stan Shebs  <[email protected]>
4902
4903         * gdbint.texinfo: Complete overhaul.  Group descriptions more
4904         logically, add more info on generic algorithms, remove much
4905         obsolete and/or wrong material.
4906
4907 Fri Jul 24 17:51:38 1998  Ian Lance Taylor  <[email protected]>
4908
4909         * stabs.texinfo (Method Type Descriptor): Expand and correct.
4910
4911 Mon May  4 10:37:12 1998  Brian Youmans ([email protected])
4912
4913         * refcard.tex:  Copyright, address updates.
4914
4915 Tue Apr 21 18:09:56 1998  Stan Shebs  <[email protected]>
4916
4917         * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
4918         for the edition instead of confusing GDB-version-like numbers.
4919
4920 Mon Apr 13 14:05:00 1998  Fred Fish  <[email protected]>
4921
4922         * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
4923
4924 Thu Apr  2 16:52:44 1998  Jason Molenda  ([email protected])
4925
4926         * LRS: Reformat a bit to keep text under 80 columns.
4927
4928 Thu Apr  2 16:10:36 1998  Stan Shebs  <[email protected]>
4929
4930         * gdb.texinfo: Add some credits, mention bug monitor.
4931         * remote.texi: Mention mips monitor targets.
4932         * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
4933
4934 Mon Feb  2 17:13:03 1998  Stan Shebs  <[email protected]>
4935
4936         * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
4937         files, finish sorting of host vs target vs native macros, describe
4938         some more of them.
4939
4940 Tue Jan 13 16:44:50 1998  Fred Fish  <[email protected]>
4941
4942         * gdbint.texinfo (Host Conditionals): Document change from
4943         using NO_MMALLOC to it's inverse, USE_MMALLOC.
4944
4945 Mon Nov 24 13:55:21 1997  Andrew Cagney  <[email protected]>
4946
4947         * gdbint.texinfo (Host Conditionals): Document
4948         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
4949
4950 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <[email protected]>
4951
4952         * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
4953         Document LSEEK_NOT_LINEAR.
4954
4955 Tue Mar 25 14:44:09 1997  Ian Lance Taylor  <[email protected]>
4956
4957         * stabs.texinfo (Stab Section Basics): Make it clear that only
4958         some versions of the GNU linker remove the leading N_UNDF symbol.
4959
4960 Thu Feb 27 17:45:19 1997  Ian Lance Taylor  <[email protected]>
4961
4962         * stabs.texinfo (String Field): Document type number pairs here,
4963         instead of in the Sun specific section.
4964         (Include Files): The GNU linker supports the N_BINCL
4965         optimization.  Clarify the N_BINCL value, and what it is used
4966         for.
4967         (Procedures): Document N_FUN with an empty string to mark the end
4968         of a function.
4969         (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
4970         (Sun Differences): Remove this node, as the information is now
4971         elsewhere in the main document.
4972         (Stab Section Basics): Mention that the GNU linker may optimize
4973         stabs and remove the leading N_UNDF symbol.
4974
4975 Mon Dec  9 12:23:32 1996  Roland Pesch  <[email protected]>
4976
4977         * gdb.texinfo, refcard.tex: Restore author credit
4978
4979 Wed Oct  2 22:01:36 1996  Fred Fish  <[email protected]>
4980
4981         * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
4982         documentation to account for START and END macros taking
4983         one arg.
4984
4985 Thu Aug 22 17:59:03 1996  Fred Fish  <[email protected]>
4986
4987         From: Eberhard Mattes <[email protected]>
4988         * gdb.texinfo (Frames): Fix typo.
4989
4990 Tue Jul 23 10:06:20 1996  Fred Fish  <[email protected]>
4991
4992         * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
4993         a target_signal as arg type, not a pid.
4994
4995 Fri Jul 12 11:10:05 1996  Stu Grossman  ([email protected])
4996
4997         * gdb.texinfo:  Document `set assembly-language'.
4998
4999 Thu Jul 11 13:50:28 1996  Stan Shebs  <[email protected]>
5000
5001         * remote.texi: Update list of stubs in the GDB distribution.
5002
5003 Fri Jul  5 15:38:54 1996  Fred Fish  <[email protected]>
5004
5005         * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
5006         Also document that some systems can use mmalloc but must define
5007         this if their C runtime allocates memory that is later freed.
5008         (MMCHECK_FORCE): Document new macro.
5009
5010 Fri Jun 28 22:17:10 1996  Dawn Perchik  <[email protected]>
5011
5012         * remote.texi: Add documentation for target Sparclet.
5013
5014 Mon Jun 24 18:12:22 1996  Jason Molenda  ([email protected])
5015
5016         * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
5017         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
5018         * configure.in: Rewritten for autoconf.
5019         * configure: New.
5020
5021 Mon Jun 17 10:43:41 1996  Fred Fish  <[email protected]>
5022
5023         * Makefile.in (DVIPS): New define, set to dvips.
5024         (dvi): Add stabs.dvi.
5025         (ps): New target.
5026         (all-doc): Depend on info, dvi, and ps targets.
5027         (STAGESTUFF): Add *.ps and *.dvi files.
5028         (clean-info, clean-dvi): Remove.
5029         (mostlyclean): Does not depend upon clean-info or clean-dvi,
5030         rules completely rewritten.
5031         (maintainer-clean): Remove clean-info and clean-dvi
5032         dependencies and put their actions in the rules.
5033         (gdb.ps): New target
5034         (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
5035         intermediate TeX files, whether they have 2 or 3 character
5036         extensions.
5037         (gdbint.ps): Add target and rules.
5038         (gdb-internals): Delete unused target.
5039         (Makefile): Depends upon config.status also.
5040
5041 Sat Mar 30 15:46:58 1996  Fred Fish  <[email protected]>
5042
5043         * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
5044         set.
5045
5046 Sat Mar 16 15:10:20 1996  Fred Fish  <[email protected]>
5047
5048         From Peter Schauer <[email protected]>
5049         * gdb.texinfo (Expressions): Fix erroneous array constant example.
5050
5051 Sat Mar 16 13:28:45 1996  Fred Fish  <[email protected]>
5052
5053         * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
5054
5055 Sat Feb 10 03:28:36 1996  Peter Schauer  ([email protected])
5056
5057         * gdb.texinfo (Print settings):  Document
5058         `set/show print static-members' commands.
5059
5060 Wed Jan 10 14:16:37 1996  Fred Fish  <[email protected]>
5061
5062         * gdbint.texinfo (Native): Document name change, coredep.c to
5063         core-aout.c.
5064
5065 Wed Dec 13 12:35:28 1995  Ian Lance Taylor  <[email protected]>
5066
5067         * stabs.texinfo (Include Files): Document the values the SunOS4
5068         linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
5069
5070 Fri Dec  8 21:08:44 1995  Fred Fish  <[email protected]>
5071
5072         * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
5073         Fix typo.
5074
5075 Fri Dec  1 11:07:50 1995  Fred Fish  <[email protected]>
5076
5077         * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
5078         "gdb.tar.Z".
5079
5080 Wed Sep 20 13:14:10 1995  Ian Lance Taylor  <[email protected]>
5081
5082         * Makefile.in (maintainer-clean): New target, synonym for
5083         realclean.
5084
5085 Thu Aug  3 10:45:37 1995  Fred Fish  <[email protected]>
5086
5087         * Update all FSF addresses except those in COPYING* files.
5088
5089 Wed Jul 19 18:43:03 1995  Stan Shebs  <[email protected]>
5090
5091         From Richard Earnshaw ([email protected]):
5092         * gdb.texinfo (convenience variables): Document $_exitcode.
5093         (quit): Document optional expression to use as exit code.
5094
5095 Thu Jun 22 21:27:33 1995  Victoria Mixon  <[email protected]>
5096
5097         * gdb.texinfo, remote.texi: Brought up to date with various
5098         GDB changes.
5099
5100 Tue Jun 20 14:35:38 1995  Stan Shebs  <[email protected]>
5101
5102         * gdb.texinfo: Update dates and versions, fix comments about
5103         hardware watchpoints in future releases and about the
5104         sharedlibrary command.
5105
5106 Mon May  8 09:30:36 1995  Jim Kingdon  ([email protected])
5107
5108         * stabs.texinfo: Remove node `XCOFF differences'.  Describe value of
5109         C_FUN stab.  Other cleanups.
5110
5111 Wed Apr 19 07:02:19 1995  Jim Kingdon  ([email protected])
5112
5113         * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
5114         for the sparc stub.
5115
5116 Tue Apr 11 11:41:49 1995  Jim Kingdon  ([email protected])
5117
5118         * annotate.texi: Clarify which addresses have differing formats
5119         depending on the language and which do not.
5120
5121 Tue Mar 28 16:56:22 1995  J.T. Conklin  <[email protected]>
5122
5123         * remote.texi (NetWare): Changed example to use BOARD= instead of
5124           NODE= argument to reflect correspoding change to gdbserve.nlm.
5125
5126 Fri Mar 17 06:47:02 1995  Jim Kingdon  ([email protected])
5127
5128         * stabs.texinfo (Negative Type Numbers): Mention the fact that
5129         GDB, as well as AIX dbx, supports the size type attribute.
5130
5131 Thu Mar 16 12:11:32 1995  Jim Kingdon  ([email protected])
5132
5133         * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
5134
5135 Mon Mar 13 16:49:13 1995  Per Bothner  <[email protected]>
5136
5137         * gdb.texinfo (Define):  Document $arg0... arguments to commands,
5138         and new 'if' and 'while' commands.
5139
5140 Fri Feb 17 15:24:35 1995  Per Bothner  <[email protected]>
5141
5142         * gdb.texinfo (Artificial arrays):  Note use of coerce-to-array-type.
5143
5144 Wed Feb 15 11:59:18 1995  J.T. Conklin  <[email protected]>
5145
5146         * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
5147         * remote.texi (NetWare): New node, how to use gdbserve.nlm on
5148           NetWare targets.  Mostly stolen from the Server node.
5149
5150 Fri Feb 10 20:20:08 1995  Jim Kingdon  ([email protected])
5151
5152         * gdb.texinfo (Setting): Talk about the language of a source file
5153         versus the working language.  The old documentation did not match
5154         what GDB did.
5155
5156 Wed Feb  1 20:26:36 1995  Jim Kingdon  ([email protected])
5157
5158         * stabs.texinfo (Source Files): Document N_SO used to mark the end
5159         of a source file.
5160
5161 Mon Jan 23 14:23:37 1995  Jim Kingdon  ([email protected])
5162
5163         * gdb.texinfo (Processes): New node.
5164
5165 Tue Jan 17 14:09:03 1995  Ian Lance Taylor  <[email protected]>
5166
5167         * remote.texi: Update documentation of set/show mipsfpu.
5168
5169 Fri Jan  6 17:17:28 1995  Stan Shebs  <[email protected]>
5170
5171         * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
5172         * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
5173
5174 Sun Sep  4 16:47:21 1994  Stan Shebs  ([email protected])
5175
5176         * gdbint.texinfo: Removed mentions of some incorrectly placed and
5177         obsolete conditionals, described some others.
5178
5179 Mon Aug  1 15:42:39 1994  Jim Kingdon  ([email protected])
5180
5181         * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
5182         SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
5183
5184 Mon Aug  1 15:12:02 1994  Stan Shebs  ([email protected])
5185
5186         * gdbint.texinfo: Put regex conditionals in their own table.
5187
5188 Tue Jul 26 18:32:52 1994  Stan Shebs  ([email protected])
5189
5190         * gdbint.texinfo: Removed mentions of many obsolete conditionals,
5191         described or fixed the descriptions of many others.
5192
5193 Sun Jul 17 14:14:03 1994  Stan Shebs  ([email protected])
5194
5195         * gdb.texinfo: Add some more credits.
5196         * gdbint.texinfo: Capitalize GDB consistently, describe some
5197         macros and remove some.
5198
5199 Thu Jul 14 18:43:17 1994  Stan Shebs  ([email protected])
5200
5201         * gdbint.texinfo: Removed mentions of many incorrectly placed and
5202         obsolete conditionals, described some others.
5203
5204 Tue Jul 12 12:23:15 1994  Peter Schauer  ([email protected])
5205
5206         * gdb.texinfo (help targets):  Changed to `help target', which
5207         is the correct gdb command.
5208
5209 Wed Jun 22 18:00:51 1994  Jim Kingdon  ([email protected])
5210
5211         * annotate.texi (TODO): New node, for keeping track of annotations
5212         suggested but not yet implemented.
5213
5214 Wed Jun  1 16:10:45 1994  Jim Kingdon  ([email protected])
5215
5216         * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
5217         another symbol, it is not the address itself.
5218
5219 Thu May  5 20:23:36 1994  Stan Shebs  ([email protected])
5220
5221         * stabs.texinfo (Stab Section Basics): Add comment about alignment
5222         of stabs-in-coff sections.
5223
5224 Wed May  4 06:26:11 1994  Jim Kingdon  ([email protected])
5225
5226         * annotate.texi: Change edition to 0.5 and date to May 1994.
5227         Add index.
5228         (Frames): New node, for frame annotation.
5229         (Displays): New node, for display annotation.
5230
5231         * remote.texi (MIPS Remote): Say that set timeout doesn't apply
5232         when waiting for your program to stop.
5233
5234 Fri Apr 29 18:24:46 1994  Jim Kingdon  ([email protected])
5235
5236         * annotate.texi (Breakpoint Info): Document annotation of header
5237         fields and record annotation.
5238
5239 Thu Apr 28 07:44:28 1994  Jim Kingdon  ([email protected])
5240
5241         * annotate.texi: New file, to document annotations.
5242
5243 Thu Apr 21 14:20:51 1994  Jim Kingdon  ([email protected])
5244
5245         * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
5246         16 I meant to make this change but did not).  Do remove gdb-cfg.texi.
5247
5248 Wed Apr 20 11:22:48 1994  Jim Kingdon  ([email protected])
5249
5250         * stabs.texinfo (Stab Section Basics): Say what is in .stab
5251         section, and say n_strx field is compilation unit relative.
5252         * stabs.texinfo: Don't use @code for a.out when it is the name of
5253         an object file format.
5254
5255 Wed Apr 13 20:29:54 1994  Jim Kingdon  ([email protected])
5256
5257         * gdb.texinfo: Refer to file names, not path names, per rms
5258         convention.
5259         (Arguments): Fix typo.
5260
5261 Thu Mar 24 08:09:12 1994  Jim Kingdon  ([email protected])
5262
5263         * stabs.texinfo (Global Variables): Talk about stabs in files
5264         where variables are referenced, but not defined.
5265
5266 Wed Mar 23 07:16:36 1994  Jim Kingdon  ([email protected])
5267
5268         * stabs.texinfo: Move stuff on @ and # type descriptors from node
5269         Cplusplus to new nodes Member Type Descriptor and Method Type
5270         Descriptor.  Re-write stuff for #.
5271
5272 Wed Mar 16 08:20:19 1994  Jim Kingdon  ([email protected])
5273
5274         * gdb.texinfo (Print Settings): Don't document "set print
5275         fast-symbolic-addr off".  The bug which it worked around was fixed
5276         on 25 Feb 94 in coffread.c, so I'm nuking the command.
5277
5278         * stabs.texinfo (Alternate Entry Points): New node, rewritten from
5279         N_ENTRY node.
5280
5281         * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
5282
5283 Tue Mar 15 08:43:02 1994  Jim Kingdon  ([email protected])
5284
5285         * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
5286         references to ieee-float.c.
5287
5288 Fri Mar 11 08:09:40 1994  Jim Kingdon  ([email protected])
5289
5290         * gdb.texinfo (Set Breaks): Update documentation for tbreak to
5291         match what the code actually does.
5292
5293 Wed Mar  9 19:43:05 1994  Jim Kingdon  ([email protected])
5294
5295         * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
5296
5297 Tue Mar  1 17:04:43 1994  Jim Kingdon  ([email protected])
5298
5299         * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
5300         i, and b.
5301
5302 Wed Feb 23 10:44:18 1994  Jim Kingdon  ([email protected])
5303
5304         * stabs.texinfo: Document N_RBRAC as function relative for COFF as
5305         well as for ELF and SOM.  Unify the descriptions of ELF and SOM
5306         as "stabs in sections" rather than just saying "ELF and SOM".
5307         Also make that stuff apply to COFF.
5308
5309 Fri Feb 18 08:25:58 1994  Jim Kingdon  ([email protected])
5310
5311         * gdb.texinfo (Formatting Documentation): Change GhostScript to
5312         Ghostscript.
5313
5314 Fri Feb  4 06:31:31 1994  Jim Kingdon  ([email protected])
5315
5316         * gdb.texinfo (Continuing and Stepping): When talking about "step"
5317         versus functions without line numbers, also mention stepping into
5318         them as well as "step" when you are in them.  Tell the user how to
5319         deal with the situation.  Add comment about "debugging information".
5320
5321 Thu Feb  3 11:39:59 1994  Jim Kingdon  ([email protected])
5322
5323         * stabs.texinfo (Enumerations): Document restriction on where
5324         enumeration types can appear and still win with GDB.
5325
5326 Wed Feb  2 11:29:17 1994  Jim Kingdon  ([email protected])
5327
5328         * stabs.texinfo (Negative Type Numbers): Document format for type
5329         -16.
5330
5331 Thu Jan 27 16:53:56 1994  Jim Kingdon  ([email protected])
5332
5333         * gdb.texinfo (Selection, Frame Info): Update information about
5334         arbitrary frame specficiations.
5335
5336 Wed Jan 26 15:31:57 1994  Roland H. Pesch  ([email protected])
5337
5338         * gdb.texinfo, remote.texi: general editing pass prior to Net release
5339
5340 Tue Jan 25 12:12:04 1994  Jim Kingdon  ([email protected])
5341
5342         * stabs.texinfo (String Field): Discuss continuing stabs with ?.
5343
5344 Wed Jan 19 06:39:24 1994  David J. Mackenzie  ([email protected])
5345
5346         * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
5347
5348 Sun Jan 16 12:43:32 1994  Jim Kingdon  ([email protected])
5349
5350         * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
5351         Differences node to Statics node.
5352         (Statics): Discuss XCOFF use of V symbol descriptor.
5353
5354         * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
5355         not clean.
5356
5357 Wed Jan 12 21:29:54 1994  John Gilmore  ([email protected])
5358
5359         * gdb.texinfo (Print Settings): Document `set print
5360         fast-symbolic-addr' and improve the doc for some other
5361         `set print's.
5362
5363 Mon Jan  3 17:23:07 1994  Jim Kingdon  ([email protected])
5364
5365         * stabs.texinfo (String Field): Talk about defining several type
5366         numbers at once.
5367         Fix lint regarding changing node ELF Transformations to
5368         ELF and SOM Transformations.
5369
5370 Fri Dec 31 00:42:43 1993  John Gilmore  ([email protected])
5371
5372         * stabs.texinfo:  Insert Peter Kessler's name as inventor (I think).
5373
5374 Tue Dec 28 09:30:40 1993  Jim Kingdon  ([email protected])
5375
5376         * stabs.texinfo (Cross-References): `::' is for nested types only
5377         within <>.
5378         (Structures): Document static members.
5379
5380 Mon Dec 27 13:55:04 1993  Jim Kingdon  ([email protected])
5381
5382         * stabs.texinfo: Document S type attribute.
5383
5384 Sun Dec 26 20:46:36 1993  Jeffrey A. Law  ([email protected])
5385
5386         * stabs.texinfo: Add notes about stabs-in-som where appropriate.
5387
5388 Fri Dec  3 19:13:19 1993  John Gilmore  ([email protected])
5389
5390         * gdbint.texinfo:  Fix a few typos.
5391
5392 Sun Nov 28 18:06:25 1993  Roland H. Pesch  ([email protected])
5393
5394         * gdb.texinfo, remote.texi: formatting improvements
5395
5396         * gdb.texinfo (New Features): mention threads.
5397         (Summary, C): fix xrefs in newly contributed text.
5398         (Threads): index entries, clarifications, example
5399         (passim): minor typos fixed, phrasing improvements
5400
5401         * remote.texi (Bootstrapping): rephrase text on ^C and add index
5402         entries; (Server): explain use of gdbserver w/real-time systems,
5403         add example of conflicting TCP port; (MIPS Remote) break up
5404         running text into table, highlighting commands, and add example.
5405
5406 Wed Nov 24 14:15:56 1993  Roland H. Pesch  ([email protected])
5407
5408         * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
5409
5410 Fri Nov 12 16:10:58 1993  Jim Kingdon  ([email protected])
5411
5412         * stabs.texinfo (Nested Symbols): New node.
5413         (String Field, Symbol Descriptors, Cross-References): Refer to it.
5414
5415 Thu Nov 11 13:26:45 1993  Jim Kingdon  ([email protected])
5416
5417         * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
5418         to picking which Bbss.bss symbol to use, and (because there seems to
5419         be no good way of doing it) re-write some of the text to make it
5420         sound like Bbss.bss isn't such a great idea after all (as currently
5421         designed).
5422
5423         * gdb.texinfo (C): In addition to saying people have to use g++ for
5424         good results, say they have to use stabs.  Specifically say cfront
5425         doesn't work well.
5426         (Summary): Merge in information on Modula-2, Pascal, and Chill from
5427         the gdb README.  Add xrefs to places where the support for the various
5428         languages is described in detail.
5429
5430 Mon Nov  8 11:47:34 1993  Jim Kingdon  ([email protected])
5431
5432         * stabs.texinfo: Clean up stuff about visibility and virtual
5433         characters.
5434
5435         * stabs.texinfo (N_M2C): Cite Sun doc.
5436
5437 Fri Nov  5 16:27:27 1993  Roland H. Pesch  ([email protected])
5438
5439         * gdb.texinfo: updates re threads.
5440         * remote.texinfo: avoid index entries starting with digits.
5441
5442 Tue Nov  2 09:08:37 1993  Jim Kingdon  ([email protected])
5443
5444         * stabs.texinfo (Enumerations): Talk about large, negative and
5445         octal values.  Clean up cross reference to type attributes.
5446         (String Field): Say that GDB 4.11 supports size attribute.
5447
5448 Sun Oct 31 13:31:10 1993  Jim Kingdon  ([email protected])
5449
5450         * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
5451         is a mandatory step.  Make the stuff about that more concise.
5452
5453 Wed Oct 27 00:25:46 1993  Jim Kingdon  ([email protected])
5454
5455         * stabs.texinfo (Class Names): New node.
5456
5457         * gdb.texinfo (Command Files): Explain order of init file reading.
5458
5459         * remote.texi (Bootstrapping): Talk about getting the serial driver
5460         to deal with ^C sent by gdb to stop the remote system.
5461
5462 Mon Oct 25 03:25:41 1993  Tom Lord  ([email protected])
5463
5464         * libgdb.texinfo (I/O): incorporated better phrasing from rich.
5465
5466         * libgdb.texinfo (Defining Commands): made the DOC arg
5467         to gdb_define_app_command a char * instead of char **
5468         per a suggestion from kingdon.
5469
5470         * libgdb.texinfo: total rewrite from a different starting
5471         premise.
5472
5473 Wed Oct 20 18:07:44 1993  Jim Kingdon  ([email protected])
5474
5475         * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
5476         floats passed as doubles (to improve clarity).
5477
5478 Tue Oct 19 14:21:18 1993  Roland H. Pesch  ([email protected])
5479
5480         * gdb.texinfo (Source Path): index entries for $cwd, $pdir
5481
5482         * a4rc.sed: update to work with Andreas Vogel papersize params
5483
5484         * refcard.tex: use Andreas Vogel simplifications of papersize
5485         params; remove useless version info; update copyright date.
5486
5487 Tue Oct 19 10:46:22 1993  Jim Kingdon  ([email protected])
5488
5489         * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
5490
5491 Tue Oct 12 09:11:45 1993  Jim Kingdon  ([email protected])
5492
5493         * gdb.texinfo (Files): Say what address the load command loads it at.
5494
5495         * stabs.texinfo (Common Blocks): Minor cleanups.
5496
5497         * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
5498         that Sun has backed away from the linker kludge and thus the relevant
5499         issue is changes to the SunPRO tools, not the Solaris linker.
5500
5501         * stabs.texinfo (Traditional Integer Types): Clean up description
5502         of octal bounds a little bit.  Document extra leading zeroes.
5503
5504 Thu Oct  7 16:15:37 1993  Jim Kingdon  ([email protected])
5505
5506         * gdb.texinfo (Signaling): Update for symbolic symbol names
5507         and add a section explaining the difference between the GDB
5508         signal command and the shell kill utility.
5509
5510 Wed Oct  6 13:23:01 1993  Tom Lord  ([email protected])
5511
5512         * libgdb.texinfo: added `@' to braces that were unescaped.
5513
5514 Mon Oct  4 10:42:18 1993  Tom Lord  ([email protected])
5515
5516         * libgdb.texinfo: new file.  Spec for the gdb library.
5517
5518 Sun Oct  3 15:26:56 1993  Jim Kingdon  ([email protected])
5519
5520         * stabs.texinfo (Include Files): Fix typo (start -> end).
5521
5522 Thu Sep 30 18:24:56 1993  Roland H. Pesch  ([email protected])
5523
5524         * gdb.texinfo, remote.texi: assorted small improvements, mostly
5525         from Melissa at FSF's editing pass.
5526
5527 Thu Sep 30 11:54:38 1993  Jim Kingdon  ([email protected])
5528
5529         * gdb.texinfo: Remove stuff about ar and 14 character filenames.
5530         I believe this was fixed by the 13 Sep 89 change to print_frame_info.
5531         Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
5532
5533 Wed Sep 22 21:22:11 1993  Jim Kingdon  ([email protected])
5534
5535         * remote.texi (Bootstrapping): Discuss 386 call gates.
5536
5537 Sat Sep 18 17:10:44 1993  Jim Kingdon  ([email protected])
5538
5539         * stabs.texinfo (Based Variables): New node.
5540
5541 Thu Sep 16 17:48:55 1993  Jim Kingdon  ([email protected])
5542
5543         * stabs.texinfo (Negative Type Numbers): Re-write discussions of
5544         names, sizes, and formats to suggest how not to lose.
5545
5546 Sat Sep 11 09:35:11 1993  Jim Kingdon  ([email protected])
5547
5548         * stabs.texinfo (Methods): Fix typo.
5549
5550 Fri Sep 10 06:34:20 1993  David J. Mackenzie  ([email protected])
5551
5552         * gdb.texinfo: Fix a few typos.
5553
5554 Wed Sep  8 09:11:52 1993  Jim Kingdon  ([email protected])
5555
5556         * gdb.texinfo: Clarify how well it works with Fortran.
5557
5558         * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
5559         More on relocating stabs in ELF files.
5560
5561 Tue Sep  7 13:45:02 1993  Jim Kingdon  ([email protected])
5562
5563         * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
5564
5565 Mon Sep  6 19:23:18 1993  Jim Kingdon  ([email protected])
5566
5567         * stabs.texinfo (Local Variable Parameters): Talk about nameless
5568         parameters on VAX.
5569
5570 Fri Sep  3 17:06:08 1993  Roland H. Pesch  ([email protected])
5571
5572         * gdb.texinfo: @up/@down -> @raisesections/@lowersections
5573
5574 Fri Sep  3 12:04:15 1993  Jim Kingdon  ([email protected])
5575
5576         * stabs.texinfo: Make info author notice match the TeX author notice.
5577
5578 Tue Aug 31 13:21:06 1993  David J. Mackenzie  ([email protected])
5579
5580         * stabs.texinfo: Initial-caps all words in node names and
5581         non-trivial words in section names.
5582
5583 Mon Aug 30 11:13:16 1993  Jim Kingdon  ([email protected])
5584
5585         * stabs.texinfo: Many minor cleanups.
5586
5587         * stabs.texinfo: Remove @deffn except from Expanded Reference node.
5588
5589 Sat Aug 28 12:08:09 1993  David J. MacKenzie  ([email protected])
5590
5591         * stabs.texinfo: Remove full description of big example.
5592         It's not really helpful; just use pieces of it where appropriate.
5593         Add more Texinfo formatting directives (@samp, etc.).
5594         Use @deffn to define stab types.
5595         Eliminate some wordiness.  Break up some nodes.
5596         Add an (alphabetized) index of symbol types.
5597         Use consistent capitalization style in node and section names.
5598
5599 Thu Aug 26 06:36:31 1993  Fred Fish  ([email protected])
5600
5601         * gdb.texinfo:  Change typo "Two two" to "The two".
5602
5603 Sun Aug 22 12:15:18 1993  Jim Kingdon  ([email protected])
5604
5605         * stabs.texinfo (XCOFF-differences): Remove references to
5606         non-existent types N_DECL and N_RPSYM.
5607
5608         * stabs.texinfo (String Field): Say that type attributes bug is
5609         fixed in GDB 4.10, since it is.
5610
5611         * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
5612
5613 Sat Aug 21 04:32:28 1993  David MacKenzie  ([email protected])
5614
5615         * stabs.texinfo: Formatting cleanups.
5616
5617 Fri Aug 20 20:49:53 1993  Jim Kingdon  ([email protected])
5618
5619         * stabs.texinfo: When explaining the n_type of a stab, standardize
5620         how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
5621         no tabs, use @r).
5622         (Global Variables): Clean up.
5623
5624 Tue Aug 17 15:57:27 1993  Jim Kingdon  ([email protected])
5625
5626         * stabs.texinfo (Stack Variables): Re-write.
5627
5628 Mon Aug 16 21:20:08 1993  Jim Kingdon  ([email protected])
5629
5630         * stabs.texinfo (Stabs-in-elf): Talk about getting the start
5631         addresses of a source file.  Also revise formatting.
5632         Change "object module" or "object file" to "source file".
5633         Various: Miscellaneous cleanups.
5634
5635 Thu Aug 12 15:11:51 1993  Jim Kingdon  ([email protected])
5636
5637         * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
5638
5639 Tue Aug 10 16:57:49 1993  Stan Shebs  ([email protected])
5640
5641         * gdbint.texinfo: Removed many nonsensical machine-collected
5642         host and target conditionals, described some of the remainder.
5643
5644 Tue Aug 10 13:28:30 1993  Jim Kingdon  ([email protected])
5645
5646         * gdbint.texinfo (Getting Started): Use @itemize, not @table.
5647
5648         * gdbint.texinfo (Top): Add name to @top line, and re-write the
5649         paragraph which follows.
5650
5651         * gdbint.texinfo (Host): Use @code not @samp for Makefile
5652         variables.  Looks better and avoids overful hbox.
5653
5654 Fri Jul 30 18:26:21 1993  Jim Kingdon  ([email protected])
5655
5656         * stabs.texinfo (Procedures): Improve stuff on nested functions.
5657
5658 Thu Jul 29 15:10:58 1993  Roland H. Pesch  ([email protected])
5659
5660         * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
5661         retransmit-timeout
5662
5663 Thu Jul 29 13:16:09 1993  Jim Kingdon  ([email protected])
5664
5665         * gdbint.texinfo: Update statement about `some ancient Unix
5666         systems, like Ultrix 4.0' to Ultrix 4.2.
5667
5668 Wed Jul 28 15:26:53 1993  Roland H. Pesch  (pesch@el_bosque.cygnus.com)
5669
5670         * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
5671
5672         * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
5673
5674         * remote.texi: (Server) New node on gdbserver.  (Remote Serial,
5675         ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
5676
5677         * remote.texi: new name for former gdbinv-s.texi
5678
5679         * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
5680
5681 Wed Jul 28 08:26:24 1993  Ian Lance Taylor  ([email protected])
5682
5683         * gdbinv-s.texi: Documented timeout and retransmit-timeout
5684         variables for MIPS remote debugging protocol.
5685
5686 Mon Jul 26 13:00:09 1993  Jim Kingdon  ([email protected])
5687
5688         * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
5689
5690 Tue Jul 20 16:30:41 1993  Jim Kingdon  ([email protected])
5691
5692         * Makefile.in (refcard.dvi): Use srcdir where necessary.
5693
5694 Mon Jul 19 12:02:50 1993  Roland H. Pesch  ([email protected])
5695
5696         * gdb.texinfo: repair conditional bugs in text markup
5697
5698 Fri Jul 16 18:57:50 1993  Roland H. Pesch  ([email protected])
5699
5700         * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
5701         to select Modula-2 material.
5702
5703 Thu Jul 15 13:15:01 1993  Jim Kingdon  ([email protected])
5704
5705         * stabs.texinfo: Cleanups regarding statics.
5706
5707         * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
5708         (Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.
5709
5710 Mon Jul 12 13:37:02 1993  Jim Kingdon  ([email protected])
5711
5712         * stabs.texinfo: N_MAIN is sometimes used for C.
5713
5714 Fri Jul  9 09:47:02 1993  Peter Schauer  ([email protected])
5715
5716         * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
5717
5718 Tue Jul  6 12:41:28 1993  John Gilmore  ([email protected])
5719
5720         * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
5721         removed from the code by Kingdon.
5722
5723 Tue Jul  6 12:24:34 1993  Jim Kingdon  ([email protected])
5724
5725         * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
5726         input when evaluating breakpoint conditions; the bug has been fixed.
5727
5728         * gdb.texinfo (Continuing and Stepping): Argument to "continue"
5729         sets the ignore count to N-1, not to N.
5730
5731 Thu Jul  1 14:57:42 1993  Roland H. Pesch  ([email protected])
5732
5733         * refcard.tex (\hoffset): correct longstanding error to match
5734           intended offset; avoids cutting off edge on some printers
5735
5736 Wed Jun 30 18:23:06 1993  Jim Kingdon  ([email protected])
5737
5738         * stabs.texinfo (Parameters): Say that order of stabs is significant.
5739
5740 Fri Jun 25 21:34:52 1993  Jim Kingdon  ([email protected])
5741
5742         * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
5743
5744 Fri Jun 25 16:15:10 1993  Roland H. Pesch  ([email protected])
5745
5746         * Makefile.in: (REFEDITS) new var to control whether PS or CM
5747         fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
5748         collect sed edits if any, apply to refcard before formatting;
5749         (refcard.ps) stop implying PS fonts if PS output requested;
5750         (lrefcard.ps) delete extra target for variant PS fonts
5751
5752         * refcard.tex: parametrize papersize dependent info, collect
5753           in easily replaced spot
5754
5755         * a4rc.sed: new file, edits to refcard for A4 paper
5756
5757 Fri Jun 25 14:21:46 1993  Jim Kingdon  ([email protected])
5758
5759         * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
5760
5761 Wed Jun 23 15:02:50 1993  Jim Kingdon  ([email protected])
5762
5763         * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
5764
5765 Tue Jun 22 16:31:52 1993  Jim Kingdon  ([email protected])
5766
5767         * stabs.texinfo: Express disapproval of 'D' symbol descriptor
5768         politely rather than rudely.
5769
5770 Fri Jun 18 19:42:09 1993  Jim Kingdon  ([email protected])
5771
5772         * stabs.texinfo: Document common blocks.
5773
5774 Fri Jun 18 12:12:57 1993  Fred Fish  ([email protected])
5775
5776         * stabs.texinfo:  Add some basic info about stabs-in-elf.
5777
5778 Fri Jun 18 13:57:09 1993  Jim Kingdon  ([email protected])
5779
5780         * stabs.texinfo (Top): Minor cleanup.
5781
5782 Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
5783
5784         * Makefile.in (install-info): remove parentdir support
5785
5786 Tue Jun 15 18:11:39 1993  Roland H. Pesch  ([email protected])
5787
5788         * gdb.texinfo (Copying): delete this node and references to it;
5789         RMS says this manual need not carry GPL. (passim): Improvements
5790         from last round at FSF, largely due to Ian Taylor review, and
5791         minor formatting improvements.
5792
5793         * gdbinv-s.texi (passim): Improvements from last round at FSF,
5794         largely due to Ian Taylor review. (Debug Session): minor edits to
5795         new text.
5796
5797 Sun Jun 13 12:52:39 1993  Jim Kingdon  ([email protected])
5798
5799         * Makefile.in (realclean): Remove info and dvi files too.
5800
5801 Sat Jun 12 16:09:22 1993  Jim Kingdon  ([email protected])
5802
5803         * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
5804         * Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.
5805         * gdb.texinfo: Change accordingly.
5806
5807         * stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
5808         N_{L,R}BRAC,N_SLINE are relative to.
5809
5810 Fri Jun 11 15:15:55 1993  Jim Kingdon  ([email protected])
5811
5812         * Makefile.in (GDBvn.texi): Update atomically.
5813
5814 Wed Jun  9 10:58:16 1993  Jim Kingdon  ([email protected])
5815
5816         * gdbinv-s.texi (Debug Session): Document exceptionHook.
5817
5818 Tue Jun  8 13:42:04 1993  Jim Kingdon  ([email protected])
5819
5820         * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
5821         addresses together.  Also motivate the set print symbol-filename
5822         command and suggest other solutions.
5823
5824 Tue Jun  1 22:46:43 1993  Fred Fish  ([email protected])
5825
5826         * gdb.texinfo (set print elements):  Note that the number of
5827         elements is set to unlimited by "set print elements 0".
5828
5829 Mon May 31 08:06:55 1993  Jim Kingdon  ([email protected])
5830
5831         * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
5832         NF_LDOUBLE means.
5833         (Stab Types): Include Solaris stab types.
5834         (Procedures): Document Solaris extensions.
5835
5836 Thu May 27 06:20:42 1993  Peter Schauer  ([email protected])
5837
5838         * gdb.texinfo:  Add `set print symbol-filename' doc.
5839
5840 Wed May 26 00:26:42 1993  Jim Kingdon  ([email protected])
5841
5842         * stabs.texinfo (Arrays): Talk about type definition vs. type
5843         information.
5844
5845         * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
5846         the trailing semicolon.
5847
5848 Tue May 25 14:49:42 1993  Jim Kingdon  ([email protected])
5849
5850         * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
5851         and merge in other parts of the document addressing these subjects.
5852         gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
5853
5854         * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
5855         at the end of a range type.
5856
5857         * stabs.texinfo (Subranges): "A offset" and "T offset" are not
5858         AIX extensions.
5859
5860 Mon May 24 09:00:33 1993  Jim Kingdon  ([email protected])
5861
5862         * stabs.texinfo (Stabs Format):  Misc fixes.
5863
5864 Sat May 22 10:40:56 1993  Jim Kingdon  ([email protected])
5865
5866         * stabs.texinfo (Constants):  Allow an `e' constant to be non-enum.
5867         (Traditional builtin types): Document convex convention for long long.
5868         (Negative builtin types): Discuss type names, and misc fixes.
5869
5870 Fri May 21 11:20:31 1993  Jim Kingdon  ([email protected])
5871
5872         * stabs.texinfo (Builtin Type Descriptors): Document the floating
5873         point types used with @samp{R} type descriptor.
5874         (Symbol Descriptors): Describe how to handle conflict between
5875         different meanings of @samp{P} symbol descriptor.
5876
5877 Thu May 20 13:35:10 1993  Jim Kingdon  ([email protected])
5878
5879         * stabs.texinfo: Remove node Quick Reference and put its children
5880         directly under the main menu.
5881
5882         * stabs.texinfo: Many more changes to bring it into line with
5883         AIX documentation and reality.  I think it now has all the
5884         information from the AIX documentation, except that I burned
5885         out when I got to variant records (Pascal and Modula-2) and
5886         all the COBOL types.  Oh well, we can add them later when we're
5887         worrying more about those languages.
5888
5889         * stabs.texinfo (Automatic variables): Talk about what it means
5890         to omit the symbol descriptor.
5891
5892 Tue May 18 17:59:18 1993  Jim Kingdon  ([email protected])
5893
5894         * stabs.texinfo (Parameters): Add "(sometimes)" when describing
5895         gcc2 behavior with promoted args.
5896
5897 Fri May 14 21:35:29 1993  Roland H. Pesch  ([email protected])
5898
5899         * gdb.texinfo: include readline appendices in info version of manual
5900
5901 Fri May  7 11:56:18 1993  Roland H. Pesch  ([email protected])
5902
5903         * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
5904         target remote.
5905
5906         * gdb.texinfo (Machine Code): more index entries for disassemble
5907
5908 Fri May  7 10:12:30 1993  Fred Fish  ([email protected])
5909
5910         * Clarify the intended use of the gdb-testers and gdb-patches
5911         mailing lists, and shrink gzip comment.
5912
5913 Thu May  6 16:39:50 1993  Roland H. Pesch  ([email protected])
5914
5915         * gdb.texinfo (Shell Commands): do not mention SHELL env var in
5916         DOSHOST configuration of manual.
5917
5918         * gdb.texinfo (MIPS Stack): new node.
5919
5920         * all-config.texi (MIPS) new switch.
5921
5922         * gdbinv-s.texi (Nindy Options) Remove two instances of future
5923         tense; (MIPS Remote) new node.
5924
5925         * gdb.texinfo (passim) rephrases to work around makeinfo @value
5926         bug; (Environment) less passive, other small cleanups in text about
5927         .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
5928         (Remote) new MIPS Remote menu entry.
5929
5930 Thu Apr 29 09:36:25 1993  Jim Kingdon  ([email protected])
5931
5932         * stabs.texinfo: Many changes to include information from the
5933         AIX documentation.
5934
5935         * gdb.texinfo (Environment): Mention pitfall with .cshrc.
5936
5937 Tue Apr 27 14:02:57 1993  Jim Kingdon  ([email protected])
5938
5939         * gdbint.texinfo (new node Debugging GDB, elsewhere):
5940         Move a bunch of information from ../README.
5941         (Getting Started): New node.
5942
5943 Fri Apr 23 17:21:13 1993  Roland H. Pesch  ([email protected])
5944
5945         * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
5946
5947         * gdb.texinfo: advance manual revision dates to present
5948
5949         * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
5950         stop using silly Roman numerals in @set variable names
5951
5952 Fri Apr 23 07:30:01 1993  Jim Kingdon  ([email protected])
5953
5954         * stabs.texinfo (Parameters): Keep trying to get this right.
5955
5956 Wed Apr 21 15:18:47 1993  Jim Kingdon  ([email protected])
5957
5958         * stabs.texinfo (Parameters): More on "local parameters".
5959
5960 Mon Apr 19 08:00:51 1993  Jim Kingdon  ([email protected])
5961
5962         * stabs.texinfo (Parameters): Re-do "local parameters" section.
5963
5964 Sun Apr 18 09:47:45 1993  Jim Kingdon  ([email protected])
5965
5966         * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
5967         (Parameters): Rewrite.
5968         (xcoff-differences, Sun-differences): Minor changes.
5969
5970 Thu Apr 15 02:35:24 1993  John Gilmore  ([email protected])
5971
5972         * stabs.texinfo:  Minor cleanup.
5973
5974 Wed Apr 14 17:31:00 1993  Jim Kingdon  ([email protected])
5975
5976         * gdbint.texinfo: Minor xcoff stuff.
5977
5978 Wed Apr  7 14:11:07 1993  Fred Fish  ([email protected])
5979
5980         * gdbint.texinfo:  Update for new config directory structure.
5981         Add info about internal type data structures.
5982
5983 Mon Apr  5 09:06:30 1993  Ian Lance Taylor  ([email protected])
5984
5985         * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
5986         $(srcdir).
5987         (gdb-config.texi): Depend on file in $(srcdir).
5988
5989 Fri Apr  2 16:55:13 1993  Jim Kingdon  ([email protected])
5990
5991         * stabs.texinfo: Fixes about N_SO.
5992
5993 Fri Mar 26 18:00:35 1993  Roland H. Pesch  ([email protected])
5994
5995         * gdb.texinfo: include list of nonstandard init file names
5996
5997         * *-config.texi: new switch GENERIC for text that applies *only*
5998         to (usual) multiple-target version of manual
5999
6000         * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
6001         h8 config
6002
6003         * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
6004         in menus (rather than conditionally selected multiple alternative
6005         menus).
6006
6007         * Makefile.in: define and use DOC_CONFIG var to select
6008         configuration for GDB user manual.
6009
6010         * gdb-config.texi: delete from repository, generate from Makefile.
6011
6012         * all-config.texi: normal `generic' configuration file, formerly
6013         stored as gdb-config.texi
6014
6015 Wed Mar 24 14:03:19 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
6016
6017         * Makefile.in: add dvi target to build all .dvi files
6018
6019 Tue Mar 23 16:03:24 1993  Roland H. Pesch  ([email protected])
6020
6021         * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
6022
6023 Fri Mar 19 21:46:50 1993  John Gilmore  ([email protected])
6024
6025         * gdbint.texinfo:  Doc NO_MMALLOC and NO_MMALLOC_CHECK as
6026         host conditionals.
6027         * stabs.texinfo:  More array fixes inspired by Jim's.
6028
6029 Fri Mar 19 10:23:34 1993  Jim Kingdon  ([email protected])
6030
6031         * stabs.texinfo: Fixes re arrays and continuations.
6032
6033         * gdbint.texinfo: Add XCOFF node.
6034
6035 Mon Mar  8 15:52:18 1993  John Gilmore  ([email protected])
6036
6037         * gdb.texinfo:  Add `set print max-symbolic-offset' doc.
6038
6039 Sun Feb 21 17:09:38 1993  Per Bothner  ([email protected])
6040
6041         * stabs.texinfo:  Fix for array types to mention lower bounds.
6042
6043 Thu Feb 18 01:19:49 1993  John Gilmore  ([email protected])
6044
6045         * gdbint.texinfo:  Update PTRACE_ARG3_TYPE doc, pull PT_*.
6046
6047 Wed Feb 17 08:15:24 1993  John Gilmore  ([email protected])
6048
6049         * gdbint.texinfo:  Remove SET_STACK_LIMIT_HUGE from target defines.
6050
6051 Thu Feb 11 10:38:40 1993  John Gilmore  ([email protected])
6052
6053         * gdbint.texinfo:  Fix thinko (NM_FILE => NAT_FILE).  Found
6054         by Michael Ben-Gershon <[email protected]>.
6055
6056 Wed Feb 10 23:59:19 1993  John Gilmore  ([email protected])
6057
6058         * gdbint.texinfo:  Eliminate IBM6000_HOST, document IBM6000_TARGET.
6059
6060 Tue Feb  9 18:26:21 1993  Roland H. Pesch  ([email protected])
6061
6062         * gdb.texinfo, gdbinv-s.texi: misc updates
6063
6064 Sat Feb  6 10:25:47 1993  John Gilmore  ([email protected])
6065
6066         * gdbint.texinfo:  Brief documentation for longjmp support,
6067         from an email msg by Stu.
6068
6069 Fri Feb  5 14:10:15 1993  John Gilmore  ([email protected])
6070
6071         * stabs.texinfo:  Fix description of floating point "range"
6072         types (which really define basic types).  Reported by Jim Meehan,
6073         <[email protected]>.
6074
6075         * gdbint.texinfo:  Remove COFF_NO_LONG_FILE_NAMES define, now gone.
6076
6077 Thu Feb  4 13:56:46 1993  Ian Lance Taylor  ([email protected])
6078
6079         * gdbint.texinfo: Slightly expand section on supporting a new
6080         object file format.
6081
6082 Thu Feb  4 01:49:04 1993  John Gilmore  ([email protected])
6083
6084         * Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
6085         intermediate file.
6086
6087 Tue Feb  2 12:18:06 1993  Roland H. Pesch  ([email protected])
6088
6089         * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
6090
6091 Mon Feb  1 15:35:47 1993  Roland H. Pesch  ([email protected])
6092
6093         * gdbinv-s.texi: z8000 simulator target name is just "sim"
6094
6095         * gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
6096         as well as Z8002.
6097
6098 Sat Nov 28 06:51:35 1992  John Gilmore  ([email protected])
6099
6100         * gdbint.texinfo:  Add sections on clean design and on how to send
6101         in changes.
6102
6103 Mon Nov  9 23:57:02 1992  John Gilmore  ([email protected])
6104
6105         * gdbint.texinfo:  Add how to declare the result of make_cleanup.
6106
6107 Mon Oct 26 11:09:47 1992  John Gilmore  ([email protected])
6108
6109         * gdb.texinfo:  Fix typo, reported by Karl Berry.
6110
6111 Fri Oct 23 00:41:21 1992  John Gilmore  ([email protected])
6112
6113         * gdb.texinfo:  Add opcodes dir to GDB distribution description.
6114
6115 Sat Oct 10 18:04:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
6116
6117         * gdbint.texinfo: fixed a stray email address (needs @@),
6118         added @table @code to node "Native Conditionals"
6119
6120 Tue Sep 22 00:34:15 1992  John Gilmore  ([email protected])
6121
6122         * gdbint.texinfo:  Describe coding style of GDB.
6123
6124 Mon Sep 21 19:32:16 1992  John Gilmore  ([email protected])
6125
6126         * stabs.texinfo:  Minor wording changes.
6127
6128 Tue Sep 15 02:57:09 1992  John Gilmore  ([email protected])
6129
6130         * gdbint.texinfo:  Improve release doc slightly.
6131
6132 Fri Sep 11 01:34:25 1992  John Gilmore  ([email protected])
6133
6134         * gdbint.texinfo:  Improve doc of GDB config macros.
6135
6136 Wed Sep  9 16:52:06 1992  John Gilmore  ([email protected])
6137
6138         * stabs.texinfo:  Remove Bothner's changes for C++ nested types.
6139         These will be reinserted when examined.
6140
6141 Mon Aug 24 01:17:55 1992  John Gilmore  ([email protected])
6142
6143         * gdbint.texinfo:  Make a start at documenting all the #if macros
6144         in GDB.  At least list them all, and start separating them into
6145         host-specific and target-specific.
6146
6147 Tue Aug 18 15:59:13 1992  Roland H. Pesch  ([email protected])
6148
6149         * gdbinv-s.m4.in: refrain from using @cartouche for just a few
6150         examples (not consistent w others).
6151         gdb.texinfo: issue disclaimer paragraph on cmdline options only
6152         for generic vn of doc
6153
6154 Tue Aug 18 14:53:27 1992  Ian Lance Taylor  ([email protected])
6155
6156         * Makefile.in: always create installation directories.
6157
6158 Tue Aug 18 14:11:50 1992  Roland H. Pesch  ([email protected])
6159
6160         * gdb.texinfo: in h8 config, do not describe searching commands.
6161
6162 Mon Aug 17 18:07:59 1992  Roland H. Pesch  ([email protected])
6163
6164         * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
6165           conditionals; introduce a few generic switches that may be
6166           useful for other cross-dev or dos-hosted configs.
6167
6168         * gdb.texinfo: fix typo in "info reg" description
6169
6170 Sun Aug 16 01:16:18 1992  John Gilmore  ([email protected])
6171
6172         * stabs.texinfo:  Minor updates from running TeX over it.
6173         * Makefile.in (stabs.dvi, stabs.ps):  Add.
6174
6175 Sat Aug 15 20:52:24 1992  Per Bothner  ([email protected])
6176
6177         * stabs.texinfo:  Stabs documentation, written by Julia Menapace.
6178         First pass at converting it to texinfo.
6179
6180 Sat Aug 15 03:14:59 1992  John Gilmore  ([email protected])
6181
6182         * gdb.texinfo, refcard.tex:  Document mult args on `info reg'.
6183         * Makefile.in (refcard.ps, lrefcard.ps):  Add missing $(srdir).
6184
6185 Fri Aug 14 21:08:47 1992  John Gilmore  ([email protected])
6186
6187         * gdbint.texinfo:  Add section on partial symbol tables.
6188
6189 Sat Jun 20 16:31:10 1992  John Gilmore  (gnu at cygnus.com)
6190
6191         * gdb.texinfo:  document `set remotedebug' and `set
6192         rstack_high_address'.
6193
6194 Thu May 14 17:09:48 1992  Roland H. Pesch  ([email protected])
6195
6196         * gdb.texinfo: slight expansion of new text on reading info files
6197         * gdbinv-s.m4.in: correct and expand info on cross-debugging
6198         H8/300 from DOS.
6199
6200 Tue May 12 12:22:47 1992  John Gilmore  (gnu at cygnus.com)
6201
6202         * gdb.texinfo:  `info user' => `show user'.  Noticed by David Taylor.
6203
6204 Mon May 11 19:06:27 1992  John Gilmore  (gnu at cygnus.com)
6205
6206         * gdb.texinfo:  Say how to read the `info' files.
6207
6208 Tue May  5 12:11:38 1992  K. Richard Pixley  ([email protected])
6209
6210         * Makefile.in: gm4 -> m4.
6211
6212 Fri Apr 10 17:50:43 1992  John Gilmore  (gnu at rtl.cygnus.com)
6213
6214         * gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
6215         Documentation' ahead of `Installing GDB' to match README.
6216         Update shared library doc, -readnow and -mapped, and directory
6217         structure (add glob and mmalloc).  Update configure doc.
6218
6219 Tue Mar 24 23:28:38 1992  K. Richard Pixley  ([email protected])
6220
6221         * Makefile.in: remove $(srcdir) from gdb.info rule.
6222
6223 Sat Mar  7 18:44:50 1992  K. Richard Pixley  ([email protected])
6224
6225         * Makefile.in: commented out gdb-all.texinfo rule.  This is
6226           temporary.
6227
6228 Wed Feb 26 18:04:40 1992  K. Richard Pixley  ([email protected])
6229
6230         * Makefile.in, configure.in: removed traces of namesubdir,
6231           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
6232           copyrights to '92, changed some from Cygnus to FSF.
6233
6234 Fri Dec 13 09:47:31 1991  John Gilmore  (gnu at cygnus.com)
6235
6236         * gdb.texinfo:  Improve how we ask for bug reports.
6237
6238 Tue Dec 10 04:07:21 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
6239
6240         * Makefile.in: infodir belongs in datadir.
6241
6242 Fri Dec  6 23:57:34 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
6243
6244         * Makefile.in: remove spaces following hyphens, bsd make can't
6245           cope.  install using INSTALL_DATA.  added clean-info.  added
6246           standards.text support.
6247
6248 Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
6249
6250         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
6251           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
6252           and mandir now keyed off datadir by default.
6253
6254 \f
6255 Local Variables:
6256 mode: change-log
6257 left-margin: 8
6258 fill-column: 74
6259 version-control: never
6260 End:
This page took 0.386695 seconds and 4 git commands to generate.