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