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