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