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