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