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