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