Fix gdb.events.inferior_call documentation
[external/binutils.git] / gdb / doc / ChangeLog
1 2018-09-10  Tom Tromey  <tom@tromey.com>
2
3         PR python/18909:
4         * python.texi (Events In Python): Fix inferior_call
5         documentation.
6
7 2018-09-10  Tom Tromey  <tom@tromey.com>
8
9         PR python/17752:
10         * python.texi (Frame Filter API): Remove period from subsection
11         title.  Mention 100 as good default priority.
12         (Frame Decorator API): Remove period from subsection title.
13         Mention FrameDecorator module.
14
15 2018-09-10  Tom Tromey  <tom@tromey.com>
16
17         PR python/23108:
18         * python.texi (Exception Handling): Rearrange gdb.GdbError text
19         and add a table.
20
21 2018-09-10  Tom Tromey  <tom@tromey.com>
22
23         * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
24         (Machine Code): Use "binutils", not "binutils.info", in @pxref.
25         (Separate Debug Files): Use "ld", not "ld.info", in @ref.
26         * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
27
28 2018-09-10  Tom Tromey  <tom@tromey.com>
29
30         PR python/16484:
31         * python.texi (Frames In Python): Document that Frame.block can
32         throw.
33
34 2018-09-10  Tom Tromey  <tom@tromey.com>
35
36         PR python/23487:
37         * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
38
39 2018-09-10  Tom Tromey  <tom@tromey.com>
40
41         PR python/16033:
42         * python.texi (Blocks In Python): Document that Block.end is
43         exclusive.
44
45 2018-08-29  Keith Seitz  <keiths@redhat.com>
46
47         * gdb.texinfo (Compiling and injecting code in GDB): Document
48         set/show "compile-oracle" and "compile-cplus-types" commands.
49
50 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
51
52         * gdb.texinfo (The -stack-list-frames Command): Update description
53         to mention "arch".
54         Update MI examples throughout the document to contain "arch" in
55         frame output.
56
57 2018-08-21  Alan Hayward  <alan.hayward@arm.com>
58
59         * gdb.texinfo (AArch64 SVE): New subsubsection.
60
61 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
62
63         * gdb.texinfo (GDB/MI Data Manipulation): Document
64         "-data-disassemble -a addr".
65         (GDB/MI Support Commands): Document "data-disassemble-a-option"
66         feature.
67
68 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
69
70         * gdb.texinfo (Index Files Speed Up GDB): Add section about
71         symbol index cache.
72
73 2018-07-27  Sergio Durigan Junior  <sergiodj@redhat.com>
74
75         * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
76         option sections to further clarify that gcore can take more
77         than one PID, and that "-o" is used to specify a prefix, not a
78         filename.
79
80 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
81
82         * gdb.texinfo (Maintenance Commands): Add description of
83         maintenance command to control dwarf unwinders.
84
85 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
86
87         * gdb.texinfo (Debugging Programs with Multiple Threads):
88         Document changes to 'thread apply'.  Document 'taas'.
89         Document 'tfaas'.
90         (Examining the Stack): Document 'frame apply'.  Document 'faas'.
91
92 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
93             Jan Kratochvil  <jan.kratochvil@redhat.com>
94             Paul Fertser  <fercerpav@gmail.com>
95             Tsutomu Seki  <sekiriki@gmail.com>
96
97         * gdb.texinfo (Remote Connection Commands): Add explanation
98         about new IPv6 support.  Add new connection prefixes.
99
100 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
101
102         * gdb.texinfo (Remote Configuration): Update descriptions for
103         set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
104         and hardware-watchpoint-length-limit variables.
105
106 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
107
108         PR tdep/8282
109         * gdb.texinfo (Source and Machine Code): Document `set
110         disassembler-options' support for the MIPS target.
111
112 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
113
114         * gdb.texinfo (Files): Document "add-symbol-file -o offset".
115
116 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
117
118         * gdb.texinfo (Files): The address argument for "add-symbol-file"
119         is no longer mandatory.
120
121 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
122
123         * gdb.texinfo (Files): Document "symbol-file -o offset".
124
125 2018-06-14  Tom de Vries  <tdevries@suse.de>
126
127         * gdb.texinfo (Background Execution): Add @cindex for '&'.
128
129 2018-06-11  Eli Zaretskii  <eliz@gnu.org>
130
131         * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
132
133 2018-06-08  Gary Benson <gbenson@redhat.com>
134
135         * gdb.texinfo (Maintenance Commands): Document "maint check
136         libthread-db" and "maint set/show check-libthread-db".
137
138 2018-06-05  Tom Tromey  <tom@tromey.com>
139
140         PR cli/12326:
141         * gdb.texinfo (Screen Size): Document "c" response to pagination
142         prompt.
143
144 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
145
146         * gdb.texinfo (Choosing Target Byte Order): Document endianness
147         selection details with the `set endian auto' mode.
148
149 2018-05-04  Tom Tromey  <tom@tromey.com>
150
151         PR python/22731:
152         * python.texi (Breakpoints In Python): Mention that "commands" is
153         writable.
154
155 2018-05-02  Tom Tromey  <tom@tromey.com>
156
157         PR python/20084:
158         * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
159         PARAM_ZUINTEGER_UNLIMITED.
160
161 2018-04-30  Tom Tromey  <tom@tromey.com>
162
163         * python.texi (Types In Python): Document Type.align.
164
165 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
166
167         * gdb.texinfo (Symbols): Mention the fact that "info
168         variables/functions/types" show source files and line numbers.
169
170 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
171
172         * gdb.texinfo: Document set/show record btrace cpu.
173
174 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
175
176         * gdb.texinfo (Ada Settings): New subsubsection.
177
178 2018-03-26  Tom Tromey  <tom@tromey.com>
179
180         PR backtrace/15582:
181         * gdb.texinfo (Backtrace): Mention "hide" argument.
182
183 2018-03-26  Tom Tromey  <tom@tromey.com>
184
185         * gdb.texinfo (Backtrace): Describe options individually.
186
187 2018-03-19  Tom Tromey  <tom@tromey.com>
188
189         * observer.texi: Remove.
190
191 2018-03-04  John Baldwin  <jhb@FreeBSD.org>
192
193         * gdb.texinfo (Debugging Output): Document "set/show debug
194         fbsd-nat".
195
196 2018-02-19  Andrew Burgess  <andrew.burgess@embecosm.com>
197
198         * gdb.texinfo (Machine Code): Additional information about "info
199         line" command.
200
201 2018-01-15  Szabolcs Nagy  <szabolcs.nagy@arm.com>
202
203         * gdb.texinfo (gdb-add-index man): Add pindex.
204
205 2018-01-15  Szabolcs Nagy  <szabolcs.nagy@arm.com>
206
207         * gdb.texinfo (set cwd): Add period.
208         (gdb-add-index man): Move anchor.
209
210 2017-01-12  Tom Tromey  <tom@tromey.com>
211             Sergio Durigan Junior  <sergiodj@redhat.com>
212
213         * gdb.texinfo (Index Files): Mention gdb-add-index.
214         (gdb-add-index man): New section.
215         * Makefile.in (gdb-add-index.1): New rule to generate manpage
216         from gdb.texinfo.
217
218 2018-01-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
219
220         * gdb.texinfo (pwd): Fix whitespace.
221
222 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
223
224         * gdb.texinfo (pwd): Update cross-reference for Process Information
225         node and remove explicit /proc reference.
226         (Native): Rename subsection from SVR4 Process Information to
227         Process Information.
228         (Process Information): Reword introduction to be less /proc
229         centric.  Document support for "info proc" on FreeBSD.
230
231 2018-01-03  Xavier Roirand  <roirand@adacore.com>
232
233         * gdb.texinfo (Set Catchpoints): Add documentation for new
234         "catch handlers" action.
235
236 2017-12-27  Stafford Horne  <shorne@gmail.com>
237
238         * gdb.texinfo (Target Description Format): Explain that arbitrary
239         strings are now allowed for register groups.
240
241 2017-12-27  Stafford Horne  <shorne@gmail.com>
242
243         * gdb.texinfo (Registers): Document info reg $reggroup feature.
244
245 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
246
247         PR cli/16224
248         * gdb.texinfo (ptype): Add documentation for new flag '/o'.
249
250 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
251
252         * python.texi (Manipulating breakpoints using Python): Document
253         qualified parameter to gdb.Breakpoint.
254
255 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
256
257         * python.texi (Manipulating breakpoints using Python): Split doc
258         of Breakpoint.__init__ in two, split text in multiple
259         paragraphs, don't nest parameter square brackets.
260
261 2017-12-12  Stafford Horne  <shorne@gmail.com>
262             Stefan Wallentowitz  <stefan@wallentowitz.de>
263             Franck Jullien  <franck.jullien@gmail.com>
264             Jeremy Bennett  <jeremy.bennett@embecosm.com>
265
266         * gdb.texinfo: Add OpenRISC documentation.
267
268 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
269
270         * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
271
272 2017-12-07  Keith Seitz  <keiths@redhat.com>
273
274         * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
275         and "show print type nested-type-limit".
276
277 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
278
279        * python.texi (Breakpoints In Python): Add text relating
280         to allowed explicit locations and keywords in gdb.Breakpoints.
281
282 2017-12-04  Tom Tromey  <tom@tromey.com>
283
284         * gdb.texinfo (Rust): Update trait object status
285
286 2017-12-01  Andrew Cagney  <cagney@redhat.com>
287             Joel Brobecker  <brobecker@adacore.com>
288             Sergio Durigan Junior  <sergiodj@redhat.com>
289
290         * gdb.texinfo (File Options): Document --readnever.
291         (Commands to Specify Files): Likewise, for 'symbol-file' and
292         'add-symbol-file'.
293
294 2017-11-29  Pedro Alves  <palves@redhat.com>
295
296         PR c++/19436
297         * gdb.texinfo (Debugging C Plus Plus): Document setting
298         breakpoints in functions with ABI tags.
299
300 2017-11-29  Pedro Alves  <palves@redhat.com>
301
302         * gdb.texinfo (Linespec Locations): Document how "function" is
303         interpreted in C++ and Ada.  Document "-qualified".
304         (Explicit Locations): Document how "-function" is interpreted in
305         C++ and Ada.  Document "-qualified".
306
307 2017-11-26  Dominik Czarnota  <dominik.b.czarnota@gmail.com>
308
309         PR gdb/21945
310         * gdb.texinfo (Search Memory): Update description and example
311         about how to search a string without NULL terminator.
312
313 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
314
315         * gdb.texinfo (GDB/MI Ada Exception Information): Document
316         new "exception-message" field.
317
318 2017-11-24  Simon Marchi  <simon.marchi@ericsson.com>
319
320         * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
321
322 2017-11-24  Pedro Alves  <palves@redhat.com>
323
324         * gdb.texinfo (Completion): Update need-quoting examples.  Remove
325         false claim that GDB inserts quoting automatically.
326         (Symbols): Add anchor.
327
328 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
329
330         * gdb.texinfo (Requirements): Document use of GNU MPFR.
331
332 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
333
334         * python.texi (Basic Python): Add rbreak documentation.
335
336 2017-11-07  Xavier Roirand  <roirand@adacore.com>
337             Pedro Alves  <palves@redhat.com>
338
339         * gdb.texinfo (Set Breaks): Document support for breakpoint
340         location ranges in the enable/disable commands.
341
342 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
343
344         * gdb.texinfo (Starting your Program) <The working directory.>:
345         Mention remote debugging.
346         (Working Directory) <Your Program's Working Directory>:
347         Likewise.
348         (Connecting) <Remote Packet>: Add "set-working-dir"
349         and "QSetWorkingDir" to the table.
350         (Remote Protocol) <QSetWorkingDir>: New item, explaining the
351         packet.
352
353 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
354
355         * gdb.texinfo (Starting your Program) <The working directory.>:
356         Mention new "set cwd" command.
357         (Working Directory) <Your Program's Working Directory>:
358         Rephrase to explain that "set cwd" exists and is the default
359         way to change the inferior's cwd.
360
361 2017-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
362
363         * gdb.texinfo (S/390 and System z Features): Document the new
364         features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
365
366 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
367
368         * gdb.texinfo (qXfer:threads:read): Add documentation for handle
369         attribute.
370
371 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
372
373         * python.texi (Inferiors In Python): Add description for method
374         Inferior.thread_from_thread_handle.
375
376 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
377
378         * gdb.texinfo (Starting your Program): Add description of
379         starti command.  Mention starti command as an alternative for
380         debugging the elaboration phase.
381
382 2017-09-16  Simon Marchi  <simon.marchi@ericsson.com>
383
384         * gdb.texinfo (Maintenance Commands): Document filter parameter
385         of "maint selftest".  Document "maint info selftests" command.
386
387 2017-09-11  Tom Tromey  <tom@tromey.com>
388
389         * python.texi (Events In Python): Document new events.
390
391 2017-09-04  Pedro Alves  <palves@redhat.com>
392
393         * gdb.texinfo (Variables) <Program Variables>: Document inspecting
394         no-debug-info variables.
395         (Symbols) <Examining the Symbol Table>: Document inspecting
396         no-debug-info types.
397         (Calling) <Calling functions with no debug info>: New subsection,
398         documenting calling no-debug-info functions.
399         (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
400
401 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
402
403         * gdb.texinfo (set environment): Add @anchor.  Explain that
404         environment variables set by the user are sent to GDBserver.
405         (unset environment): Likewise, but for unsetting variables.
406         (Connecting) <Remote Packet>: Add "environment-hex-encoded",
407         "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
408         "environment-reset" and "QEnvironmentReset" to the table.
409         (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
410         QEnvironmentReset>: New item, explaining the packet.
411
412 2017-08-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
413
414         * gdb.texinfo (Compiling and Injecting Code): Add to subsection
415         "Compiler search for the compile command" descriptions of set
416         compile-gcc and show compile-gcc.
417
418 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
419
420         * gdb.texinfo (Architectures): Add new Sparc64 section to document
421         ADI support.
422         * NEWS: Add "adi examine" and "adi assign" commands.
423
424 2017-08-18  Yao Qi  <yao.qi@linaro.org>
425
426         * gdb.texinfo (Server): Document "--selftest".
427
428 2017-08-16  Ruslan Kabatsayev  <b7.10110111@gmail.com>
429
430         * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
431         Single-Key mode.
432
433 2017-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
434
435         PR gdb/21925
436         * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
437         set...").
438
439 2017-08-09  Simon Marchi  <simon.marchi@ericsson.com>
440
441         * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
442         conditional expression.
443
444 2017-07-31  Simon Marchi  <simon.marchi@ericsson.com>
445
446         * agentexpr.texi (rot): Fix symbolic description, improve
447         textual description.
448
449 2017-07-26  Yao Qi  <yao.qi@linaro.org>
450
451         * gdb.texinfo (Maintenance Commands): Document command
452         "maint check xml-descriptions".
453
454 2017-07-26  Yao Qi  <yao.qi@linaro.org>
455
456         * gdb.texinfo (Maintenance Commands): Document optional
457         argument of "maint print c-tdesc".
458
459 2017-07-18  Yao Qi  <yao.qi@linaro.org>
460
461         * gdb.texinfo (Maintenance Commands): Improve the doc to
462         command "maint print c-tdesc".
463
464 2017-06-20  Sergio Durigan Junior  <sergiodj@redhat.com>
465
466         PR gdb/21606
467         * python.texi (Python representation of Symbols.): Replace
468         SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
469         * guile.texi (Guile representation of Symbols.): Likewise.
470
471 2017-06-11  Simon Marchi  <simon.marchi@ericsson.com>
472
473         * gdb.texinfo (Optional Messages about Internal Happenings):
474         Document {set,show} debug separate-debug-file commands.
475
476 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
477
478         * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
479         (Connecting) <Remote Packet>: Add "startup-with-shell"
480         and "QStartupWithShell" to the table.
481         (Remote Protocol) <QStartupWithShell>: New item, explaining the
482         packet.
483
484 2017-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
485
486         * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
487
488 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
489
490         * python.texi (Recording in Python): Factor out the documentation of
491         gdb.RecordInstruction's super class.
492
493 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
494
495         * python.texi (Recording in Python): Replace gdb.BtraceFunction with
496         gdb.RecordFunctionSegment.  Rename prev_sibling and next_sibling to
497         prev and next.
498
499 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
500
501         * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
502         gdb.RecordInstruction
503
504 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
505
506         * python.texi (Recording in Python): Add documentation for
507         gdb.RecordGap and remove documentation of special cases for
508         gdb.BtraceInstruction.
509
510 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
511
512         * python.texi (Recording in Python): Remove Record.ptid defvar.
513
514 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
515
516         * gdb.texinfo (GDB/MI Thread Information): Add missing
517         fields, re-word some things.
518         (GDB/MI Thread Commands): Describe fields found in the output of
519         -thread-info, remove description of fields in the
520         thread output tuple, replace with a cross-reference to "GDB/MI
521         Thread Information".
522
523 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
524
525         * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
526         from -thread-info output.
527
528 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
529
530         * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
531
532 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
533
534         * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
535
536 2017-03-22  Yao Qi  <yao.qi@linaro.org>
537
538         * python.texi (Inferiors In Python): Remove @code from Python.
539
540 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
541
542         * python.texi (Recordings In Python): Document return type of
543         gdb.BtraceInstruction.data.
544
545 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
546
547         * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
548         command file-list-shared-libraries
549         (GDB/MI Async Records): Update documentation of library-loaded with new
550         field.
551
552 2017-03-16  Doug Evans  <dje@google.com>
553
554         * guile.texi (Lazy Strings In Guile): Mention arrays.
555         * python.texi (Lazy Strings In Python): Ditto.
556
557 2017-03-08  Jiong Wang  <jiong.wang@arm.com>
558
559         * gdb.texinfo (Memory Protection Extensions): Add missing escape
560         character "@".
561
562 2017-03-07  Walfred Tedeschi <walfred.tedeschi@intel.com>
563
564         * Memory Protection Extensions: Add information about inferior
565         calls.
566
567 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
568
569         * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
570         DW_TAG_GNU_* and DW_AT_GNU_*.
571
572 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
573
574         * python.texi (Recordings In Python): New section.
575
576 2017-02-14  Tom Tromey  <tom@tromey.com>
577
578         PR python/13598:
579         * python.texi (Events In Python): Document events.before_prompt.
580
581 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
582
583         * gdb.texinfo (Target Commands): Document the optional offset
584         argument for the load command.
585
586 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
587
588         PR gdb/21122
589         * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
590         space-separated breakpoint lists.  Also add a missing @table command
591         and @cindex for breakpoint lists.
592
593 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
594
595         PR tdep/20936
596         * gdb.texinfo: (Standard Target Features): Document SPARC features.
597         (Sparc Features): New node.
598
599 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
600
601         * gdb.texinfo (i386 Features): Add system segment registers
602         as feature.
603
604 2017-01-24  Simon Marchi  <simon.marchi@ericsson.com>
605
606         * python.texi (Events In Python): Fix typo.
607
608 2017-01-20  Mike Wrighton  <mike_wrighton@codesourcery.com>
609             Luis Machado  <lgustavo@codesourcery.com>
610
611         * gdb.texinfo (-target-flash-erase): New MI command description.
612         (flash-erase): New CLI command description.
613
614 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
615
616         * gdb.texinfo (Contributors): Add SRI International and University
617         of Cambridge for FreeBSD/mips.
618
619 2016-12-22  Doug Evans  <xdje42@gmail.com>
620
621         * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
622         commands.
623
624 2016-12-02  Pedro Alves  <palves@redhat.com>
625
626         * gdb.texinfo (User-defined Commands): Limit on number of
627         arguments passed to user-defined commands removed; update.
628
629 2016-12-02  Pedro Alves  <palves@redhat.com>
630
631         PR cli/20559
632         * gdb.texinfo (Define): Add example of using "eval" to process a
633         variable number of arguments.
634         (Output) <eval>: Add anchor.
635
636 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
637
638         * Makefile.in: Likewise.
639
640 2016-11-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
641
642         * gdb.texinfo (GDB/MI Async Records): Add missing comma after
643         xref.
644
645 2016-10-29  Pedro Alves  <palves@redhat.com>
646
647         * gdb.texinfo (Packets) <vCont>: Remove mention of default
648         actions.
649
650 2016-10-26  Pedro Alves  <palves@redhat.com>
651
652         * gdb.texinfo (Packets): Clarify vCont packets with multiple
653         actions that match a thread, and what happens when an action
654         matches a thread that is already running.
655
656 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
657
658         * gdb.texinfo (Using Trace Files): Fix typo.
659         (GDB/MI Tracepoint Commands): Likewise.
660
661 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
662
663         * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
664         of -trace-save.
665
666 2016-10-06  Tom Tromey  <tom@tromey.com>
667
668         * guile.texi (Types In Guile): Remove Java mentions.
669         * python.texi (Types In Python): Remove Java mentions.
670         * gdb.texinfo (Address Locations, Supported Languages)
671         (Index Section Format): Remove Java mentions.
672
673 2016-08-15  Doug Evans  <dje@google.com>
674
675         * gdb.texinfo (Target Description Format): Update docs on "end"
676         field spec and field default type.
677
678 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
679 2016-10-03  Simon Marchi  <simon.marchi@ericsson.com>
680
681         PR gdb/20487
682         * gdb.texinfo (Context management): Update mention of frame
683         change notifications.
684         (gdb/mi Async Records): Document frame field in
685         =thread-select event.
686         * observer.texi (GDB Observers): New user_selected_context_changed
687         observer.
688
689 2016-09-28  Tom Tromey  <tom@tromey.com>
690
691         * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
692         than "memory breakpoint".  Further document "kind".  Move
693         protocol-details link earlier.
694         <z1>: Document the cmd_list argument.  Fix typo.
695         <g>: Remove incorrect sentence.
696         (Stop Reply Packets): Document "OK" response to requests when in
697         non-stop mode.
698         <swbreak>: Use "software breakpoint" rather than "memory
699         breakpoint".
700         <create>: Document that "R" is ignored.
701         <W, X, w>: Document formatting of "AA".
702         (Notification Packets): Use "%Stop", not "%%Stop".
703
704 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
705
706         * gdb.texinfo (Embedded Processors): Document ARC.
707         (Synopsys ARC): New section.
708         (Standard Target Features): Document ARC features.
709         (ARC Features): New section.
710
711 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
712
713         * .gitignore: New file.
714
715 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
716
717         * gdb.texinfo (Input/Output): Mention possibility to unset
718         inferior-tty.
719
720 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
721
722         * gdb.texinfo: Resume btrace on reconnect.
723
724 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
725
726         * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
727         syscall.
728
729 2016-06-30  Руслан Ижбулатов  <lrn1986@gmail.com>
730
731         * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
732         command.
733
734 2016-07-13  Tom Tromey  <tom@tromey.com>
735
736         PR python/15620, PR python/18620:
737         * python.texi (Events In Python): Document new breakpoint events.
738
739 2016-07-13  Tom Tromey  <tom@tromey.com>
740
741         PR python/17698:
742         * python.texi (Breakpoints In Python): Document
743         Breakpoint.pending.
744
745 2016-07-13  Tom Tromey  <tom@tromey.com>
746
747         * python.texi (Breakpoints In Python): Move table of types and
748         table of watchpoint types earlier in node.
749
750 2016-07-12  Tom Tromey  <tom@tromey.com>
751
752         PR python/19293:
753         * python.texi (Frames In Python): Document
754         gdb.invalidate_cached_frames.
755
756 2016-06-21  Pedro Alves  <palves@redhat.com>
757
758         * gdb.texinfo (Interpreters): Update intepreter-exec section,
759         document new-ui and explain use case.
760
761 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
762
763         * gdb.texinfo (Standard Target Features): Document NDS32 features.
764         (NDS32 Features): New Section.
765
766 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
767
768         * gdb.texinfo (Examining Memory): Document negative repeat
769         count in the 'x' command.
770
771 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
772
773         * gdb.texinfo (GDB/MI Async Records): Document method and
774         format fields in =record-started.
775         * observer.texi (record_changed): Add method and format
776         parameters.
777
778 2016-05-27  Eli Zaretskii  <eliz@gnu.org>
779
780         * gdb.texinfo (General Query Packets): Move the description of the
781         response before the long list of the specific 'read' and 'write'
782         requests.
783
784 2016-05-23  Tom Tromey  <tom@tromey.com>
785
786         * python.texi (Basic Python): Document gdb.breakpoints return.
787
788 2016-05-24  Tom Tromey  <tom@tromey.com>
789
790         PR gdb/19194:
791         * gdb.texinfo (gdb man): Fix typo.
792
793 2016-05-17  Tom Tromey  <tom@tromey.com>
794
795         * gdb.texinfo (Supported Languages): Mention Rust.  Update menu.
796         (Rust): New node.
797
798 2016-05-17  Tom Tromey  <tom@tromey.com>
799
800         * gdb.texinfo (Maintenance Commands): Document "maint selftest".
801
802 2016-04-27  Yao Qi  <yao.qi@linaro.org>
803
804         * gdb.texinfo (tfind): Complete doc about tfind without
805         argument.
806
807 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
808
809         * agentexpr.texi (byte): Fix zero_ext description.
810
811 2016-03-31  Pedro Alves  <palves@redhat.com>
812
813         * gdb.texinfo (M32R/SDI): Delete node.
814         (MIPS Embedded): Remove references to the MIPS remote debugging
815         protocol, PMON and variants, and the associated commands.
816
817 2016-03-15  Doug Evans  <dje@google.com>
818
819         * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
820         (Target Description Format): Mention enum types.  Update docs on
821         flags types.
822         (Predefined Target Types): Add "bool".
823         (Enum Target Types): New node.
824
825 2016-03-15  Pedro Alves  <palves@redhat.com>
826
827         * gdb.texinfo (Tracepoint Actions): Fix typo.
828
829 2016-03-15  Pedro Alves  <palves@redhat.com>
830             Andreas Arnez  <arnez@linux.vnet.ibm.com>
831             Marcin Kościelnicki  <koriakin@0x04.net>
832
833         * gdb.texinfo (Tracepoint Actions): Document possible
834         unreliability of '$_ret'.
835
836 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
837
838         * gdb.texinfo (Symbols): Document new 'maint info line-table'
839         command.
840
841 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
842
843         * gdb.texinfo (Convenience Functions): Document $_as_string.
844
845 2016-02-23  Doug Evans  <dje@google.com>
846
847         * gdb.texinfo (Skipping Over Functions and Files): Document new
848         options to "skip" command.  Update docs of output of "info skip".
849
850 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
851
852         * gdb.texinfo (Signals): Add bound violation display hints for
853         a SIGSEGV.
854
855 2016-02-18  Marcin Kościelnicki  <koriakin@0x04.net>
856
857         * gdb.texinfo (Trace File Format): Add documentation for description
858         section lines.
859
860 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
861
862         * gdb.texinfo (Trace File Format): Remove misleading information
863         about register block ordering.
864
865 2016-02-01  Doug Evans  <dje@google.com>
866
867         * gdb.texinfo (Value Sizes): Fix typo.
868
869 2016-02-01  Doug Evans  <dje@google.com>
870
871         * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
872
873 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
874
875         * gdb.texinfo (Value Sizes): New section.
876         (Data): Add the 'Value Sizes' node to the menu.
877
878 2016-01-26  John Baldwin  <jhb@FreeBSD.org>
879
880         * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
881
882 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
883
884         * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
885
886 2016-01-18  Pedro Alves  <palves@redhat.com>
887
888         * gdb.texinfo (Threads): Mention that GDB displays the ID and name
889         of the thread that hit a breakpoint or received a signal.
890
891 2016-01-15  Pedro Alves  <palves@redhat.com>
892
893         * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
894
895 2016-01-13  Pedro Alves  <palves@redhat.com>
896
897         * gdb.texinfo (Threads): Document the $_gthread convenience
898         variable.
899         (Convenience Vars): Likewise.
900
901 2016-01-13  Pedro Alves  <palves@redhat.com>
902
903         * gdb.texinfo (Threads): Document "info threads -gid".
904
905 2016-01-13  Pedro Alves  <palves@redhat.com>
906
907         * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
908         anchor.
909         (Threads In Python): Document new InferiorThread.global_num
910         attribute.
911
912 2016-01-07  Pedro Alves  <palves@redhat.com>
913
914         * gdb.texinfo (Threads): Document per-inferior thread IDs,
915         qualified thread IDs, global thread IDs and thread ID lists.
916         (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
917         thread IDs.
918         (Convenience Vars): Document the $_thread convenience variable.
919         (Ada Tasks): Adjust to refer to thread IDs.
920         (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
921         Commands, GDB/MI Variable Objects): Update to mention global
922         thread IDs.
923         * guile.texi (Breakpoints In Guile)
924         <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
925         global thread IDs instead of thread IDs.
926         * python.texi (Threads In Python): Adjust documentation of
927         InferiorThread.num.
928         (Breakpoint.thread): Mention global thread IDs instead of thread
929         IDs.
930
931 2016-01-13  Pedro Alves  <palves@redhat.com>
932
933         * python.texi (Threads In Python): Document
934         InferiorThread.inferior.
935
936 2016-01-13  Pedro Alves  <palves@redhat.com>
937
938         * gdb.texinfo (Inferiors and Programs): Document the $_inferior
939         convenience variable.
940         (Convenience Vars): Likewise.
941
942 2016-01-12  Josh Stone  <jistone@redhat.com>
943             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
944
945         * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
946         (Stop Reply Packets): List the syscall entry and return stop reasons.
947         (General Query Packets): Describe QCatchSyscalls, and add it to the
948         table and the detailed list of stub features.
949
950 2016-01-12  Pedro Alves  <palves@redhat.com>
951
952         Remove use of the registered trademark symbol throughout.
953
954 2016-01-12  Yao Qi  <yao.qi@linaro.org>
955
956         * gdb.texinfo (Interrupts): Update the document on handling
957         interrupt when program is stopped.
958
959 2015-12-11  Don Breazeal  <donb@codesourcery.com>
960
961         * gdb.texinfo (Forks): Correct Linux kernel version where
962         fork and exec events are supported, add notes about support
963         of these events in target remote mode.
964         (Connecting): Reorganize and clarify distinctions between
965         target remote, extended-remote, and multiprocess.
966         Reorganize related text from separate sections into new
967         sections.
968         (Server): Note effects of target extended-remote mode.
969         Delete section on Multi-Process Mode for gdbserver.
970         Move some text to "Connecting" node.
971
972 2015-12-10  Pedro Alves  <palves@redhat.com>
973
974         * gdb.texinfo (Threads): Replace warning with explanation
975         about single-threaded programs.
976
977 2015-12-10  Pedro Alves  <palves@redhat.com>
978
979         * gdb.texinfo (Threads): Remove mention of SGI.
980         (Forks): Remove mention of HP-UX.
981         (Breakpoints): Remove mention of HP-UX.
982         (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
983         Reword in terms of architectures.
984         (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
985         mention supported systems.
986         (Convenience Vars): Don't mention HP-UX.
987         (Jumping): Remove mention of HP-UX in comment.
988         (Files) <shared libraries>: Update supported shared library types
989         list.  Remove mention of HP-UX.
990         (Native): Remove HP-UX subsection.
991         (SVR4 Process Information): Remove mention of HP-UX.
992
993 2015-12-10  Pedro Alves  <palves@redhat.com>
994
995         * gdb.texinfo (Stack): Reorder menu.
996
997 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
998
999         * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1000         -var-set-format's new zero-hexadecimal format.
1001
1002 2015-12-08  Pierre-Marie de Rodat  <derodat@adacore.com>
1003
1004         * gdb.texinfo (Ada Mode Into): Move overloading support
1005         description to its own node.
1006         (Overloading support for Ada): New node.
1007
1008 2015-11-30  Pedro Alves  <palves@redhat.com>
1009
1010         PR 14618
1011         * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1012         (Remote Configuration): Add the "set/show remote
1013         no-resumed-stop-reply" to the available settings table.
1014         (General Query Packets): Document the "no-resumed" qSupported
1015         feature.
1016
1017 2015-11-30  Pedro Alves  <palves@redhat.com>
1018
1019         * gdb.texinfo (Remote Configuration): List "set/show remote
1020         thread-events" command in configuration table.
1021         (Stop Reply Packets): Document "T05 create" stop
1022         reason and 'w' stop reply.
1023         (General Query Packets): Document QThreadEvents packet.  Document
1024         QThreadEvents qSupported feature.
1025
1026 2015-11-30  Pedro Alves  <palves@redhat.com>
1027
1028         * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1029         anchor.
1030         (Packets): Document vCtrlC.
1031
1032 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
1033
1034         * gdb.texinfo (Thread List Format): Mention thread names.
1035
1036 2015-11-24  Pedro Alves  <palves@redhat.com>
1037
1038         PR 17539
1039         * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1040         program-spaces" example to ascending order listing.
1041         (Threads): Adjust "info threads" example to ascending order
1042         listing.
1043         (Forks): Adjust "info inferiors" example to ascending order
1044         listing.
1045
1046 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
1047
1048         * gdb.texinfo (Process Record and Replay): Document "record
1049         instruction-history" modifiers.
1050
1051 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1052
1053         * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1054         description.
1055         (Frame Filter Management): Move to later in the 'Examining the
1056         Stack' chapter.
1057         (Selection): Add entry for 'select-frame'.
1058
1059 2015-09-25  Doug Evans  <dje@google.com>
1060
1061         * gdb.texinfo (Process Record and Replay): Fix syntax of
1062         "record instruction-history begin, end" and
1063         "record function-call-history begin, end".
1064
1065 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
1066
1067         * gdb.texinfo (Specifying Source Directories): Fix
1068         substitute-path example.
1069
1070 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
1071
1072         * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1073
1074 2015-09-15  Pedro Alves  <palves@redhat.com>
1075
1076         PR remote/18965
1077         * gdb.texinfo (Stop Reply Packets): Revert previous change to
1078         the vforkdone description.
1079
1080 2015-09-15  Pedro Alves  <palves@redhat.com>
1081
1082         PR remote/18965
1083         * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1084         part indicates the thread ID of the parent process.
1085
1086 2015-09-15  Yao Qi  <yao.qi@linaro.org>
1087
1088         * gdb.texinfo (General Query Packets): Add vContSupported to
1089         tables of 'gdbfeatures' and 'stub features' supported in the
1090         qSupported packet, as well as to the list containing stub
1091         feature details.
1092
1093 2015-09-11  Don Breazeal  <donb@codesourcery.com>
1094
1095         * gdb.texinfo (Remote Configuration): Add exec event
1096         feature to table of packet settings.
1097         (Stop Reply Packets): Add exec events to the list of stop
1098         reasons.
1099         (General Query Packets): Add exec events to tables of
1100         'gdbfeatures' and 'stub features' supported in the qSupported
1101         packet, as well as to the list containing stub feature
1102         details.
1103
1104 2015-08-24  Pedro Alves  <palves@redhat.com>
1105
1106         * gdb.texinfo (Remote Configuration): Document the "set/show
1107         remote multiprocess-extensions-packet" commands.
1108
1109 2015-08-24  Pedro Alves  <palves@redhat.com>
1110
1111         * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1112         <M32R>: Remove references to M32R/D.
1113         <M68K>: Remove references to target dbug.
1114         <MIPS Embedded>: Remove references to target r3900 and target
1115         array.
1116         <PowerPC Embedded>: Remove references to target dink32 and target
1117         ppcbug, target sds
1118         <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1119
1120 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1121
1122         * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1123
1124 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1125
1126         * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1127
1128 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1129
1130         * gdb.texinfo (Maintenance Commands): Move documentation of "main
1131         info bfds" to...
1132         (File Caching): A New section.  Outline bfd caching, and add new
1133         description for "main set/show bfd-sharing".
1134
1135 2015-08-14  Doug Evans  <xdje42@gmail.com>
1136
1137         * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1138         disassembly.
1139         (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1140
1141 2015-08-11  Keith Seitz  <keiths@redhat.com>
1142
1143         * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1144         Use "location(s)"instead of "linespec(s)".
1145         (Specifying a Location): Rewrite.
1146         Add subsections describing linespec, address, and explicit locations.
1147         Add node/menu for each subsection.
1148         (Source and Machine Code, C Preprocessor Macros)
1149         (Create and Delete Trace points)
1150         (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1151         (Continuing at a Different Address): Remove "linespec" examples.
1152         Add reference to "Specify a Location"
1153         (The -break-insert Command): Rewrite.  Add anchor.
1154         Add reference to appropriate manual section discussing locations.
1155         (The -dprintf-insert Command): Refer to -break-insert for
1156         specification of 'location'.
1157
1158 2015-08-07  Pedro Alves  <palves@redhat.com>
1159
1160         * gdb.texinfo (Maintenance Commands): Document "maint set/show
1161         target-non-stop".
1162
1163 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
1164
1165         * gdb.texinfo (Process Record and Replay): Document prefixing of
1166         speculatively executed instructions in the "record instruction-history"
1167         command.
1168
1169 2015-07-20  Doug Evans  <dje@google.com>
1170
1171         * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1172
1173 2015-07-16  Doug Evans  <dje@google.com>
1174
1175         * stabs.texinfo: @include gdb-cfg.texi.
1176
1177 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1178
1179         Revert the previous 2 commits:
1180         gdbserver build-id attribute generator
1181         Validate symbol file using build-id
1182
1183 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1184
1185         * gdb.texinfo (Files): Add 'set validate-build-id'
1186         and 'show validate-build-id'.
1187
1188 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
1189             Jan Kratochvil  <jan.kratochvil@redhat.com>
1190
1191         gdbserver build-id attribute generator.
1192         * gdb.texinfo (Library List Format for SVR4 Targets): Add
1193         'build-id' in description, example, new attribute in dtd.
1194
1195 2015-07-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1196
1197         * gdb.texinfo (Selection): Update documentation for 'frame'
1198         command.
1199
1200 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
1201
1202         * gdb.texinfo (Maintenance Commands): Document "maint btrace"
1203         commands.
1204
1205 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
1206
1207         * gdb.texinfo (Process Record and Replay): Spell out that variables
1208         and registers are not available during btrace replay.
1209         Describe the new "record btrace pt" command.
1210         Describe the new "set|show record btrace pt buffer-size" options.
1211         (General Query Packets): Describe the new Qbtrace:pt and
1212         Qbtrace-conf:pt:size packets.
1213         Expand "bts" to "Branch Trace Store".
1214         Update the branch trace DTD.
1215
1216 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
1217
1218         * gdb.texinfo (Command History): Document the new option
1219         "history remove-duplicates".
1220
1221 2015-06-19  Doug Evans  <dje@google.com>
1222
1223         * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1224         longer supported.
1225
1226 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
1227
1228         * gdb.texinfo (Command History): Mention that setting
1229         GDBHISTSIZE to the empty string disables history truncation.
1230
1231 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
1232
1233         PR gdb/16999
1234         * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1235         behavior.
1236
1237 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
1238
1239         * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1240         with GDBHISTSIZE.
1241
1242 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
1243
1244         * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1245         bytes and memory units for -data-{read,write}-memory-bytes.
1246         (Packets): Same for m, M and X packets.
1247         * python.texi (Inferiors In Python): Same for read_memory and
1248         write_memory.
1249
1250 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
1251
1252         * gdb.texinfo (Separate Debug Files): Document that PE is also
1253         supported.
1254
1255 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
1256
1257         * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1258         single table entry.
1259
1260 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1261
1262         * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1263
1264
1265 2015-06-10  Gary Benson <gbenson@redhat.com>
1266
1267         * gdb.texinfo (Remote Configuration): Document the
1268         "set/show remote hostio-setfs-packet" command.
1269         (Host I/O Packets): Document the vFile:setfs packet.
1270
1271 2015-06-10  Gary Benson <gbenson@redhat.com>
1272
1273         * gdb.texinfo (Debugging Output): Document the "set/show debug
1274         linux-namespaces" command.
1275
1276 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1277             Mircea Gherzan  <mircea.gherzan@intel.com>
1278
1279         * gdb.texinfo (i386): Add documentation about "show mpx bound"
1280         and "set mpx bound".
1281
1282 2015-05-27  Doug Evans  <dje@google.com>
1283
1284         * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1285
1286 2015-05-26  Doug Evans  <dje@google.com>
1287
1288         * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1289         command renamings.
1290         (Maintenance Commands): Update for DWARF "set debug" command renamings.
1291
1292 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1293
1294         * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1295
1296 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
1297
1298         * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1299         (TUI Commands): Add 'tui enable' and 'tui disable' details.
1300
1301 2015-05-16  Doug Evans  <xdje42@gmail.com>
1302
1303         * guile.texi (Memory Ports in Guile): Document support for unbuffered
1304         memory ports.
1305
1306 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1307
1308         * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1309
1310 2015-05-12  Don Breazeal  <donb@codesourcery.com>
1311
1312         * gdb.texinfo (Forks): Note that fork debugging is
1313         supported in extended mode.
1314         (Remote Configuration): Add fork event features to table
1315         of packet settings.
1316         (Stop Reply Packets): Add fork events to list of stop reasons.
1317         (General Query Packets): Add fork events to tables of
1318         'gdbfeatures' and 'stub features' supported in the qSupported
1319         packet, as well as to the list containing stub feature
1320         details.
1321
1322 2015-05-12  Gary Benson <gbenson@redhat.com>
1323
1324         * gdb.texinfo (General Query Packets): Document
1325         qXfer:exec-file:read with empty annex.
1326
1327 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
1328
1329         * python.texi (Values From Inferior): Add descriptions of new
1330         methods gdb.Value.reference_value and gdb.Value.const_value.
1331
1332 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
1333
1334         * gdb.texinfo (Files): Add "info dll" documentation.
1335         (Cygwin Native): Remove "info dll" documentation.
1336
1337 2015-04-29  Doug Evans  <dje@google.com>
1338
1339         * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1340         Document.
1341         (Writing an Xmethod): Add get_result_type to example.
1342
1343 2015-04-28  Sasha Smundak  <asmundak@google.com>
1344
1345         * python.texi: New method documented.
1346
1347 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1348
1349         * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1350         format.
1351
1352 2015-04-24  Doug Evans  <dje@google.com>
1353
1354         * python.texi (Xmethods In Python): Fix name of method to call the
1355         xmethod.
1356
1357 2015-04-17  Gary Benson <gbenson@redhat.com>
1358
1359         * gdb.texinfo (Connecting to a Remote Target): Mention that
1360         GDB can access program files from remote targets that support
1361         qXfer:exec-file:read and Host I/O packets.
1362
1363 2015-04-17  Gary Benson <gbenson@redhat.com>
1364
1365         * gdb.texinfo (Remote Configuration): Document the "set/show
1366         remote pid-to-exec-file-packet" command.
1367         (General Query Packets): Document the qXfer:exec-file:read
1368         qSupported features.  Document the qXfer:exec-file:read packet.
1369
1370 2015-04-17  Gary Benson <gbenson@redhat.com>
1371
1372         * gdb.texinfo (set sysroot): Document that "set sysroot" also
1373         applies to executable paths if supplied to GDB as absolute.
1374
1375 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1376
1377         * gdb.texinfo (Mode Options): Remove -xdb.
1378
1379 2015-04-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1380             Eli Zaretskii  <eliz@gnu.org>
1381
1382         * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1383         compile, show debug compile.  New subsection Compilation options for
1384         the compile command.  New subsection Compiler search for the compile
1385         command.
1386
1387 2015-04-09  Andy Wingo  <wingo@igalia.com>
1388
1389         * guile.texi (Frames In Guile): Describe frame-read-register.
1390
1391 2015-04-02  Gary Benson <gbenson@redhat.com>
1392
1393         * gdb.texinfo (set sysroot): Document "target:".
1394
1395 2015-04-01  Sasha Smundak  <asmundak@google.com>
1396
1397         * doc/python.texi (Writing a Frame Unwinder in Python): Add
1398         section.
1399
1400 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
1401
1402         PR corefiles/16092
1403         * gdb.texinfo (gcore): Mention new command 'set
1404         use-coredump-filter'.
1405         (set use-coredump-filter): Document new command.
1406
1407 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1408
1409         * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1410         documentation, reorder the info os entries in alphabetical order.
1411
1412 2015-03-26  Simon Marchi  <simon.marchi@ericsson.com>
1413
1414         * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1415         -data-write-memory-bytes.
1416
1417 2015-03-24  Pedro Alves  <palves@redhat.com>
1418
1419         * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1420         mention that threads may sometimes run unlocked.
1421
1422 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
1423
1424         * gdb.texinfo (Remote configuration): Document "set/show
1425         serial parity" command.
1426
1427 2015-03-18  Gary Benson <gbenson@redhat.com>
1428
1429         * gdb.texinfo (General Query Packets): Remove documentation
1430         for now-removed vFile:fstat qSupported features.
1431
1432 2015-03-11  Gary Benson <gbenson@redhat.com>
1433
1434         * gdb.texinfo (Remote Configuration): Document the
1435         "set/show remote hostio-fstat-packet" command.
1436         (General Query Packets): Document the vFile:fstat
1437         qSupported features.
1438         (Host I/O Packets): Document the vFile:fstat packet.
1439
1440 2015-03-11  Andy Wingo  <wingo@igalia.com>
1441
1442         * guile.texi (Objfiles In Guile): Document objfile-progspace.
1443
1444 2015-03-04  Pedro Alves  <palves@redhat.com>
1445
1446         * gdb.texinfo (Remote Configuration): Document the "set/show
1447         remote swbreak-feature-packet" and "set/show remote
1448         hwbreak-feature-packet" commands.
1449         (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1450         decription.
1451         (Stop Reply Packets): Document the swbreak and hwbreak stop
1452         reasons.
1453         (General Query Packets): Document the swbreak and hwbreak
1454         qSupported features.
1455         (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1456
1457 2015-03-03  Philippe Proulx  <eeppeliteloop@gmail.com>
1458
1459         * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1460         under *stopped.
1461
1462 2015-03-02  Doug Evans  <xdje42@gmail.com>
1463
1464         * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1465
1466 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1467
1468         * gdb.texinfo (S/390 and System z Features): Describe new feature
1469         "org.gnu.gdb.s390.vx".
1470
1471 2015-02-23  Sergio Durigan Junior  <sergiodj@redhat.com>
1472
1473         PR gdb/18008
1474         * gdb.texinfo (maint internal-error, maint internal-warning, maint
1475         demangler-warning): Fix typo ("problam").
1476
1477 2015-02-19  David Taylor  <dtaylor@emc.com>
1478
1479         * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1480
1481 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1482
1483         * gdb.texinfo (Static Probe Points): Add cindex `static probe
1484         point, DTrace'.
1485         (Static Probe Points): Modified to cover DTrace probes in addition
1486         to SystemTap probes.  Also modified to cover the `enable probe'
1487         and `disable probe' commands.
1488
1489 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1490
1491         * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1492         `disable probe' commands.
1493
1494 2015-02-12  David Taylor  <dtaylor@emc.com>
1495
1496         * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1497         fields of the QTDV packet.
1498
1499 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1500
1501         * gdb.texinfo (Branch Trace Configuration Format): Add size.
1502         (Process Record and Replay): Describe new set|show commands.
1503         (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1504
1505 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1506
1507         * gdb.texinfo (Process Record and Replay): Describe the "record
1508         btrace bts" command.
1509         (General Query Packets): Describe qXfer:btrace-conf:read packet.
1510         (Branch Trace Configuration Format): New.
1511
1512 2015-01-31  Gary Benson <gbenson@redhat.com>
1513             Doug Evans  <dje@google.com>
1514
1515         * gdb.texinfo (Command Completion): Document new
1516         "set/show max-completions" option.
1517
1518 2015-01-31  Doug Evans  <xdje42@gmail.com>
1519
1520         * gdb.texinfo (Symbols): Document new commands
1521         "maint print symbol-cache", "maint print symbol-cache-statistics",
1522         "maint flush-symbol-cache".  Document new option
1523         "maint set symbol-cache-size".
1524
1525 2015-01-31  Doug Evans  <xdje42@gmail.com>
1526
1527         * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1528         distinguish script files vs inlined scripts.
1529         * python.texi (Python Auto-loading): Ditto.
1530
1531 2015-01-30  Doug Evans  <dje@google.com>
1532
1533         * gdb.texinfo (Symbols) <info source>: Output now contains producer
1534         string if present.
1535
1536 2015-01-27  Doug Evans  <dje@google.com>
1537
1538         * python.texi (Objfiles In Python): Document Objfile.username.
1539
1540 2015-01-27  Doug Evans  <dje@google.com>
1541
1542         * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1543         * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1544
1545 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1546
1547         * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1548
1549 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
1550
1551         * doc/gdb.texinfo (TUI Commands): Document the possible
1552         values of NAME argument to 'winheight' command.  Explain the
1553         effect of 'tabset' setting better.
1554
1555 2015-01-11  Doug Evans  <xdje42@gmail.com>
1556
1557         PR gdb/15830
1558         * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1559         (Symbols): Ditto.
1560         (Maintenance Commands): Delete docs for "maint demangle".
1561
1562 2014-12-31  Joel Brobecker  <brobecker@adacore.com>
1563
1564         * gdb.texinfo (Files): Remove documentation of the
1565         "add-shared-symbol-files" and "assf" commands.
1566         (Cygwin Native): Remove documentation of the "dll-symbols"
1567         command.
1568
1569 2014-12-17  Doug Evans  <xdje42@gmail.com>
1570
1571         * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1572
1573 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
1574             Jan Kratochvil  <jan.kratochvil@redhat.com>
1575
1576         * gdb.texinfo (Altering): Update.
1577         (Compiling and Injecting Code): New node.
1578
1579 2014-12-12  Doug Evans  <dje@google.com>
1580
1581         * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1582
1583 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1584
1585         * gdb.texinfo: Document "maint print user-registers".
1586
1587 2014-12-08  Doug Evans  <dje@google.com>
1588
1589         * python.texi (Objfiles In Python): Document Objfile.owner.
1590
1591 2014-12-04  Doug Evans  <dje@google.com>
1592
1593         * python.texi (Objfiles In Python): Document
1594         Objfile.add_separate_debug_file.
1595
1596 2014-12-04  Doug Evans  <dje@google.com>
1597
1598         * python.texi (Objfiles In Python): Document Objfile.build_id.
1599
1600 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
1601
1602         * python.texi (Events In Python): Document new events
1603         InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1604         and RegisterChangedEvent.
1605
1606 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1607
1608         Add add-auto-load-scripts-directory.
1609         * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1610         (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1611
1612 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1613
1614         * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1615         description typo.
1616
1617 2014-10-30  Doug Evans  <dje@google.com>
1618
1619         * python.texi (Progspaces In Python): Document ability to add
1620         random attributes to gdb.Progspace objects.
1621         (Objfiles In Python): Document ability to add random attributes to
1622         gdb.objfile objects.
1623
1624 2014-10-27  Pedro Alves  <palves@redhat.com>
1625
1626         * gdb.texinfo (Continuing and Stepping): Add cross reference to
1627         info on stepping and signal handlers.
1628         (Signals): Explain stepping and signal handlers.  Add context
1629         index entry, and cross references.
1630
1631 2014-10-20  Simon Marchi  <simon.marchi@ericsson.com>
1632
1633         * python.texi (Breakpoints In Python): Add parenthesis after
1634         Breakpoint.delete.  Clarify Breakpoint.enabled description so
1635         that it contains "disable".
1636
1637 2014-10-17  Doug Evans  <dje@google.com>
1638
1639         * python.texi (Events In Python): Document clear_objfiles event.
1640
1641 2014-10-17  Doug Evans  <dje@google.com>
1642
1643         * python.texi (Objfiles In Python): Document new progspace attribute.
1644
1645 2014-10-17  Pedro Alves  <palves@redhat.com>
1646
1647         * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1648         (SVR4 Process Information): Delete mention of OSF/1.
1649
1650 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1651
1652         * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1653         exit-code field in -list-thread-groups output.
1654
1655 2014-09-22  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1656
1657         * gdb.texinfo (Set Breaks): Add missing "@end table".
1658
1659 2014-09-22  Pedro Alves  <palves@redhat.com>
1660
1661         * gdb.texinfo (Set Breaks): Document that "set breakpoint
1662         always-inserted off" is the default mode now.  Delete
1663         documentation of "set breakpoint always-inserted auto".
1664
1665 2014-09-18  Doug Evans  <dje@google.com>
1666
1667         * python.texi (Symbol Tables In Python): Document "producer"
1668         attribute of gdb.Symtab objects.
1669
1670 2014-09-16  Pedro Alves  <palves@redhat.com>
1671
1672         * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1673         (Embedded OS): Remove VxWorks menu entry.
1674         (VxWorks): Remove node.
1675
1676 2014-09-13  Doug Evans  <xdje42@gmail.com>
1677
1678         * gdb.texinfo (Signaling): Document new queue-signal command.
1679
1680 2014-09-06  Doug Evans  <xdje42@gmail.com>
1681
1682         PR 15276
1683         * gdb.texinfo (Convenience Funs): Document $_caller_is,
1684         $_caller_matches, $_any_caller_is, $_any_caller_matches.
1685
1686 2014-09-03  Justin Lebar <jlebar@google.com>
1687
1688         * python.texi (Types In Python): Type.template_argument(n) returns a
1689         gdb.Value or a gdb.Type and throws an exception if n is out of
1690         range.
1691
1692 2014-09-03  Sasha Smundak  <asmundak@google.com>
1693
1694         * python.texi (Frames in Python): Add read_register description.
1695
1696 2014-08-04  Tom Tromey  <tromey@redhat.com>
1697
1698         * gdb.texinfo (Debugging Output): Update for change to "set debug
1699         target".
1700
1701 2014-08-01  Masaki Muranaka  <monaka@monami-software.com>
1702
1703         Pushed by Joel Brobecker  <brobecker@adacore.com>.
1704         * Makefile.in (transform): New variable.
1705         (install-man1, install-man5): Apply $(transform) to man file names.
1706
1707 2014-07-26  Doug Evans  <xdje42@gmail.com>
1708
1709         PR guile/17177
1710         * guile.texi (Guile Pretty Printing API): Fix typo.
1711         Document set-pretty-printers!, pretty-printers.
1712         (Selecting Guile Pretty-Printers): Update.
1713         Mention program-space based pretty-printers.
1714
1715 2014-07-25  Pedro Alves  <palves@redhat.com>
1716             Eli Zaretskii  <eliz@gnu.org>
1717
1718         * gdb.texinfo (Signaling) <signal command>: Explain what happens
1719         with multi-threaded programs.
1720
1721 2014-06-27  Yao Qi  <yao@codesourcery.com>
1722
1723         * gdb.texinfo (Maintenance Commands): Update the output of
1724         'maint print dummy-frames' command.
1725
1726 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
1727
1728         * gdb.texinfo (Screen Size): Improve indexing.
1729
1730 2014-06-19  Gary Benson  <gbenson@redhat.com>
1731
1732         * gdb.texinfo (Maintenance Commands): Document new
1733         "maint set/show catch-demangler-crashes" option.
1734
1735 2014-06-19  Gary Benson  <gbenson@redhat.com>
1736
1737         * gdb.texinfo (Maintenance Commands): Document new
1738         "maint demangler-warning" command and new
1739         "maint set/show demangler-warning" option.
1740
1741 2014-06-09  Siva Chandra Reddy  <sivachandra@google.com>
1742
1743         * python.texi (Xmethod API): Add space before the opening
1744         parenthesis in function descriptions.
1745
1746 2014-06-06  Doug Evans  <xdje42@gmail.com>
1747
1748         * guile.texi (Guile Configuration): Document guile-data-directory.
1749
1750 2014-06-06  Mingjie Xing  <mingjie.xing@gmail.com>
1751
1752         * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1753
1754 2014-06-04  Doug Evans  <xdje42@gmail.com>
1755
1756         * guile.texi (Breakpoints In Guile): Update.
1757
1758 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
1759
1760         * python.texi (Xmethod API): Fix reference to "Progspaces In
1761         Python".
1762
1763 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
1764
1765         *  python.texi (Xmethods In Python, XMethod API)
1766         (Writing an Xmethod): New nodes.
1767         (Python API): New menu entries "Xmethods In Python",
1768         "Xmethod API", "Writing an Xmethod".
1769
1770 2014-06-02  Doug Evans  <xdje42@gmail.com>
1771
1772         * guile.texi (Guile API): Add entry for Parameters In Guile.
1773         (GDB Scheme Data Types): Mention <gdb:parameter> object.
1774         (Parameters In Guile): New node.
1775
1776 2014-06-02  Doug Evans  <xdje42@gmail.com>
1777
1778         * guile.texi (Guile API): Add entry for Commands In Guile.
1779         (Basic Guile) <parse-and-eval>: Add reference.
1780         (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1781         (GDB Scheme Data Types): Mention <gdb:command> object.
1782         (Commands In Guile): New node.
1783
1784 2014-06-02  Doug Evans  <xdje42@gmail.com>
1785
1786         * guile.texi (Guile API): Add entry for Progspaces In Guile.
1787         (GDB Scheme Data Types): Mention <gdb:progspace> object.
1788         (Progspaces In Guile): New node.
1789
1790 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
1791
1792         * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1793         * python.texi (Frames In Python): Mention
1794         gdb.FRAME_UNWIND_MEMORY_ERROR.
1795
1796 2014-05-29  Pedro Alves  <palves@redhat.com>
1797             Tom Tromey  <tromey@redhat.com>
1798
1799         * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1800         from example.
1801         (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1802         Mention that target-async is now deprecated.
1803         (Maintenance Commands): Document maint set/show target-async.
1804
1805 2014-05-29  Pedro Alves  <palves@redhat.com>
1806
1807         * observer.texi (sync_execution_done, command_error): New
1808         subjects.
1809
1810 2014-05-29  Pedro Alves  <palves@redhat.com>
1811
1812         PR gdb/13860
1813         * observer.texi (signal_received, end_stepping_range)
1814         (signal_exited, exited, no_history): New observer subjects.
1815
1816 2014-05-26  Andy Wingo  <wingo@igalia.com>
1817
1818         * guile.texi (GDB Scheme Data Types): Remove documentation for
1819         removed interfaces.  Update spelling of gdb-object-kind.
1820
1821 2014-05-26  Andy Wingo  <wingo@igalia.com>
1822
1823         * guile.texi (Basic Guile): Fix some typos.
1824
1825 2014-05-26  Andy Wingo  <wingo@igalia.com>
1826
1827         * guile.texi (Writing a Guile Pretty-Printer)
1828         (Guile Types Module): Fix excess parentheses in use-modules forms.
1829
1830 2014-05-24  Eli Zaretskii  <eliz@gnu.org>
1831
1832         * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1833         (Breakpoints In Guile, Guile Printing Module)
1834         (Guile Exception Handling, Values From Inferior In Guile)
1835         (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1836         Don't use @var at the beginning of a sentence.
1837
1838         * gdb.texinfo (Frame Filter Management, Trace Files)
1839         (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1840         (PowerPC Embedded, Define, Annotations for Running)
1841         (IPA Protocol Commands, Packets, General Query Packets)
1842         (Tracepoint Packets, Notification Packets, Environment)
1843         (Inferiors and Programs, Set Breaks, Set Catchpoints)
1844         (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1845         (Frames, Backtrace, Selection, Expressions, Registers)
1846         (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1847         (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1848         (Source Annotations, Using JIT Debug Info Readers, Packets)
1849         (Stop Reply Packets, Host I/O Packets)
1850         (Target Description Format): Don't use @var at the beginning of a
1851         sentence.
1852
1853         * python.texi (Basic Python, Types In Python)
1854         (Commands In Python, Frames In Python, Line Tables In Python)
1855         (Breakpoints In Python, gdb.printing, gdb.types)
1856         (Type Printing API): Don't use @var at the beginning of a
1857         sentence.
1858
1859 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
1860
1861         * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1862         replay-memory-access".
1863
1864 2014-05-21  Pedro Alves  <palves@redhat.com>
1865
1866         * gdb.texinfo (Starting): Document "set/show
1867         auto-connect-native-target".
1868         (Target Commands): Document "target native".
1869
1870 2014-05-20  Pedro Alves  <palves@redhat.com>
1871
1872         * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1873         not be remote specific.  Add cross reference to the qCRC packet.
1874         (Separate Debug Files): Update cross reference to the qCRC packet.
1875         (General Query Packets) <qCRC packet>: Add anchor.
1876
1877 2014-05-17  Doug Evans  <xdje42@gmail.com>
1878
1879         Copy over changes from guile.texi.
1880         * python.texi (Basic Python) <gdb.execute>: Add text.
1881         (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1882         (Values From Inferior) <Python string>: Add text.
1883         (Values From Inferior) <Value.string>: Clarify string length handling.
1884         (Pretty Printing API): Add cindex.
1885         (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1886         Remove unnecessary index of gdb.TYPE_CODE_*.  Replace @findex with
1887         @vindex.
1888         (Commands In Python) <COMPLETE_*>: Similarly.
1889         (Symbols In Python) <SYMBOL_*>: Similarly.
1890         (Breakpoints In Python) <WP_*>: Similarly.
1891         (Breakpoints In Python) <BP_*>: Similarly.
1892
1893 2014-05-17  David Taylor <dtaylor@emc.com>
1894
1895         * gdb.texinfo (General Query Packets): Add a note about thread IDs
1896         mentioned in the qfThreadInfo reply.
1897
1898 2014-05-16  Doug Evans  <dje@google.com>
1899
1900         * gdb.texinfo (Mode Options): Add -D.
1901
1902 2014-05-09  Samuel Bronson  <naesten@gmail.com>
1903
1904         * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1905         "make -C".
1906
1907 2014-04-29  Tom Tromey  <tromey@redhat.com>
1908
1909         * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1910         "show debug varobj".
1911
1912 2014-05-01  David Taylor  <dtaylor@emc.com>
1913
1914         * gdb.texinfo (compare-sections): Document the new -r (read-only)
1915         option.
1916
1917 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
1918             Walfred Tedeschi  <walfred.tedeschi@intel.com>
1919
1920         * gdb.texinfo (i386 Features): Add description of AVX512
1921         registers.
1922
1923 2014-03-31  Doug Evans  <dje@google.com>
1924
1925         * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1926
1927 2014-03-30  Doug Evans  <dje@google.com>
1928
1929         * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1930         (Background Execution): Ditto.
1931
1932 2014-03-21  Pedro Alves  <palves@redhat.com>
1933             Stan Shebs  <stan@codesourcery.com>
1934             Hui Zhu  <hui@codesourcery.com>
1935
1936         * gdb.texinfo (Packets): Add anchor to "? packet".
1937         Remove fixme and update introduction of "k packet".
1938         Add anchor to "vKill packet".
1939
1940 2014-03-12  Stan Shebs  <stan@codesourcery.com>
1941
1942         * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1943
1944 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
1945
1946         * guile.texi (Basic Guile): Document 'history-append!'.
1947
1948 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
1949
1950         * gdb.texinfo (Files): Document "add-shared-symbol-files"
1951         and "assf" as being deprecated.
1952         (Cygwin Native): Likewise for "dll-symbols".
1953         (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1954         as a way to force the loading of symbols from a DLL.
1955
1956 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
1957
1958         * python.texi (Values From Inferior): Add description about the
1959         new feature.
1960
1961 2014-02-17  Doug Evans  <xdje42@gmail.com>
1962
1963         * Makefile.in (GDB_DOC_FILES): Add python.texi.
1964         * gdb.texinfo (Python): Moved to ...
1965         * python.texi: ... here.  New file.
1966
1967 2014-02-17  Ludovic Courtès  <ludo@gnu.org>
1968
1969         * guile.texi (Writing a Guile Pretty-Printer) <example>:
1970         Remove 'string-begins-with' procedure.  Add 'pretty-printer'
1971         parameter to 'str-lookup-function' procedure.  Look for
1972         the "std::string<" prefix.
1973         (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1974         Adjust description.
1975
1976 2014-02-11  Tejas Belagod  <tejas.belagod@arm.com>
1977
1978         * guile.texi (Values From Inferior In Guile): Remove stray
1979         parantheses for deffn.
1980         (Disassembly In Guile): Ditto.
1981
1982 2014-02-10  Stan Shebs  <stan@codesourcery.com>
1983
1984         Add Doxygen support.
1985         * Makefile.in (doxy): New action, generates Doxygen files.
1986         (DOXYGEN): New.
1987         (doxyedit): New.
1988         * Doxyfile-base.in: New file.
1989         * Doxyfile-gdb-api.in: New file.
1990         * Doxyfile-gdb-xref.in: New file.
1991         * Doxyfile-gdbserver.in: New file.
1992         * doxy-index.in: New file.
1993         * filter-for-doxygen: New file.
1994         * filter-params.pl: New file.
1995
1996 2014-02-10  Doug Evans  <xdje42@gmail.com>
1997
1998         * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1999         * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2000         (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2001         (Guile docs): Include guile.texi.
2002         (objfile-gdbdotext file): Add objfile-gdb.scm.
2003         (dotdebug_gdb_scripts section): Mention Guile scripts.
2004         (Multiple Extension Languages): New node.
2005         * guile.texi: New file.
2006
2007 2014-01-28  Joel Brobecker  <brobecker@adacore.com>
2008
2009         * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2010         ignore-descriptive-types". commands.
2011
2012 2014-01-22  Doug Evans  <dje@google.com>
2013
2014         * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2015         (gdbserver man): Ditto.
2016
2017 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2018
2019         * gdb.texinfo: Document limited reverse/replay support
2020         for target record-btrace.
2021
2022 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2023
2024         * gdb.texinfo (Process Record and Replay): Update documentation.
2025
2026 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2027
2028         * gdb.texinfo (Process Record and Replay): Document new /c
2029         modifier accepted by "record function-call-history".
2030         Add /i modifier to "record function-call-history" example.
2031
2032 2014-01-15  Yuanhui Zhang  <asmwarrior@gmail.com>
2033             Joel Brobecker  <brobecker@adacore.com>
2034
2035         * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2036         markers.  Remove one that was misplaced.
2037
2038 2014-01-10  Pedro Alves  <palves@redhat.com>
2039
2040         * gdb.texinfo (Your Program's Environment) <set environment>:
2041         Mention the shell, and point at 'set exec-wrapper'.
2042
2043 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
2044
2045         * gdb.texinfo (Types In Python): Document new attribute Types.name.
2046
2047 2013-12-30  Joel Brobecker  <brobecker@adacore.com>
2048
2049         * gdb.texinfo (Types In Python): Clarify the documentation
2050         of attribute gdb.Field.bitpos.
2051
2052 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
2053
2054         * gdb.texinfo (Types In Python): Fix the documentation of
2055         attribute "bitpos" in class gdb.Field for enum types.  Add
2056         documentation for attribute "enumval" in that same class.
2057
2058 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
2059
2060         * gdb.texinfo (GDB/MI Support Commands): Change @table into
2061         @ftable.
2062
2063 2013-12-23  Doug Evans  <xdje42@gmail.com>
2064
2065         * gdb.texinfo (Auto-loading): Move menu up.  Move discussion of
2066         auto-loaded objfile scripts and .debug_gdb_scripts section to their
2067         corresponding section in Extending GDB.
2068         (Extending GDB): Move menu up.  New menu item "Auto-loading
2069         extensions".
2070         (Sequences): New menu item "Auto-loading sequences".
2071         (Auto-loading sequences): New node.
2072         (Python): Rename section from Scripting GDB to Extending GDB.
2073         (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2074         Move docs on ways to auto-load extensions to ...
2075         (Auto-loading extensions): ... here.  New node.
2076
2077 2013-12-23  Joel Brobecker  <brobecker@adacore.com>
2078
2079         * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2080         in menu.
2081         (GDB/MI Variable Objects): Adjust reference to "-list-features"
2082         command, now in a new node.
2083         (GDB/MI Support Commands): New node, with its contents being
2084         extracted from the "GDB/MI Miscellaneous Commands" node.
2085         A small paragraph introducing the section is also added at
2086         the start.
2087         (GDB/MI Miscellaneous Commands): Delete the description of the
2088         -info-gdb-mi-command, -list-features and -list-target-features
2089         commands, now hosted in the "GDB/MI Support Commands" node.
2090
2091 2013-12-12  Siva Chandra Reddy  <sivachandra@google.com>
2092
2093         PR python/16113
2094         * gdb.texinfo (Values From Inferior): Add a note about using
2095         gdb.Field objects as subscripts on gdb.Value objects.
2096         (Types In Python): Add description about the new attribute
2097         "parent_type" of gdb.Field objects.
2098
2099 2013-12-12  Joel Brobecker  <brobecker@adacore.com>
2100
2101         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2102         entry for section docuumenting the -list-features GDB/MI command.
2103
2104 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
2105
2106         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2107         "exec-run-start-option" entry in the output of the "-list-features"
2108         command.
2109
2110 2013-12-04  Eli Zaretskii  <eliz@gnu.org>
2111
2112         * gdb.texinfo (i386): Fix yesterday's commit.
2113
2114 2013-12-03  Tom Tromey  <tromey@redhat.com>
2115
2116         * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2117         documented here.
2118
2119 2013-12-03  Tom Tromey  <tromey@redhat.com>
2120
2121         * gdb.texinfo (@direntry): Add menu item for gdbserver.
2122
2123 2013-12-03  Walfred Tedeschi  <walfred.tedeschi@intel.com>
2124
2125         * gdb.texinfo (i386 Features): Add MPX feature registers.
2126         (x86 Specific featuresx86 Architecture-specific Issues): Adds
2127         a subsubsection for MPX and describes the display of the
2128         boundary registers.
2129
2130 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
2131
2132         * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2133         documentation of the "ada-exceptions" entry.
2134
2135 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
2136
2137         * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2138         "^error" result record concerning the error message.  Document
2139         the error code that may also be part of that result record.
2140         (GDB/MI Miscellaneous Commands): Document the
2141         "undefined-command-error-code" element in the output of
2142         the "-list-features" GDB/MI command.
2143
2144 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
2145
2146         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2147         the new -info-gdb-mi-command GDB/MI command.  Document
2148         the meaning of "-info-gdb-mi-command" in the output of
2149         -list-features.
2150
2151 2013-11-29  Pedro Alves  <palves@redhat.com>
2152
2153         * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2154         Update comment.
2155
2156 2013-11-24  Yao Qi  <yao@codesourcery.com>
2157
2158         * gdb.texinfo (Caching Remote Data): Document new
2159         "set/show stack-cache" option.
2160
2161 2013-11-24  Yao Qi  <yao@codesourcery.com>
2162
2163         * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2164         (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2165         "off" respectively.
2166
2167 2013-11-23  Yao Qi  <yao@codesourcery.com>
2168
2169         * gdb.texinfo (GDB/MI Variable Objects): Add the description
2170         of "displayhint" to the table about child results.
2171
2172 2013-11-21  Yao Qi  <yao@codesourcery.com>
2173
2174         * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2175         'dynamic' for the output of command -var-list-children.
2176
2177 2013-11-21  Yao Qi  <yao@codesourcery.com>
2178
2179         * gdb.texinfo (Caching Target Data): Remove "see" before
2180         @pxref.
2181
2182 2013-11-20  Yao Qi  <yao@codesourcery.com>
2183
2184         * gdb.texinfo (Caching Target Data): Update doc for
2185         per-address-space dcache.
2186
2187 2013-11-20  Yao Qi  <yao@codesourcery.com>
2188
2189         * gdb.texinfo (Data): Rename menu item.
2190         (Caching Remote Data): Rename to ...
2191         (Caching Target Data): ... it.  Update.
2192
2193 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
2194
2195         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2196         "language-option" entry in the output of the "-list-features"
2197         command.
2198
2199 2013-11-15  Tom Tromey  <tromey@redhat.com>
2200
2201         * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2202         Add example.
2203
2204 2013-11-14  Tom Tromey  <tromey@redhat.com>
2205
2206         * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2207
2208 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
2209
2210         * gdb.texinfo (Show): Add xref anchor for "show language" command.
2211         (Context management): Place current subsection text into its own
2212         subsubsection.  Add new subsubsection describing the "--language"
2213         command option.
2214
2215 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
2216
2217         * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2218         the documentation of "info-ada-exceptions" in the output
2219         of the "-list-features" command.  Add the documentation
2220         of the "ada-exception" entry instead.
2221
2222 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
2223
2224
2225         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2226         word of a couple of sentences to start with a capital letter.
2227
2228 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
2229
2230         * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2231         (Ada Exceptions): New node.
2232         (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2233         Commands" node.
2234         (GDB/MI Ada Exceptions Commands): New node.
2235         (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2236         field in the output of the "-list-features" command.
2237         * NEWS: Add entry for the new "info exceptions" CLI command,
2238         and for the new "-info-ada-exceptions" GDB/MI command.
2239
2240 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
2241
2242         * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2243         (Line Tables In Python): New node.
2244
2245 2013-11-08  Doug Evans  <dje@google.com>
2246
2247         * gdb.texinfo (Debugging Output): Update text for
2248         "set debug dwarf2-read".
2249
2250 2013-11-08  Doug Evans  <dje@google.com>
2251
2252         * gdb.texinfo (Debugging Output): Update text for
2253         "set debug symtab-create".
2254
2255 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
2256
2257         * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2258         constant.
2259
2260 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
2261
2262         * gdb.texinfo (Breakpoints In Python): Document temporary
2263         option in breakpoint constructor, and add documentation to the
2264         temporary attribute.
2265
2266 2013-11-07  Yao Qi  <yao@codesourcery.com>
2267
2268         * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2269         output of "-var-info-expression".
2270
2271 2013-11-06  Pedro Alves  <palves@redhat.com>
2272
2273         * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2274         non-interactive mode.
2275         (Environment) <shell startup files warning>: Mention
2276         non-interactive mode.  Mention .zshenv for Z shell, and talk about
2277         BASH_ENV instead of .bashrc for BASH.
2278
2279 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
2280
2281         * gdb.texinfo (Commands to Specify Files): Add description
2282         of the remove-symbol-file command.
2283         * observer.texi: New free_objfile event
2284
2285 2013-10-24  Pedro Alves  <palves@redhat.com>
2286
2287         * gdb.texinfo (Starting): Document set/show startup-with-shell.
2288
2289 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2290
2291         * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2292         New subsection inside which the "-catch-load" and "-catch-unload"
2293         commands documentation is now placed.
2294         (Ada Exception GDB/MI Catchpoint Commands): New subsection
2295         documenting the "-catch-assert" and "-catch-exception" new
2296         GDB/MI commands.
2297
2298 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
2299
2300         * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2301
2302 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
2303
2304         * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2305         serial baud".
2306         (Remote Configuration): Replace "set remotebaud" by "set serial
2307         baud".  Replace "show remotebaud" by "show serial baud".
2308
2309 2013-10-07  Pedro Alves  <palves@redhat.com>
2310
2311         PR breakpoints/11568
2312         * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2313         when the thread is removed from the thread list.
2314
2315 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
2316
2317         * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2318         Update entry for $_exitcode.
2319
2320 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2321
2322         * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2323         new "--start" option.
2324
2325 2013-10-02  Pedro Alves  <palves@redhat.com>
2326
2327         * gdb.texinfo (Registers): Expand description of saved registers
2328         in frames.  Explain <not saved>.
2329
2330 2013-09-25  Doug Evans  <dje@google.com>
2331
2332         * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2333
2334 2013-09-16  Stan Shebs  <stan@codesourcery.com>
2335
2336         Remove the internals manual gdbint.texinfo.
2337         * Makefile.in (INFO_DEPS): Remove gdbint.info.
2338         (PDFFILES): Remove gdbint.pdf.
2339         (HTMLFILES): Remove gdbint/index.html.
2340         (HTMLFILES_INSTALL): Remove gdbint.
2341         (GDBINT_DOC_FILES): Remove.
2342         (dvi): Remove gdbint.dvi.
2343         (ps): Remove gdbint.ps.
2344         * gdbint.texinfo: Remove file.
2345         * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2346
2347 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2348
2349         * gdb.texinfo (Convenience Functions): Mention new convenience
2350         function $_isvoid.
2351
2352 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2353
2354         * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2355         (Standard Target Features): Add new node to menu.
2356         (S/390 and System z Features): New node.
2357
2358 2013-09-13  Sanimir Agovic  <sanimir.agovic@intel.com>
2359
2360         * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2361         -list-target-features in the example.
2362
2363 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2364
2365         * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2366         mini_debuginfo.  Strip binary before adding mini_debuginfo to it.
2367
2368 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2369
2370         Sync documentation with gdb.base/gnu-debugdata.exp.
2371         * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2372
2373 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2374
2375         * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2376
2377 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
2378             Yao Qi  <yao@codesourcery.com>
2379
2380         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2381         Document new --skip-unavailable option.
2382         <-stack-list-variables>: Document new --skip-unavailable option.
2383
2384 2013-08-26  Doug Evans  <dje@google.com>
2385
2386         * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2387         an optional regexp.
2388
2389 2013-08-13  Tom Tromey  <tromey@redhat.com>
2390
2391         * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2392         Document GDB_PARALLEL and GDB_INOTIFY.
2393
2394 2013-08-09  Stan Shebs  <stan@codesourcery.com>
2395
2396         * LRS: Remove file, describes a long-abandoned live-range
2397         splitting extension to stabs.
2398
2399 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
2400
2401         * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2402
2403 2013-07-17  Doug Evans  <dje@google.com>
2404
2405         * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2406
2407 2013-07-02  Tom Tromey  <tromey@redhat.com>
2408
2409         * gdb.texinfo (Target Commands): Don't mention "target nrom".
2410
2411 2013-06-28  Tom Tromey  <tromey@redhat.com>
2412
2413         * Makefile.in (version.subst): Use version.in, not
2414         common/version.in.
2415         * gdbint.texinfo (Versions and Branches, Releasing GDB):
2416         Likewise.
2417
2418 2013-06-27  Pedro Alves  <palves@redhat.com>
2419
2420         * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2421         dynamic symbol resolution code>: New section, based on infrun.c
2422         comment.
2423
2424 2013-06-26  Tom Tromey  <tromey@redhat.com>
2425
2426         * gdbint.texinfo (Versions and Branches): Use common/version.in.
2427         Update.
2428         (Releasing GDB): Likewise.
2429
2430 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
2431             Yao Qi  <yao@codesourcery.com>
2432
2433         * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2434         -trace-frame-collected.
2435
2436 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
2437
2438         * gdb.texinfo (Traceframe Info Format): Document tvar element
2439         and its attributes.
2440
2441 2013-06-25  Yao Qi  <yao@codesourcery.com>
2442
2443         * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2444
2445 2013-06-24  Tom Tromey  <tromey@redhat.com>
2446
2447         * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2448         (GDBvn.texi): Use version.subst.
2449         (version.subst): New target.
2450         (mostlyclean): Remove version.subst.
2451
2452 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
2453
2454         * gdb.texinfo (GDB/MI Data Manipulation)
2455         <-data-list-register-values>: Document the --skip-unavailable
2456         option.
2457
2458 2013-06-07  Yao Qi  <yao@codesourcery.com>
2459
2460         * gdb.texinfo (Symbols): Add kindex and cindex for
2461         'maint print msymbols'.
2462
2463 2013-06-05  Simon Marchi  <simon.marchi@ericsson.com>  (tiny change)
2464
2465         * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2466         response field name (thread-group to inferior).
2467
2468 2013-06-04 Gary Benson  <gbenson@redhat.com>
2469
2470         * gdb.texinfo (General Query Packets/qSupported): Added
2471         "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2472         to the table of currently defined stub features.
2473         Added a more detailed entry for "augmented-libraries-svr4-read".
2474         (General Query Packets/qXfer:libraries-svr4:read): Documented
2475         the augmented form of this packet.
2476
2477 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2478
2479         * gdb.texinfo (System-wide Configuration Scripts): Renames
2480         "Installed System-wide Configuration Scripts". Add associated
2481         @menu block.
2482
2483 2013-05-23  Yao Qi  <yao@codesourcery.com>
2484             Pedro Alves  <palves@redhat.com>
2485
2486         * gdb.texinfo (Packets): Document 'vCont;r'.
2487         (Continuing and Stepping): Document target-assisted range
2488         stepping, and the 'set range-stepping' and 'show range-stepping'
2489         commands.
2490
2491 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2492
2493         * gdb.texinfo (Installed System-wide Configuration Scripts):
2494         Add subsection describing the scripts now available under
2495         the data-dir's system-gdbbinit subdirectory.
2496         * NEWS: Add entry announcing the availability of system-wide
2497         configuration scripts for ElinOS and Wind River Linux.
2498
2499 2013-05-21  Hui Zhu  <hui@codesourcery.com>
2500
2501         * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2502         "-dprintf-insert" command.
2503
2504 2013-05-17  Doug Evans  <dje@google.com>
2505
2506         * gdb.texinfo (Maintenance Commands): Update doc for
2507         "maint check-psymtabs".  Add doc for "maint check-symtabs",
2508         "maint expand-symtabs".
2509
2510 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
2511
2512         * gdb.texinfo (Process Record and Replay): Document the
2513         "record goto" command and its sub-commands.
2514
2515 2013-05-10 Phil Muldoon  <pmuldoon@redhat.com>
2516
2517         * gdb.texinfo (Backtrace): Add "no-filter" argument.
2518         (Python API): Add Frame Filters API, Frame Wrapper API,
2519         Writing a Frame Filter/Wrapper, Managing Management of Frame
2520         Filters chapter entries.
2521         (Frame Filters API): New Node.
2522         (Frame Wrapper API): New Node.
2523         (Writing a Frame Filter): New Node.
2524         (Managing Frame Filters): New Node.
2525         (Progspaces In Python): Add note about frame_filters attribute.
2526         (Objfiles in Python): Ditto.
2527         (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2528         @anchors and --no-frame-filters option to -stack-list-variables,
2529         -stack-list-frames, -stack-list-locals and -stack-list-arguments
2530         commands.
2531
2532 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2533
2534         * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2535         Support" subsection documenting the XML format used to transfer
2536         shared library info on AIX.
2537
2538 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2539
2540         * gdb.texinfo (Debugging Output): Add documentation of
2541         "set debug aix-solib" and "show debug aix-solib" commands.
2542
2543 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
2544
2545         * gdb.texinfo (Nios II): New section.
2546         (Nios II Features): New section.
2547
2548 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
2549
2550         * gdbint.texinfo (Algorithms): Remove entries documenting
2551         DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2552         SOLIB_CREATE_INFERIOR_HOOK.
2553
2554 2013-04-29  Tom Tromey  <tromey@redhat.com>
2555
2556         PR python/14204:
2557         * gdb.texinfo (Python API): Fix menu entry.
2558         (Blocks In Python): Fix subsubsection text.  Rewrite intro.
2559         Define global and static block.  Add example.  Clarify
2560         block relationship for inline functions.
2561
2562 2013-04-29  Tom Tromey  <tromey@redhat.com>
2563
2564         * gdb.texinfo (Python API): Mention Python help and keyword
2565         arguments.  Move pagination text to Basic Python.
2566         (Basic Python): Put pagination text here.  Document
2567         close-on-exec, SIGCHLD, and SIGINT.
2568
2569 2013-04-19  Pedro Alves  <palves@redhat.com>
2570
2571         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2572         "signedness" instead of "signness".
2573
2574 2013-04-19  Pedro Alves  <palves@redhat.com>
2575
2576         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2577         -Wno-pointer-sign text with text on -Wpointer-sign.
2578
2579 2013-04-16  Tom Tromey  <tromey@redhat.com>
2580
2581         * gdb.texinfo (Set Catchpoints): Mention earliest version of
2582         GCC that has the SDT probe points.
2583
2584 2013-04-15  Tom Tromey  <tromey@redhat.com>
2585
2586         * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2587         exception catchpoints.
2588
2589 2013-04-15  Tom Tromey  <tromey@redhat.com>
2590
2591         * gdb.texinfo (Set Catchpoints): Document $_exception.
2592         (Convenience Vars): Mention $_exception.
2593
2594 2013-04-15  Tom Tromey  <tromey@redhat.com>
2595
2596         * gdb.texinfo (Set Catchpoints): Reorganize exception
2597         catchpoints.  Document "catch rethrow".
2598         (Debugging C Plus Plus): Mention "catch rethrow".
2599
2600 2013-04-15  Tom Tromey  <tromey@redhat.com>
2601
2602         * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2603
2604 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2605             Eli Zaretskii  <eliz@gnu.org>
2606
2607         * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2608         line below the sample output.
2609
2610 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
2611
2612         * gdb.texinfo (Mode Options): Document '-configuration'.
2613         (Help): Document "show configuration".
2614         (Bug Reporting): Add requirements to include the configuration
2615         details in bug reports.
2616
2617 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2618
2619         * Makefile.in (MAN1S): Add gcore.1.
2620         Remove "Host, target, and site specific Makefile fragments" comment.
2621         (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2622         (install-man1, uninstall-man1): Conditionalize gcore.1.
2623         (gcore.1): New.
2624         * gdb.texinfo (Man Pages): Add gcore man.
2625         (gcore man): New node.
2626
2627 2013-04-10  Pedro Alves  <palves@redhat.com>
2628
2629         * gdb.texinfo (Process Record and Replay): Document that "set
2630         record full insn-number-max", "set record
2631         instruction-history-size" and "set record
2632         function-call-history-size" accept "unlimited".
2633         (Backtrace): Document that "set backtrace limit" accepts
2634         "unlimited".
2635         (List): Document that "set listsize" accepts "unlimited".
2636         (Print Settings)" Document that "set print max-symbolic-offset",
2637         "set print elements" and "set print repeats" accept "unlimited".
2638         (Starting and Stopping Trace Experiments): Document that "set
2639         trace-buffer-size" accepts "unlimited".
2640         (Remote Configuration): Document that "set tcp connect-timeout"
2641         accepts "unlimited".
2642         (Command History): Document that "set history size" accepts
2643         "unlimited".
2644         (Screen Size): Document that "set height" and "set width" accepts
2645         "unlimited".  Adjust "set pagination"'s description to suggest
2646         "set height unlimited" instead of "set height 0".
2647
2648 2013-04-10  Yao Qi  <yao@codesourcery.com>
2649
2650         * gdb.texinfo (Trace Files): Add "target ctf".
2651
2652 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2653
2654         * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2655
2656         * Makefile.in (install-man1, install-man5, uninstall-man1)
2657         (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2658
2659         * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2660
2661 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2662             Eli Zaretskii  <eliz@gnu.org>
2663
2664         * gdb.texinfo (gdbserver man): Rename tty to comm.  Swap --attach
2665         parameters order.  Remove "On some targets" for --attach.  Document the
2666         --multi parameter and extended-remote command.  Document all the
2667         options.
2668
2669 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2670
2671         * gdb.texinfo (gdb man): Mention option -p.  Include Fortran to
2672         the list of supported languages.
2673
2674 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2675
2676         Convert man pages to texinfo, new gdbinit.5 texinfo page.
2677         * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2678         (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2679         (diststuff): Add man.
2680         (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2681         (uninstall-man5): New.
2682         (STAGESTUFF): Add *.1 and *.5.
2683         (GDBvn.texi): Add SYSTEM_GDBINIT.
2684         (gdb.1, gdbserver.1, gdbinit.5): New.
2685         (maintainer-clean realclean): Add $(MANS).
2686         (install): Add install-man.
2687         (uninstall): Add uninstall-man.
2688         * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2689         (@copying): Wrap it by @c man begin COPYRIGHT.
2690         (Top): Add Man Pages.
2691         (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2692
2693 2013-04-02  Pedro Alves  <palves@redhat.com>
2694
2695         * gdb.texinfo (Debugging Output): Document "set/show debug
2696         aarch64", "set/show debug coff-pe-read" and "set/show debug
2697         mach-o".
2698
2699 2013-04-02  Pedro Alves  <palves@redhat.com>
2700
2701         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2702         table>: Add entry for "trace-buffer-size".
2703
2704 2013-03-28  Pedro Alves  <palves@redhat.com>
2705
2706         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2707         table>: Add entry for "trace-status".
2708
2709 2013-03-28  Eli Zaretskii  <eliz@gnu.org>
2710
2711         * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2712         @bullet", which is invalid (makeinfo 5.1 barfs).
2713
2714 2013-03-28  Pedro Alves  <palves@redhat.com>
2715
2716         PR gdb/15294
2717
2718         * gdb.texinfo (List) <set listsize>: Adjust to document that
2719         listsize 0 means no limit, and remove mention of -1.
2720
2721 2013-03-22  Yao Qi  <yao@codesourcery.com>
2722
2723         * gdb.texinfo (Embedded Processors): Remove menu item
2724         "OpenRISC 1000".
2725         (OpenRISC 1000): Remove.
2726
2727 2013-03-21  Doug Evans  <dje@google.com>
2728
2729         * gdb.texinfo (Maintenance Commands): Add docs for
2730         "mt set per-command {space,time,symtab} {on,off}".
2731
2732 2013-03-14  Hui Zhu  <hui@codesourcery.com>
2733             Yao Qi  <yao@codesourcery.com>
2734
2735         * gdb.texinfo (Trace Files): Add "tsave -ctf".
2736
2737 2013-03-13  Keith Seitz  <keiths@redhat.com>
2738
2739         * gdb.texinfo (Maintenance Commands): Add missing ')' for
2740         "maint agent" reference to Dynamic printf.
2741
2742 2013-03-11  Eli Zaretskii  <eliz@gnu.org>
2743
2744         * gdb.texinfo (General Query Packets): Don't use colon in index
2745         entries visible to Info format.
2746
2747 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2748
2749         * gdb.texinfo (Process Record and Replay): Document record
2750         changes.
2751
2752 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2753
2754         * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2755         (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2756         qXfer:btrace:read.
2757
2758 2013-03-09  Eli Zaretskii  <eliz@gnu.org>
2759
2760         * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2761         use colons in @anchor and @cindex entries.
2762
2763 2013-03-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2764
2765         * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2766
2767 2013-03-08  Stan Shebs  <stan@codesourcery.com>
2768             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2769
2770         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2771         trace-buffer-size set and show commands.
2772         (Tracepoint Packets): Document QTBuffer:size.
2773         (General Query Packets): Document QTBuffer:size.
2774
2775 2013-02-21  Tom Tromey  <tromey@redhat.com>
2776
2777         * gdb.texinfo: Remove bad @syncodeindex.
2778         (Values From Inferior, Types In Python, Inferiors In Python)
2779         (Events In Python, Threads In Python, Frames In Python, Blocks In
2780         Python, Symbols In Python, Symbol Tables In Python): Remove
2781         @tables.
2782         (Packets, General Query Packets, Tracepoint Packets)
2783         (Host I/O Packets): Use @w{} for empty @item.
2784
2785 2013-02-20  Siva Chandra Reddy <sivachandra@google.com>
2786
2787         * gdb.texinfo (Architectures In Python): Add description about
2788         the new method gdb.Architecture.disassemble.
2789
2790 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
2791             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2792
2793         * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2794         Document the "trace-file" field.
2795
2796 2013-02-07  Doug Evans  <dje@google.com>
2797
2798         * gdb.texinfo (Machine Code): Clarify argument to disassemble
2799         command.
2800
2801 2013-02-06  Yao Qi  <yao@codesourcery.com>
2802
2803         * gdb.texinfo (GDB/MI Async Records): Document new MI
2804         notification "=tsv-modified".  Update the document of MI
2805         notification "=tsv-created".
2806         * observer.texi (GDB Observers): New observer tsv_modified.
2807         Update observer tsv_created and tsv_delete.
2808
2809 2013-02-05  Yufeng Zhang  <yufeng.zhang@arm.com>
2810
2811         * gdb.texinfo (AArch64 Features): New section; document
2812         org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2813         (Architectures): Add new AArch64 section to document AArch64
2814         architecture specific commands.
2815         (ABI): Add description of the new OS ABI "Newlib" and its influence
2816         on the longjmp handling.
2817
2818 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2819             Jan Kratochvil  <jan.kratochvil@redhat.com>
2820
2821         * gdb.texinfo (Backtrace): Added description of 'filename-display'
2822         variable in 'set/show backtrace' section.
2823
2824 2013-01-31  Tom Tromey  <tromey@redhat.com>
2825
2826         * gdb.texinfo (Target Commands): Fix typo.
2827
2828 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
2829
2830         * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2831         describing the gdb.Architecture class.
2832         (Frames In Python): Add description about the new method
2833         gdb.Frame.architecture().
2834
2835 2013-01-23  Doug Evans  <dje@google.com>
2836
2837         * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2838
2839 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
2840
2841         * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2842         'thread-groups' field when printing a breakpoint in MI.
2843
2844 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
2845         * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2846         to reflect that jit-reader-load now supports absolute file-names.
2847
2848 2013-01-16  Tom Tromey  <tromey@redhat.com>
2849
2850         * gdb.texinfo (Set Catchpoints): Document "catch signal".
2851         (Signals): Likewise.
2852
2853 2013-01-16  Tom Tromey  <tromey@redhat.com>
2854
2855         * gdb.texinfo (GDB/MI Breakpoint Information): Document
2856         "catch-type" field.
2857         (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2858
2859 2013-01-07  Tom Tromey  <tromey@redhat.com>
2860
2861         * gdb.texinfo (Mode Options): Don't mention -epoch.
2862         (Data, Emacs): Remove obsolete comments.
2863
2864 2013-01-02  Tom Tromey  <tromey@redhat.com>
2865
2866         * gdb.texinfo (GDB/MI Output Records): Update menu.
2867         (GDB/MI Breakpoint Information): New node.
2868         (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2869         <-break-insert>: Likewise.
2870
2871 2012-12-31  Yao Qi  <yao@codesourcery.com>
2872
2873         * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2874         (Packets): Move "vStopped" packet to ...
2875         (Notification Packets): ... here.  Describe the components
2876         of notification.  Add a table of supported notifications.
2877         Add an example on the process of he async notification.
2878
2879 2012-12-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2880
2881         * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2882         present.
2883         (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2884         fullname output always present.
2885
2886 2012-12-23  Pierre Muller  <muller@sourceware.org>
2887
2888         * gdbint.texinfo (Function prototypes): Require use of "extern"
2889         modifier for function prototypes in headers.
2890
2891 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
2892
2893         * refcard.tex: Update copyright notice to GPL v3 or later.
2894         Update contact info.
2895
2896 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2897
2898         * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2899
2900 2012-12-15  Yao Qi  <yao@codesourcery.com>
2901
2902         * gdb.texinfo (Debugging Output): Document 'set debug
2903         notification' and 'show debug notification'.
2904
2905 2012-12-15  Yao Qi  <yao@codesourcery.com>
2906
2907         * gdb.texinfo (Listing Tracepoints): New item and example about
2908         'installed on target' output.
2909         Add more in the example about 'installed on target'.
2910         (GDB/MI Breakpoint Commands): Doc about 'installed field.
2911
2912 2012-12-14  Tom Tromey  <tromey@redhat.com>
2913
2914         * gdb.texinfo (SVR4 Process Information): Mention core files.
2915
2916 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2917
2918         * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2919
2920 2012-12-11  Pedro Alves  <palves@redhat.com>
2921
2922         * gdb.texinfo: Remove all mentions of Unixware throughout.
2923
2924 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2925
2926         * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2927
2928 2012-11-29  Tom Tromey  <tromey@redhat.com>
2929
2930         * gdb.texinfo (SVR4 Process Information): Document missing
2931         "info proc" subcommands.
2932
2933 2012-11-29  Yao Qi  <yao@codesourcery.com>
2934
2935         PR gdb/1477.
2936         * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2937         to 'auto' instead of 'gnu'.
2938
2939 2012-11-26  Tom Tromey  <tromey@redhat.com>
2940
2941         * gdb.texinfo (MiniDebugInfo): New node.
2942         (GDB Files): Update.
2943
2944 2012-11-16  Doug Evans  <dje@google.com>
2945
2946         * gdb.texinfo (System-wide configuration): If the system-wide init
2947         file lives in the data-directory, and --data-directory is provided,
2948         look for it there.
2949
2950 2012-11-15  Tom Tromey  <tromey@redhat.com>
2951
2952         * gdb.texinfo (Signaling): Fix typo.
2953
2954 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
2955
2956         * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2957         parameter "count" of -data-write-memory-bytes, and add an example.
2958
2959 2012-11-12  Tom Tromey  <tromey@redhat.com>
2960
2961         * gdb.texinfo (Symbols): Document "info type-printers",
2962         "enable type-printer" and "disable type-printer".
2963         (Python API): Add new node to menu.
2964         (Type Printing API): New node.
2965         (Progspaces In Python): Document type_printers field.
2966         (Objfiles In Python): Likewise.
2967         (gdb.types) <get_type_recognizers, apply_type_recognizers,
2968         register_type_printer, TypePrinter>: Document.
2969
2970 2012-11-12  Tom Tromey  <tromey@redhat.com>
2971
2972         * gdb.texinfo (Symbols): Document "set print type methods",
2973         "set print type typedefs", and flags to ptype and whatis.
2974
2975 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
2976
2977         * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2978         the example -data-disassemble output.  Extend the description of
2979         the -data-disassemble results to document all fields.  Document
2980         the cli disassemble command as being related to -data-disassemble.
2981
2982 2012-11-09  Yao Qi  <yao@codesourcery.com>
2983
2984         PR gdb/14777.
2985         * gdb.texinfo (OS Information): Remove doc on command
2986         'info udot'.
2987
2988 2012-11-08  Joel Brobecker  <brobecker@adacore.com>
2989
2990         * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2991         gdb.ini warning for Windows port.
2992
2993 2012-11-08  Yao Qi  <yao@codesourcery.com>
2994
2995         * gdb.texinfo (Search): Add kindex for 'fo'.
2996
2997 2012-11-05  Tom Tromey  <tromey@redhat.com>
2998
2999         PR python/14802:
3000         * gdb.texinfo (Functions In Python): Add example.
3001
3002 2012-11-03  Yao Qi  <yao@codesourcery.com>
3003
3004         * observer.texi (GDB Observers): Remove observer
3005         'tracepoint_modified', 'tracepoint_created' and
3006         'tracepoint_deleted'.
3007
3008 2012-10-26  Tom Tromey  <tromey@redhat.com>
3009
3010         * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3011
3012 2012-10-25  Tom Tromey  <tromey@redhat.com>
3013
3014         * gdb.texinfo (General Query Packets): Use @itemx.
3015
3016 2012-10-17  Yao Qi  <yao@codesourcery.com>
3017
3018         * observer.texi (GDB Observers): Update observer
3019         'memory_changed'.
3020         * gdb.texinfo (GDB/MI Async Records): Document for
3021         "memory-changed" notification.
3022
3023 2012-10-15  Doug Evans  <dje@google.com>
3024
3025         * gdb.texinfo (Mode Options): Document -nh.
3026         Elaborate on docs for -nx.
3027
3028 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3029
3030         * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3031
3032 2012-09-21  Yao Qi  <yao@codesourcery.com>
3033             Pedro Alves  <palves@redhat.com>
3034
3035         * gdb.texinfo (GDB/MI Async Records): Document notification
3036         'record-started' and 'record-stopped'.
3037         * observer.texi (GDB Observers): New observer 'record-changed'.
3038
3039 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
3040
3041         * gdb.texinfo: Document the removal of SH's 'regs' command.
3042
3043 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3044
3045         * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3046
3047 2012-09-18  Yao Qi  <yao@codesourcery.com>
3048
3049         * gdb.texinfo (GDB/MI Async Records): Document new MI
3050         notifications '=tsv-created' and '=tsv-deleted'.
3051         * observer.texi (GDB Observers): New observer tsv_created and
3052         tsv_deleted.
3053
3054 2012-09-18  Yao Qi  <yao@codesourcery.com>
3055
3056         * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3057         * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3058         '=traceframe-changed'.
3059
3060 2012-09-17  Yao Qi  <yao@codesourcery.com>
3061
3062         * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3063         'set listsize'.
3064
3065 2012-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3066             Eli Zaretskii  <eliz@gnu.org>
3067
3068         * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3069         encoding for gdbarch_breakpoint_from_pc, bp_addr for
3070         gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3071
3072 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3073
3074         * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3075
3076 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
3077
3078         Document how to return from "python-interactive" to GDB.
3079         * gdb.texinfo (Python Commands): Update documentation.
3080
3081 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
3082
3083         Add a new "python-interactive" command that starts a standard
3084         Python interactive prompt with "pi" as alias, and add "py" as
3085         an alias to "python".
3086         * gdb.texinfo (Python Commands): Document the new commands.
3087
3088 2012-08-22  Tom Tromey  <tromey@redhat.com>
3089
3090         * gdbint.texinfo (Host Definition): Remove documentation for
3091         SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3092
3093 2012-08-17  Keith Seitz  <keiths@redhat.com>
3094
3095         PR c++/13356
3096         * gdb.texinfo (Type and Range Checking): Remove warning.
3097         Remove spurious commas.
3098         Update text and examples for re-implementation of set/show
3099         check type.
3100         (C and C++ Type and Range Checks): Likewise.
3101
3102 2012-08-16  Yao Qi  <yao@codesourcery.com>
3103
3104         * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3105         is deprecated.
3106
3107 2012-08-13  Doug Evans  <dje@google.com>
3108
3109         * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3110         to include functions.
3111
3112 2012-08-10  Doug Evans  <dje@google.com>
3113
3114         * gdb.texinfo (Convenience Funs): New node.
3115         (Types In Python): Document Type.vector.
3116
3117 2012-08-09  Yao Qi  <yao@codesourcery.com>
3118
3119         * observer.texi: New observer command_param_changed.
3120         * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3121
3122 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3123
3124         * gdbint.texinfo (Debugging GDB): In section
3125         'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3126         Mention also gdb-gdb.py.
3127
3128 2012-08-07  Yao Qi  <yao@codesourcery.com>
3129
3130         Revert the folloing patch:
3131         2012-08-06  Yao Qi  <yao@codesourcery.com>
3132         * gdb.texinfo (Remote Configuration): Add kindex for 'set
3133         remote hardware-watchpoint-limit' and 'set
3134         remote hardware-breakpoint-limit'.
3135
3136 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
3137
3138         * gdb.texinfo (Working Directory): Added information about new
3139         default argument for 'cd' command.
3140
3141 2012-08-06  Yao Qi  <yao@codesourcery.com>
3142
3143         * gdb.texinfo (Remote Configuration): Add kindex for 'set
3144         remote hardware-watchpoint-limit' and 'set
3145         remote hardware-breakpoint-limit'.
3146
3147 2012-08-06  Yao Qi  <yao@codesourcery.com>
3148
3149         Fix PR14371.
3150
3151         * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3152         '=breakpoint-deleted'.
3153
3154 2012-08-02  Yao Qi  <yao@codesourcery.com>
3155
3156         * gdb.texinfo (Native): Remove node Neutrino.
3157
3158 2012-07-27  Yao Qi  <yao@codesourcery.com>
3159
3160         * gdb.texinfo (IPA Protocol Commands): Document new command
3161         'close'.
3162
3163 2012-07-25  Tom Tromey  <tromey@redhat.com>
3164
3165         * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3166
3167 2012-07-20  Doug Evans  <dje@google.com>
3168
3169         * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3170         (Index Files): Document how to control the use of deprecated index
3171         sections.
3172         (Index Section Format): Replace --use-deprecated-index-sections with
3173         "set use-deprecated-index-sections on".
3174
3175 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
3176
3177         * gdbint.texinfo: Remove @syncodeindex directives that put all the
3178         indices into a single node "Index".  Instead, join function and
3179         variable indices into a single index, separate from the concept
3180         index.  Requested in
3181         http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3182         (Top): Update the top-level menu: instead of one "Index" there are
3183         now separate entries "Concept Index" and "Function and Variable
3184         Index".
3185         (Concept Index, Function and Variable Index): New nodes.
3186         (Index): Node deleted.
3187
3188 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
3189
3190         * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3191         and "maint agent-eval".
3192
3193 2012-07-03  Eli Zaretskii  <eliz@gnu.org>
3194
3195         * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3196         avoid file-name clashes between Index.html and index.html on
3197         case-insensitive filesystems.  See the discussion starting in
3198         http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3199         details of the problem.
3200         (Top): Update the master menu for the above.
3201         (Concept Index, Command and Variable Index): New nodes, instead of
3202         the old "Index" node that was deleted.  All cross-references
3203         updated.
3204
3205 2012-07-02  Stan Shebs  <stan@codesourcery.com>
3206
3207         * gdb.texinfo (Dynamic Printf): Mention agent style and
3208         disconnected dprintf.
3209         (Maintenance Commands): Describe maint agent-printf.
3210         (General Query Packets): Mention BreakpointCommands feature.
3211         (Packets): Document commands extension to Z0 packet.
3212         * agentexpr.texi (Bytecode Descriptions): Document printf
3213         bytecode.
3214
3215 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3216
3217         * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3218         only after gdbinit files.
3219         (Startup): Move -iex and -iex commands down after gdbinit files.
3220
3221 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3222
3223         * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3224         possibility.
3225
3226 2012-06-29  Tom Tromey  <tromey@redhat.com>
3227
3228         * gdb.texinfo (Index Section Format): Update for version 7.
3229
3230 2012-06-28  Stan Shebs  <stan@codesourcery.com>
3231
3232         * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3233         example, add note about title column.
3234
3235 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
3236
3237         * gdb.texinfo (Symbol Tables In Python): Add description about
3238         the new 'last' attribute of gdb.Symtab_and line.
3239
3240 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
3241
3242         * gdb.texinfo (Symbol Tables In Python): Correct the description
3243         of the 'pc' attribute of gdb.Symtab_and_line.
3244
3245 2012-06-26  Doug Evans  <dje@google.com>
3246
3247         * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3248         and symtab-create.
3249
3250 2012-06-25  Keith Seitz  <keiths@redhat.com>
3251
3252         * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3253         from example.  Remove "rbreak" from list of corresponding
3254         gdb commands.
3255
3256 2012-06-23  Doug Evans  <dje@google.com>
3257
3258         * gdb.texinfo (Index Section Format): Document version 7 format.
3259
3260 2012-06-22  Yao Qi  <yao@codesourcery.com>
3261
3262         * gdb.texinfo: Add missing cindex for some packets.
3263
3264 2012-06-20  Keith Seitz  <keiths@redhat.com>
3265
3266         * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3267         for -break-insert and document -p.
3268
3269 2012-06-20  Yao Qi  <yao@codesourcery.com>
3270
3271         * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3272         and "gdb.write_memory" with "Inferior.read_memory" and
3273         "Inferior.write_memory".
3274
3275 2012-06-15  Patrice Dumas  <pertusus@free.fr>  (tiny change)
3276
3277         * gdb.texinfo (Summary): Add a link to "Free Documentation".
3278         (Free Documentation): Add @node line.
3279         (Continuing and Stepping) <advance location>: Use @item instead of
3280         @itemx.
3281         (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3282         @itemx.
3283         (Embedded Processors): Put the link to "PA" to its correct place,
3284         according to document structure.
3285         (Python API): Put the link to "Lazy Strings In Python" to its
3286         correct place.
3287         (Index): Use @@ in @tex block to get a literal @.
3288
3289         * gdbint.texinfo: Fix the @subtitle line.
3290
3291         * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3292         correct place.
3293
3294 2012-06-08  Yao Qi  <yao@codesourcery.com>
3295
3296         * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3297         Protocol'.
3298         (In-Process Agent Protocol, IPA Protocol Objects)
3299         (IPA Protocol Commands): New nodes.
3300         (Tracepoint Packets): Add anchors.
3301
3302 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
3303
3304         * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3305
3306 2012-06-06  Yao Qi  <yao@codesourcery.com>
3307
3308         * gdb.texinfo: Update copyright year.
3309
3310 2012-05-23  Stan Shebs  <stan@codesourcery.com>
3311             Kwok Cheung Yeung  <kcy@codesourcery.com>
3312
3313         * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3314
3315 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3316
3317         * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3318         Mention also --with-separate-debug-dir.
3319         (Auto-loading): Prepend $debugdir in the sample output.
3320         (Auto-loading safe path): Likewise.  Mention also $debugdir for the
3321         auto-load safe-path variable.
3322         (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3323         Mention also $debugdir for 'set auto-load scripts-directory'.
3324
3325 2012-05-19  Eli Zaretskii  <eliz@gnu.org>
3326
3327         * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3328         (MIPS Embedded, MIPS, MIPS Register packet Format)
3329         (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3330         appropriate.
3331
3332 2012-05-18  Sandra Loosemore  <sandra@codesourcery.com>
3333             Maciej W. Rozycki  <macro@codesourcery.com>
3334
3335         * gdb.texinfo (MIPS): Document "set mips compression" and "show
3336         mips compression".
3337         (MIPS Breakpoint Kinds): New subsubsection.
3338
3339 2012-05-18  Eli Zaretskii  <eliz@gnu.org>
3340
3341         * gdb.texinfo (Architecture-Specific Protocol Details): Define
3342         nodes for subsections.  Add @acronym mark-ups and adjust
3343         formatting.
3344
3345 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3346
3347         Rename $ddir to $datadir.
3348         * gdb.texinfo (Auto-loading, Auto-loading safe path)
3349         (objfile-gdb.py file): Rename $ddir to $datadir.
3350
3351 2012-05-18  Tom Tromey  <tromey@redhat.com>
3352
3353         * gdb.texinfo (Print Settings): Document 'set print symbol'.
3354
3355 2012-05-14  Stan Shebs  <stan@codesourcery.com>
3356
3357         * gdb.texinfo (Dynamic Printf): New subsection.
3358
3359 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
3360
3361         * gdb.texinfo (Basic Python): Add description about the function
3362         gdb.find_pc_line
3363
3364 2012-05-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3365             Eli Zaretskii  <eliz@gnu.org>
3366
3367         * gdb.texinfo (Separate Debug Files): Use plural form for global
3368         debugging information directory.
3369
3370 2012-05-11  Stan Shebs  <stan@codesourcery.com>
3371             Kwok Cheung Yeung  <kcy@codesourcery.com>
3372
3373         * gdb.texinfo (Operating System Auxiliary Information): Document new
3374         'info os' subcommands.
3375
3376 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3377
3378         * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3379         (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3380         (dotdebug_gdb_scripts section): Add reference
3381         to 'Auto-loading safe path'.
3382
3383 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3384
3385         Implement multi-component --with-auto-load-dir.
3386         * gdb.texinfo (Auto-loading): New references
3387         for 'set auto-load scripts-directory'
3388         and 'show auto-load scripts-directory'.
3389         (Auto-loading safe path): Describe the new default.  Move $ddir
3390         substituation reference to 'objfile-gdb.py file'.
3391         (objfile-gdb.py file): Describe script-name alias.  Change real-name to
3392         script-name.  Describe new 'set auto-load scripts-directory'
3393         and 'show auto-load scripts-directory'.
3394
3395 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3396
3397         Provide $ddir substitution for --with-auto-load-safe-path.
3398         * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3399         (Auto-loading safe path): Likewise.  Mention the default value,
3400         $ddir substitution, --with-auto-load-safe-path and
3401         --without-auto-load-safe-path.
3402         * observer.texi (gdb_datadir_changed): New.
3403
3404 2012-05-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3405
3406         * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3407         Twice.
3408
3409         * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3410         directory separator by path separator.
3411
3412 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3413
3414         * gdb.texinfo (Auto-loading safe path): Make 'directories'
3415         for 'set auto-load safe-path' optional.  Mention if it is omitted.
3416         Change disabling security protection condition to "/", twice.
3417
3418 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
3419
3420         * gdb.texinfo (Symbol Tables In Python): Add documentation about
3421         the new methods global_block and static_block on gdb.Symtab
3422         objects.
3423
3424 2012-05-02  Siva Chandra Reddy  <sivachandra@google.com>
3425
3426         * gdb.texinfo (Blocks In Python): Add a note saying that future
3427         improvements to GDB and its infrastructure can move symbols
3428         across blocks within a symbol table.
3429
3430 2012-04-29  Yao Qi  <yao@codesourcery.com>
3431
3432         * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3433         (A29K): Remove.
3434
3435 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
3436             Tom Tromey  <tromey@redhat.com>
3437
3438         * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3439         and generic static probe support on GDB.
3440
3441 2012-04-25  Doug Evans  <dje@google.com>
3442
3443         * gdb.texinfo (Go): Fix thinko.
3444
3445         * gdb.texinfo (Supported Languages): Add Go.
3446         (Go): New node.
3447
3448 2012-04-25  Yao Qi  <yao@codesourcery.com>
3449
3450         * gdbint.texinfo (Testsuite): New section `Board settings'.
3451
3452 2012-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
3453
3454         * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3455         Three times.
3456
3457         * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3458         Three times.
3459
3460 2012-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3461
3462         * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3463         by @table @asis.  Fix formatting of one item.
3464
3465 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3466
3467         * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3468
3469 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3470
3471         New option "set debug auto-load".
3472         * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3473         (auto-load verbose mode): New node.
3474
3475 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3476
3477         New option "set auto-load safe-path".
3478         * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3479         and "info auto-load" examples for safe-path.  Put there also references
3480         for "set auto-load safe-path" and "show auto-load safe-path".
3481         New menu item for Auto-loading safe path.
3482         (Auto-loading safe path): New node.
3483         (Python Auto-loading): Update the expected output from "Missing"
3484         to "No".
3485
3486 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3487
3488         auto-load: Implementation.
3489         * gdb.texinfo (Mode Options): New anchor for -nx.
3490         (Startup): New anchors for Option -init-eval-command,
3491         Home Directory Init File
3492         and Init File in the Current Directory during Startup.
3493         Mention set auto-load local-gdbinit with a reference.
3494         Change the sample code to "set auto-load python-scripts".
3495         (Threads): New anchor set libthread-db-search-path.
3496         Provide references to libthread_db.so.1 file.
3497         (Controlling GDB): New menu item for Auto-loading.
3498         (Auto-loading, Init File in the Current Directory)
3499         (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3500         (Python): Rename the menu item Auto-loading to Python Auto-loading.
3501         (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3502         reference.
3503         (Auto-loading): Rename to ...
3504         (Python Auto-loading): ... here.  Change "set auto-load-scripts" to
3505         "set auto-load python-scripts", new anchor for it.  Change
3506         "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3507         for it.  Change "info auto-load-scripts"
3508         to "info auto-load python-scripts", new anchor for it.  Change "scripts"
3509         to "Python scripts".
3510
3511 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
3512
3513         PR mi/13393
3514         * gdb.texinfo (Print Settings): Extend the description for "set print
3515         object".
3516         (GDB/MI Variable Objects): Extend the description for -var-create and
3517         -var-list-children.
3518
3519 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
3520
3521         * gdb.texinfo (Examining Data): Document the 'explore' command.
3522
3523 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
3524
3525         * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3526         to the children of a varobj and its update range when -var-update
3527         returns that the varobj's type changed.
3528
3529 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3530
3531         * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3532         Create two new links fir 'objfile-gdb.py file'
3533         and 'dotdebug_gdb_scripts section'.
3534
3535 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3536
3537         * gdb.texinfo (Auto-loading): Rename node reference
3538         '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3539         Twice.
3540         (.debug_gdb_scripts section): Rename the node ...
3541         (dotdebug_gdb_scripts section): ... here.
3542         (Maintenance Commands): Also rename this node reference.
3543
3544 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
3545
3546         * gdb.texinfo (Python API/Values From Inferior): Add description
3547         about the new method Value.referenced_value.  Add description on
3548         how Value.dereference is different (and similar) to
3549         Value.referenced_value.
3550
3551 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3552
3553         * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3554         --init-eval-command=COMMAND, -iex.
3555         (Startup): Describe -iex and -ix.  Simplify the example
3556         for "set auto-load-scripts off".
3557
3558 2012-03-16  Gary Benson  <gbenson@redhat.com>
3559
3560         PR breakpoints/10738
3561         * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3562         stating that GDB cannot set breakpoints on inlined functions.
3563         (Mode Options): Document --use-deprecated-index-sections.
3564         (Index Section Format): Document new index section version format.
3565
3566 2012-03-15  Tom Tromey  <tromey@redhat.com>
3567
3568         * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3569
3570 2012-03-13  Doug Evans  <dje@google.com>
3571
3572         * gdb.texinfo (Help): Change apropos example to use "alias" instead
3573         of "reload".
3574         (Symbols): Delete docs for set/show symbol-reloading.
3575         * gdbint.texinfo (Defining Other Architecture Features): Delete
3576         SYMBOL_RELOADING_DEFAULT.
3577         * refcard.tex: Delete reference to symbol-reloading.
3578
3579 2012-03-07  Pedro Alves  <palves@redhat.com>
3580
3581         * gdb.texinfo (General Query Packets): Document new
3582         QProgramSignals packet.
3583         * gdb.texinfo (Remote configuration): Mention
3584         "program-signals-packet".
3585
3586 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3587
3588         * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3589
3590 2012-03-03  Yao Qi  <yao@codesourcery.com>
3591
3592         * gdb.texinfo (In-Process Agent): New node.
3593         Document new commands.
3594         (General Query Packets): Add packet `QAgent'.
3595
3596 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
3597
3598         * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3599
3600 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
3601
3602         * gdb.texinfo (Commands In Python): Put example python macro in
3603         COMMAND_USER category rather than COMMAND_OBSCURE.
3604         Document gdb.COMMAND_USER.
3605         (User-defined Commands): Update documentation to clarify
3606         "set/show max-user-call-depth" and "show user" don't apply to python
3607         commands.  Update documentation to clarify "help user-defined" may
3608         also include python commands defined as COMMAND_USER.
3609
3610 2012-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3611
3612         * gdb.texinfo (Startup): Add option -ex description to the option -x
3613         description.
3614
3615 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
3616
3617         * gdb.texinfo (Setting Breakpoints): Mention and explain the
3618         condition-evaluation breakpoint parameter.
3619         Mention condition-evaluation mode being shown in "info break".
3620         (Break Conditions): Add description for target-side
3621         conditional breakpoints.
3622         (Remote Configuration): Mention conditional-breakpoints-packet.
3623         (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3624         cond-expr.
3625         (General Query Packets): Mention new ConditionalBreakpoint feature.
3626
3627 2012-02-22  Tom Tromey  <tromey@redhat.com>
3628
3629         * gdb.texinfo (Blocks In Python): Clarify block iteration.
3630
3631 2012-02-17  Tom Tromey  <tromey@redhat.com>
3632
3633         PR python/10753:
3634         * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3635         directory.
3636
3637 2012-02-14  Stan Shebs  <stan@codesourcery.com>
3638
3639         * gdb.texinfo (Disabling Breakpoints): Document enable count.
3640
3641 2012-02-13  Pedro Alves  <palves@redhat.com>
3642
3643         * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3644         mips-idt-ecoff.
3645
3646 2012-02-09  Yao Qi  <yao@codesourcery.com>
3647
3648         * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3649
3650 2012-02-07  Tom Tromey  <tromey@redhat.com>
3651
3652         * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3653         Symbol.value.
3654
3655 2012-02-07  Tom Tromey  <tromey@redhat.com>
3656
3657         * gdb.texinfo (Symbols In Python): Document Symbol.line.
3658
3659 2012-01-27  Thomas Schwinge  <thomas@codesourcery.com>
3660
3661         * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3662
3663 2012-01-24  Tom Tromey  <tromey@redhat.com>
3664
3665         * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3666         unload".
3667         (Files): Mention new catch commands.
3668         (GDB/MI Async Records): Likewise.
3669
3670 2012-01-24  Gary Benson  <gbenson@redhat.com>
3671
3672         Delete #if 0'd out code.
3673         * gdb.texinfo (Frame Info): Remove "info catch".
3674
3675 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
3676
3677         * gdb.texinfo (Remote Configuration): Document
3678         "set remote hostio-readlink-packet" command.
3679         (General Query Packets): Document vFile:readlink packet.
3680
3681 2012-01-16  Tom Tromey  <tromey@redhat.com>
3682
3683         * gdb.texinfo (Specify Location): Document relative file name
3684         handling.
3685
3686 2012-01-16  Tom Tromey  <tromey@redhat.com>
3687
3688         * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3689
3690 2012-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3691             Eli Zaretskii  <eliz@gnu.org>
3692
3693         * gdbint.texinfo (Coding Standards): Require braces for two lines of
3694         code.
3695
3696 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
3697
3698         * gdb.texinfo (Variables): Document use of :: for non-static
3699         variables.
3700
3701 2012-01-05  Joel Brobecker  <brobecker@adacore.com>
3702
3703         * gdbint.texinfo (Start of New Year Procedure): Update
3704         to replace use of copyright.sh by use of copyright.py.
3705
3706 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3707
3708         Remove the gdbtui binary.
3709         * all-cfg.texi (GDBTUI): Remove.
3710         * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3711         (TUI): Remove GDBTUI pindex.  Remove the GDBTUI reference.
3712         * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3713
3714 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
3715
3716         Introduce gdb.FinishBreakpoint in Python.
3717         * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3718         (Python API): Add menu entry for Finish Breakpoints.
3719
3720 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3721
3722         * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3723         tests.
3724
3725 2011-12-16  Doug Evans  <dje@google.com>
3726
3727         * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3728
3729 2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
3730
3731         * gdb.texinfo (Python Commands): Remove "maint set/show print
3732         stack".  Add documentation for "set/show python print-stack".
3733
3734 2011-12-14  Pedro Alves  <pedro@codesourcery.com>
3735
3736         * gdb.texinfo (Implementing a Remote Stub): Explain that you
3737         should transfer control to the stub in the startup code instead of
3738         in main.  Mention the need to get past the initial breakpoint.
3739
3740 2011-12-06  Tom Tromey  <tromey@redhat.com>
3741
3742         * gdb.texinfo (Set Breaks): Update for new behavior.
3743
3744 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3745
3746         * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3747         List Format for SVR4 Targets'.
3748         (General Query Packets): New item qXfer:libraries-svr4:read.
3749         (Library List Format for SVR4 Targets): New node.
3750
3751 2011-12-01  Tom Tromey  <tromey@redhat.com>
3752
3753         * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3754         add.
3755
3756 2011-11-22  Tom Tromey  <tromey@redhat.com>
3757
3758         * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3759         reasons.
3760
3761 2011-11-20  Stan Shebs  <stan@codesourcery.com>
3762
3763         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3764         note-related options and variables.
3765         (Tracepoint Packets): Document packet changes.
3766
3767 2011-11-20  Sanjoy Das  <sdas@igalia.com>
3768
3769         * gdb.texinfo (JIT Interface): Add documentation on writing and
3770         usind JIT debug info readers.
3771         (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3772         Debug Info Readers): New nodes.
3773
3774 2011-11-18  Yao Qi  <yao@codesourcery.com>
3775
3776         * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3777         tracepoint.
3778
3779 2011-11-15  Doug Evans  <dje@google.com>
3780
3781         * gdb.texinfo (Files): Document basenames-may-differ.
3782
3783 2011-11-14  Doug Evans  <dje@google.com>
3784
3785         * gdb.texinfo (Shell Commands): Document "!".
3786
3787 2011-11-14  Stan Shebs  <stan@codesourcery.com>
3788             Kwok Cheung Yeung  <kcy@codesourcery.com>
3789
3790         * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3791         needed to get shorter fast tracepoints.
3792         (Tracepoint Packets): Document new qTMinFTPILen packet.
3793
3794 2011-11-14  Yao Qi  <yao@codesourcery.com>
3795
3796         * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3797         behavior of tracepoint.
3798         (General Query Packets): New feature InstallInTrace.
3799         (Remote Configuration): Document "set remote
3800         install-in-trace-packet".
3801
3802 2011-11-12  Matt Rice  <ratmice@gmail.com>
3803
3804         * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3805         Add arguments to info macro.
3806
3807 2011-11-10  Tom Tromey  <tromey@redhat.com>
3808
3809         * gdb.texinfo (Compilation): Don't mention -gdwarf-2.  Link to GCC
3810         manual.
3811         (Variables): Don't mention -gdwarf-2.  Link to Compilation node.
3812         (Macros): Add a footnote.
3813         (C): Remove paragraph about compiler options.
3814         (C Constants): Mention wide character and string constants.
3815         (C Plus Plus Expressions): Update compiler option advice.  Mention
3816         using declarations.  Mention ADL.  Remove old HP compiler
3817         information.
3818
3819 2011-11-10  Tom Tromey  <tromey@redhat.com>
3820
3821         PR c++/9257:
3822         * gdb.texinfo (Print Settings): Add an extra note about the need
3823         for a vtable.
3824
3825 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
3826
3827         * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3828         "set mips abi" documentation.
3829
3830 2011-11-04  Doug Evans  <dje@google.com>
3831
3832         * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3833
3834 2011-11-03  Tom Tromey  <tromey@redhat.com>
3835
3836         * gdb.texinfo (Stopping): Add menu entry.
3837         (Continuing and Stepping): Restore @node.  Use @section, not
3838         @subsection.
3839
3840 2011-11-03  Maciej W. Rozycki  <macro@codesourcery.com>
3841
3842         * gdb.texinfo (Skipping Over Functions and Files): Remove node
3843         designation.  Fix "Specify Location" cross-reference.
3844
3845 2011-11-02  Stan Shebs  <stan@codesourcery.com>
3846
3847         * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3848         (General Query Packets): Describe tracenz feature.
3849         * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3850
3851 2011-10-28  Paul Koning  <paul_koning@dell.com>
3852
3853         * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3854
3855 2011-10-27  Kevin Pouget  <kevin.pouget@st.com>
3856
3857         * gdb.texinfo ((Frames In Python): Document
3858         gdb.FRAME_UNWIND_FIRST_ERROR contant.
3859
3860 2011-10-26  Paul Koning  <paul_koning@dell.com>
3861
3862         * gdb.texinfo (gdb.types): Document new deepitems function.
3863
3864 2011-10-25  Paul Koning  <paul_koning@dell.com>
3865
3866         PR python/13327
3867
3868         * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3869         fetch_lazy method.
3870
3871 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
3872
3873         PR python/12656
3874
3875         * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3876         global_block, static_block function.
3877
3878 2011-10-19  Tom Tromey  <tromey@redhat.com>
3879
3880         * gdb.texinfo (Commands In Python): Add missing "@"s.
3881
3882 2011-10-13  Kevin Pouget  <kevin.pouget@st.com>
3883
3884         PR python/13285 Document named constants for frame unwind stop reasons
3885         * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3886         constants.
3887
3888 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3889
3890         Fix compatibility with texinfo versions older than 4.12.
3891         * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3892         (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3893         (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3894         (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3895         * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3896         Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3897         CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3898
3899 2011-10-09  Doug Evans  <dje@google.com>
3900
3901         * gdb.texinfo (Extending GDB): Document alias command.
3902
3903 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3904
3905         Support @entry in input expressions.
3906         * gdb.texinfo (Variables): Describe @entry names suffix.
3907         (Print Settings): Add anchor for `set print entry-values'.
3908
3909 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3910             Eli Zaretskii  <eliz@gnu.org>
3911
3912         Display @entry parameter values (without references).
3913         * gdb.texinfo (Tail Call Frames): Add anchor.  Add self tail call
3914         example.
3915         (Print Settings): New description of set print entry-values and show
3916         print entry-values.
3917
3918 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3919             Eli Zaretskii  <eliz@gnu.org>
3920
3921         Recognize virtual tail call frames.
3922         * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3923         (Tail Call Frames): New node.
3924         (Frames In Python): Add gdb.TAILCALL_FRAME.
3925
3926 2011-10-07  Doug Evans  <dje@google.com>
3927
3928         * gdb.texinfo (gdb.printing): Document new `replace' arg to
3929         register_pretty_printer.
3930
3931 2011-10-07  Phil Muldoon  <pmuldoon@redhat.com>
3932
3933         PR python/12930
3934         PR python/12802
3935
3936         * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3937         stop method.
3938
3939 2011-10-07  Ulrich Weigand  <ulrich.weigand@linaro.org>
3940
3941         * gdb.texinfo (Starting your Program): "set disable-randomization"
3942         is no longer Linux-specific.
3943         (Remote Configuration): Document "set remote
3944         disable-randomization-packet".
3945         (General Query Packets): Document "QDisableRandomization" packet
3946         and add it to "qSupported" list.
3947
3948 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
3949
3950         Allow Python notification of new object-file loadings.
3951         * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3952         event type.
3953
3954 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
3955
3956         PR python/12691: Add the inferior to Python exited event
3957         * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3958
3959 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
3960
3961         * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3962         rephasing.
3963
3964 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
3965
3966         * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3967         (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3968         as possible feature returned by the `-list-features'
3969         command.
3970
3971 2011-09-28  Paul Koning  <paul_koning@dell.com>
3972
3973         * gdb.texinfo (gdb.Type): Document field access by dictionary
3974         key syntax.
3975
3976 2011-09-28  Yao Qi  <yao@codesourcery.com>
3977
3978         * gdb.texinfo (Files): Update options for `add-symbol-file'.
3979         Add one space after option `-s'.  Remove @r{} markup.
3980
3981 2011-09-27  Stan Shebs  <stan@codesourcery.com>
3982
3983         * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3984
3985 2011-09-16  Hui Zhu  <teawater@gmail.com>
3986
3987         * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3988         to *(unsigned char *)$esp@300.
3989
3990 2011-09-15  Paul Koning  <paul_koning@dell.com>
3991
3992         * gdb.texinfo: Make style of Python functions and methods match
3993         the syntax of Python.  Also put class and module names explicitly
3994         on function, member, and variable names, matching Python
3995         documentation conventions.
3996
3997 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
3998
3999         PR Python/12692 Add gdb.selected_inferior() to Python interface.
4000         * gdb.texinfo (Inferiors In Python): Describe new
4001         gdb.selected_inferior() function.
4002
4003 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
4004
4005         Handle multiple breakpoint hits in Python interface:
4006         * gdb.texinfo (Events In Python): New function documentation:
4007         gdb.BreakpointEvent.breakpoints. Indicate that
4008         gdb.BreakpointEvent.breakpoint is now deprecated.
4009
4010 2011-09-04  Joel Brobecker  <brobecker@adacore.com>
4011
4012         * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4013
4014 2011-08-25  Andrew Oakley  <andrew@ado.is-a-geek.net>
4015
4016         * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4017
4018 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
4019
4020         * gdb.texinfo (Prompt): Add set/show extended-prompt
4021         documentation
4022         (Basic Python): Add prompt_hook anchor.
4023         (Python modules): Reword module text to reflect multiple modules.
4024         (gdb.prompt): Document gdb.prompt module.
4025
4026 2011-08-14  Yao Qi  <yao@codesourcery.com>
4027
4028         * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4029
4030 2011-08-14  Yao Qi  <yao@codesourcery.com>
4031
4032         * gdb.texinfo (Standard Target Features): Document C6x features.
4033         (TIC6x Features): New node.
4034
4035 2011-08-12  Doug Evans  <dje@google.com>
4036
4037         * gdb.texinfo (Symbols In Python): Document symbol.type.
4038
4039 2011-08-09  Phil Muldoon  <pmuldoon@redhat.com>
4040
4041         * gdb.texinfo (Python): Document command and function
4042         auto-loading.
4043
4044 2011-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4045             Eli Zaretskii  <eliz@gnu.org>
4046
4047         * gdb.texinfo (whatis, ptype): Highlight their differences.  Describe
4048         typedefs unrolling.  Extend the sample code by an inner typedef and
4049         outer typedefs unrolling.
4050
4051 2011-07-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
4052
4053         * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4054         size and line-size.
4055
4056 2011-07-21  Matt Rice  <ratmice@gmail.com>
4057
4058         PR macros/12999
4059         * gdb.texinfo (Macros): Add info definitions and info macros commands.
4060         Update text and cindex entries for info macro command.
4061
4062 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
4063
4064         * observer.texi (GDB Observers): Add before_prompt observer.
4065         * gdb.texinfo (Basic Python): Add documentation for prompt
4066         substitution.
4067
4068 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
4069
4070         PR python/12438
4071         * gdb.texinfo (Python Commands): Add deprecate note to maint
4072           set/show python print-stack.  Document set/show python
4073           print-backtrace.
4074
4075 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
4076
4077         * gdb.texinfo: Fix typos.
4078
4079 2011-07-01  Tom Tromey  <tromey@redhat.com>
4080
4081         * gdb.texinfo (Debugging Output): Document set debug
4082         check-physname.
4083
4084 2011-06-29  Tom Tromey  <tromey@redhat.com>
4085
4086         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4087         breakpoint-notifications feature.
4088
4089 2011-06-29  Ulrich Weigand  <ulrich.weigand@linaro.org>
4090
4091         * gdb.texinfo (Target Description): Remove warning about
4092         possibly unstable format.
4093
4094 2011-06-03  Tom Tromey  <tromey@redhat.com>
4095
4096         * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4097         (Events In Python): Note that exit_code is optional.
4098
4099 2011-05-17  Pedro Alves  <pedro@codesourcery.com>
4100
4101         * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4102         required for multi-threading support.
4103         (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4104         Hc are deprecated for multi-threading debugging.  Point readers at
4105         the vCont packet.
4106
4107 2011-05-15  Doug Evans  <dje@google.com>
4108
4109         * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4110
4111 2011-05-13  Doug Evans  <dje@google.com>
4112
4113         * gdb.texinfo (Threads): Document $sdir,$pdir.
4114         (Server): Document $pdir exception.
4115
4116         * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4117
4118         * gdb.texinfo (Threads): Clarify default value for
4119         libthread-db-search-path.
4120
4121         * gdb.texinfo (Completion): Update example.
4122         (Debugging Output): Delete `set/show debug lin-lwp-async'.
4123
4124 2011-05-12  Kwok Cheung Yeung  <kcy@codesourcery.com>
4125
4126         * gdb.texinfo: Document change in the behaviour of the enable and
4127         disable GDB commands when applied to tracepoints.
4128         Document the EnableDisableTracepoints remote stub feature.
4129         Document QTEnable and QTDisable in the list of tracepoint packets.
4130
4131 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4132
4133         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4134         hsuser.texi.
4135         * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4136         comment to hsuser.texi.  Change rluser.texi name in the comment.
4137
4138 2011-05-10  Doug Evans  <dje@google.com>
4139
4140         * gdb.texinfo (Threads): If an empty path is provided for
4141         libthread-db-search-path it is reset to its default value.
4142         (Server): Ditto.
4143
4144 2011-05-09  Doug Evans  <dje@google.com>
4145
4146         * gdb.texinfo (Requirements): Fix typo.  Mention --with-iconv-bin.
4147
4148 2011-05-06  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4149             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4150
4151         Implement support for PowerPC BookE masked watchpoints.
4152         * gdb.texinfo (Set Watchpoints): Document mask parameter.
4153         (PowerPC Embedded): Mention support of masked watchpoints.
4154
4155 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
4156
4157         * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4158         `@value{GDBN}'.
4159
4160 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
4161
4162         * gdb.texinfo (titlepage): Remove dedication.
4163         (In Memoriam): New appendix.
4164
4165 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4166             Eli Zaretskii  <eliz@gnu.org>
4167
4168         * gdb.texinfo (Index Section Format): Change the version to 5.
4169         Describe the different formula.
4170
4171 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4172             Eli Zaretskii  <eliz@gnu.org>
4173
4174         * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4175         for disconnected tracing.
4176         (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4177         extended-remote relationship.  Mention --once.
4178         (TCP port allocation lifecycle of @code{gdbserver}): New.
4179
4180 2011-04-23  Eli Zaretskii  <eliz@gnu.org>
4181
4182         * gdb.texinfo (Server): Improve indexing.  Index all optional
4183         switches to gdbserver.
4184
4185 2011-04-20  Tom Tromey  <tromey@redhat.com>
4186
4187         * gdb.texinfo (Index Section Format): New node.
4188         (Top): Add new node to menu.
4189
4190 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
4191
4192         * gdb.texinfo (Maintenance Commands): Document `maint print
4193         remote-registers'.
4194
4195 2011-04-20  Tom Tromey  <tromey@redhat.com>
4196
4197         * gdb.texinfo (Trace File Format): Move node later.
4198
4199 2011-04-19  Tom Tromey  <tromey@redhat.com>
4200
4201         * gdbint.texinfo (Register Information Functions): Remove
4202         duplicate "the".
4203         * gdb.texinfo (Emacs): Remove duplicate "to".
4204         (GDB/MI Variable Objects): Remove duplicate "the".
4205         (General Query Packets): Likewise.
4206
4207 2011-04-02  Joel Brobecker  <brobecker@adacore.com>
4208
4209         * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4210         "GDB/MI Ada Exception Information" node.
4211
4212 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
4213
4214         * gdb.texinfo (GDB/MI Ada Exception Information): Document
4215         the "exception-name" field in the *stopped async record.
4216
4217 2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4218             Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4219
4220         Implement support for PowerPC BookE ranged breakpoints.
4221         * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4222
4223 2011-03-28  Tom Tromey  <tromey@redhat.com>
4224
4225         * gdb.texinfo (Set Tracepoints): Fix typo.
4226
4227 2011-03-24  Tom Tromey  <tromey@redhat.com>
4228
4229         * gdb.texinfo (Specify Location): Document `function:label'
4230         linespec.
4231
4232 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
4233
4234         PR python/12149
4235
4236         * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4237
4238 2011-03-17  Phil Muldoon  <pmuldoon@redhat.com>
4239
4240         * gdb.texinfo (Blocks In Python): Add is_valid method description.
4241         (Inferiors In Python): Likewise.
4242         (Threads In Python): Likewise.
4243         (Symbols In Python): Likewise.
4244         (Objfiles In Python): Likewise.
4245         (Symbol Tables In Python): Likewise.
4246
4247 2011-03-15  Pedro Alves  <pedro@codesourcery.com>
4248
4249         * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4250         display>: Explain that the commands accept number ranges.
4251
4252 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
4253
4254         * gdb.texinfo (Breakpoints In Python): Add description and example
4255         of Python stop function operation.
4256
4257 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
4258
4259         * gdb.texinfo (Parameters In Python): Document get_set_string and
4260         get_show_string methods.
4261
4262 2011-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4263
4264         * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4265
4266         * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4267         circular-trace-buffer name.
4268
4269 2011-02-28  Joel Brobecker  <brobecker@adacore.com>
4270
4271         * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4272         in the previous change.
4273
4274 2011-02-27  Michael Snyder  <msnyder@vmware.com>
4275
4276         * gdb.texinfo (Inferiors and Programs): Update commands to show
4277         that they can accept multiple arguments.
4278
4279 2011-02-24  Joel Brobecker  <brobecker@adacore.com>
4280
4281         Revert the following patch (code patch was not approved):
4282         2011-02-21  Hui Zhu  <teawater@gmail.com>
4283         * agentexpr.texi (bytecode descriptions): add printf.
4284         * gdb.texinfo (tracepoint action lists): add printf.
4285
4286 2011-02-23  Doug Evans  <dje@google.com>
4287
4288         * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4289
4290 2011-02-23  Michael Snyder  <msnyder@vmware.com>
4291
4292         * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4293         (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4294         (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4295
4296 2011-02-22  Doug Evans  <dje@google.com>
4297
4298         * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4299         Clarify behaviour of lookup_symbol when `block' argument is omitted,
4300         add description of result, fix @defun formatting.
4301
4302 2011-02-21  Hui Zhu  <teawater@gmail.com>
4303
4304         * agentexpr.texi (Bytecode Descriptions): Add printf.
4305         * gdb.texinfo (Tracepoint Action Lists): Add printf.
4306
4307 2011-02-18  Tom Tromey  <tromey@redhat.com>
4308
4309         * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4310
4311 2011-02-14  Michael Snyder  <msnyder@vmware.com>
4312
4313         * gdb.texinfo (threads): Document argument for "info threads" cmd.
4314         Document new command "thread find".
4315
4316 2011-02-14  Michael Snyder  <msnyder@vmware.com>
4317
4318         * gdb.texinfo (Threads): Update example of new thread message.
4319
4320 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
4321
4322         * gdb.texinfo (Remote Configuration): Mention set/show remote
4323         traceframe-info.
4324         (Tools/Packages Optional for Building GDB): Mention that expat is
4325         used for traceframe info.
4326         (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4327         (General Query Packets) <qSupported>: Describe the
4328         qXfer:traceframe-info:read feature.
4329         (qXfer::read): Describe qXfer:traceframe-info:read.
4330         (Traceframe Info Format): New section.
4331
4332 2011-02-04  Pedro Alves  <pedro@codesourcery.com>
4333
4334         * gdbint.texinfo (Formatting): Mention some formatting guidelines
4335         for casts and unary operators.
4336
4337 2011-02-04  Tom Tromey  <tromey@redhat.com>
4338
4339         * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4340         is not useful.
4341
4342 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
4343
4344         * gdb.texinfo: s/value optimized out/optimized out/g
4345
4346 2011-01-21  Joel Brobecker  <brobecker@adacore.com>
4347
4348         * gdb.texinfo (Other Misc Settings): Rework part of the
4349         documentation of the "set interactive mode" command.
4350
4351 2011-01-19  Tom Tromey  <tromey@redhat.com>
4352
4353         * gdb.texinfo (Threads): Document thread name output and `thread
4354         name' command.
4355         (Threads In Python): Document Thread.name attribute.
4356         (GDB/MI Thread Commands): Document thread attributes.
4357
4358 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
4359
4360         * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4361         changes in mi/mi-cmd-disas.c
4362
4363 2011-01-12  Tom Tromey  <tromey@redhat.com>
4364
4365         * gdb.texinfo (Threads): Remove duplicate text.  Update examples.
4366         Fix "thread apply" text.
4367
4368 2011-01-11  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4369             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4370
4371         Implement support for PowerPC BookE ranged watchpoints.
4372         * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4373         the "set powerpc exact-watchpoints" flag.
4374
4375 2011-01-07  Tom Tromey  <tromey@redhat.com>
4376
4377         * gdb.texinfo (Python API): Add descriptions to @menu items.
4378
4379 2011-01-06  Tom Tromey  <tromey@redhat.com>
4380
4381         * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4382
4383 2010-01-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
4384
4385         * gdb.texinfo (Debugging Output): Document "set debug jit".
4386
4387 2011-01-06  Tom Tromey  <tromey@redhat.com>
4388
4389         PR python/12133:
4390         * gdb.texinfo (Frames In Python): Document various frame
4391         constants.
4392
4393 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
4394
4395         * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4396         doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4397         doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4398
4399 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4400
4401         * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4402         (clean): Add GDBvn.texi.
4403
4404 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
4405
4406         * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4407         occasional case where the debugger prints an array address
4408         instead of the array itself.
4409
4410 2010-12-23  Pedro Alves  <pedro@codesourcery.com>
4411
4412         * gdb.texinfo (Packets) <read registers packet>: Document support
4413         for registers that were not collected.
4414
4415 2010-12-15  Doug Evans  <dje@google.com>
4416
4417         * gdb.texinfo (Startup): Document auto-loading of scripts during
4418         startup.
4419         (Auto-loading): Delete "maint set python auto-load on|off".
4420         Add "set auto-load-scripts on|off".
4421
4422 2010-12-07  Doug Evans  <dje@google.com>
4423
4424         * gdb.texinfo (Mode Options): Document -data-directory.
4425         (Data Files): Add reference to -data-directory.
4426
4427 2010-11-29  Doug Evans  <dje@google.com>
4428
4429         * gdb.texinfo (Pretty-Printer Introduction): Change
4430         printer-name:subprinter-name to printer-name;subprinter-name.
4431
4432 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
4433
4434         PR python/12199
4435
4436         * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4437
4438 2010-11-23  Tom Tromey  <tromey@redhat.com>
4439
4440         * gdb.texinfo (Top): Check SYSTEM_READLINE.
4441         (Editing): Likewise.
4442         (Command History): Likewise.
4443         (TUI Keys): Likewise.
4444         (Bug Reporting): Conditionally include rluser.texi and
4445         inc-history.texinfo.
4446         * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4447         (GDB_DOC_SOURCE_INCLUDES): Add comment.
4448         (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4449         (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4450         (gdb.pdf): Likewise.
4451         (gdb.info): Likewise.
4452         (gdb/index.html): Likewise.
4453
4454 2010-11-23  Tom Tromey  <tromey@redhat.com>
4455
4456         * Makefile.in (Makefile): Run ../config.status.
4457         (distclean): Update.
4458         * configure: Remove.
4459         * configure.ac: Remove.
4460
4461 2010-11-12  Tom Tromey  <tromey@redhat.com>
4462
4463         * gdb.texinfo (Basic Python): Update.  Add xref.
4464         (Exception Handling): Document new exception classes.
4465         (Types In Python): Update.
4466         (Frames In Python): Update.
4467
4468 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
4469
4470         * gdb.texinfo (Breakpoints In Python): Document "internal"
4471         parameter, and visible attribute.
4472
4473 2010-11-05  Doug Evans  <dje@google.com>
4474
4475         * gdb.texinfo (Source Path): Document "set directories".
4476
4477 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
4478
4479         * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4480         (OpenCL C): New node.
4481
4482 2010-11-02  Doug Evans  <dje@google.com>
4483
4484         * gdb.texinfo (Pretty Printing): Expand into three sections,
4485         introduction, example, and commands.
4486         (Python API): Delete section Disabling Pretty-Printers, merge into
4487         Selecting Pretty-Printers.
4488         (Writing a Pretty-Printer): New section.  Move the pretty-printer
4489         example here, and reformat to match python coding style.  Add a second
4490         example using the gdb.printing module.
4491         (Python modules): Add gdb.printing.
4492
4493 2010-10-29  Doug Evans  <dje@google.com>
4494
4495         * gdb.texinfo (Python): Fix long line.
4496
4497 2010-10-20  Doug Evans  <dje@google.com>
4498
4499         * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4500         All references updated.  Correct sections marked as subsections.
4501         (Coding Standards): New chapter.  Move the coding standard related
4502         subsections here.  Add section on Python coding standards.
4503
4504 2010-10-13  Doug Evans  <dje@google.com>
4505
4506         * gdb.texinfo (Python): Add "Python modules".
4507         (Types in Python): Add reference to gdb.types section.
4508         (Python modules): New node.
4509
4510 2010-10-11  Doug Evans  <dje@google.com>
4511
4512         * gdb.texinfo (Values From Inferior): Add reference to "Types in
4513         Python" from gdb.Value.type description.
4514
4515 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
4516
4517         * gdb.texinfo (Ravenscar Profile): New node.
4518
4519 2010-09-22  Tom Tromey  <tromey@redhat.com>
4520
4521         * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4522
4523 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
4524
4525         * gdb.texinfo (Values From Inferior): Clarify that
4526         value.dynamic_type works only in C++ programs with RTTI.
4527
4528 2010-09-15  Paul Bolle  <pebolle@tiscali.nl>
4529
4530         * gdb.texinfo (Character Sets): Correctly reference host-charset
4531         in example.
4532
4533 2010-09-13  Tom Tromey  <tromey@redhat.com>
4534
4535         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4536         Document "fullname" and "from".
4537
4538 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
4539
4540         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4541         feature `reverse' output by -list-target-features.
4542
4543 2010-08-31  H.J. Lu  <hongjiu.lu@intel.com>
4544
4545         * gdb.texinfo (i386 Features): Remove an extra "@item".
4546
4547 2010-08-30  Tom Tromey  <tromey@redhat.com>
4548
4549         PR python/11792:
4550         * gdb.texinfo (Values From Inferior): Document dynamic_type.
4551
4552 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
4553
4554         * gdb.texinfo (ARM Features): Document
4555         org.gnu.gdb.arm.m-profile.
4556
4557 2010-08-23  Tom Tromey  <tromey@redhat.com>
4558
4559         PR python/11145:
4560         * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4561         reinterpret_cast methods.
4562
4563 2010-08-23  Tom Tromey  <tromey@redhat.com>
4564
4565         PR python/11915:
4566         * gdb.texinfo (Types In Python): Document array method.
4567
4568 2010-08-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4569
4570         * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4571
4572 2010-08-16   Tom Tromey  <tromey@redhat.com>
4573
4574         * gdb.texinfo (Set Watchpoints): Document -location option.
4575
4576 2010-08-13  Doug Evans  <dje@google.com>
4577
4578         * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4579
4580 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
4581
4582         * gdb.texinfo (GDB/MI Data Manipulation): Document
4583         -data-read-memory-raw and -data-write-memory-raw.
4584
4585 2010-08-11  Tom Tromey  <tromey@redhat.com>
4586             Phil Muldoon <pmuldoon@redhat.com>
4587
4588         * gdb.texinfo (Basic Python): Describe post_event API.
4589
4590 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
4591
4592         * gdb.texinfo (Basic Python): Describe solib_address and
4593         decode_line Python APIs
4594
4595 2010-08-10  Tom Tromey  <tromey@redhat.com>
4596
4597         * gdb.texinfo (Pretty Printing API): Document
4598         gdb.default_visualizer.
4599
4600 2010-08-10  Tom Tromey  <tromey@redhat.com>
4601
4602         Revert gdb-add-index addition:
4603         * gdb.texinfo (Index Files): Don't document gdb-add-index.
4604
4605 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4606             Eli Zaretskii <eliz@gnu.org>
4607
4608         * gdb.texinfo (Mode Options) <-batch>
4609         (Basic Python) <gdb.execute>: Describe setting width and height.
4610
4611 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
4612
4613         * gdb.texinfo (Threads): Document 'debug libthread-db'.
4614
4615 2010-07-30  Tom Tromey  <tromey@redhat.com>
4616
4617         * gdb.texinfo (Index Files): Mention gdb-add-index.
4618
4619 2010-07-30  Hui Zhu  <teawater@gmail.com>
4620
4621         * gdb.texinfo (Inferiors and Programs): Update the introduce of
4622         "detach inferior" and "kill inferior".
4623
4624 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
4625
4626         * gdb.texinfo (Machine Code): Update description of two forms of
4627         arguments, and add new example to demonstrate the new form.
4628
4629 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
4630
4631         * gdb.texinfo (Values From Inferior): Add value inferior function
4632         call description.
4633
4634 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4635
4636         * gdb.texinfo (Active Targets): Fix wrong comma placement.
4637
4638 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4639             Eli Zaretskii  <eliz@gnu.org>
4640
4641         Make core files the process_stratum.
4642         * gdb.texinfo (Active Targets): Remove core_stratum.  Include
4643         record_stratum example.
4644
4645 2010-07-13  Tom Tromey  <tromey@redhat.com>
4646
4647         * gdb.texinfo (Index Files): New node.
4648
4649 2010-07-13  Tom Tromey  <tromey@redhat.com>
4650
4651         * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4652
4653 2010-07-13  Tom Tromey  <tromey@redhat.com>
4654
4655         * gdb.texinfo (Specify Location): Document labels.
4656
4657 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4658
4659         * gdb.texinfo (Create and Delete Tracepoints): Add more index
4660         entries for fast tracepoints and static tracepoints.
4661
4662 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4663
4664         * gdb.texinfo (General Query Packets) <qfThreadInfo,
4665         qsThreadInfo>: Spell out `l' as ell.
4666
4667 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4668
4669         * gdb.texinfo (Convenience Variables): Document $_sdata.
4670         (Commands to Set Tracepoints): Describe static tracepoints.  Add
4671         `Listing Static Tracepoint Markers' menu entry.  Document
4672         "strace".
4673         (Tracepoint Action Lists): Document collecting $_sdata.
4674         (Listing Static Tracepoint Markers): New subsection.
4675         (Tracepoints support in gdbserver): Mention static tracepoints.
4676         (remote packets, enabling and disabling): Mention
4677         read-sdata-object.
4678         (General Query Packets) <qSupported>: Document qXfer:sdata:read
4679         and StaticTracepoint.
4680         Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4681         Document qXfer:sdata:read.
4682         (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4683
4684 2010-06-29  Joel Brobecker  <brobecker@adacore.com>
4685
4686         * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4687
4688 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
4689             Tom Tromey  <tromey@redhat.com>
4690             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4691
4692         * gdb.texinfo (Inferiors In Python): New node.
4693         * gdb.texinfo (Threads In Python): New node.
4694
4695 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
4696
4697         * gdb.texinfo (Python): Document what the python directory is
4698         and what its location is.
4699         (Basic Python): Document the gdb.PYTHONDIR constant.
4700
4701 2010-06-25  Tom Tromey  <tromey@redhat.com>
4702
4703         PR python/10808:
4704         * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4705
4706 2010-06-24  Hui Zhu  <teawater@gmail.com>
4707
4708         * gdb.texinfo: (Commands for Controlled Output): Add
4709         documentation for command "eval".
4710
4711 2010-06-21  Stan Shebs  <stan@codesourcery.com>
4712
4713         * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4714         * annotate.texinfo: Ditto.
4715         * gdbint.texinfo: Ditto.
4716         * stabs.texinfo: Ditto.
4717
4718 2010-06-22  Hui Zhu  <teawater@gmail.com>
4719
4720         * gdb.texinfo: (Process Record and Replay): Add documentation
4721         for command "set record memory-query".
4722
4723 2010-06-21  Stan Shebs  <stan@codesourcery.com>
4724
4725         * gdb.texinfo: Relicense under GFDL version 1.3.
4726         * annotate.texinfo: Relicense under GFDL version 1.3.
4727         * gdbint.texinfo: Relicense under GFDL version 1.3.
4728         * stabs.texinfo: Relicense under GFDL version 1.3.
4729         * fdl.texi: Update to version 1.3.
4730
4731 2010-06-18  Stan Shebs  <stan@codesourcery.com>
4732
4733         * gdb.texinfo (Operating System Auxiliary Information): Describe
4734         "info os" when no arguments given.
4735
4736         * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4737         $_thread.
4738
4739 2010-06-18  Hui Zhu  <teawater@gmail.com>
4740
4741         * gdb.texinfo: (Process Record and Replay): Add documentation
4742         for commands "record save" and "record restore".
4743
4744 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4745
4746         * gdb.texinfo: Include information about the correct use
4747         of addresses in the `watch' command.
4748
4749 2010-06-11  Stan Shebs  <stan@codesourcery.com>
4750
4751         * gdb.texinfo (Observer Mode): New section.
4752         (General Query Packets): Document QAllow.
4753
4754 2010-06-04  Doug Evans  <dje@google.com>
4755
4756         * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4757
4758 2010-06-03  Doug Evans  <dje@google.com>
4759
4760         * gdbint.texinfo (Coding): Add subsection on command names.
4761
4762 2010-06-02  Tom Tromey  <tromey@redhat.com>
4763
4764         * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4765         always-disassemble.
4766
4767 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
4768
4769         * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4770         gdbserver, and add cross reference.
4771         (Tracepoints support in gdbserver): New subsection.
4772
4773 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
4774
4775         * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4776         `qRelocInsn' feature.
4777         (Relocate instruction reply packet): New subsection
4778         of `Tracepoint Packets'.
4779         (Tracepoint Packets): Mention that packets QTDP and QTStart
4780         support the qRelocInsn request, and add cross reference to new
4781         subsection.
4782
4783 2010-05-25  Doug Evans  <dje@google.com>
4784
4785         * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4786         (Commands In Python): Document gdb.string_to_argv.
4787
4788 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4789
4790         * gdbint.texinfo (Host Definition): Remove items NORETURN and
4791         ATTR_NORETURN.
4792
4793 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
4794             Tom Tromey  <tromey@redhat.com>
4795             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4796
4797         * gdb.texinfo (Parameters In Python): New Node.
4798
4799 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
4800
4801         * gdb.texinfo: (Summary) Add mention about D language support.
4802         (Filenames): Add D suffixes.
4803         (D): New node.
4804
4805 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
4806
4807         * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4808         of macro deleted from GDB code.
4809
4810 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
4811
4812         * gdb.texinfo (Commands to specify files): Describe what how GDB
4813         looks up DOS-based filesystem paths on the system root.  Document
4814         the new `set/show target-file-system-kind' commands.
4815
4816 2010-04-23  Doug Evans  <dje@google.com>
4817
4818         * gdb.texinfo (Python): Move Auto-loading section here ...
4819         (Python API): from here.
4820         (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4821         (Maintenance Commands): Add docs for "maint print section-scripts".
4822
4823 2010-04-20  Chris Moller  <cmoller@redhat.com>
4824
4825         * gdb.texinfo (Setting Breakpoints): Added description of
4826         filename-qualified rbreak.
4827         * refcard.tex (Breakpoints and Watchpoints): Added brief
4828         description of filename-qualified rbreak.
4829
4830 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4831
4832         * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4833         (Python API): Change the reference to Pretty Printing API.
4834         (Pretty Printing): Move the user part under the Data node.  Reformat
4835         the sample output to 72 columns.  Create a new reference to Pretty
4836         Printing API.  Rename the API part ...
4837         (Pretty Printing API): To a new node name.
4838         (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4839         (GDB/MI Variable Objects): Change references to Pretty Printing API.
4840
4841 2010-04-21  Stan Shebs  <stan@codesourcery.com>
4842
4843         * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4844         and commands.
4845         (Listing Tracepoints): Update to reflect current behavior.
4846
4847 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
4848
4849         * gdb.texinfo (Examining memory): Update for change in string
4850         display with explicit size.
4851
4852 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
4853
4854         PR breakpoints/8554.
4855
4856         * gdb.texinfo (Save Breakpoints): New node.
4857         (save-tracepoints): Rename to ...
4858         (save tracepoints): ... this.  Mention that `save-tracepoints' is
4859         a deprecated alias to `save tracepoints'.
4860
4861 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
4862
4863         * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4864         (info w32 thread-information-block): Document new command.
4865         (qGetTIBAddress): Document new gdbserver query.
4866         (maint set/show show-all-tib): Document new command.
4867
4868 2010-04-15  Doug Evans  <dje@google.com>
4869
4870         * gdb.texinfo (Python API): Add progspaces section.
4871         (Selecting Pretty-Printers): Progspace pretty-printers are
4872         searched too.
4873         (Progspaces In Python): New section.
4874
4875         * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4876
4877 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
4878
4879         * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4880         returns None.
4881
4882 2010-04-09  Stan Shebs  <stan@codesourcery.com>
4883
4884         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4885         Describe the `frames-created' field, tweak grammar.
4886
4887 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
4888
4889         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4890         Describe the `circular' and `disconnected' fields.
4891
4892 2010-04-09  H.J. Lu  <hongjiu.lu@intel.com>
4893
4894         * gdb.texinfo (maint print registers): Mention unavailable and
4895         invisible registers.
4896
4897 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
4898             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4899             Tom Tromey  <tromey@redhat.com>
4900
4901         * gdb.texinfo (Breakpoints In Python): New Node.
4902
4903 2010-04-08  Stan Shebs  <stan@codesourcery.com>
4904
4905         * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4906         trace status fields.
4907
4908 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
4909
4910         * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4911         optional.  Make org.gnu.gdb.i386.avx requires
4912         org.gnu.gdb.i386.avx.
4913
4914 2010-04-08  Doug Evans  <dje@google.com>
4915
4916         * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4917         search path, and document that gdb only scans the search path if
4918         the script's path doesn't specify a directory.
4919
4920 2010-04-05  Doug Evans  <dje@google.com>
4921
4922         * gdb.texinfo (maint show python auto-load): Fix typo.
4923
4924 2010-04-04  Stan Shebs  <stan@codesourcery.com>
4925
4926         * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4927         (Setting Watchpoints): Update description of "info watch".
4928         (Disabling Breakpoints): Only "info break" lists all.
4929
4930         * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4931         (tdump): Explain how tdump works.
4932
4933 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
4934
4935         * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4936         add cross reference.
4937
4938 2010-03-31  Pedro Alves  <pedro@codesourcery.com>
4939
4940         * gdb.texinfo (TUI Commands): Mention that in some cases, these
4941         commands error out.
4942
4943 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
4944
4945         * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4946
4947 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
4948
4949         * gdb.texinfo (General Query Packets): Add xmlRegisters.
4950
4951 2010-03-29  Stan Shebs  <stan@codesourcery.com>
4952             Nathan Sidwell  <nathan@codesourcery.com>
4953
4954         * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4955         GDBN equivalent.
4956         (Set Tracepoints): Remove mention that conditional tracepoints
4957         don't exist.
4958         (Tracepoint Actions): Clarify when while-stepping collection
4959         happens, note that while-stepping does not automatically collect
4960         $pc.
4961
4962 2010-03-29  Stan Shebs  <stan@codesourcery.com>
4963
4964         * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4965         (General Query Packets): Describe TracepointSource.
4966
4967 2010-03-27  Matt Rice  <ratmice@gmail.com>
4968
4969         * gdb.texinfo (ARM): Document arguments to "target sim".
4970         (Set Catchpoints): Use @dots{} instead of @r{...}.
4971
4972 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
4973
4974         * gdb.texinfo (Tracepoint Packets): Remove mention that
4975         terror:string may be plain text, and drop mention of X prefix.
4976
4977 2010-03-26  Vladimir Prus  <vladimir@codesourcery.com>
4978
4979         * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4980
4981 2010-03-24  Stan Shebs  <stan@codesourcery.com>
4982
4983         * gdb.texinfo (Tracepoint Packets): Document trace error status.
4984
4985 2010-03-24  Tom Tromey  <tromey@redhat.com>
4986
4987         PR breakpoints/9352:
4988         * gdb.texinfo (Break Commands): Update.
4989
4990 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
4991
4992         * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4993         commands.
4994
4995 2010-03-16  Stan Shebs  <stan@codesourcery.com>
4996
4997         * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4998         circular-trace-buffer.
4999         (Tracepoint Packets): Describe QTBuffer, and details of the
5000         qTStatus reply.
5001
5002 2010-03-12  Stan Shebs  <stan@codesourcery.com>
5003             Nathan Sidwell  <nathan@codesourcery.com>
5004
5005         * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5006         doing instruction stepping.
5007         (Tracepoint Restrictions): New node.
5008
5009 2010-03-10  Tom Tromey  <tromey@redhat.com>
5010
5011         * gdbint.texinfo (Symbol Handling): Update.
5012
5013 2010-03-08  Tom Tromey  <tromey@redhat.com>
5014
5015         PR cli/9591:
5016         * gdb.texinfo (Mode Options): Mention lack of pagination and
5017         confirmation with --batch.
5018         (Screen Size): Mention --batch.
5019         (Messages/Warnings): Likewise.
5020
5021 2010-03-05  Tom Tromey  <tromey@redhat.com>
5022
5023         * gdb.texinfo (Basic Python): Document target_charset and
5024         target_wide_charset.
5025
5026 2010-03-05  Tom Tromey  <tromey@redhat.com>
5027
5028         * gdb.texinfo (Data): Link to pretty-printing.
5029         (Output Formats): Likewise.  Correct text.
5030
5031 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
5032
5033         * gdb.texinfo (Types): Describe <struct> and <flags>.
5034
5035 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
5036
5037         * gdb.texinfo (Frames In Python): Add block parameter and
5038         description to read_var text.
5039
5040 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
5041             Tom Tromey  <tromey@redhat.com>
5042
5043         * gdb.texinfo (Types In Python): Describe block argument in
5044         template_argument and gdb.lookup_type.
5045
5046 2010-02-24  Tom Tromey  <tromey@redhat.com>
5047
5048         * gdb.texinfo (Cygwin Native): Fix typo.
5049
5050 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
5051
5052         * gdb.texinfo (Frames In Python): Add block, find_sal, function
5053         and select method descriptions.
5054         (Python API): Add Blocks In Python, Symbols in Python and Symbol
5055         Tables in Python to menu.
5056         (Blocks In Python): New node.
5057         (Symbols In Python): New node.
5058         (Symbol Tables in Python): New node.
5059
5060 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
5061
5062         Multiexec MI
5063
5064         gdb/
5065         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5066
5067         gdb/doc/
5068         * gdb.texinfo (GDB/MI Command Syntax): Document notification
5069         changes.
5070         (GDB/MI Program Execution): Document current behaviour of
5071         --all and --thread-group.
5072         (GDB/MI Miscellaneous Commands): Document -add-inferior and
5073         -remove-inferior.
5074         * observer.texi (inferior_added, inferior_removed): New
5075         observers.
5076
5077 2010-02-19  Tom Tromey  <tromey@redhat.com>
5078
5079         * gdbint.texinfo (Getting Started): Fix @node.
5080         (Debugging GDB): Likewise.
5081
5082 2010-02-13  Joel Brobecker  <brobecker@adacore.com>
5083
5084         * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5085         documenting the gdb_test_timeout variable.
5086
5087 2010-02-12  Jakob Engblom  <jakob@virtutech.com>
5088
5089         * gdb.texinfo (MI commands): Added documentation of --reverse
5090         option to a set of MI commands. Restructured documentation of MI
5091         commands --exec-continue to reflect the complexity of reverse
5092         execution.
5093
5094 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
5095
5096         * gdb.texinfo (Using the Collected Data): Specify that the address
5097         range of `tfind outsize' is exclusive, and that the address range
5098         of `tfind range' is inclusive.
5099         (Tracepoint Packets): Specify that the address range of
5100         `QTFrame:range' is inclusive, and that the address range of
5101         `QTFrame:outside' is exclusive
5102
5103 2010-02-12  Vladimir Prus  <vladimir@codesourcery.com>
5104
5105         * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5106
5107 2010-02-10  Tom Tromey  <tromey@redhat.com>
5108
5109         * gdb.texinfo (Debugging Output): Document set debug parser and
5110         show debug parser.
5111
5112 2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>
5113
5114         * gdb.texinfo (Predefined Target Types): Add i387_ext,
5115         i386_eflags and i386_mxcsr.
5116
5117 2010-02-08  H.J. Lu  <hongjiu.lu@intel.com>
5118
5119         * gdb.texinfo: Document i386 target features.
5120
5121 2010-02-05  Doug Evans  <dje@google.com>
5122
5123         * gdbint.texinfo (Testsuite): Add a new section to document the
5124         various DejaGnu variables that may be overridden.
5125         Document INTERNAL_GDBFLAGS.
5126
5127 2010-02-04  Tom Tromey  <tromey@redhat.com>
5128
5129         PR cli/8830:
5130         * gdb.texinfo (Files): -readnow comes before the filename for file
5131         and symbol-file.
5132
5133 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
5134
5135         * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5136         Document ARM breakpoint types.
5137         (Register Packet Format): Move into the new section.
5138         (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5139
5140 2010-01-21  Joel Brobecker  <brobecker@adacore.com>
5141
5142         * gdb.texinfo (File Options): Adjust the documentation of this
5143         switch to refer to the "source" command rather than partially
5144         duplicating some of the relevant information.
5145         (Extending GDB): Introduce and document the set/show script-extension
5146         setting.
5147         (Command Files): Add note explaining that the "source" command
5148         is also used to evalute scripts written in other languages.
5149         Remove the short slightly incorrect reference to sourcing Python
5150         scripts.
5151         (Python Commands): Document how to execute a Python script from GDB.
5152
5153 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
5154
5155         * gdb.texinfo (Command Files): Fix typo.
5156
5157 2010-01-18  Tom Tromey  <tromey@redhat.com>
5158
5159         * gdb.texinfo (File Options): Document -x on .py files.
5160         (Command Files): Document handling of Python scripts.
5161
5162 2010-01-18  Jie Zhang  <jie.zhang@analog.com>
5163
5164         * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5165
5166 2010-01-15  Stan Shebs  <stan@codesourcery.com>
5167
5168         * gdb.texinfo (Trace Files): New section.
5169         (Tracepoint Packets): Document QTSave and qTBuffer.
5170         (Trace File Format): New appendix.
5171
5172 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
5173
5174         * gdb.texinfo (Values From Inferior): Document lazy_string value
5175         method.
5176         (Python API): Add Lazy strings menu item.
5177         (Lazy Strings In Python): New node.
5178
5179 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
5180
5181         * gdb.texinfo (GDB/MI Thread Information): New.
5182         (GDB/MI Async Records): Document the core field in *stopped.
5183         (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5184         documentation
5185         (Process list): Document that osdata document may contain
5186         threads.
5187         (Remote Serial Protocol): Document qXfer:threads.
5188
5189 2010-01-06  Stan Shebs  <stan@codesourcery.com>
5190
5191         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5192         disconnected tracing.
5193         (Tracepoint Packets): Document new protocol.
5194
5195 2010-01-05  Stan Shebs  <stan@codesourcery.com>
5196
5197         * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5198         tracepoints.
5199         (Tracepoint Packets): Describe remote protocol for fast
5200         tracepoints.
5201
5202 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
5203
5204         Update the "Start of New Year Procedure".
5205         * gdbint.texinfo: Add the list of files that need to be updated
5206         manually.  Minor reformatting.
5207
5208 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
5209
5210         * refcard.tex: Update copyright year in header and text.
5211
5212 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
5213
5214         * agentexpr.texi: Add 2010 to the list of copyright years.
5215         * annotate.texinfo: Likewise.
5216         * gdb.texinfo: Likewise.
5217         * gdbint.texinfo: Likewise.
5218         * observer.texi: Likewise.
5219         * stabs.texinfo: Likewise.
5220
5221 2009-12-31  Stan Shebs  <stan@codesourcery.com>
5222
5223         * gdb.texinfo (Tracepoint Actions): Describe teval.
5224
5225 2009-12-29  Stan Shebs  <stan@codesourcery.com>
5226
5227         * gdb.texinfo (Tracepoint Actions): Describe default-collect.
5228
5229 2009-12-28  Stan Shebs  <stan@codesourcery.com>
5230
5231         * gdb.texinfo (Trace State Variables): New section.
5232         (Tracepoint Packets): Describe trace state variable packets.
5233         * agentexpr.texi (Bytecode Descriptions): Describe trace state
5234         variable bytecodes.
5235
5236 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
5237
5238         * gdb.texinfo (Symbols): "info variables" prints definitions, not
5239         declarations.
5240
5241 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
5242
5243         * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5244         -gdb-exit behaviour.
5245
5246 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
5247
5248         * gpl.texi: Update to version 3 of the GPL.
5249
5250 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
5251
5252         * Makefile.in: Update copyright header.
5253         * observer.texi: Fix the copyright header of the generated files.
5254
5255 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
5256
5257         * gdb.texinfo (Types In Python): Describe range function.
5258
5259 2009-12-03  Richard Ward  <richard.j.ward1@googlemail.com>
5260
5261         * gdb.texinfo (Types In Python): Describe "is_base_class".
5262
5263 2009-12-03  Tom Tromey  <tromey@redhat.com>
5264
5265         * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5266
5267 2009-12-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
5268
5269         * observer.texi: New memory_changed observer.
5270
5271 2009-12-01  Tom Tromey  <tromey@redhat.com>
5272
5273         * gdb.texinfo (Reverse Execution): Fix typo.
5274
5275 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
5276
5277         PR gdb/8704
5278
5279         * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5280         are allowed after the breakpoint condition.
5281
5282 2009-11-23  Tom Tromey  <tromey@redhat.com>
5283
5284         PR python/10782:
5285         * gdb.texinfo (Types In Python): Document Type.pointer.
5286
5287 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
5288
5289         * gdb.texinfo (Machine Code): Adjust.
5290
5291 2009-11-11  Pedro Alves  <pedro@codesourcery.com>
5292
5293         * agentexpr.texi (Tracing On Symmetrix): Delete section.
5294         (Using Agent Expressions): Delete cross reference.
5295
5296 2009-11-07  Joel Brobecker  <brobecker@adacore.com>
5297
5298         * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5299         and @settitle directives up to help makeinfo find them.
5300
5301 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5302
5303         * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5304         (Auto-loading): Use plural and note one can use multiple components now.
5305
5306 2009-11-01  Vladimir Prus  <vladimir@codesourcery.com>
5307
5308         * gdb.texinfo (GDB/MI Stack Manipulation): Make
5309         -stack-list-arguments have the same documentation for parameter
5310         as -stack-list-locals. Add comas.
5311
5312 2009-10-27  Tom Tromey <tromey@redhat.com>
5313             Eli Zaretskii <eliz@gnu.org>
5314
5315         PR python/10781
5316
5317         * gdb.texinfo (Values From Inferior): Document cast method.
5318
5319 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
5320
5321         * gdb.texinfo (Machine Code): Mention function name in disasssembly
5322         and adjust example.
5323
5324 2009-10-22  Michael Snyder  <msnyder@vmware.com>
5325
5326         * gdb.texinfo (Process Record and Replay): Document new form of
5327         info record command.  Also document the new save and restore
5328         commands.
5329
5330 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
5331
5332         * gdb.texinfo (Machine Code): Mention current pc marker.
5333         (Memory): Likewise.
5334
5335 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
5336             Stan Shebs  <stan@codesourcery.com>
5337
5338         * observer.texi (new_inferior): Rename to...
5339         (inferior_appeared): ... this.
5340
5341         * gdb.texinfo (Inferiors): Rename node to ...
5342         (Inferiors and Programs): ... this.  Mention running multiple
5343         programs in the same debug session.
5344         <info inferiors>: Mention the new 'Executable' column if "info
5345         inferiors".  Update examples.  Document the "add-inferior",
5346         "clone-inferior", "remove-inferior" and "maint info
5347         program-spaces" commands.
5348         (Process): Rename node to...
5349         (Forks): ... this.  Document "set|show follow-exec-mode".
5350
5351 2009-10-11  Michael Snyder  <msnyder@vmware.com>
5352
5353         * gdb.texinfo (ReverseStep): Show default as "unsupported".
5354         (ReverseContinue): Ditto.
5355
5356 2009-10-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
5357
5358         * gdb.texinfo (Server): Document libthread-db-search-path.
5359
5360 2009-10-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5361
5362         * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5363
5364 2009-10-06  Michael Eager  <eager@eagercon.com>
5365
5366         * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5367         (Embedded Processors): Add MicroBlaze.
5368         (MicroBlaze): New.  Describe Xilinx MicroBlaze
5369
5370 2009-10-04  Pedro Alves  <pedro@codesourcery.com>
5371
5372         * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5373
5374 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5375
5376         * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5377
5378 2009-09-23  Joel Brobecker  <brobecker@adacore.com>
5379
5380         * observer.texi (solib_unloaded): Document explicitly the fact that
5381         this observer is called before the associated symbols are unloaded.
5382
5383 2009-09-19  Vladimir Prus  <vladimir@codesourcery.com>
5384
5385         * gdb.texinfo (GDB/MI Stack Manipulation): Document
5386         -stack-list-variables.
5387
5388 2009-09-18  Tom Tromey  <tromey@redhat.com>
5389
5390         * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5391         is experimental.
5392
5393 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
5394
5395         * gdb.texinfo (convenince variables): Mention
5396         $_siginfo could be empty.
5397
5398 2009-09-15  Tom Tromey  <tromey@redhat.com>
5399
5400         * gdb.texinfo (GDB/MI Variable Objects): Document
5401         -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5402         Expand -var-update documentation.
5403
5404 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5405
5406         * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5407         feature.
5408
5409 2009-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
5410
5411         * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5412
5413 2009-09-10  Michael Snyder  <msnyder@vmware.com>
5414
5415         * gdb.texinfo (qSupported): Mention new ReverseContinue and
5416         ReverseStep replies to the qSupported query.
5417
5418 2009-09-10  Joel Brobecker  <brobecker@adacore.com>
5419
5420         Add documentation for set/show interactive-mode.
5421         * gdb.texinfo (Other Misc Settings): New node.
5422
5423 2009-09-01  Doug Evans  <dje@google.com>
5424
5425         * gdb.texinfo (Caching Data of Remote Targets): Add note on
5426         non-stop mode's affect on remote caching.
5427
5428 2009-08-31  Jacob Potter  <jdpotter@google.com>
5429             Doug Evans  <dje@google.com>
5430
5431         * gdb.texinfo (Caching Data of Remote Targets): Update text.
5432         Mark `set/show remotecache' options as obsolete.
5433         Document new `set/show stack-cache' option.
5434         Update text for `info dcache'.
5435
5436 2009-08-27  Doug Evans  <dje@google.com>
5437
5438         * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5439         (Files): Add note on new optional regex arg to `info sharedlibrary'.
5440
5441 2009-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5442
5443         * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5444         about autoconf.
5445
5446 2009-08-25  Pedro Alves  <pedro@codesourcery.com>
5447
5448         * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5449         small example, and describe its columns.  Replace "inferior-id" by
5450         "infno" throughout.
5451
5452 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5453
5454         * gdbint.texinfo (Releasing GDB): Point to
5455         README-maintainer-mode file for required autoconf version.
5456         * configure.ac: Do not substitute datarootdir, htmldir,
5457         pdfdir, docdir.  Do not process --with-datarootdir,
5458         --with-htmldir, --with-pdfdir, --with-docdir.
5459         * configure: Regenerate.
5460
5461         * configure: Regenerate.
5462
5463 2009-08-20  Reid Kleckner  <reid@kleckner.net>
5464
5465         * gdb.texinfo: Add chapter on JIT interface.
5466
5467 2009-08-07  Nick Roberts  <nickrob@snap.net.nz>
5468
5469         * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5470         confirmation request.
5471
5472 2009-08-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5473
5474         * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5475         CRC definitions.
5476
5477 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
5478
5479         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5480         -break-commands.
5481
5482 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5483
5484         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5485         "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5486
5487 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5488
5489         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5490         "set spu stop-on-load" and "show spu stop-on-load" commands.
5491
5492 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5493
5494         * gdb.texinfo (Target Descriptions): Document <compatible> element.
5495
5496 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
5497
5498         * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5499         org.gnu.gdb.arm.neon.
5500
5501 2009-07-20  Pedro Alves  <pedro@codesourcery.com>
5502
5503         * gdb.texinfo (Target Description Format): Mention the new <osabi>
5504         optional element.
5505         (subsection OS ABI): New subsection.
5506
5507 2009-07-14  Stan Shebs  <stan@codesourcery.com>
5508
5509         * gdb.texinfo (Tracepoint Conditions): New section.
5510         (General Query Packets): Describe ConditionalTracepoints.
5511         (Tracepoint Packets): Describe condition field.
5512         (Maintenance Commands): Describe maint agent-eval.
5513         * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5514
5515 2009-07-11  Hui Zhu  <teawater@gmail.com>
5516
5517         * gdb.texinfo (disassemble): Add a new modifier /r
5518         to "disassemble" command to make it print the raw instructions
5519         in hex as well as in symbolic form.
5520
5521 2009-07-09  Tom Tromey  <tromey@redhat.com>
5522
5523         * gdbint.texinfo (Testsuite): Document parallel make check.
5524
5525 2009-07-09  Tom Tromey  <tromey@redhat.com>
5526
5527         * gdbint.texinfo (Testsuite): Document test transcripts.
5528
5529 2009-07-10  Phil Muldoon  <pmuldoon@redhat.com>
5530
5531         * gdb.texinfo (Values From Inferior): Add length parameter
5532         description.
5533
5534 2009-07-04  Chris Genly  <chris@genly.us>
5535
5536         * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5537         in -var-list-children.  Fix example according to what the code
5538         does.
5539
5540 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
5541
5542         * gdb.texinfo (Debugging multiple inferiors): Document the
5543         "inferior", "detach inferior" and "kill inferior" commands.
5544         (Debugging Programs with Multiple Processes): Adjust to mention
5545         generic "inferior" commands.  Delete mention of "detach fork" and
5546         "delete fork".  Cross reference to "Debugging multiple inferiors"
5547         section.
5548
5549 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5550
5551         * gdbint.texinfo (Item Output Functions): Update signature
5552         for ui_out_field_core_addr.
5553
5554 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5555
5556         * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5557         Update example code extrated from breakpoint.c.
5558
5559 2009-06-28  Paul Pluzhnikov  <ppluzhnikov@google.com>
5560
5561         * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5562         MI commands.
5563         (GDB/MI Symbol Query): Likewise.
5564         (GDB/MI File Commands): Likewise.
5565         (GDB/MI File Transfer Commands): Likewise.
5566         (GDB/MI Target Manipulation): Likewise.
5567         (GDB/MI Miscellaneous Commands): Likewise.
5568
5569 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
5570
5571         * gdb.texinfo (Debugging Optimized Code): New chapter.
5572         (Compiling for Debugging): Reference it.  Move some
5573         text to the new section.
5574
5575 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
5576
5577         * doc/gdb.texinfo (Calling): Document
5578         set-unwind-on-terminating-exception usage.
5579
5580 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
5581
5582         * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5583         command.
5584
5585 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
5586
5587         * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5588         references.
5589
5590 2009-06-04  Ulrich Weigand  <uweigand@de.ibm.com>
5591
5592         * gdbint.texinfo: Rename formal parameters to gdbarch function
5593         protoypes from "current_gdbarch" to "gdbarch".
5594
5595 2009-05-28  Tom Tromey  <tromey@redhat.com>
5596
5597         * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5598
5599 2009-05-27  Tom Tromey  <tromey@redhat.com>
5600
5601         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5602         feature.
5603         (GDB/MI Variable Objects): Document -var-set-visualizer.
5604
5605 2009-04-02  Tom Tromey  <tromey@redhat.com>
5606
5607         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5608         feature.
5609         (GDB/MI Variable Objects): Document -var-set-visualizer.
5610
5611 2009-05-27  Tom Tromey  <tromey@redhat.com>
5612             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5613             Phil Muldoon  <pmuldoon@redhat.com>
5614
5615         * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5616         (Pretty Printing): New node.
5617         (Selecting Pretty-Printers): Likewise.
5618         (Python API): Update.
5619         (Output Formats): Document /r format.
5620
5621 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5622             Tom Tromey  <tromey@redhat.com>
5623
5624         * gdb.texinfo (Types In Python): New node.
5625         (Values From Inferior): "type" is now an attribute.
5626         (Python API): Update.
5627
5628 2009-05-27  Tom Tromey  <tromey@redhat.com>
5629             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5630             Phil Muldoon  <pmuldoon@redhat.com>
5631
5632         * gdb.texinfo: Add @syncodeindex for `tp'.
5633         (Python API): Update.
5634         (Auto-loading): New node.
5635         (Objfiles In Python): New node.
5636
5637 2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
5638
5639         * gdb.texinfo (Threads): Document libthread-db-search-path.
5640
5641 2009-05-15  Nick Roberts  <nickrob@snap.net.nz>
5642
5643         * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5644
5645 2009-05-12  Pedro Alves  <pedro@codesourcery.com>
5646
5647         * gdb.texinfo: Document 'set/show debug gnu-nat'.  Replace 'maint
5648         show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5649         show show-debug-regs' docs.
5650
5651 2009-05-08  Eli Zaretskii  <eliz@gnu.org>
5652
5653         * gdb.texinfo (Process Record and Replay): Add description of
5654         reverse execution.
5655
5656 2009-05-07  Joel Brobecker  <brobecker@adacore.com>
5657
5658         * gdbint.texinfo (Adding support for debugging core files): New node.
5659         (Native Debugging): Remove the ``Native core file Support'' section.
5660
5661 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
5662
5663         * gdb.texinfo (Process Record and Replay): Improve and clarify.
5664         Add index entries.
5665
5666 2009-04-30  Hui Zhu  <teawater@gmail.com>
5667             Michael Snyder  <msnyder@vmware.com>
5668
5669         * gdb.texinfo: (Process Record and Replay): Add documentation for
5670         process record and replay.
5671
5672 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5673
5674         * gdb.texinfo (Macros): Note command-line for `info macro'.  Append
5675         a new part on command-line defined macros.
5676
5677 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
5678
5679         * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5680         clarify the wording.
5681
5682 2009-04-23  Tom Tromey  <tromey@redhat.com>
5683
5684         * gdb.texinfo (Data Files): New node.
5685         (GDB Files): Update menu.
5686
5687 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
5688
5689         * gdbint.texinfo (Defining Other Architecture Features): Remove
5690         entry for PROCESS_LINENUMBER_HOOK.
5691
5692 2009-04-22  Vladimir Prus  <vladimir@codesourcery.com>
5693
5694         * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5695
5696 2009-04-22  Hui Zhu  <teawater@gmail.com>
5697
5698         * gdb.texinfo (disassemble-next-line): Set the default of
5699         disassemble-next-line to off.
5700
5701 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
5702
5703         * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5704         --with-htmldir): New.
5705         * configure: Regenerate.
5706         * Makefile.in (datarootdir, docdir): Define.
5707         (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5708         instead of $(SET_TEXINPUTS).
5709         (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5710         gdbint.info instead of $(SET_TEXINPUTS).
5711         (gdbint/index.html): Use same -I options as for building
5712         gdbint.info.
5713         (stabs.dvi, stabs.pdf): Use same -I options as for building
5714         stabs.info instead of $(SET_TEXINPUTS).
5715         (stabs/index.html): Use same -I options as for building
5716         stabs.info.
5717         (annotate.dvi, annotate.pdf): Use same -I options as for building
5718         annotate.info instead of $(SET_TEXINPUTS).
5719         (annotate/index.html): Use same -I options as for building
5720         annotate.info.
5721
5722 2009-04-21  David Daney  <ddaney@caviumnetworks.com>
5723
5724         * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5725
5726 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
5727
5728         * gdb.texinfo (Source Path): Document --with-relocated-sources.
5729
5730 2009-04-18  Carlos O'Donell  <carlos@codesourcery.com>
5731             Joseph Myers  <joseph@codesourcery.com>
5732
5733         * Makefile.in (MAKEHTML): Set to makeinfo --html.
5734         (MAKEHTMLFLAGS): Set to empty.
5735         (html__strip_dir): Define.
5736         (HTMLFILES): Define.
5737         (HTMLFILES_INSTALL): Define.
5738         (install-html): Copy new automake rule.
5739         (html): Depend on $(HTMLFILES).
5740         (gdb_toc.html): Rename to gdb/index.html.
5741         (gdbint_toc.html): Rename to gdbint/index.html.
5742         (stabs_toc.html): Rename to stabs/index.html.
5743         (annotate_toc.html): Rename to annotate/index.html.
5744
5745 2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
5746
5747         * Makefile.in: Set pdfdir and htmldir from configure
5748         substitutions.
5749         * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5750         * configure: Regenerate.
5751
5752 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
5753
5754         * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5755         This macro is no longer used.
5756
5757 2009-04-15  Tom Tromey  <tromey@redhat.com>
5758
5759         * gdb.texinfo (Character Sets): Document default character set.
5760
5761 2009-04-14  Pierre Muller  <muller@ics.u-strasbg.fr>
5762
5763         * gdbint.texinfo: Change server name from sources.redhat.com to
5764         sourceware.org throughout.
5765
5766 2009-04-09  Joel Brobecker  <brobecker@adacore.com>
5767
5768         * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5769         about a missing dot or coma after @xref.
5770
5771 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5772
5773         * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5774         example, and add a small explanation about it.
5775         (Print Settings): Change the documentation of the "set print
5776         frame-arguments" to reflect the fact that the default is now "scalars".
5777
5778 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5779
5780         * gdb.texinfo (Print Settings): Add kindex for command "set
5781         print frame-arguments".
5782
5783 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5784
5785         * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5786         breakpoints.
5787         (Set Breaks): Add reference to thread-specific and task-specific
5788         breakpoints.
5789
5790 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5791
5792         * gdb.texinfo (Ada Tasks): Remove the documentation about
5793         the "Running" state, as this state has been eliminated.
5794         Now all runnable tasks are shown as "Runnable".
5795
5796 2009-03-30  Stan Shebs  <stan@codesourcery.com>
5797
5798         * gdb.texinfo (Tracepoints): Describe tracepoints as a
5799         special case of breakpoints.
5800         (Enable and Disable Tracepoints): Mention deprecation.
5801         (Listing Tracepoints): Update description and example.
5802
5803 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5804
5805         * gdb.texinfo (Frames in Python): New node.
5806         (Python API): Update.
5807
5808 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5809
5810         * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5811         from a method to an attribute.
5812
5813 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5814
5815         * gdb.texinfo (Values From Inferior): Document is_optimized_out
5816         attribute.
5817
5818 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
5819
5820         * observer.texi (thread_exit): Add "silent" parameter.
5821
5822 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
5823
5824         * observer.texi (about_to_proceed): New.
5825
5826 2009-03-21  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5827
5828         * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5829         field throughout to handle types with spaces in them.  Fix typos
5830         found by aspell.
5831         (Summary, Requirements, Contributors): New first chapter,
5832         "Summary" added, old Requirements section moved there, and new
5833         section, "Contributors" added.
5834         (Initializing a New Architecture, Register Representation)
5835         (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5836         (Porting gdb): These sections extended and updated.
5837         (Compiler Characteristics): This section (empty) deleted.
5838         (Defining Other Architecture Features): This section renamed and
5839         duplicate material removed from (formerly "Target Conditionals").
5840         Use braces {} in @deftypeXX type field throughout to handle types
5841         with spaces in them. Typos found by aspell fixed.
5842
5843         * stack_frame.svg: New file, source of image for gdbint.texinfo.
5844         * stack_frame.pdf: Version of image for PDF output.
5845         * stack_frame.png: Version of image for HTML output and for Emacs.
5846         * stack_frame.txt: Version of image for Info output.
5847         * stack_frame.eps: Version of image for TeX DVI output.
5848
5849 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
5850
5851         * gdb.texinfo (Character Sets): Fix last change.
5852
5853 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5854
5855         * gdb.texinfo (Values From Inferior): Fix optional arguments
5856         markup.
5857         (Commands In Python): Adjust argument names of gdb.Command.__init__
5858         to what the function accepts as keywords.
5859
5860 2008-03-20  Tom Tromey  <tromey@redhat.com>
5861
5862         * gdb.texinfo (Convenience Vars): Document convenience functions.
5863         (Functions In Python): New node.
5864         (Python API): Update.
5865
5866 2009-03-20  Tom Tromey  <tromey@redhat.com>
5867
5868         * gdb.texinfo (Character Sets): Remove obsolete text.  Document
5869         set target-wide-charset.
5870         (Requirements): Mention iconv.
5871
5872 2009-03-17  Hui Zhu  <teawater@gmail.com>
5873
5874         * gdb.texinfo: Change the introduce of "disassemble-next-line".
5875
5876 2009-03-17  Hui Zhu  <teawater@gmail.com>
5877
5878         * gdb.texinfo: Add documentation for disassemble-next-line.
5879
5880 2009-03-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5881
5882         * gdb.texinfo (Commands In Python): Remove tindex entries.
5883
5884 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5885
5886         * gdb.texinfo (Returning): New description for missing debug info.
5887
5888 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
5889
5890         * gdb.texinfo (Remote Configuration): Document query-attached.
5891         (General Query Packets): Document qAttached.
5892
5893 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
5894
5895         * gdb.texinfo (Background Execution): Better describe the set
5896         target-async command.
5897         (Maintenance Commands): Delete description of the `maint set/show
5898         linux-async' and `maint set/show remote-async' commands.
5899
5900 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
5901
5902         * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5903         between sentences.
5904
5905 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
5906
5907         * gdb.texinfo (GDB/MI Async Records): Document the
5908         =library-loaded and =library-unloaded notifications.
5909
5910 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
5911
5912         * observer.texi (test_notification): New observer.
5913
5914 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
5915
5916         * observer.texi: Add parameter 'print_frame' to normal_stop
5917         observer.
5918
5919 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
5920
5921         * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5922         (Commands In Python): Fix COMMAND_* constants in last change.  Use
5923         @kbd for interactive input.  Add cross-references and index
5924         entries.
5925
5926 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5927
5928         * gdb.texinfo (Signals): Document $_siginfo.
5929         (Convenience Variables): Mention $_siginfo.
5930         (Remote Configuration): Document qXfer:siginfo:read,
5931         qXfer:siginfo:write packets, and the read-siginfo-object,
5932         write-siginfo-object commands.
5933
5934 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5935
5936         * gdbint.texinfo (Values): New chapter.
5937
5938 2009-02-06  Tom Tromey  <tromey@redhat.com>
5939
5940         * gdb.texinfo (Python API): Add entry for Commands In Python.
5941         (Commands In Python): New node.
5942
5943 2009-02-05  Tom Tromey  <tromey@redhat.com>
5944
5945         * gdb.texinfo (Values From Inferior): Document Value.string.
5946
5947 2009-02-05  Tom Tromey  <tromey@redhat.com>
5948
5949         * gdb.texinfo (Basic Python): Document execute's from_tty
5950         argument.
5951
5952 2009-02-04  Tom Tromey  <tromey@redhat.com>
5953
5954         * gdb.texinfo (Basic Python): Document gdb.history.
5955
5956 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
5957
5958         * gdb.texinfo (GDB/MI Thread Commands): Document the
5959         'current-thread-id' field.  Remove the example with zero threads,
5960         since current GDB won't ever report that if there's inferior.
5961
5962 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
5963
5964         * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5965         option to -break-insert.
5966
5967 2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
5968             Jerome Guitton  <guitton@adacore.com>
5969
5970         * gdb.texinfo (Startup): Document --with-system-gdbinit.
5971         (System-wide configuration): New section.
5972
5973 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5974
5975         PR gdb/7580:
5976         * gdb.texinfo (Maintenance Commands): Document "maint set|show
5977         internal-error|internal-warning quit|corefile ask|yes|no".
5978
5979 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5980
5981         * gdb.texinfo (Using the `gdbserver' Program): Document
5982         --remote-debug.
5983
5984 2009-01-23  Doug Evans  <dje@google.com>
5985
5986         * gdb.texinfo: Add nexti to list of commands that support
5987         background execution.
5988
5989 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
5990
5991         * gdb.texinfo (Define, Hooks): Document prefix command support.
5992
5993 2009-01-14  Joseph Myers  <joseph@codesourcery.com>
5994             Carlos O'Donell  <carlos@codesourcery.com>
5995
5996         Fixes for makeinfo --html.
5997
5998         * annotate.texinfo: Use @copying and @insertcopying.  Use
5999         @ifnottex in place of @ifinfo.
6000         * gdb.texinfo: Use @copying and @insertcopying.  Use @ifnottex in
6001         place of @ifinfo.  Use @ifnotinfo for one index entry.
6002         * gdbint.texinfo: Use @copying and @insertcopying.  Use @ifnottex
6003         in place of @ifinfo.
6004         * stabs.texinfo: Use @copying and @insertcopying.  Use @ifnottex
6005         in place of @ifinfo.  Include contents at start unconditionally.
6006
6007 2009-01-13  Pedro Alves  <pedro@codesourcery.com>
6008
6009         * gdb.texinfo (General Query Packets): Remove @var{} around the
6010         "spu" literal string.
6011
6012 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
6013
6014         * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6015         program may be running in another process" errors.
6016         * gdbint.texinfo (Native Conditionals): Delete
6017         ONE_PROCESS_WRITETEXT description.
6018
6019 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
6020
6021         * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6022         emacs local variable to be placed at the end of the ChangeLog.
6023         Add server.c and gdbreplay.c to the list of files where the
6024         copyright year needs to be updated.
6025
6026 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
6027
6028         * gdb.texinfo (Remote Configuration): Document new
6029         "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6030         commands.
6031
6032 2008-12-28  Pedro Alves  <pedro@codesourcery.com>
6033
6034         * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6035         FETCH_INFERIOR_REGISTERS.
6036         (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6037         FETCH_INFERIOR_REGISTERS descriptions.  Remove
6038         gdbarch_get_longjmp_target descrition, since already described in
6039         Target Conditionals.  Move gdbarch_fp0_regnum description to ...
6040         (Target Conditionals): ... here.
6041
6042 2008-12-16  Joel Brobecker  <brobecker@adacore.com>
6043
6044         * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6045         examples.
6046         (Additions to Ada): Likewise.  Add the missing opening and closing
6047         parenthesis of the GDB prompt in one of the examples.
6048
6049 2008-12-14  Joel Brobecker  <brobecker@adacore.com>
6050
6051         * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6052         about the result of 'Address not being of type System.Address.
6053         This problem has been fixed a while ago.
6054
6055 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
6056
6057         MI non-stop and multiprocess docs.
6058
6059         * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6060         (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6061         Adjust documentation for *stopped, document =thread-created,
6062         =thread-exited, =thread-group-created and =thread-group-exited.
6063         (GDB/MI Thread Commands): Document the 'state' field in
6064         -thread-info output.
6065         (GDB/MI Program Execution): Mention --all and --thread-group
6066         options.
6067         (GDB/MI Variable Objects): Describe floating and fixed variable
6068         objects.
6069         (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
6070
6071 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
6072
6073         * gdb.texinfo (Operating System Information): New appendix.
6074         (Operating System Auxiliary Information): Document 'info os processes'
6075         (Remote Configuration): Document 'osdata'
6076         (General Query Packets): Document qXfer:osdata:read.
6077
6078 2008-11-27  Tristan Gingold  <gingold@adacore.com>
6079
6080         * gdb.texinfo (Darwin): Document Darwin specific features.
6081
6082 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
6083
6084         * gdbint.texinfo (Target Conditionals): Extend the
6085         gdbarch_breakpoint_from_pc description.
6086
6087 2008-11-22  Vladimir Prus  <vladimir@codesourcery.com>
6088
6089         * gdb.texinfo (M68K Features): Fix typo.
6090
6091 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
6092
6093         * gdb.texinfo (Symbols): Mention printing containing
6094         image name in "info symbol".
6095         (Maint translate-address): Likewise.
6096
6097 2008-11-18  Joel Brobecker  <brobecker@adacore.com>
6098
6099         * gdb.texinfo (Set Catchpoints): Remove the documentation of
6100         commands "catch load" and "catch unload".
6101
6102 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
6103
6104         * gdb.texinfo (GDB/MI Async Records): Document
6105         =thread-selected.
6106
6107 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
6108
6109         * observer.texi (new_inferior, inferior_exit): New observers.
6110
6111 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
6112
6113         * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6114         .mt files, TM_CLIBS or TM_CDEPS.
6115         (x86 Watchpoints): Don't mention TDEPFILES.
6116
6117 2008-10-24  Sandra Loosemore  <sandra@codesourcery.com>
6118
6119         * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6120         (Overview): Mention notifications and non-stop mode behavior.
6121         (Packets): Update documentation of ?, vAttach, vCont, and vRun
6122         with non-stop mode behavior.  Add vStopped description.
6123         (Stop Reply Packets):  Update list of packets that return
6124         stop replies.  Mention non-stop behavior.
6125         (General Query Packets): Document QNonStop packet and associated
6126         qSupported query response.
6127         (Interrupts): Clarify multi-threaded behavior.  Mention non-stop
6128         behavior.
6129         (Notification Packets): New section.
6130         (Remote Non-Stop): New section.
6131         (File-I/O Overview): Mention non-stop behavior.
6132
6133 2008-10-24  Hui Zhu  <teawater@gmail.com>
6134             Pedro Alves  <pedro@codesourcery.com>
6135
6136         * gdb.texinfo (displaced-stepping): Describe the auto mode
6137         setting, and say it's the default.  This is now a mainstream
6138         setting instead of a maintenance setting.
6139
6140 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
6141
6142         * observer.texi (thread_stop_requested): New.
6143
6144 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
6145
6146         * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6147         (Patching): Replace incorrect usage of @samp by @kbd.
6148
6149 2008-10-17  Michael Snyder  <msnyder@vmware.com>
6150
6151         * gdb.texinfo: Add documentation for reverse execution.
6152
6153 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6154             Eli Zaretskii  <eliz@gnu.org>
6155
6156         * gdb.texinfo. (Values From Inferior): New subsubsection.
6157
6158 2008-10-06  Doug Evans  <dje@google.com>
6159
6160         * gdb.texinfo (set debug dwarf2-die): Document it.
6161
6162 2008-10-01  Joel Brobecker  <brobecker@adacore.com>
6163
6164         * gdb.texinfo (catch) [exception]: Document how to insert
6165         a breakpoint on user-defined exceptions when the exception
6166         name is identical to one of the language-defined ones.
6167
6168 2008-09-27  Tom Tromey  <tromey@redhat.com>
6169
6170         * gdb.texinfo (Macros): Remove text about stringification,
6171         varargs, and splicing.
6172
6173 2008-09-27  Tom Tromey  <tromey@redhat.com>
6174
6175         * gdbint.texinfo (Language Support): Remove text about omitting
6176         support for a language.
6177
6178 2008-09-23  Doug Evans  <dje@google.com>
6179
6180         * gdb.texinfo (info dcache): Update.
6181
6182 2008-09-22  Sandra Loosemore  <sandra@codesourcery.com>
6183
6184         * gdb.texinfo (Packets): Add info on thread-id syntax and
6185         multiprocess extensions.
6186         <D>: Document multiprocess form of packet.
6187         <H>: Use thread-id syntax.
6188         <T>: Likewise.
6189         <vCont>: Likewise.  Note this is required for multiprocess.
6190         <vKill>: New packet.
6191         (Stop Reply Packets) <T>: Use thread-id syntax.
6192         <W>: Document multiprocess form of reply.
6193         <X>: Likewise.
6194         (General Query Packets) <qC>: Use thread-id syntax.
6195         <qfThreadInfo>: Likewise.
6196         <qGetTLSAddr>: Likewise.
6197         <qP>: Likewise.
6198         <qSupported>: Add "multiprocess" feature.
6199         <qThreadExtraInfo>: Use thread-id syntax.
6200
6201 2008-09-22  Stan Shebs  <stan@codesourcery.com>
6202
6203         * gdb.texinfo (Inferiors): New section.
6204
6205 2008-09-12  Pedro Alves  <pedro@codesourcery.com>
6206
6207         * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6208
6209 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
6210
6211         * gdbint.texinfo (Target Conditionals): Remove documentation
6212         for gdbarch_name_of_malloc.
6213
6214 2008-09-03  Angela Marie Thomas <angela@releasedominatrix.com>
6215
6216         * gdb.texinfo (Interrupts): Mention TCP interface for
6217         sending BREAK.
6218
6219 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
6220
6221         * gdb.texinfo (Commands to Specify Files): Document "remote:"
6222         argument prefix to "set sysroot".
6223
6224 2008-08-21  Paul N. Hilfinger  <hilfinger@adacore.com>
6225
6226         * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6227         and False.
6228
6229 2008-08-20  Vladimir Prus  <vladimir@codesourcery.com>
6230
6231         * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6232         for possible features of -list-features.
6233
6234 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
6235
6236         * gdb.texinfo (Background execution): Adjust example
6237         (GDB/MI Miscellaneous Commands): Document -list-target-features.
6238
6239 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
6240
6241         * doc/gdb.texinfo (PowerPC): Fix typo.
6242         (PowerPC features): Fix typo.
6243
6244 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
6245
6246         * observer.texi (thread_ptid_changed): New.
6247
6248 2008-08-18  Luis Machado  <luisgpm@br.ibm.com>
6249
6250         * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6251         (PowerPC features): Mention feature set for VSX registers.
6252
6253 2008-08-13  Joel Brobecker  <brobecker@adacore.com>
6254
6255         * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6256         the direct visibility of all names in user-written packages.
6257
6258 2008-08-13  Pedro Alves  <pedro@codesourcery.com>
6259
6260         * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6261         setting, and make it the default.
6262         (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6263         non-stop script example.
6264
6265 2008-08-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6266
6267         * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6268         reference to the "Using Different Register and Memory Data
6269         Representation" section.
6270
6271 2008-08-12  Sandra Loosemore  <sandra@codesourcery.com>
6272
6273         * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6274         (Remote Protocol): Add Packet Acknowledgment to menu.
6275         (Overview): Mention +/- can be disabled, and point to new section
6276         where this is discussed in detail.
6277         (General Query Packets): Document QStartNoAckMode packet, and
6278         corresponding qSupported reply.
6279         (Packet Acknowledgment): New section.
6280
6281 2008-08-11  Sandra Loosemore  <sandra@codesourcery.com>
6282             Pedro Alves  <pedro@codesourcery.com>
6283
6284         * gdb.texinfo (Threads): Move paragraph about automatic thread
6285         selection to All-Stop Mode subsection.
6286         (Thread Stops): Reorganize existing material into subsections.
6287         Add introductory blurb and menu.
6288         (Non-Stop Mode): New subsection.
6289         (Background Execution): New subsection.
6290         (Maintenance Commands): Add cross-references from async mode
6291         commands to the new Background Execution section.
6292
6293 2008-08-06  Tom Tromey  <tromey@redhat.com>
6294
6295         * gdb.texinfo (Extending GDB): New chapter.
6296         (Sequences): Demoted chapter, now a section under the new
6297         Extending GDB chapter.
6298         (Python): New section.
6299
6300 2008-07-31  Stan Shebs  <stan@codesourcery.com>
6301
6302         * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6303
6304 2008-07-29  Stan Shebs  <stan@codesourcery.com>
6305
6306         * gdbint.texinfo: General round of cleanup and minor
6307         clarifications.
6308         (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6309         (Longjmp Support): Update description to reflect how it is done
6310         for targets without using native header.
6311         (Symbol Handling): Add a little more general explanation.
6312         (COFF, ELF): Mention stabs encapsulation.
6313         (DWARF 3): New section.
6314         (Adding a New Host): Scrub out some obsolete bits.
6315         (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6316         (Host Conditionals): Remove descriptions of NO_STD_REGS,
6317         HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6318         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6319         SEEK_SET, STOP_SIGNAL, USG.
6320         (Raw and Virtual Register Representations): Ditto for
6321         DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6322         DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6323         (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6324         DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6325         DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6326         DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6327         DEPRECATED_REGISTER_VIRTUAL_SIZE,
6328         DEPRECATED_REGISTER_VIRTUAL_TYPE,
6329         DEPRECATED_USE_STRUCT_CONVENTION.
6330         Describe gdbarch_deprecated_fp_regnum.
6331         Update description of gdbarch_print_insn.
6332         (Adding a New Target): Scrub out obsolete bits.
6333         (Obsolete Conditionals): Remove entire section.
6334
6335 2008-07-25  Tom Tromey  <tromey@redhat.com>
6336
6337         * observer.texi (GDB Observers): Document new observers:
6338         breakpoint_created, breakpoint_deleted, breakpoint_modified,
6339         tracepoint_created, tracepoint_deleted, tracepoint_modified,
6340         architecture_changed.
6341
6342 2008-07-21  Stan Shebs  <stan@codesourcery.com>
6343
6344         * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6345         instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6346
6347 2008-07-21  Tom Tromey  <tromey@redhat.com>
6348
6349         * observer.texi (GDB Observers): Remove obsolete comment.
6350         <executable_changed>: Remove argument.
6351
6352 2008-07-18  Tom Tromey  <tromey@redhat.com>
6353
6354         * gdb.texinfo (Macros): Update.  Use @code rather than @command.
6355
6356 2008-07-10  Doug Evans  <dje@google.com>
6357
6358         * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6359
6360 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6361
6362         * gdb.texinfo (Starting): Document "set disable-randomization".
6363
6364 2008-07-07  Andreas Schwab  <schwab@suse.de>
6365
6366         * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6367
6368 2008-07-06  Vladimir Prus  <vladimir@codesourcery.com>
6369
6370         * gdb.texinfo (GDB/MI Target Manipulation): Add
6371         example of -target-attach.
6372
6373 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
6374
6375         * observer.texi (target_resumed): New observer.
6376         * gdb.texinfo (GDB/MI Output Records): Document *running.
6377
6378 2008-06-06  Tom Tromey  <tromey@redhat.com>
6379
6380         * gdb.texinfo (Completion): Add field name example.
6381
6382 2008-06-06  Marc Khouzam  <marc.khouzam@ericsson.com>
6383
6384         * gdb.texinfo (GDB/MI Program Context): Added example
6385         to -exec-arguments
6386
6387 2008-06-05  Nick Roberts  <nickrob@snap.net.nz>
6388
6389         * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6390         annotation.
6391
6392 2008-06-05  Vladimir Prus  <vladimir@codesourcery.com>
6393             Nathan Sidwell  <nathan@codesourcery.com>
6394             Joseph Myers  <joseph@codesourcery.com>
6395
6396         * configure.ac: Include ../../config/acx.m4.  Use ACX_PKGVERSION
6397         and ACX_BUGURL.
6398         * configure: Regenerate.
6399         * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6400         (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6401         * gdb.texinfo: Use VERSION_PACKAGE and BUGURL.  Remove
6402         mailing-list-specific text about bug reporting unless
6403         BUGURL_DEFAULT.
6404
6405 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
6406
6407         * gdb.texinfo (-target-select): Remove reference to target async.
6408         (Maintenance Commands): Document "maint set/show remote-async".
6409
6410 2008-06-04  Marc Khouzam  <marc.khouzam@ericsson.com>
6411
6412         * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6413         in -target-file-get section.
6414
6415 2008-05-22  Pedro Alves  <pedro@codesourcery.com>
6416
6417         * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6418         killing the inferior when it is already debugging a process.
6419
6420 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
6421
6422         * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6423         abbreviation for "finish".
6424
6425 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
6426
6427         * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6428
6429 2008-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
6430
6431         * gdbint.texinfo (Target Conditionals): Delete entry for
6432         gdbarch_dwarf_reg_to_regnum.
6433
6434 2008-05-09  Doug Evans  <dje@google.com>
6435
6436         * gdb.texinfo: Document "find" command, qSearch:memory packet.
6437
6438 2008-05-05  Doug Evans  <dje@google.com>
6439
6440         * gdb.texinfo (disassemble): Document /m modifier.
6441
6442 2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
6443
6444         * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6445         will not report the time of commands that run the target.
6446
6447 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6448
6449         * gdb.texinfo (GDB/MI Output Records): Add
6450         missing semicolon.
6451
6452 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6453
6454         * gdb.texinfo (GDB/MI Output Records):
6455         Document =thread-create and =thread-exited.
6456
6457 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6458
6459         * gdb.texinfo (GDB/MI Development and Front Ends):
6460         Remove mention of dmi-discuss.
6461
6462 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
6463
6464         * observer.texi (thread_exit): New.
6465
6466 2008-05-02  Pedro Alves  <pedro@codesourcery.com>
6467
6468         * gdb.texinfo (Debugging Output): Document "set/show debug
6469         displaced".
6470         (Maintenance Commands): Document "maint set/show
6471         can-use-displaced-stepping".
6472
6473 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
6474
6475         * gdb.texinfo (ARM): Document set/show arm fallback-mode
6476         and set/show arm force-mode.
6477
6478 2008-05-02  Andreas Schwab  <schwab@suse.de>
6479
6480         * gdbint.texinfo (Algorithms): Describe
6481         target_watchpoint_addr_within_range.
6482
6483 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
6484
6485         * gdbint.texinfo (Stack Frames): New chapter.
6486         (Algorithms): Move Frames text to the new chapter.
6487         (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS.  Document
6488         gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6489
6490 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
6491
6492         * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6493         output does not necessary include any tokens.
6494
6495 2008-04-22  Corinna Vinschen  <vinschen@redhat.com>
6496
6497         * gdb.texinfo (Set SH Calling convention): New @item.
6498         (Show SH Calling convention): Ditto.
6499
6500 2008-04-22  Markus Deuling  <deuling@de.ibm.com>
6501
6502         * gdb.texinfo (Fortran Operators): Describe '%' operator.
6503
6504 2008-04-20  Eli Zaretskii  <eliz@gnu.org>
6505
6506         * gdb.texinfo (Set Breaks): Mention that multiple location
6507         breakpoints need line number info.  Add index entries.
6508
6509 2008-04-19  Craig Silverstein  <csilvers@google.com>
6510
6511         * gdb.texinfo (Requirements): Add an optional requirement on
6512         zlib.
6513         * gdbint.texinfo (Debugging File Formats): Add new subsection for
6514         Compressed DWARF 2.
6515
6516 2008-04-16  Aleksandar Ristovski  <aristovski@qnx.com>
6517
6518         * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6519         sample output for 'stopped,reason="breakpoint-hit"' message.
6520         (GDB/MI Program Execution): Likewise.
6521
6522 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
6523
6524         * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6525         -var-set-format.  Add -f option to -var-evaluate-expression.
6526
6527 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
6528
6529         * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6530         new node "Ambiguous Expressions".  Replace references to this
6531         node by references to "Ambiguous Expressions" throughout.
6532         (Ambiguous Expressions): New node.
6533
6534 2008-03-26  Daniel Jacobowitz  <dan@codesourcery.com>
6535
6536         * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6537
6538 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
6539
6540         * gdb.texinfo (Debugging Output): Document
6541         "set/show debug lin-lwp-async".
6542         (Maintenance Commands): Document "maint set/show linux-async".
6543
6544 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
6545
6546         * gdb.texinfo (Expressions): Update description of malloced arrays.
6547
6548 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
6549
6550         * gdb.texinfo (Thread Commands): Document
6551         -thread-info.  Remove -thread-list-all-threads.
6552
6553 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
6554             Sandra Loosemore  <sandra@codesourcery.com>
6555
6556         * gdb.texinfo (Library List Format): Update to mention the
6557         possibility to pass section addresses instead of segment
6558         addresses.
6559
6560 2008-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
6561
6562         * gdb.texinfo (Starting): Document "set exec-wrapper".
6563         (Server): Document gdbserver --wrapper.
6564
6565 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
6566
6567         * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6568         unreadable memory.  Delete obsolete SPARClite reference.
6569
6570 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
6571
6572         * gdb.texinfo (Starting): Mention always-running targets.
6573         (Target Commands): Add an anchor for load.
6574         (Connecting): Explain continue instead of run.
6575
6576 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
6577
6578         * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6579
6580 2008-02-26  Nick Roberts  <nickrob@snap.net.nz>
6581
6582         * gdb.texinfo (Set Breaks): Revert description of Enb column of
6583         breakpoint table.
6584
6585 2008-02-19  Pedro Alves  <pedro@codesourcery.com>
6586
6587         * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6588         killing the inferior when it is already debugging a process.
6589
6590 2008-02-13  Markus Deuling  <deuling@de.ibm.com>
6591
6592         * gdbint.texinfo (Build Script): New section. Mention new build script
6593         gdb_buildall.sh.
6594
6595 2008-02-01  Jim Blandy  <jimb@red-bean.com>
6596
6597         * gdb.texinfo (Help): Summarize 'info args' correctly.
6598
6599 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6600
6601         * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6602         available in PowerPC architecture.
6603         (Embedded Processors): Change node name of PowerPC item in menu.
6604         (PowerPC): Rename to...
6605         (PowerPC Embedded): this.
6606         (Architectures): Add new PowerPC item in menu.
6607         (PowerPC): New node.
6608
6609 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6610
6611         * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6612         commands.
6613
6614 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6615
6616         * gdb.texinfo (Setting Catchpoints): Mention features
6617         supported on GNU/Linux.
6618
6619 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
6620
6621         * gdb.texinfo (GDB/MI File Commands): Describe new output
6622         field for MI command -file-list-exec-source-file.
6623
6624 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
6625
6626         * gdb.texinfo (Using the `gdbserver' Program): Add security
6627         warning.  Rearrange into subsections and subsubsections.  Document
6628         --multi and --debug.  Correct --with-sysroot typo.  Update --attach
6629         usage.  Make load reference clearer.  Document monitor exit.
6630         (Remote Configuration): Document set remote exec-file, attach-packet,
6631         and run-packet.
6632         (Packets): Document vAttach and vRun.
6633
6634 2008-01-29  Nick Roberts  <nickrob@snap.net.nz>
6635
6636         * gdb.texinfo (Processes): Mention process command.
6637         detach-on-follow -> detach-on-fork.
6638
6639 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
6640
6641         * gdbint.texinfo (Native Conditionals): Remove
6642         SHELL_COMMAND_CONCAT and SHELL_FILE.
6643
6644 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
6645
6646         * gdb.texinfo (Specify Location): Improve wording.
6647
6648 2008-01-23  Chris Demetriou  <cgd@google.com>
6649
6650         * gdb.texinfo (Threads): Document new "set print thread-events"
6651         and "show print thread-events" commands.
6652
6653 2008-01-19  Eli Zaretskii  <eliz@gnu.org>
6654
6655         * gdb.texinfo (Specify Location): New section.
6656         (Delete Breaks, Edit, Set Breaks): Remove description of
6657         locations.  Instead, add a reference to "Specify Location".
6658         (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6659         (Symbols): Refer to "Specify Location" for the valid forms of
6660         linespecs and locations.
6661
6662 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
6663
6664         * gdbint.texinfo (Target Conditionals): Replace the description of
6665         BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6666
6667 2008-01-12  Paul Hilfinger  <hilfinger@adacore.com>
6668
6669         * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6670         about &&var, which is rejected by the expression parser.
6671
6672 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
6673
6674         * gdb.texinfo (Output): Update documentation on using printf with DFP
6675         types.
6676
6677 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6678
6679         * gdb.texinfo (C and C++): Add Decimal Floating Point format
6680         subsubsection.
6681         (Decimal Floating Point format): New subsubsection.
6682
6683 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
6684
6685         * gdb.texinfo (File Options): Remove mention of the attempt to
6686         open a core file with the -p option.  Don't list -c as a valid
6687         option to attach to a process.
6688
6689 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
6690
6691         * gdbint.texinfo (Host Conditionals): Remove mention of
6692         ALIGN_STACK_ON_ENTRY.
6693
6694 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
6695
6696         * gdbint.texinfo (Start of New Year Procedure): Add item
6697         describing how to update the source and documentation copyright
6698         notices.
6699
6700 2007-12-18  Jim Blandy  <jimb@codesourcery.com>
6701
6702         * gdb.texinfo (Set Watchpoints): Integrate per-thread
6703         watchpoint explanation into the main description of the watchpoint
6704         command; update synopses of 'watch', 'rwatch', and 'awatch'
6705         commands.
6706
6707 2007-12-18  Vladimir Prus  <vladimir@codesourcery.com>
6708
6709         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6710         Document 'pending-breakpoints' feature of
6711         -list-features.
6712
6713 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
6714
6715         * gdb.texinfo: Add new parameter's description.
6716
6717 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
6718
6719         * gdb.texinfo (Overview): Clarify run-length encoding
6720         example.  Remove the restriction on "+" and "-" characters.
6721
6722 2007-12-15  Eli Zaretskii  <eliz@gnu.org>
6723
6724         * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6725
6726 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
6727
6728         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6729         the -f option for -break-insert, remove -r option,
6730         and clarify specification of location.
6731
6732 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
6733
6734         * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6735         formatting.
6736         (Remote Debugging): Add File Transfer section.
6737         (Remote Configuration): Document Host I/O packets.
6738         (GDB/MI): Add GDB/MI File Transfer Commands section.
6739         (Host I/O Packets): New section in "Remote Protocol".
6740         (Packets): Add vFile.
6741
6742 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
6743
6744         * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6745         breakpoints with multiple locations.
6746         (Breakpoint Menus): Improve wording.
6747         (Output): Fix last change.
6748
6749 2007-11-17  Ulrich Weigand  <uweigand@de.ibm.com>
6750
6751         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6752
6753 2007-11-15  Doug Evans  <dje@google.com>
6754
6755         * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6756
6757 2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
6758
6759         * gdbint.texinfo (Native Conditionals): Remove
6760         mention of CLEAR_SOLIB.
6761
6762 2007-11-11  Joel Brobecker  <brobecker@adacore.com>
6763
6764         * gdb.texinfo (Print Settings): Add documentation for "set/show
6765         print frame-arguments".
6766
6767 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
6768
6769         * gdb.texinfo (Output): Update printf command's description.
6770
6771 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
6772
6773         * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6774         powerpc soft-float".
6775
6776 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6777
6778         * gdb.texinfo (Files): Correct formatting.  Mention Expat
6779         requirement.
6780         (Requirements for Building GDB): Expand the list of Expat
6781         uses.
6782         (Library List Format, Memory Map Format): Mention Expat.
6783         (Target Descriptions): Update Expat wording.
6784
6785 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6786
6787         * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6788         Document that gdbarch_convert_register_p should return zero for no-op
6789         conversions.
6790
6791 2007-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
6792
6793         * gdbint.texi (Compiler Characteristics): Move documentation
6794         of set_gdbarch_sofun_address_maybe_missing back to ...
6795         (Target Conditionals): ... here to fix build break.
6796
6797 2007-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
6798
6799         * gdbint.texi (Target Conditionals): Remove documentation of
6800         SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6801         (Compiler Characteristics): ... documentation of
6802         set_gdbarch_sofun_address_maybe_missing.
6803
6804 2007-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
6805
6806         * gdbint.texinfo (Target Conditionals): Use
6807         frame_unwind_register_unsigned in examples instead of
6808         frame_unwind_unsigned_register.
6809
6810 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6811
6812         * gdb.texinfo (Predefined Target Types): Add int128
6813         and uint128.
6814         (Standard Target Features): Add PowerPC features.
6815
6816 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6817
6818         * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6819
6820 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6821
6822         * gdbint.texi (Target Conditionals): Remove documentation
6823         of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6824         gdbarch_extract_return_value, and gdbarch_store_return_value.
6825
6826 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6827
6828         * gdbint.texi (Target Conditionals): Remove documentation of
6829         and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6830
6831 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
6832
6833         * gdb.texinfo: Mention that inaccessible-by-default is on by
6834         default.
6835
6836 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
6837
6838         * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6839
6840 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
6841
6842         * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6843         multi-threaded watchpoints.
6844         * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6845         checked.  Describe sticky notification.  Expand description
6846         of steppable and continuable watchpoints.
6847         (Watchpoints and Threads): New subsection.
6848
6849 2007-09-28  Vladimir Prus  <vladimir@codesourcery.com>
6850
6851         * gdb.texinfo (Setting Breakpoints): Revise
6852         documentation for pending breakpoints.  Document
6853         breakpoints with multiple locations.
6854
6855 2007-09-19  Vladimir Prus  <vladimir@codesourcery.com>
6856
6857         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6858         Document -list-features.
6859
6860 2007-09-15  Eli Zaretskii  <eliz@gnu.org>
6861
6862         * gdb.texinfo (Output): Spell out which features of C's printf are
6863         not supported by GDB's printf.
6864         (Separate Debug Files): More accurate wording regarding build ID
6865         and a reference to the ld manual rather than the Fedora wiki.
6866
6867 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
6868             Jim Blandy  <jimb@codesourcery.com>
6869
6870         * gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
6871         (Examining Memory): Update mentions of the 's' format.
6872         (Automatic Display): Likewise.
6873
6874 2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
6875
6876         * gdb.texinfo: Update the FSF's Back-Cover Text.
6877
6878 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6879             Eli Zaretskii  <eliz@gnu.org>
6880
6881         * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6882         Fixed the ``build ID'' name.  New binaries build instructions for the
6883         build ID inclusion.  Explain how the commands are specific to the build
6884         ID vs. debug link.
6885
6886 2007-09-01  Eli Zaretskii  <eliz@gnu.org>
6887
6888         * gdb.texinfo (Separate Debug Files): Fix last change.  Add
6889         indexing for ``build ID'' support.
6890
6891 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6892
6893         * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6894         Enlisted BUILD ID to the debug file searching example.
6895         Included a BUILD ID `.note.gnu.build-id' section description.
6896         Updated/added the debug files splitting instructions for OBJCOPY.
6897
6898 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
6899
6900         * gdb.texinfo (Variable Objects): Adjust docs
6901         for -var-info-expression and document
6902         -var-info-path-expression.
6903
6904 2007-08-20  Jim Blandy  <jimb@codesourcery.com>
6905
6906         * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6907         (title page): Include the dedication in the printed manual, as a
6908         separate page after the copyright notice.
6909
6910         * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6911         don't break a @var across a line.
6912
6913 2007-07-25  Maciej W. Rozycki  <macro@mips.com>
6914
6915         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6916         for include files.
6917
6918 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
6919
6920         * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
6921         in annotate.texinfo.
6922         (Command History): Link to new node.
6923
6924 2007-07-05  Markus Deuling  <deuling@de.ibm.com>
6925
6926         * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6927
6928 2007-07-05  Eli Zaretskii  <eliz@gnu.org>
6929
6930         * gdbint.texinfo (Target Conditionals): Fix last change.
6931
6932 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
6933
6934         * gdb.texinfo: Replace following macros by their appropriate gdbarch
6935         routines:
6936         (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6937         (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6938         (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6939         (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6940         (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6941         (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6942         (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6943         (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6944         (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6945         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6946         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6947         (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6948         (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6949         (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6950         (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6951         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6952         (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6953         (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6954         (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6955         (SOFTWARE_SINGLE_STEP_P)
6956
6957         (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6958         (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6959
6960         (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6961         (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6962         (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6963         (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6964         (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6965         (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6966         (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6967         (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6968         (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6969         (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6970
6971         (Converting an existing Target Architecture to Multi-arch): Remove
6972          section.
6973
6974         (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6975         (gdbarch_addr_bits_remove): Add code example.
6976
6977         * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6978
6979 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
6980
6981         * gdb.texinfo (Remote Configuration): Document library-info-packet.
6982         Add other missing entries.  Adjust the table size to fit.
6983         (Stop Reply Packets): Use @itemize instead of @enumerate.  Document
6984         stop reasons including the new "library" event.
6985         (General Query Packets): Adjust table widths for qSupported.  Mention
6986         qXfer:libraries:read reply to qSupported and document the new packet.
6987         (Library List Format): New section.
6988
6989 2007-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6990
6991         * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6992
6993 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
6994
6995         * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6996
6997 2007-06-25  Nick Roberts  <nickrob@snap.net.nz>
6998
6999         * gdbint.texinfo (Register and Memory Data): Break sections
7000         into nodes and add a menu.
7001
7002 2007-06-21  Maciej W. Rozycki  <macro@mips.com>
7003
7004         * gdb.texinfo (Examining Memory): Document the new behaviour.
7005
7006 2007-06-21  Vladimir Prus  <vladimir@codesourcery.com>
7007
7008         * gdb.texinfo (Standard Target Features): Document
7009         m68k features.
7010
7011 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
7012
7013         * gdb.texinfo (General Query Packets): Document qOffsets changes.
7014
7015 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
7016
7017         * gdb.texinfo (Target Description Format): Add version attribute
7018         for <target>.
7019
7020 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
7021
7022         * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7023
7024 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
7025
7026         * gdb.texinfo (MIPS Features): New subsection.
7027
7028 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
7029             Markus Deuling  <deuling@de.ibm.com>
7030
7031         * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7032         and qXfer:spu:write packets and mention them under qSupported.
7033
7034 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
7035             Markus Deuling  <deuling@de.ibm.com>
7036
7037         * gdb.texinfo (Architectures): Add new SPU section to document
7038         Cell Broadband Engine SPU architecture specific commands.
7039
7040 2007-06-09  Vladimir Prus  <vladimir@codesourcery.com>
7041
7042         * gdb.texinfo (GDB/MI Variable Objects): Editorial
7043         comments.
7044
7045 2007-06-07  Nick Roberts  <nickrob@snap.net.nz>
7046
7047         * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7048
7049 2007-05-29  Jim Blandy  <jimb@codesourcery.com>
7050
7051         * gdb.texinfo (Overview): Doc fix.
7052
7053 2007-05-22  Maciej W. Rozycki  <macro@mips.com>
7054
7055         * gdb.texinfo (Remote Configuration): Document "set/show
7056         remoteflow".
7057
7058 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
7059
7060         * gdb.texinfo (MIPS): Remove documentation for set mips
7061         saved-gpreg-size, show mips saved-gpreg-size, and set mips
7062         stack-arg-size.
7063
7064 2007-05-14  Bob Wilson  <bob.wilson@acm.org>
7065
7066         * all-cfg.texi (GDBTUI): New.
7067         * gdb.texinfo (Mode Options): Use GDBTUI variable.
7068         (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7069         (TUI Configuration): Edit to improve clarity and fix problems of
7070         both style and content.
7071
7072 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
7073
7074         * observer.texi (GDB Observers): New observer "new_objfile".
7075
7076 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
7077
7078         * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7079
7080 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
7081
7082         * gdb.texinfo (GDB/MI Variable Objects): Document
7083         frozen variables objects.
7084
7085 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
7086
7087         * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7088         (Character Sets, Caching Data of Remote Targets): Likewise.
7089         (Targets): Delete Remote node.  Move its text...
7090         (Debugging Remote Programs): ...to here.  Delete description
7091         of the "remote" command.
7092         (Remote configuration): Delete description of "set remotedevice"
7093         and "show remotedevice".
7094         (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7095
7096 2007-04-11  Bob Wilson  <bob.wilson@acm.org>
7097
7098         * gdb.texinfo (Contributors, Continuing and Stepping)
7099         (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7100         (General Query Packets, File-I/O Remote Protocol Extension)
7101         (Protocol Basics, The F Reply Packet, Write)
7102         (Protocol-specific Representation of Datatypes, Memory Transfer):
7103         Fix hyphenation, punctuation and grammar problems.
7104         (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
7105         'section' instead of 'subsection' in the text.
7106         (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7107         (i386): Remove period from section name.
7108         (Installing GDB, Requirements, Running Configure,  Separate Objdir)
7109         (Config Names, Configure Options): Use @file{configure}.
7110
7111 2007-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
7112
7113         * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7114         and tab expansion.
7115
7116 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
7117
7118         * gdbint.texinfo (SOM): Correct location of the SOM reader.
7119
7120 2007-04-02  Bob Wilson  <bob.wilson@acm.org>
7121
7122         * gdb.texinfo: Consistently capitalize all significant words in
7123         node names, chapter titles, section titles, and headings.  Update
7124         cross references to match.
7125         (Starting and Stopping Trace Experiment): Make node name plural.
7126         (Breakpoint related warnings): Hyphenate "Breakpoint-related".
7127
7128 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
7129
7130         * gdb.texinfo (WinCE): Delete obsolete subsection.
7131
7132 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
7133
7134         * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7135         * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7136         references.
7137
7138 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
7139
7140         * gdb.texinfo (Startup): Delete references to some alternate
7141         names for .gdbinit.
7142         (Thread): Remove LynxOS reference.
7143         (Tandem ST2000): Delete target-specific documentation.
7144         * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7145         (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7146         and GDB_OSABI_LYNXOS.
7147
7148 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
7149
7150         * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7151
7152 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
7153
7154         * gdbint.texinfo (Target Conditionals): Remove mention of
7155         DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7156         and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7157
7158 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
7159
7160         * Makefile.in: Add "pdfdir" installation
7161         directory, PDFTEX macro, support for "install-pdf" target,
7162         and rules for making a pdf version of refcard.texi.
7163         * refcard.tex: Specify paper size for PDF output.
7164
7165 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7166
7167         * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
7168
7169 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7170
7171         * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7172         (Source Path, Character Sets, Macros, Define)
7173         (GDB/MI Result Records, GDB/MI Simple Examples)
7174         (GDB/MI Program Execution, GDB/MI File Commands)
7175         (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7176         (Bug Reporting): Use @value{GCC}.
7177
7178 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7179
7180         * gdb.texinfo (Help): Fix formatting of examples.
7181         (Variables): Use @ifnotinfo instead of @iftex.
7182         (Non-debug DLL symbols): Use @ref instead of @pxref.
7183         (Sparclet File): Use @samp instead of quotes.
7184
7185 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7186
7187         * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7188
7189 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7190
7191         * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7192         the order of the nodes.
7193         (C Operators, C Constants, Debugging C): Remove extra menus.
7194         (Method Names in Commands): Do not specify next/prev/up nodes.
7195
7196 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7197
7198         * gdb.texinfo (File Options): Add missing parenthesis.
7199         (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7200
7201 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
7202
7203         * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7204
7205 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
7206
7207         * gdb.texinfo (Standard Target Features): Mention
7208         case insensitivity.
7209         (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7210
7211 2007-02-18  Nick Roberts  <nickrob@snap.net.nz>
7212
7213         * gdb.texinfo (Top): Put Appendix A after numbered sections.
7214         (Files): Add section name to argument list for pxref.
7215         (Non-debug DLL symbols): Don't use `see' for pxref.
7216         (Embedded Processors): Fix typo.
7217         (GDB/MI Breakpoint Commands): Execution commands generate
7218         *stopped not ^done.
7219
7220 2007-02-13  Nick Roberts  <nickrob@snap.net.nz>
7221
7222         * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7223         values for in_scope.  Mention that only root variables can be
7224         updated.
7225         (GDB/MI Development and Front Ends): Explain new values may be
7226         added to existing fields.
7227
7228 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
7229
7230         * gdb.texinfo (-target-disconnect): Use @smallexample.
7231         (Requirements): Add anchor for Expat.  Update description.
7232         (Target Descriptions): Mention Expat.
7233         (Target Description Format): Document new elements.  Use
7234         @smallexample.
7235         (Predefined Target Types, Standard Target Features): New sections.
7236         * gdbint.texinfo (Target Descriptions): New section.
7237
7238 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
7239
7240         * gdb.texinfo (Target Description Format): Add section on XInclude.
7241
7242 2006-02-03  Nick Roberts  <nickrob@snap.net.nz>
7243
7244         * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7245         command -enable-timings.
7246
7247 2007-02-02  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
7248
7249         * gdbint.texinfo (Operation System ABI Variant Handling): Update
7250         descriptions for new/deleted elements in gdb_osabi.  Add missing
7251         description for function generic_elf_osabi_sniff_abi_tag_sections.
7252
7253 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
7254
7255         * gdb.texinfo (Maintenance Commands): Add documentation for
7256         the new "maint print target-stack" command.
7257
7258 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
7259             Eli Zaretskii  <eliz@gnu.org>
7260
7261         * gdb.texinfo: Describe CHAR array vs. string identification rules.
7262
7263 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
7264
7265         * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7266         Use @value{NGCC} instead of @value{GCC}.
7267
7268 2007-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7269
7270         * agentexpr.texi: Fix typos.
7271         * annotate.texinfo: Likewise.
7272         * gdb.texinfo: Likewise.
7273         * gdbint.texinfo: Likewise.
7274         * observer.texi: Likewise.
7275         * stabs.texinfo: Likewise.
7276
7277 2007-01-20  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
7278
7279         * gdbint.texinfo (Support Libraries): Remove mmalloc
7280         entry.  Describe readline library.
7281
7282 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
7283
7284         * gdb.texinfo (Target Descriptions): New section.
7285         (General Query Packets): Add QPassSignals anchor.  Mention
7286         qXfer:features:read under qSupported.  Expand mentions of
7287         qXfer:memory-map:read and QPassSignals.  Document
7288         qXfer:features:read.
7289
7290 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
7291
7292         * gdb.texinfo (Commands to specify files): Describe
7293         "set sysroot" and "show sysroot".
7294         (Using the `gdbserver' program): Lowercase argument
7295         to @var.  Expand description of setting up GDB on the
7296         host.
7297
7298 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
7299
7300         * gdb.texinfo (Set Catchpoints): Add documentation for the new
7301         catch exception, catch exception unhandled, and catch assert
7302         commands.
7303
7304 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7305
7306         * gdb.texinfo (Debugging Output): Document "set debug xml"
7307         and "show debug xml".
7308
7309 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7310
7311         * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7312
7313 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
7314
7315         * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7316
7317 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
7318
7319         * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7320         note in @ignore, to be removed later if nobody complains.
7321
7322 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
7323
7324         * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7325         of -var-delete.
7326
7327 2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>
7328
7329         * gdb.texinfo (Setting breakpoints): Document
7330         automatic software/hardware breakpoint usage and
7331         the "set breakpoint auto-hw" command.
7332
7333 2006-11-21  Vladimir Prus  <vladimir@codesourcery.com>
7334
7335         * gdb.texinfo (Memory Access Checking): New.
7336
7337 2006-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
7338
7339         * gdb.texinfo (Remote configuration): Mention
7340         "pass-signals-packet".
7341         (General Query Packets): Document QPassSignals.  Fix
7342         a typo.
7343
7344 2006-11-14  Maxim Grigoriev  <maxim@tensilica.com>
7345
7346         * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7347
7348 2006-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7349
7350         * gdb.texinfo (Remote configuration): Rewrite documentation for
7351         packet configuration commands.
7352         (OS Information): Adjust reference to qXfer:auxv:read.
7353         (General Query Packets): Remove references to read-aux-vector-packet
7354         and set remote get-thread-local-storage-address.
7355
7356 2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
7357
7358         * gdbint.texinfo (Target Architecture Definition): Add new
7359         Initializing a New Architecture section.
7360
7361 2006-10-31  David Taylor  <dtaylor@emc.com>
7362
7363         * stabs.texinfo (Macro define and undefine): New node describing
7364         stabs for #define and #undef.
7365
7366 2006-10-27  Andreas Schwab  <schwab@suse.de>
7367
7368         * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7369
7370 2006-10-21  Eli Zaretskii  <eliz@gnu.org>
7371
7372         * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7373         clarify on the possible meanings of ``expression'' watched by
7374         watchpoints.  Add indexing.
7375         (Prompting, Errors, Invalidation, Annotations for Running)
7376         (Source Annotations): Fix index entries by adding "annotation" to
7377         them, to discriminate from index entries that point to the more
7378         general topic descriptions.
7379
7380 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
7381
7382         * gdbint.texinfo (Target Vector Definition): Move most
7383         content into Existing Targets.  Add a menu.
7384         (Existing Targets): New section, moved from Target Vector
7385         Definition.  Use @subsection.
7386         (Managing Execution State): New section.
7387
7388 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
7389
7390         * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7391
7392 2006-10-15  Eli Zaretskii  <eliz@gnu.org>
7393
7394         * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7395         (Command Syntax, Signals, Backtrace, Connecting)
7396         (Remote configuration, Renesas Boards, Console I/O): Fix last
7397         change: use Ctrl- instead of C-, except wrt Emacs.
7398         (File-I/O Examples): Put Ctrl-c in @kbd.
7399         (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7400         (Console I/O): Use @samp with Ctrl-.
7401         (Signals, Set Breaks, Set Watchpoints): Document optional
7402         arguments to `info signals'  `handle', `info breakpoints', and
7403         `info watchpoints'.
7404
7405 2006-10-14  Eli Zaretskii  <eliz@gnu.org>
7406
7407         * gdb.texinfo (Backtrace): Fix last change.
7408
7409 2006-10-14  Nick Roberts  <nickrob@snap.net.nz>
7410
7411         * gdb.texinfo (Backtrace): Order correctly and add other cases.
7412
7413 2006-10-10  Bob Wilson  <bob.wilson@acm.org>
7414
7415         * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7416         (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7417         (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7418
7419 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
7420             Daniel Jacobowitz  <dan@codesourcery.com>
7421
7422         * gdb.texinfo (Packets): Document vFlashErase,
7423         vFlashWrite and vFlashDone packets.
7424         (General Query Packets): Document qXfer:memory-map:read.
7425         Add a new feature for qXfer:memory-map:read.
7426         (Memory map format): New section.
7427         (Target Commands): Mention that gdb can write flash.
7428
7429 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
7430             Daniel Jacobowitz  <dan@codesourcery.com>
7431
7432         * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7433         memory regions and "mem auto".
7434
7435 2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
7436
7437         * gdbint.texinfo (Array Containers): New section.
7438
7439 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
7440
7441         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7442         -stack-list-arguments HIGH_FRAME argument can be larger then the
7443         actual number of frames.
7444
7445 2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
7446
7447         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7448         -stack-list-locals HIGH_FRAME argument can be larger then the
7449         actual number of frames.
7450
7451 2006-09-02  Bob Wilson  <bob.wilson@acm.org>
7452
7453         * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7454         Register Packet Format, Tracepoint Packets): Fix spelling errors.
7455
7456 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
7457
7458         * gdbint.texinfo (Overall Structure): New section "Source Tree
7459         Structure".
7460
7461 2006-08-17  Jim Blandy  <jimb@codesourcery.com>
7462
7463         * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7464         responses.
7465
7466 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
7467
7468         * gdb.texinfo (Source Path): Add documentation for new
7469         substitute-path commands.
7470
7471 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
7472
7473         * gdb.texinfo (Installing GDB): Update menu.  Move text to...
7474         (Running Configure): ...here.
7475         (Requirements): New node.  Mention expat.
7476
7477 2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
7478
7479         * gdb.texinfo (Target Commands): Remove
7480         'set download-write-size' and 'show download-write-size'.
7481
7482 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
7483
7484         * stabs.texinfo (Member Type Descriptor): Correct example for
7485         pointer to member types.
7486
7487 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
7488
7489         * gdb.texinfo (Optional warnings and messages): Add
7490         'set/show trace-commands'.
7491         (Command files): Add '-v' to source command.
7492
7493 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
7494
7495         * gdb.texinfo (OS Information): Update qPart reference to
7496         qXfer.
7497         (Remote configuration): Likewise.
7498         (Overview): Move @cindex to the start of a paragraph.  Talk
7499         about binary data encoding.
7500         (Packets): Refer to the overview for the details of the X
7501         packet encoding.
7502         (General Query Packets): Remove qPart description.  Add qXfer
7503         description.  Add an anchor to qSupported.  Correct feature
7504         table title.  Add a new feature for qXfer:auxv:read.
7505         (Interrupts): Add a missing parenthesis.
7506
7507 2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
7508
7509         * gdb.texinfo (KOD): Remove node.
7510         (GDB/MI Kod Commands): Remove commented out node.
7511
7512 2006-07-01  Eli Zaretskii  <eliz@gnu.org>
7513
7514         * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7515         (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7516         (GDB/MI Thread Commands, GDB/MI Program Execution)
7517         (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7518         (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7519         (GDB/MI File Commands, GDB/MI Target Manipulation)
7520         (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7521         since the MI prompt is hard-wired into the code.
7522
7523 2006-07-01  Nick Roberts  <nickrob@snap.net.nz>
7524
7525         * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7526         (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7527         (GDB/MI Data Manipulation): Remove description of unimplemented
7528         display related commands as variable objects perform this function
7529         and are superior: -display-delete, -display-disable,
7530         -display-enable, -display-insert and -display-list.  Move
7531         -environment-cd, -environment-directory, -environment-path
7532         and -environment-pwd to "Program Context".
7533         (GDB/MI Program Control): Rename to "Program Execution".  Move
7534         -exec-arguments -exec-abort to...
7535         (GDB/MI Program Context): ...here.  New node split from "Data
7536          Manipulation".
7537
7538 2006-06-21  Daniel Jacobowitz  <dan@codesourcery.com>
7539
7540         * gdb.texinfo (Remote configuration): Document set / show
7541         remote supported-packets.
7542         (General Query Packets): Document qSupported packet.
7543
7544 2006-06-10  Sandra Loosemore <sandra@codesourcery.com>
7545
7546         * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7547         and font markup.
7548         (Protocol basics): Likewise.
7549         (The F request packet): Likewise.
7550         (The F reply packet): Likewise.
7551         (Memory transfer): Move this node to be a subsubsection of
7552         "Protocol specific representation of datatypes".
7553         (The Ctrl-C message): More copy editing.
7554         (Console I/O): Likewise.
7555         (The isatty call): Delete this node, and merge its content into
7556         the "isatty" node.  Fixed references elsewhere.
7557         (The system call): Delete this node, and merge its content into
7558         the "system" node.  Fixed references elsewhere.
7559         (open): Reformat to use @table, and add appropriate font markup.
7560         (close): Likewise.
7561         (read): Likewise.
7562         (write): Likewise.
7563         (lseek): Likewise.
7564         (rename): Likewise.
7565         (unlink): Likewise.
7566         (stat/fstat): Likewise.
7567         (gettimeofday): Likewise.
7568         (isatty): Likewise.
7569         (system): Likewise, plus minor changes to fix confusing wording.
7570         (Integral datatypes): Fix font markup.
7571         (Pointer values): Likewise.
7572         (struct stat): Fix markup to use @table, plus minor copy editing.
7573         (struct timeval): Fix font markup, plus minor copy editing.
7574         (Constants): Minor copy editing.
7575         (Errno values): Add font markup.
7576         (File-I/O Examples): Likewise.
7577
7578 2006-06-10  Nick Roberts  <nickrob@snap.net.nz>
7579
7580         * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7581         (GDB/MI Simple Examples): Move node up one level.  Use real
7582         examples.
7583         (GDB/MI Compatibility with CLI): Update.
7584         (GDB/MI Result Records): Add "connected" and "exit" result
7585         classes.
7586         (GDB/MI Stream Records): Clarify target output.
7587         (GDB/MI Command Description Format): Modify example description.
7588         (GDB/MI Breakpoint Table Commands): Rename to...
7589         (GDB/MI Breakpoint Commands): ...this
7590         (GDB/MI Breakpoint Commands): Add optional thread field.
7591         (GDB/MI Program Control): Add an introduction.  Move "Program
7592         termination" examples into exec-run description.
7593         (GDB/MI File Commands): Mention similar CLI commands.
7594         (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
7595         is similar to "-gdb-version".
7596
7597 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
7598
7599         * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7600
7601 2006-06-02  Nick Roberts  <nickrob@snap.net.nz>
7602
7603         * gdb.texinfo (GDB/MI Development and Front Ends): Use
7604         sourceware.org for mailing lists.
7605         (GDB/MI File Commands): New node split from Program Control.
7606
7607 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
7608
7609         * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7610
7611 2006-05-22  Eli Zaretskii  <eliz@gnu.org>
7612
7613         * gdb.texinfo (Cygwin Native): Fix last change.
7614
7615 2006-05-22  Christopher Faylor  <cgf@timesys.com>
7616
7617         * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7618
7619 2006-05-15  Nick Roberts  <nickrob@snap.net.nz>
7620
7621         * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7622         (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7623
7624 2006-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
7625
7626         * gdb.texinfo (General Query Packets): Recommend not starting
7627         new packets with qC and clarify.
7628
7629 2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
7630
7631         * gdb.texinfo (M2 Types): New section.
7632
7633 2006-05-10  Daniel Jacobowitz  <dan@codesourcery.com>
7634
7635         * agentexpr.texi: Add a copyright and license notice.
7636         * observer.texi: Likewise, with GPL clause for function prototypes.
7637         Remove trailing whitespace.
7638
7639 2006-05-05  Jim Blandy  <jimb@codesourcery.com>
7640
7641         * gdb.texinfo (General Query Packets): Document conventions for
7642         terminating packet names, and their violations.
7643
7644 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7645
7646         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7647         * gdb.texinfo: Likewise.
7648
7649 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7650
7651         * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7652         and "show remotedebug".
7653         (Debugging Output): Add additional index entries.
7654
7655 2006-04-27  Michael Snyder  <msnyder@redhat.com>
7656
7657         * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7658
7659 2006-04-22  Andrew Cagney  <cagney@redhat.com>
7660
7661         * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7662         * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7663
7664 2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
7665
7666         * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7667         and remove breakpoint prototypes.
7668         (Watchpoints): Move description of target_insert_hw_breakpoint and
7669         target_remove_hw_breakpoint ...
7670         (Breakpoints): ... to here.  Document target_insert_breakpoint and
7671         target_remove_breakpoint.
7672
7673 2006-04-17  Jim Blandy  <jimb@codesourcery.com>
7674
7675         * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7676         and C packets are optional.
7677
7678 2006-04-14  Frederic Riss  <frederic.riss@st.com>
7679
7680         * gdb.texinfo (Specifying source directories): Update the description
7681         of the source file search to reflect the fact that the source path
7682         always contains at least $cdir and $cwd.
7683
7684 2006-03-31  Michael Snyder  <msnyder@redhat.com>
7685
7686         * gdb.texinfo: Update copyright dates.
7687
7688 2006-03-31  Eli Zaretskii  <eliz@gnu.org>
7689
7690         * gdb.texinfo (Overview): Add an index entry to "empty response".
7691
7692 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
7693
7694         * gdbint.texinfo (Prologue Analysis): New section.
7695
7696 2006-03-07  Jim Blandy  <jimb@red-bean.com>
7697
7698         * gdb.texinfo (Connecting): Document 'target remote pipe'.
7699
7700         * gdb.texinfo (Target Commands): Update text describing how to
7701         specify a target.  Refer to the detailed section on remote
7702         debugging, not the brief mention.
7703
7704         * gdb.texinfo (Connecting): Organize the different 'target remote'
7705         connection methods into a table.  Add a 'target remote' index
7706         entry. (!!!)
7707
7708 2006-02-17  Fred Fish  <fnf@specifix.com>
7709
7710         * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7711         'ptype' commands to reflect the fact that the only significant
7712         difference between them is that ptype prints the complete type
7713         description instead of just the name.
7714
7715 2006-02-13  Wu Zhou  <woodzltc@cn.ibm.com>
7716
7717         * gdbint.texinfo (Watchpoints): Delete
7718         TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7719
7720 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
7721
7722         * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7723         times fields where needed.  Fix typos.  Update general form given
7724         for output of -break-insert.
7725         (GDB/MI): Abbreviate some unnecessarily long fullnames.
7726
7727 2006-02-06  Daniel Jacobowitz  <dan@codesourcery.com>
7728
7729         * gdbint.texinfo (Symbol Handling): Add a section
7730         on memory management.
7731
7732 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
7733
7734         * gdb.texinfo (Breakpoint table commands): Document the fullname
7735         field in -break-list output.
7736
7737 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
7738
7739         * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
7740         debugging information produced by the various "set debug..."
7741         options.
7742
7743 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
7744
7745         * gdb.texinfo (Files): Remove obsolete bits from the description
7746         of "symbol-file".
7747
7748 2006-01-25  Jim Blandy  <jimb@redhat.com>
7749
7750         * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7751
7752 2006-01-24  Jim Blandy  <jimb@redhat.com>
7753
7754         * gdbint.texinfo (Frames): Document the basics of GDB's register
7755         unwinding model, and explain the existence of the "sentinel" frame.
7756
7757 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
7758
7759         * gdb.texinfo (Choosing files): Mention that -directory is used
7760         for script files.
7761         (Specifying source directories): Likewise.
7762         (Command files): Explain how script files are found.
7763
7764 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7765
7766         * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7767         the threads in a multi-threaded program.
7768         (Threads): The threadno argument of "thread apply" can be a range
7769         of numbers.
7770
7771 2006-01-18  Jim Blandy  <jimb@redhat.com>
7772
7773         * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7774         of warning flags.
7775
7776 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
7777
7778         * gdb.texinfo (Sequences): Improve menu annotations.
7779         (Define): Add index entries for arguments of user-defined
7780         commands.  Move the description of flow-control commands...
7781         (Command Files): ...to here.  Document loop_break and
7782         loop_continue.
7783         (Define, Command Files): Document `end' and add index entries for
7784         it.
7785
7786 2006-01-04  Michael Snyder  <msnyder@redhat.com>
7787
7788         * gdb.texinfo: Add documentation for linux-fork.
7789         * gdbint.texinfo: Add internal documentation for checkpoints.
7790
7791 2006-01-02  Paul N. Hilfinger  <hilfinger@gnat.com>
7792
7793         * gdb.texinfo (Omissions from Ada): Document that there is now
7794         limited aggregate support.
7795
7796 2005-12-28  Eli Zaretskii  <eliz@gnu.org>
7797
7798         * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7799         registers and the likes.
7800
7801 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
7802
7803         * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7804         (Symbols): Fix usage of "e.g.".
7805         (Memory Region Attributes): Fix usage of "etc."
7806
7807         * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7808         (Coding): Fix usage of "e.g.".
7809
7810 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
7811
7812         * stabs.texinfo:
7813         * refcard.tex:
7814         * gpl.texi:
7815         * gdbint.texinfo:
7816         * gdb.texinfo:
7817         * gdb-cfg.texi:
7818         * fdl.texi:
7819         * annotate.texinfo:
7820         * all-cfg.texi:
7821         * Makefile.in: Add (C) after Copyright.  Update the FSF
7822         address.
7823
7824 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
7825
7826         * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7827         extend GDB with commands for external monitor.
7828
7829 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
7830
7831         * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7832
7833 2005-11-25  Joel Brobecker  <brobecker@adacore.com>
7834
7835         * gdbint.texinfo (Start of New Year Procedure): New chapter.
7836
7837 2005-11-21  Jim Blandy  <jimb@redhat.com>
7838
7839         * gdb.texinfo (Tracepoint Packets): Document restrictions on
7840         placement of 'R' actions in tracepoint action packets; document
7841         dependence of 'X' and 'M' actions on a preceding 'R' action for
7842         their registers.
7843
7844 2005-11-19  Jim Blandy  <jimb@redhat.com>
7845
7846         * gdb.texinfo (Tracepoint Packets): New node.
7847         (General Query Packets): Add entries for the tracepoint packets,
7848         referring to the "Tracepoint Packets" node.
7849         (Tracepoints): Add reference to "Tracepoint Packets".
7850
7851 2005-11-18  Kevin Buettner  <kevinb@redhat.com>
7852
7853         * gdb.texinfo (set remotebreak): Add anchor.
7854         (X packet): Likewise.
7855         (Remote Protocol): Add new section `Interrupts' and new index
7856         entry `interrupts (remote protocol)'.
7857
7858 2005-11-18  Jim Blandy  <jimb@redhat.com>
7859
7860         * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7861         entries into the General Query Packets section.  Add a
7862         cross-reference to that section.  Drop description of replies, as
7863         these are covered in the descriptions of each packet.
7864         (General Query Packets): Add introductory text.  Explain naming
7865         conventions, and how the end of a name is recognized.
7866
7867 2005-11-17  Kevin Buettner  <kevinb@redhat.com>
7868
7869         * gdb.texinfo (Remote configuration): Fix typo in description of
7870         "set remotebreak" command.
7871
7872 2005-11-16  Jim Blandy  <jimb@redhat.com>
7873
7874         * gdb.texinfo (Packets, Stop Reply Packets)
7875         (General Query Packets): Various formatting cleanups.
7876         - Use @samp for packet contents.
7877         - Drop summaries from packet @item lines; the same information appears
7878           immediately below in the description.
7879         - Delete paragraph breaks after packet @item commands, so that the
7880           description appears directly to the right of the packet prototype
7881           in the printed manual, if it fits.
7882         - Place spaces in packet prototypes between @vars and non-@var
7883           letters, and explain that they're just for formatting.
7884         - Use @dots{} instead of '...'.
7885         - Fix uses of @code where @var was needed.
7886         - Replace "deprecated" markers with English text spelling out the
7887           packet's status and the preferred alternatives.
7888         - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7889           what this ever meant.
7890         - Remove "(draft)" markers on 'i' packets; nobody has commented on
7891           this for a long time.
7892         - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7893           implemented several times, and have been in use for years.
7894
7895 2005-11-15  Jim Blandy  <jimb@redhat.com>
7896
7897         * gdb.texinfo (Packets): Add index entries for 'm' packet
7898         disclaimers.
7899
7900         * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7901         of stub when processing an 'm' packet.
7902
7903         * gdb.texinfo (Packets): Mention that packets beginning with
7904         letters are reserved once, at the top, instead of actually listing
7905         them all and saying "reserved".
7906
7907 2005-11-15  Andrew Stubbs  <andrew.stubbs@st.com>
7908
7909         * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7910         Change @var{$arg0 to @code{$arg0.
7911
7912 2005-11-14  Wu Zhou  <woodzltc@cn.ibm.com>
7913
7914         * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7915
7916 2005-11-12  Jim Blandy  <jimb@redhat.com>
7917
7918         * gdb.texinfo (General Query Packets): Put packets in alphabetical
7919         order.  Remove extraneous 'z'.
7920
7921 2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>
7922
7923         * gdb.texinfo (Choosing files): Add --eval-command.
7924
7925 2005-11-04  Andrew Stubbs  <andrew.stubbs@st.com>
7926
7927         * gdb.texinfo (Choosing modes): Add --return-child-result.
7928
7929
7930 2005-11-01  Andrew Stubbs  <andrew.stubbs@st.com>
7931
7932         * gdb.texinfo (Choosing modes): Add --batch-silent.
7933
7934 2005-10-28  Eli Zaretskii  <eliz@gnu.org>
7935
7936         * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7937         "The -var-update Command".
7938
7939 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
7940
7941         * gdb.texinfo (Print Settings): Add documentation for set/show
7942         print array-indexes.
7943
7944 2005-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
7945
7946         * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7947         6.2 and 6.3.
7948
7949 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7950
7951         * gdb.texinfo (File Options): Don't document --mapped, it's gone
7952         since 19-Jan-2004.
7953         (Files): Likewise.
7954         (Variables, Symbols): Document the "<incomplete type>" message and
7955         its reasons.
7956
7957 2005-08-01  Fred Fish  <fnf@specifix.com>
7958
7959         * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7960
7961 2005-07-15  Nick Roberts  <nickrob@snap.net.nz>
7962
7963         * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7964         option for -var-list-children and -var-update.
7965         (GDB/MI Stack Manipulation): Simplify description of
7966         print-values option for -stack-list-locals.
7967         (GDB/MI Command Description Format): Clarify.
7968         (Mode Options): Spelling of superseded.
7969
7970 2005-07-12  Bob Rossi  <bob@brasko.net>
7971
7972         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7973         corresponding GDB command comment.
7974
7975 2005-07-06  Bob Rossi  <bob@brasko.net>
7976
7977         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7978         and -inferior-tty-show.
7979         (Input/Output): Document "set/show inferior-tty" and tty alias.
7980
7981 2005-07-02  Nathan J. Williams  <nathanw@wasabisystems.com>
7982
7983         * gdb.texinfo (Packets): Change description of 'D' packet to note
7984         that GDB does wait for a response.
7985
7986 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
7987
7988         * gdb.texinfo (History) Rename "Command History".
7989         (Command History): Move node "Server Prefix" from section on
7990         Annotations here.
7991
7992 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
7993
7994         * gdb.texinfo (GDB/MI Stack Manipulation):
7995         Re-instate -stack-info-frame with example.  Say that it gets
7996         info on selected frame, not current frame.
7997
7998 2005-06-18  Eli Zaretskii  <eliz@gnu.org>
7999
8000         * gdb.texinfo (Server): Clarify that `file' should be used before
8001         connecting to the server.
8002         (Files): Add an xref to the above description.
8003         (Output Formats): More detailed description of the `c' format.
8004         (Memory): List explicitly all the formats supported by `x'.
8005         (Threads): Add an @cindex entry for "thread apply".
8006         (Files): Document the possibility of loading unlinked object
8007         files.  Add more indexing for solib-absolute-prefix and
8008         --with-sysroot.
8009         (Machine Code): Document possible problems with locations in
8010         shared libraries.
8011         (Backtrace): Document that free-standing environments do not need
8012         to have a `main' function.
8013
8014 2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
8015
8016         * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8017         -stack-info-frame.
8018
8019 2005-06-07  Andrew Cagney  <cagney@gnu.org>
8020
8021         * gdb.texinfo (Contributors): Note the original multi-arch
8022         contributors.
8023
8024 2005-06-03  Eli Zaretskii  <eliz@gnu.org>
8025
8026         * gdb.texinfo (Registers): Add index entries for the standard
8027         registers.
8028         (Frames): Add cross-reference from frame pointer description to
8029         the Registers node.
8030         (Annotations Overview): Fix the reference to GDB name.
8031
8032 2005-06-01  Eli Zaretskii  <eliz@gnu.org>
8033
8034         * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8035         can-use-hw-watchpoints.
8036
8037 2005-05-28  Bob Rossi  <bob@brasko.net>
8038
8039         * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8040         the possible reasons why an exec async record would be returned to FE.
8041
8042 2005-05-26  Andrew Cagney  <cagney@gnu.org>
8043
8044         * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8045         Andrew Cagney implemented the original GDB/MI.
8046
8047 2005-05-23  Orjan Friberg  <orjanf@axis.com>
8048
8049         * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8050         documentation.  Add documentation for cris-mode.
8051
8052 2005-05-20  Eli Zaretskii  <eliz@gnu.org>
8053
8054         * gdb.texinfo (Numbers): Explain the example and make the wording
8055         more acurate.
8056
8057 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
8058             Dennis Brueni  <dennis@slickedit.com>
8059
8060         * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8061         (GDB/MI Data Manipulation, GDB/MI Program Control)
8062         (GDB/MI Stack Manipulation): Update examples to include the fullname
8063         attribute in stack frames.
8064
8065 2005-05-12  Eli Zaretskii  <eliz@gnu.org>
8066
8067         * gdb.texinfo (Startup): Fix last change.  Treat gdb.ini like we
8068         do with other non-standard names of init files.
8069
8070 2005-05-11  Eli Zaretskii  <eliz@gnu.org>
8071
8072         * gdb.texinfo (Command Files): Move the description of the startup
8073         from here...
8074         (Startup): ...to this new subsection of the Invocation chapter.
8075         Rearrange the description of init files more logically and add a
8076         cross-reference to "Command Files".  Document the special gdbinit
8077         name for CISCO 68k.  Expand the description of what GDB does
8078         during startup.
8079         (History): Add index entry for HISTSIZE.
8080
8081 2005-05-02  Mark Kettenis  <kettenis@gnu.org>
8082
8083         * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8084
8085 2005-05-02  Eli Zaretskii  <eliz@gnu.org>
8086
8087         * gdb.texinfo (SVR4 Process Information, The isatty call)
8088         (The system call): Don't use foo(N) notation for man pages and
8089         functions.
8090         (Compilation, DJGPP Native): Improve wording.
8091
8092 2005-04-27  Eli Zaretskii  <eliz@gnu.org>
8093
8094         * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8095         were optimized away.
8096
8097 2005-04-22  Eli Zaretskii  <eliz@gnu.org>
8098
8099         * gdb.texinfo (Remote configuration): Document "set/show
8100         get-thread-local-storage-address".  Add cross-reference to the
8101         description of the qGetTLSAddr packet.
8102         (General Query Packets): Mention "set remote
8103         get-thread-local-storage-address" and add a reference to its
8104         description.
8105
8106 2005-04-19  Nick Roberts  <nickrob@snap.net.nz>
8107
8108         * gdb.texinfo (Backtrace): Describe 'bt full'.
8109
8110 2005-04-17  Nick Roberts  <nickrob@snap.net.nz>
8111
8112         * gdb.texinfo (Mode Options): Fix typo.
8113         (GDB/MI): Describe how to invoke GDB/MI.
8114
8115 2005-04-16  Eli Zaretskii  <eliz@gnu.org>
8116
8117         * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
8118         references changed.  Add description of "info udot".
8119         (Files): Document "set/show stop-on-solib-events".
8120         (M32R/D): Document "set/show download-path", "set/show
8121         board-address", "set/show server-address", "upload", "tload".
8122         Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8123         "use_mon_code", "use_ib_break", "use_dbt_break".
8124         (Maintenance Commands): Improve indexing.
8125         (Target Commands): Document "set/show hash", "set/show debug
8126         monitor".
8127         (SVR4 Process Information): Document "info pidlist" and "info
8128         meminfo".  Document "set/show procfs-tarce" and "set/show
8129         procfs-file".  Document "proc-trace-*" and "proc-untrace-*".
8130         (Symbols, The Print Command with Objective-C): Improve indexing.
8131         (Objective-C): Add references to "info classes" and "info
8132         selectors".
8133         (Debugging Output): Improve wording.  Document "set/show debug
8134         solib-frv".  Fix "set/show debugvarobj".
8135         (Set Breaks): Add index entry for "hardware breakpoints".
8136         (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8137         and "set/show usehardbreakpoints".
8138         (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8139         monitor-prompt", "set/show monitor-warnings", "pmon".
8140         (ARM): Document "rdilogfile", "rdilogenable", "set/show
8141         rdiromatzero", "set/show rdiheartbeat".
8142         (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8143         "sds".
8144         (Embedded Processors): Document the "sim" command.
8145         (Remote): Document the "remote" command.
8146         (DJGPP Native): Document the "info serial" command.
8147         (Threads): Document "maint info sol-threads".
8148         (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8149         (Set Breaks): Improve indexing.
8150         (Command Syntax): Add a reference to dont-repeat.
8151         (Define): Document "dont-repeat".
8152         (TUI Commands): Document "tabset".
8153         (WinCE): New subsection.  Document "set/show remotedirectory",
8154         "set/show remoteupload", "set/show remoteaddhost".
8155
8156 2005-04-15  Eli Zaretskii  <eliz@gnu.org>
8157
8158         * gdb.texinfo (Hurd Native): New subsection, documents
8159         Hurd-specific commands.
8160         (Maintenance Commands): Add cross-reference to "Debugging Output".
8161         (Debugging Output): Document "set/show debug lin-lwp".
8162         (MIPS): Improve documentation of heuristic-fence-post.  Document
8163         "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8164         mips stack-arg-size", "set/show mips mask-address", "set/show mips
8165         remote-mips64-transfers-32bit-regs", "set/show debug mips".
8166         (ARM): Document ARM-specific commands.
8167         (AVR): New section.  Document "info io_registers".
8168         (CRIS): New section.  Document "set/show cris-version" and
8169         "set/show cris-dwarf2-cfi".
8170         (HPPA): New section.  Document "set/show debug hppa" and "maint
8171         print unwind".
8172         (Neutrino): New subsection.  Document "set/show debug nto-debug".
8173         (Super-H): New section.  Document the "regs" command.
8174         (Debugging Output): Document "set/show debug aix-thread".
8175
8176 2005-04-09  Eli Zaretskii  <eliz@gnu.org>
8177
8178         * gdb.texinfo (Print Settings): Document "set/show print
8179         pascal_static-members", "set print repeats", "show print
8180         null-stop".  Improve indexing.  Fix documentation of "set print
8181         union".
8182         (Pascal): New section.
8183         (Supported languages): Rename from "Support"; all references
8184         updated.  Add a menu item for Pascal.
8185         (Numbers): Document "set radix.
8186         (Screen Size): Document "set/show pagination".
8187         (MIPS Embedded): Remove "set processor" documentation.
8188         (Remote configuration): Document "set/show X/P/Z-packet",
8189         "set/show read-aux-vector-packet", "set/show remote
8190         symbol-lookup-packet", "set/show remote verbose-resume-packet",
8191         "set/show remoteaddresssize", "set/show remotebaud", "set/show
8192         remotedebug", "set/show remotebreak", "set/show remotedevice",
8193         "set/show remotelogfile".
8194         (Auxiliary Vector): Add reference to the description of the
8195         read-aux-vector-packet setting.
8196         (Set Watchpoints): Add a cross-reference to "set remote
8197         hardware-breakpoint-limit".
8198         (General Query Packets): Add indexing of requests and
8199         cross-references to related commands in "Remote configuration".
8200         (File-I/O Overview, The system call): Fix wording and typos.
8201         (Thread Stops): Add index entries.
8202         (Continuing and Stepping): Document "show step-mode".
8203         (i386): New node.  Document "set/show struct-convention".
8204         (Files): Document "show trust-readonly-sections".
8205         (Calling): Document "set/show unwindonsignal".
8206         (Messages/Warnings): Add index entries.
8207         (Maintenance Commands): Document "set/show watchdog".
8208         (Annotations Overview): Document "show annotate".
8209         (Set Watchpoints): Add index entries.
8210         (Symbols): Fix doc of case-sensitive.
8211         (ABI): Document "show coerce-float-to-double".
8212         (Convenience Vars, Help): Improve indexing.
8213         (Machine Code): Document "show disassembly-flavor".
8214         (Debugging C plus plus): Document "show overload-resolution".
8215         (Value History, Signaling): Add index entries.
8216
8217 2005-04-08  Eli Zaretskii  <eliz@gnu.org>
8218
8219         * gdb.texinfo (Show): Move @kindex entries to their proper places.
8220         (Processes): Fix wording.
8221         (History, List, Logging output, Define, Symbols, Print Settings):
8222         Improve indexing.
8223
8224 2005-04-03  Eli Zaretskii  <eliz@gnu.org>
8225
8226         * gdb.texinfo (Targets): Document "set/show architecture".  Remove
8227         redundant index entry for "target" command.
8228         (Backtrace): Add index entries.
8229         (Symbols, Fortran): Document the "set case-sensitive" command.
8230         (DJGPP Native): Document "set com1base", "set com1irq", etc.
8231         (Print Settings): Add index entry for "set demangle-style".
8232         (Target Commands): Document "set download-write-size".
8233         (Debugging Output): Document "set exec-done-display".
8234
8235 2005-04-02  Eli Zaretskii  <eliz@gnu.org>
8236
8237         * gdb.texinfo (Files): Fix the name and documentation of
8238         add-shared-symbol-files.  Document its alias assf.  Update the
8239         list of OSs where GDB supports shared libraries.  Fix markup.
8240         (Continuing and Stepping): Add reference to @var{location} in the
8241         text.
8242         (Dump/Restore Files): Fix reference to @{filename}.
8243         (Help): Fix wording.
8244         (Attach): Ditto.
8245         (Set Watchpoints): Ditto.
8246         (Backtrace): Remove redundant index entries.  Improve index
8247         entries.
8248         (Delete Breaks): Fix wording.
8249         (Memory): Document the compare-sections command.
8250         (Memory Region Attributes): Improve wording.
8251         (Disabling): Improve wording.
8252         (Fortran): New subsection.  Document the "info common" command.
8253         (Help): Document aliases "info copying" and "info warranty".
8254         (Caching Remote Data): New section.  Document the "set/show
8255         remotecache" and "info dcache" commands.
8256         (Show): Fix wording of the documentation of the "set
8257         extension-language" command.
8258         (Signals): Add index entry for "info handle".
8259         (Memory Region Attributes): Fix punctuation.
8260         (Symbols): Change the arg name to "location" and refer to it in
8261         the text.  Fix wording of "info types" doc.
8262         (Threads): Fix usage of @enumerate @item's.
8263         (Listing Tracepoints): Add index entry for "info tp".
8264         (Set Watchpoints): Add xref to "info break" description.
8265         (Macros): Add an index entry for "macro exp1".  Document the
8266         "macro list" command.
8267         (Maintenance Commands): Document "flushregs", "maint agent",
8268         "maint check-symtabs", "maint cplus", "maint demangle", "maint
8269         deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8270         "maint print architecture", "maint print objfiles", "maint print
8271         statistics", "maint print type", "maint show-debug-regs", "maint
8272         space", "maint time", and "maint translate-address".
8273         (Connecting): Document the "monitor" command.
8274         (Annotations Overview): Describe the "set annotate" command.
8275
8276 2005-04-01  Eli Zaretskii  <eliz@gnu.org>
8277
8278         * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8279         Rearrange index entries and improve wording about support for
8280         hardware watchpoints.
8281
8282 2005-03-10  Bob Rossi  <bob@brasko.net>
8283
8284         * gdb.texinfo: Update copyright
8285
8286 2005-02-09  Theodore A. Roth  <troth@openavr.org>
8287
8288         * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8289         error.
8290
8291 2005-02-03  Kevin Buettner  <kevinb@redhat.com>
8292
8293         * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8294
8295 2005-01-17  Michael Snyder  <msnyder@redhat.com>
8296
8297         * gdb.texinfo: Fix spelling, infinte  ->  infinite.
8298
8299 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
8300
8301         * observer.texi (GDB Observers): Document "solib_loaded".
8302
8303 2005-01-07  Andrew Cagney  <cagney@gnu.org>
8304
8305         * configure.ac: Rename configure.in, require autoconf 2.59.
8306         * configure: Re-generate.
8307
8308         * configure.in: Replace configdirs with multiple references to
8309         AC_CONFIG_SUBDIRS.
8310         * configure: Re-generate.
8311
8312 2005-01-04  Andrew Cagney  <cagney@gnu.org>
8313
8314         * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8315         part of the version number.
8316
8317 2004-12-24  Mark Kettenis  <kettenis@gnu.org>
8318
8319         * gdbint.texinfo (Algorithms): Remove description of
8320         TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8321
8322 2004-12-07  Jim Blandy  <jimb@redhat.com>
8323
8324         * gdb.texinfo (General Query Packets): Specify that thread ID's in
8325         the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8326         numbers.
8327
8328 2004-12-07  Andreas Schwab  <schwab@suse.de>
8329
8330         * gdb.texinfo (Mode Options): Document -l option.
8331
8332 2004-12-04  Eli Zaretskii  <eliz@gnu.org>
8333
8334         * gdbint.texinfo (Algorithms): More accurate description of
8335         STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
8336         is not needed unless data-read and data-access watchpoints are
8337         supported.  Add a description of how GDB checks whether the
8338         inferior stopped because a watchpoint was hit.
8339
8340 2004-11-23  Eli Zaretskii  <eliz@gnu.org>
8341
8342         * gdb.texinfo (Files): Add cross-reference to description of
8343         -readnow command-line switch.
8344
8345 2004-11-10  Randolph Chung  <tausq@debian.org>
8346
8347         * gdb.texinfo: Document set/show backtrace past-entry commands.
8348         Rearrange index entries for set/show backtrace past-main.
8349
8350 2004-11-10  Jon Beniston <jon@beniston.com>
8351
8352         Committed by Andrew Cagney  <cagney@gnu.org>.
8353         * gdb.texinfo (Remote Serial Protocol): Further describe
8354         binary transfer escaping mechanism .
8355
8356 2004-11-08  Randolph Chung  <tausq@debian.org>
8357
8358         * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8359         and "show debug infrun".  Add index entries.
8360
8361 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
8362
8363         * gdb.texinfo (SVR4 Process Information): Document subcommands of
8364         "info proc" that are already implemented.  Add index entries.
8365         (Working Directory): Add a cross-reference to "info proc" command.
8366         (Files): Add a tip for decreasing memory used for symtabs from
8367         shared libraries.
8368         (Starting): Fix whitespace; make "elaboration" stand out where it
8369         is first used, and add an index entry for the term.
8370         (Calling): Expand and elaborate text.  Add "print".  Add the
8371         description of problems with weak aliases.
8372         (Core File Generation): New section.
8373
8374 2004-10-12  Andrew Cagney  <cagney@gnu.org>
8375
8376         * gdbint.texinfo (Versions and Branches): New chapter.
8377         (Releasing GDB): Delete "Versions and Branches" section.
8378         (Top): Add "Versions and Branches".
8379
8380 2004-10-08  Eli Zaretskii  <eliz@gnu.org>
8381
8382         * gdb.texinfo (Editing, History): Add cross-references to the
8383         included Readline and History user documentation.  Remove
8384         references to the symbol have-readline-appendices which is unused
8385         and undefined.
8386         (History): Fix indexing.
8387
8388 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
8389
8390         * gdbint.texinfo (target_stopped_data_address): Update to
8391         new prototype.
8392         (i386_stopped_data_address): Update prototype and description.
8393         (i386_stopped_by_watchpoint): New function and description.
8394
8395 2004-10-03  Paul N. Hilfinger  <hilfinger@gnat.com>
8396
8397         * gdb.texinfo (Filenames): Add Ada suffixes.
8398         (Ada) New section.
8399
8400 2004-09-27  Andrew Cagney  <cagney@gnu.org>
8401             Robert Picco  <Robert.Picco@hp.com>
8402
8403         * gdb.texinfo (Packets): Document the "p" packet.
8404
8405 2004-09-21  Jason Molenda  (jmolenda@apple.com)
8406
8407         * gdb.texinfo (Paths and Names of the Source Files): Document the
8408         meaning of values in the 'desc' field of a SO stab.
8409
8410 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
8411
8412         * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8413         max-cache-age" and "maint show dwarf2 max-cache-age".
8414
8415 2004-09-16  Eli Zaretskii  <eliz@gnu.org>
8416
8417         * gdb.texinfo (Set Breaks): Add index entry for setting
8418         breakpoints on overloaded C++ functions that are not members of
8419         any classes.  Add an example and an index entry for setting
8420         breakpoints on all program functions.
8421         (Character Sets, Macros, Overlay Commands)
8422         (Non-debug DLL symbols, GDB/MI Output Syntax)
8423         (Annotations Overview, Maintenance Commands, File-I/O Overview):
8424         Use "(@value{GDBP})" instead of a literal "(gdb)".
8425
8426 2004-09-12  Andrew Cagney  <cagney@gnu.org>
8427
8428         * gdbint.texinfo (Native Debugging): Delete description of
8429         FILES_INFO_HOOK.
8430
8431 2004-09-11  Paul Hilfinger  <hilfinger@gnat.com>
8432
8433         * gdbint.texinfo (User Interface): Change local_hex_string_custom
8434         to hex_string_custom (not historically correct, but more
8435         understandable, given the current code).
8436
8437 2004-09-03  Andrew Cagney  <cagney@gnu.org>
8438
8439         * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8440
8441 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
8442
8443         * observer.texi (solib_unloaded): New observer.
8444
8445 2004-08-24  Andrew Cagney  <cagney@gnu.org>
8446
8447         * gdbint.texinfo (Target Architecture Definition): Add missing
8448         comma.
8449
8450 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
8451
8452         * (Using the Testsuite): build != host is supported,
8453         but some test scripts do not support build != host.
8454
8455 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
8456
8457         * gdbint.texinfo (Host Definition): Delete description of
8458         FCLOSE_PROVIDED and GETENV_PROVIDED.
8459
8460 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
8461
8462         * gdbint.texinfo (Host Definition): Delete description of
8463         NO_SYS_FILE.
8464         (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8465         PTRACE_FP_BUG.
8466
8467 2004-08-05  Andrew Cagney  <cagney@gnu.org>
8468
8469         * gdbint.texinfo (Target Architecture Definition): Delete
8470         reference to deprecated_read_fp.
8471
8472 2004-08-02  Andrew Cagney  <cagney@gnu.org>
8473
8474         * gdbint.texinfo (Target Architecture Definition): Delete
8475         description of DEPRECATED_REGISTER_BYTES.
8476
8477 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
8478
8479         * gdb.texinfo (Source Path): Document the new behavior of
8480         searching for the source files.
8481
8482 2004-07-17  Eli Zaretskii  <eliz@gnu.org>
8483
8484         * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8485         (Search, Expressions, Arrays, Variables, Data, Machine Code)
8486         (Auto Display): Improve indexing.
8487
8488 2004-07-16  Andrew Cagney  <cagney@gnu.org>
8489
8490         * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8491         "-noasync".
8492
8493 2004-07-09  Eli Zaretskii  <eliz@gnu.org>
8494
8495         * gdb.texinfo: Fix @kindex entries so that multiple commands that
8496         have the same prefix have only their prefix in the index.
8497
8498 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
8499
8500         * gdb.texinfo (BSD libkvm Interface): New node (section)
8501         (Native): Add it to the menu.
8502
8503 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
8504
8505         * gdbint.texinfo (Target Architecture Definition): Remove
8506         PCC_SOL_BROKEN.
8507
8508 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
8509
8510         * gdbint.texinfo (Target Architecture Definition): Remove
8511         SUN_FIXED_LBRAC_BUG.
8512
8513 2004-06-26  Andrew Cagney  <cagney@gnu.org>
8514
8515         * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8516
8517 2004-06-20  Andrew Cagney  <cagney@gnu.org>
8518
8519         * gdbint.texinfo (Target Architecture Definition): Deprecate
8520         USE_STRUCT_CONVENTION.
8521
8522 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
8523
8524         gdb.texinfo (Bug Reporting): Mention session recording,
8525         with the script command or Emacs.
8526
8527 2004-06-18  Andrew Cagney  <cagney@gnu.org>
8528
8529         * gdbint.texinfo (Target Architecture Definition): Deprecate
8530         FUNCTION_START_OFFSET.
8531
8532 2004-06-14  Andrew Cagney  <cagney@gnu.org>
8533
8534         Based on changes from Karl Berry.
8535         * gdb.texinfo: Do not use @sc in a direntry.
8536         * stabs.texinfo: Change @dircateogry to "Software development".
8537         * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8538
8539 2004-06-13  Andrew Cagney  <cagney@gnu.org>
8540
8541         * gdbint.texinfo (Target Architecture Definition): Delete
8542         description of RETURN_VALUE_ON_STACK.
8543
8544 2004-06-09  Andrew Cagney  <cagney@gnu.org>
8545
8546         * gdbint.texinfo (Native Debugging): Restore "@table @code"
8547         deleted by previous patch.
8548
8549 2004-06-08  Andrew Cagney  <cagney@gnu.org>
8550
8551         * gdbint.texinfo (Native Debugging): Delete documentation on
8552         ATTACH_DETACH.
8553
8554 2004-06-06  Randolph Chung  <tausq@debian.org>
8555
8556         * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8557
8558 2004-06-06  Randolph Chung  <tausq@debian.org>
8559
8560         * gdb.texinfo (push_dummy_call): Update argument list to match
8561         the new push_dummy_call method signature.  Describe the function
8562         argument.
8563
8564 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
8565
8566         * gdb.texinfo (Starting): Document new start command.
8567
8568 2004-05-21  Andrew Cagney  <cagney@redhat.com>
8569
8570         * observer.texi (GDB Observers): Document "inferior_created".
8571
8572 2004-05-08  Andrew Cagney  <cagney@redhat.com>
8573
8574         * gdbint.texinfo (Target Architecture Definition): Delete
8575         description of DO_DEFERRED_STORES.
8576
8577         * gdbint.texinfo (Target Architecture Definition): Delete
8578         references to DEPRECATED_FIX_CALL_DUMMY.
8579
8580         * gdbint.texinfo (Target Architecture Definition): Delete
8581         description of DEPRECATED_CALL_DUMMY_WORDS,
8582         DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8583
8584         * gdbint.texinfo (Target Architecture Definition): Delete
8585         description of DEPRECATED_PUSH_DUMMY_FRAME.
8586
8587         * gdbint.texinfo (Target Architecture Definition): Delete
8588         reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8589
8590 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8591
8592         * observer.texi (GDB Observers): Add "Debugging" section.  Include
8593         cross reference to "set/show debug observer".
8594         * gdb.texinfo (Debugging Output): Document "set/show debug
8595         observer".
8596
8597 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8598
8599         * gdbint.texinfo (Target Architecture Definition): Delete
8600         description of DEPRECATED_PC_IN_SIGTRAMP.
8601
8602 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8603
8604         * gdbint.texinfo (Target Architecture Definition): Delete
8605         documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8606
8607 2004-04-30  Orjan Friberg  <orjanf@axis.com>
8608
8609         * observer.texi (GDB Observers): Correct spelling.
8610
8611 2004-04-26  Orjan Friberg  <orjanf@axis.com>
8612
8613         * observer.texi (GDB Observers): Add target_changed event.
8614
8615 2004-04-08  Andrew Cagney  <cagney@redhat.com>
8616
8617         * observer.texi (GDB Observers): Rework, provide generic observer
8618         definitions and then a list of observable events.
8619
8620 2004-04-04  Andrew Cagney  <cagney@redhat.com>
8621
8622         * gdbint.texinfo (Host Definition): Delete reference to
8623         NO_SIGINTERRUPT.
8624
8625 2004-04-02  Andrew Cagney  <cagney@redhat.com>
8626
8627         * gdbint.texinfo (Target Architecture Definition): Delete
8628         reference to DEPRECATED_CALL_DUMMY_LENGTH.
8629
8630 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
8631
8632         * gdb.texinfo (TUI Commands): Document tui reg commands.
8633
8634 2004-03-26  Andrew Cagney  <cagney@redhat.com>
8635
8636         * gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
8637         "gdbtui".
8638         (Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
8639         (Contributors): Mention both Text and Terminal User Interface.
8640
8641 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8642
8643         * gdbint.texinfo (Target Architecture Definition): Deprecate
8644         references to SIGTRAMP_START and SIGTRAMP_END.
8645
8646 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8647
8648         * gdbint.texinfo (Target Architecture Definition): Deprecate
8649         references to PC_IN_SIGTRAMP.
8650
8651 2004-03-19  Andrew Cagney  <cagney@redhat.com>
8652
8653         * gdbint.texinfo (Target Architecture Definition): Delete
8654         reference to GDB_TARGET_IS_HPPA.
8655
8656 2004-03-18  Andrew Cagney  <cagney@redhat.com>
8657
8658         * gdbint.texinfo (Coding): Update section on gdbarch_data,
8659         describe pre_init and post_init.
8660
8661 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8662
8663         * gdb.texinfo (Debugging Output): Document values for "set debug
8664         target".
8665
8666 2004-02-28  Andrew Cagney  <cagney@redhat.com>
8667
8668         * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8669
8670 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
8671
8672         * gdb.texinfo (breakpoints): Add information about the
8673         new "set breakpoint pending" and "show breakpoint pending"
8674         commands.
8675
8676 2004-02-26  Andrew Cagney  <cagney@redhat.com>
8677
8678         * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8679         in Per-architecture module data section.
8680
8681 2004-02-25  Roland McGrath  <roland@redhat.com>
8682
8683         * gdb.texinfo (General Query Packets): Document qPart:... packets.
8684
8685 2004-02-24  Andrew Cagney  <cagney@redhat.com>
8686
8687         * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8688         * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8689         * fdl.texi: Import Version 1.2, November 2002.
8690
8691 2004-02-17  Andrew Cagney  <cagney@redhat.com>
8692
8693         * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8694
8695 2004-02-16  Andrew Cagney  <cagney@redhat.com>
8696
8697         * gdbint.texinfo (Target Architecture Definition): Deprecate
8698         FRAMELESS_FUNCTION_INVOCATION.
8699
8700 2004-02-16  Andrew Cagney  <cagney@redhat.com>
8701
8702         * gdbint.texinfo (Coding): Mention -Wunused-function.
8703
8704 2004-02-14  Andrew Cagney  <cagney@redhat.com>
8705
8706         * gdbint.texinfo (Target Architecture Definition): Delete
8707         description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8708
8709 2004-02-12  Elena Zannoni  <ezannoni@redhat.com>
8710
8711         * gdb.texinfo: Properly quote the name "C++".
8712         * gdbint.texinfo: Ditto.
8713         * stabs.texinfo: Ditto.
8714
8715 2004-02-11  Elena Zannoni  <ezannoni@redhat.com>
8716
8717         * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8718         minimal information about libiberty.
8719
8720 2004-02-06  Michael Chastain  <mec.gnu@mindspring.com>
8721
8722         * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8723
8724 2004-02-04  Roland McGrath  <roland@redhat.com>
8725
8726         * gdb.texinfo (Auxiliary Vector): New node (section).
8727         (Data): Add it to the menu.
8728
8729 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
8730
8731         * gdb.texinfo (Breakpoints): Add information about pending
8732         breakpoint support.
8733
8734 2004-01-26  Andrew Cagney  <cagney@redhat.com>
8735
8736         * gdb.texinfo (Overview): Delete references to the cisco protocol
8737         including the "N" response.
8738
8739 2004-01-26  Andrew Cagney  <cagney@redhat.com>
8740
8741         * gdbint.texinfo (Target Architecture Definition): Rename
8742         EXTRACT_STRUCT_VALUE_ADDRESS to
8743         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8744
8745 2004-01-24  Eli Zaretskii  <eliz@gnu.org>
8746
8747         * gdb.texinfo (KOD): Document "show os".  Add index entries for
8748         "set/show os" and "info cisco" commands.
8749
8750 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
8751
8752         * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8753
8754 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
8755
8756         * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8757         MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8758
8759 2004-01-19  Nick Roberts  <nick@nick.uklinux.net>
8760
8761         * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8762         -stack-list-locals.
8763         (GDB/MI Variable Objects): Describe extension to
8764         -var-list-children.
8765
8766 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
8767
8768         * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8769
8770 2004-01-17  Andrew Cagney  <cagney@redhat.com>
8771
8772         * gdbint.texinfo (Target Architecture Definition): Delete
8773         documentation on DEPRECATED_NPC_REGNUM.
8774
8775 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
8776
8777         * gdb.texinfo: Update copyright year.  Mention that set
8778         follow-fork-mode is supported on GNU/Linux.  Remove documentation of
8779         "set follow-fork-mode ask".
8780
8781 2004-01-13  Andrew Cagney  <cagney@redhat.com>
8782
8783         * gdbint.texinfo: Update copyright year.
8784         (Coding): Add -Wunused-label to list of -Werror warnings.
8785
8786 2004-01-08  Jason Molenda  <jmolenda@apple.com>
8787             Eli Zaretskii  <eliz@gnu.org>
8788
8789         * gdb.texinfo: Update copyright.
8790         (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
8791         around names, as appropriate.  Minor syntax cleanup of
8792         _NSPrintForDebugger explanation.  Two spaces after periods.
8793         GDBN used instead of lit. "gdb".  Index entries added for
8794         print-object and _NSPrintForDebugger.  @noindent added in one spot.
8795
8796 2003-11-11  Elena Zannoni  <ezannoni@redhat.com>
8797
8798         * stabs.texinfo: Add dircategory and direntry commands.
8799         * annotate.texinfo: Ditto.
8800
8801 2003-11-10  Andrew Cagney  <cagney@redhat.com>
8802
8803         * gdbint.texinfo (Target Architecture Definition): Replace the
8804         return_value method's "inval" and "outval" parameters with
8805         "readbuf" and "writebuf".
8806
8807 2003-10-28  Jim Blandy  <jimb@redhat.com>
8808
8809         * gdb.texinfo (The F request packet, The F reply packet): Renamed
8810         from "The `F' request packet" and "The `F' reply packet", to make
8811         texi2dvi happy.
8812         (File-I/O remote protocol extension): Update menu entries, too.
8813
8814 2003-10-26  Michael Chastain  <mec@shout.net>
8815
8816         * gdb.texinfo (Thread Stops): Document the issue with
8817         premature return from system calls in multi-threaded programs.
8818
8819 2003-10-24  Andrew Cagney  <cagney@redhat.com>
8820
8821         * annotate.texinfo: Fix "fortunatly"[sic].
8822
8823 2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>
8824
8825         * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8826         with "Hitachi" and "Mitsubishi".
8827
8828 2003-10-20  Andrew Cagney  <cagney@redhat.com>
8829
8830         * gdbint.texinfo (Target Architecture Definition): Document
8831         gdbarch_return_value.  Add cross references from
8832         USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8833         STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8834
8835 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
8836
8837         * gdbint.texinfo (Target Architecture Definition): Document
8838         regset_from_core_section.
8839
8840 2003-10-16  Kei Sakamot Sakamoto  <sakamoto.kei@renesas.com>
8841
8842         * gdb.texinfo (M32R/D): Mention m32rsdi target.
8843
8844 2003-10-15  Kevin Buettner  <kevinb@redhat.com>
8845
8846         From Anthony Green  <green@redhat.com>:
8847         * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8848
8849 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
8850
8851         * gdb.texinfo (Breakpoint related warnings): New node.
8852         * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8853
8854 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
8855
8856         * gdb.texinfo (Remote Protocol): Document v and vCont.
8857
8858 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
8859
8860         * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8861         * gdbint.texinfo: Ditto.
8862
8863 2003-10-09  Andrew Cagney  <cagney@redhat.com>
8864
8865         From 2003-09-18 David Anderson <davea@sgi.com>:
8866         * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8867         "command".
8868
8869 2003-10-03  Andrew Cagney  <cagney@redhat.com>
8870
8871         * gdbint.texinfo (Target Architecture Definition): Deprecate
8872         IBM6000_TARGET.  Mention that it implies an RS/6000 system and not
8873         just target.
8874
8875 2003-10-02  Andrew Cagney  <cagney@redhat.com>
8876
8877         * gdbint.texinfo (Target Architecture Definition): Rename
8878         REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8879         * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8880         * gdbint.texinfo (Target Architecture Definition): Rename
8881
8882 2003-09-30  Andrew Cagney  <cagney@redhat.com>
8883
8884         REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8885         (Target Architecture Definition):
8886
8887         * gdbint.texinfo (Target Architecture Definition): Rename
8888         REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8889
8890 2003-09-29  Andrew Cagney  <cagney@redhat.com>
8891
8892         * gdbint.texinfo (Target Architecture Definition): Delete
8893         documentation for NEED_TEXT_START_END.
8894
8895         * gdbint.texinfo (Target Architecture Definition): Rename
8896         NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
8897         TARGET_WRITE_PC.
8898
8899 2003-09-22  Michael Chastain  <mec@shout.net>
8900
8901         * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8902
8903 2003-09-21  Anthony Green  <green@redhat.com>
8904
8905         * gdbint.texinfo (Target Architecture Definition): Fix typos.
8906
8907 2003-09-21  Mark Kettenis  <kettenis@gnu.org>
8908
8909         * gdbint.texinfo (Target Architecture Definition): Document
8910         stabs_argument_has_addr.
8911
8912 2003-09-18  Andrew Cagney  <cagney@redhat.com>
8913
8914         * gdbint.texinfo (Target Architecture Definition): Delete
8915         documentation on REGISTER_NAMES.
8916
8917 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
8918
8919         * gdbint.texinfo (Target Architecture Definition): Replace
8920         REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8921
8922 2003-09-11  Andrew Cagney  <cagney@redhat.com>
8923
8924         * gdbint.texinfo (Target Architecture Definition): Replace
8925         STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8926
8927 2003-08-18  Andrew Cagney  <cagney@redhat.com>
8928
8929         * gdbint.texinfo (Target Architecture Definition): Document
8930         "frame_red_zone_size".
8931
8932 2003-08-09  Andrew Cagney  <cagney@redhat.com>
8933
8934         * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8935         with "set/show backtrace past-main" and "set/show backtrace
8936         limit".
8937
8938 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
8939
8940         * Makefile.in (install-info): Support DESTDIR.
8941         (install-html): Likewise.
8942
8943 2003-08-07  Andrew Cagney  <cagney@redhat.com>
8944
8945         Patch from Nick Roberts.
8946         * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8947         bindings.  Remove description of send-gdb-command.
8948
8949 2003-08-07  Andrew Cagney  <cagney@redhat.com>
8950
8951         * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8952         GDB 6.0.
8953
8954 2003-08-06  Andrew Cagney  <cagney@redhat.com>
8955
8956         * gdb.texinfo (Mode Options): Mention that level three is the
8957         highest available and that level 2 is deprecated.
8958         (Annotations Overview): Mention annotation levels. Cross reference
8959         to "Limitations of the Annotation Interface" in annotate.texi.
8960         (TODO, Value Annotations, Frame Annotations): Delete section.
8961         (Displays, Breakpoint Info): Delete.
8962
8963 2003-08-04  Andrew Cagney  <cagney@redhat.com>
8964
8965         * agentexpr.texi: Delete @bye.
8966         * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8967         (stabs.info): Add $(srcdir) to include search path.
8968         (html): Depend on "annotate_toc.html", and not "annotate.html".
8969         * stabs.texinfo: Ditto.  Include "fdl.texi".
8970         * gdbint.texinfo: Update copyright statement's list of invariant
8971         sections.
8972
8973 2003-07-28  Andrew Cagney  <cagney@redhat.com>
8974
8975         * Makefile.in (INFO_DEPS): Add annotate.info.
8976         (dvi, ps, html, pdf): Add annotate.
8977         (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8978         (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8979         (ANNOTATE_DOC_FILES): New macro.
8980         (ANNOTATE_TEX_TMPS): New macro.
8981         (annotate.info, annotate_toc.html): Specify dependencies.
8982         (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8983         * annotate.texinfo: Rename annotate.texi.  Get building.  Add
8984         "Migrating to GDB/MI" and "Limitations of the Annotation
8985         Interface" chapters.  Mention why it is not part of the user
8986         guide.  Update copyright notice.  Include "fdl.texi".
8987
8988 2003-07-26  Stephane Carrez  <stcarrez@nerim.fr>
8989
8990         * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8991
8992 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
8993
8994         * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8995
8996 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
8997
8998         * gdb.texinfo (Server): Mention pidof.
8999
9000 2003-07-22  Andrew Cagney  <cagney@redhat.com>
9001
9002         * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9003         list.
9004
9005 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
9006
9007         * gdb.texinfo (Logging output): New chapter.
9008
9009 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
9010
9011         * gdb.texinfo (Unsupported languages): New section.
9012         (Languages): Add link to new section.
9013
9014 2003-06-22  Andrew Cagney  <cagney@redhat.com>
9015
9016         * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9017
9018 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
9019
9020         * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9021
9022 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
9023
9024         * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9025         * agentexpr.texi: Retitle section, and change it to an appendix.
9026         Comment out texinfo initialization.  Factor a @var{} into two
9027         pieces to prevent makeinfo warnings.
9028         * gdb.texinfo: Add Agent Expressions appendix.
9029
9030 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
9031
9032         * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9033
9034 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
9035
9036         * gdb.texinfo (Remote Debugging): New section "Connecting to a
9037         remote target".  Document the "detach" and "disconnect" commands.
9038         (Server, Netware, Debug Session): Reference "Connecting to a
9039         remote target".
9040         (GDB/MI Target Manipulation): Document "-target-disconnect".
9041
9042 2003-06-13  Andrew Cagney  <cagney@redhat.com>
9043
9044         * gdbint.texinfo (Target Architecture Definition): Deprecate
9045         REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9046         BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
9047
9048 2003-06-09  Jim Blandy  <jimb@redhat.com>
9049
9050         * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9051
9052 2003-06-08  Andrew Cagney  <cagney@redhat.com>
9053
9054         * gdbint.texinfo (Target Architecture Definition): Delete
9055         documentation on FRAME_ARGS_ADDRESS_CORRECT.
9056
9057 2003-06-08  Andrew Cagney  <cagney@redhat.com>
9058
9059         * gdbint.texinfo (Target Architecture Definition): Document
9060         "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
9061
9062 2003-06-07  Adam Fedor  <fedor@gnu.org>
9063
9064         * gdb.texinfo: Add Objective-C documentation.
9065
9066 2003-06-01  Andrew Cagney  <cagney@redhat.com>
9067
9068         * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9069         parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
9070
9071 2003-05-21  Andrew Cagney  <cagney@redhat.com>
9072
9073         * gdbint.texinfo (Target Architecture Definition): Delete
9074         references to "extract_address" and "store_address".
9075
9076 2003-05-16  Andrew Cagney  <cagney@redhat.com>
9077
9078         * gdbint.texinfo (Target Architecture Definition): Replace
9079         REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
9080         DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9081
9082 2003-05-14  Theodore A. Roth  <troth@openavr.org>
9083
9084         * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9085
9086 2003-05-10  H.J. Lu <hongjiu.lu@intel.com>
9087
9088         * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9089         (gdb.dvi): Likewise.
9090         (gdb.pdf): Likewise.
9091         (links2roff): Likewise.
9092
9093 2003-05-08  Jim Blandy  <jimb@redhat.com>
9094
9095         * gdb.texinfo (Dump/Restore Files): Update documentation for
9096         'dump', 'append', and 'restore': note that format argument is
9097         optional; simplify presentation of the command variants; and be
9098         more precise about the formats.
9099
9100 2003-05-07  Jim Blandy  <jimb@redhat.com>
9101
9102         * gdb.texinfo (Symbols): Update documentation: 'maint list
9103         symtabs' and 'maint list psymtabs' have been renamed 'maint info
9104         symtabs' and 'maint info psymtabs'.
9105
9106 2003-05-05  Andrew Cagney  <cagney@redhat.com>
9107
9108         * gdbint.texinfo (Target Architecture Definition): Make
9109         CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9110         FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9111         CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9112
9113 2003-05-04  Andrew Cagney  <cagney@redhat.com>
9114
9115         * gdb.texinfo (Maintenance Commands): Document "maint print
9116         dummy-frames".
9117
9118 2003-05-04  Andrew Cagney  <cagney@redhat.com>
9119
9120         * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9121
9122 2003-05-03  J. Brobecker  <brobecker@gnat.com>
9123
9124         Thierry Schneider  <tpschneider1@yahoo.com>
9125         * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9126         for new MI command.
9127
9128 2003-05-03  Andrew Cagney  <cagney@redhat.com>
9129
9130         * gdbint.texinfo (Target Architecture Definition): Document
9131         push_dummy_code.  Add cross references.
9132
9133 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
9134
9135         * gdb.texinfo (Character Sets): Update to reflect new behavior of
9136         set/show charsets commands.
9137
9138 2003-04-28  Andrew Cagney  <cagney@redhat.com>
9139
9140         * gdbint.texinfo (Target Architecture Definition): Replace
9141         read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9142         DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9143
9144 2003-04-28  Andrew Cagney  <cagney@redhat.com>
9145
9146         * gdbint.texinfo (Target Architecture Definition): Rename
9147         "tm_print_insn" to "deprecated_tm_print_insn".
9148
9149 2003-04-09  Jim Blandy  <jimb@redhat.com>
9150
9151         * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9152         list psymtabs'.
9153
9154 2003-04-08  Andrew Cagney  <cagney@redhat.com>
9155
9156         * gdbint.texinfo (Target Architecture Definition): Delete
9157         references to EXTRA_FRAME_INFO.
9158
9159 2003-04-08  Andrew Cagney  <cagney@redhat.com>
9160
9161         * gdbint.texinfo (Target Architecture Definition): Delete
9162         PRINT_TYPELESS_INTEGER.
9163
9164 2003-04-02  J. Brobecker  <brobecker@gnat.com>
9165
9166         * observer.texi (GDB Observers): Adjust the documentation for the
9167         normal_stop notification to better describe reality. Fix a couple
9168         of minor typos.
9169
9170 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
9171
9172         * gdb.texinfo (GDB/MI Program Control): Add
9173         '-file-list-exec-source-file'
9174
9175 2003-03-31  Andrew Cagney  <cagney@redhat.com>
9176
9177         * gdbint.texinfo (Target Architecture Definition): Delete
9178         references to CALL_DUMMY_P.
9179
9180 2003-03-30  Andrew Cagney  <cagney@redhat.com>
9181
9182         * gdbint.texinfo (Target Architecture Definition): Remove
9183         reference to TARGET_WRITE_SP.
9184
9185 2003-03-27  Andrew Cagney  <cagney@redhat.com>
9186
9187         * gdbint.texinfo (Target Architecture Definition): Remove
9188         references to write_sp.
9189
9190 2003-03-27  Andrew Cagney  <cagney@redhat.com>
9191
9192         * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9193         chapter body.  Use @smallexample instead of @example.
9194         (Annotations): Ditto.
9195         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9196         annotate.texi.
9197
9198 2003-03-26  Andrew Cagney  <cagney@redhat.com>
9199
9200         * gdbint.texinfo (Target Architecture Definition): Replace
9201         PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9202         dummy_addr parameters.
9203
9204 2003-03-25  Andrew Cagney  <cagney@redhat.com>
9205
9206         * gdbint.texinfo (Target Architecture Definition): Delete
9207         reference to CALL_DUMMY_STACK_ADJUST_P.  Rename
9208         CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9209         Add reference to PUSH_ARGUMENTS.
9210
9211 2003-03-23  Andrew Cagney  <cagney@redhat.com>
9212
9213         * gdbint.texinfo (Algorithms, Target Architecture Definition):
9214         Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9215
9216 2003-03-18  J. Brobecker  <brobecker@gnat.com>
9217
9218         * gdbint.texinfo (Algorithms): Add new section describing the
9219         Observer paradigm.
9220         (Top): Add menu entry to new observer appendix.
9221         * observer.texi: New file.
9222         * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9223         new observer.texi file.
9224
9225 2003-03-17  Andrew Cagney  <cagney@redhat.com>
9226
9227         * gdb.texinfo (DATE): Delete.  Remove date from titles.  Mention
9228         that GNU Press update the manual version number.
9229
9230 2003-03-12  Andrew Cagney  <cagney@redhat.com>
9231
9232         * gdbint.texinfo (Target Architecture Definition): Delete
9233         references to get_saved_register.  Rename GET_SAVED_REGISTER to
9234         DEPRECATED_GET_SAVED_REGISTER.
9235
9236 2003-03-13  Andrew Cagney  <cagney@redhat.com>
9237
9238         * gdbint.texinfo (Target Architecture Definition): Replace
9239         POP_FRAME with DEPRECATED_POP_FRAME.  Update description.
9240
9241 2003-03-12  Andrew Cagney  <cagney@redhat.com>
9242
9243         * gdbint.texinfo (Target Architecture Definition): Rename
9244         FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
9245
9246 2003-03-10  Corinna Vinschen  <vinschen@redhat.com>
9247
9248         * gdb.texinfo: Add File-I/O documentation.
9249
9250 2003-03-10  Andrew Cagney  <cagney@redhat.com>
9251
9252         * gdbint.texinfo (Target Architecture Definition): Cross reference
9253         FRAME_SAVED_PC to unwind_pc.  Document unwind_pc.
9254
9255 2003-03-07  Andrew Cagney  <cagney@redhat.com>
9256
9257         * gdb.texinfo (Debugging Output): Mention the "set/show debug
9258         frame" command.
9259
9260 2003-03-05  Andrew Cagney  <cagney@redhat.com>
9261
9262         * gdbint.texinfo (Target Architecture Definition): Document
9263         unwind_dummy_id.  Cross reference unwind_dummy_id and
9264         SAVE_DUMMY_FRAME_TOS.
9265
9266 2003-03-05  James Ingham <jingham@apple.com>
9267             Daniel Jacobowitz  <drow@mvista.com>
9268
9269         * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9270         and "show cp-abi".
9271
9272 2003-03-03  Andrew Cagney  <cagney@redhat.com>
9273
9274         * gdbint.texinfo (Target Architecture Definition): Document
9275         register_type.
9276
9277 2003-03-03  Andrew Cagney  <cagney@redhat.com>
9278
9279         * stabs.texinfo (Structures): Use @samp and separate @var's
9280         instead of a single @var containing a comma separated list.
9281         (Unions): Ditto.
9282
9283 2003-03-02  Daniel Jacobowitz  <drow@mvista.com>
9284
9285         * Makefile.in (distclean): Remove config.log.
9286
9287 2003-03-01  Andrew Cagney  <cagney@redhat.com>
9288
9289         * gdbint.texinfo (Target Architecture Definition): Rename
9290         FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9291
9292 2003-03-01  Andrew Cagney  <cagney@redhat.com>
9293
9294         * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9295         DEPRECATED_INIT_EXTRA_FRAME_INFO.
9296
9297 2003-02-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
9298
9299         * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9300         (Non-debug DLL symbols): New node, describing the minimal symbols
9301         loaded from DLLs without real debugging symbols.
9302
9303 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
9304
9305         * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9306         hardware-breakpoint-limit".
9307         (Set Watchpoints): Add cross reference to "set remote
9308         hardware-watchpoint-limit".
9309         (Remote configuration options): New section.
9310
9311 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
9312
9313         * gdbint.texinfo (Target Architecture Definition): Delete
9314         descrption of IS_TRAPPED_INTERNALVAR.
9315
9316         From Keith Seitz <keiths@redhat.com>:
9317         * gdb.texinfo (Interpreters): New chapter.  Refer the command-line
9318         option "-i"/"--interpreter" to this chapter.  Include index
9319         entries.
9320
9321 2003-02-04  David Carlton  <carlton@math.stanford.edu>
9322
9323         * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9324         (Variables): Recommend stabs+ and DWARF 2.
9325         (C plus plus expressions): Correct info about
9326         compiler versions, debug formats.
9327         (Contributors): Change 'DWARF2' to 'DWARF 2'.
9328         PR symtab/874.
9329
9330 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
9331
9332         * gdbint.texinfo (Target Architecture Definition): Delete
9333         description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9334         ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9335         BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9336         references to nindy and i960.
9337         * gdb.texinfo (i960): Delete all references to i960 and nindy.
9338
9339 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
9340
9341         * gdbint.texinfo (Target Architecture Definition): Delete
9342         FLOAT_INFO.
9343
9344 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
9345
9346         * stabs.texinfo (Member Type Descriptor): Clarify description of
9347         `@'.  Suggested by Ben Hutchings.
9348
9349 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
9350
9351         * gdb.texinfo (M68K): Delete reference to es1800.
9352
9353 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
9354
9355         * gdb.texinfo (Maintenance Commands): Document `maint print
9356         reggroups' and `maint print register-groups'.
9357         * gdbint.texinfo (Target Architecture Definition): Document
9358         register_reggroup_p.
9359
9360 2003-01-23  Jim Blandy  <jimb@redhat.com>
9361
9362         * gdb.texinfo (Separate Debug Files): New section.
9363
9364 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
9365
9366         * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9367         and "maint show profile".
9368
9369 2003-01-16  Michael Chastain  <mec@shout.net>
9370
9371         * gdb.texinfo (Installing GDB): Warn against
9372         ".../gdb-VERSION/gdb/configure".
9373         (Separate Objdir): Likewise.
9374
9375 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
9376
9377         * gdbint.texinfo (Target Architecture Definition): Delete
9378         definition of PRINT_REGISTER_HOOK.
9379
9380 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
9381
9382         (OpenRISC 1000): Fix formatting of command names.
9383
9384 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
9385
9386         * gdb.texinfo (Continuing and Stepping): Add new command
9387         'advance'. Clarify behavior of 'until'.
9388
9389 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
9390
9391         * gdb.texinfo (Files): Document solib-absolute-prefix and
9392         solib-search-path.
9393
9394 2003-01-09  Michael Chastain  <mec@shout.net>
9395
9396         * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9397         (Create a Release): Add new instructions for new @file{src-release}.
9398         Document existing instructions for @file{Makefile.in} as
9399         being for @value{GDBN} 5.3.1 or earlier.
9400
9401 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
9402
9403         * gdbint.texinfo (Target Architecture Definition): Mention
9404         frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9405         allocate memory.
9406
9407 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9408
9409         * gdb.texinfo (Controlling GDB): Add @kindex for
9410         "show osabi".
9411         (Backtraces): Add @kindex's for backtrace-below-main.
9412
9413 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9414
9415         * gdb.texinfo (Controlling GDB): Document "set osabi".
9416
9417 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9418
9419         * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9420         * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9421
9422 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9423
9424         * gdb.texinfo (Controlling GDB): Add ABI section.  Document
9425         "set coerce-float-to-double".
9426         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9427
9428 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
9429
9430         * stabs.texinfo: Remove obsolete text.
9431         * gdbint.texinfo: Ditto.
9432         * gdb.texinfo: Ditto.
9433
9434 2002-12-22  Mark Kettenis  <kettenis@gnu.org>
9435
9436         * gdbint.texinfo (Target Architecture Definition): Update
9437         description of gdbarch_register_osabi.
9438
9439 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
9440
9441         * agentexpr.texi: Fix typos.
9442         * annotate.texi: Likewise.
9443         * fdl.texi: Likewise.
9444
9445 2002-12-10  Andrew Cagney  <cagney@redhat.com>
9446
9447         * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9448         DEPRECATED_INIT_FRAME_PC.
9449
9450 2002-12-01  Andrew Cagney  <ac131313@redhat.com>
9451
9452         * gdbint.texinfo (Target Architecture Definition): Delete
9453         PC_IN_CALL_DUMMY.
9454
9455 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
9456
9457         * gdbint.texinfo (Host Definition): Delete documentation on
9458         USE_GENERIC_DUMMY_FRAMES.
9459
9460 2002-11-26  Elena Zannoni  <ezannoni@redhat.com>
9461
9462         Fix PR gdb/723 and PR gdb/245.
9463         * Makefile.in (install-info): Run the install-info command as part
9464         of the post install steps only.
9465         (uninstall-info): New target.
9466         (uninstall): New target.
9467
9468 2002-11-22  Elena Zannoni  <ezannoni@redhat.com>
9469
9470         * Makefile.in (install): Make install do some real work.
9471
9472 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
9473
9474         Fix POSIX problem reported by Paul Eggert.
9475         * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9476         Fix PR gdb/527.
9477
9478 2002-10-26  Andrew Cagney  <cagney@redhat.com>
9479
9480         * gdbint.texinfo (Target Architecture Definition): Delete
9481         definition of DO_REGISTERS_INFO.
9482
9483 2002-10-18  Kevin Buettner  <kevinb@redhat.com>
9484
9485         * gdbint.texinfo (Address Classes): Fix problems with insertion
9486         of ``{'' and ``}'' in example.
9487
9488 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
9489
9490         * gdbint.texinfo (Address Classes): New section.
9491         (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9492         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9493         ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9494         ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9495
9496 2002-10-11  Klee Dienes  <kdienes@apple.com>
9497
9498         * gdb.texinfo (Registers): Mention vector registers as well as
9499         floating registers in the documentation for 'info registers' and
9500         'info all-registers'.
9501
9502 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
9503
9504         * gdbint.texinfo (CPLUS_MARKER): Remove item.
9505
9506 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
9507
9508         * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9509         interface definition.
9510
9511 2002-10-03  Marko Mlinar   <markom@opencores.org>
9512
9513         * gdb.texinfo (Target Commands): Add or1k target specific
9514         commands.
9515         * gdb.texinfo (Contributors): Add myself to the contributors list.
9516
9517 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
9518
9519         * gdb.texinfo (Mode Options): Update --interpreter option.  "mi2"
9520         and "mi1" instead of "mi1" and "mi0".
9521
9522 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
9523
9524         * gdb.texinfo (Packets): Fix typos "alligned".
9525         Correct z3/Z3 description.  Correct z4/Z4 title.
9526
9527 2002-09-27  Andrew Cagney  <ac131313@redhat.com>
9528
9529         * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
9530
9531 2002-09-25  Kevin Buettner  <kevinb@redhat.com>
9532
9533         * gdb.texinfo: Use GNU/Linux instead of Linux.
9534
9535 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
9536
9537         * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9538
9539 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
9540
9541         * gdb.texinfo: Replace @example with @smallexample.
9542
9543 2002-09-20  Kevin Buettner  <kevinb@redhat.com>
9544
9545         From Eli Zaretskii  <eliz@gnu.org>:
9546         * gdb.texinfo (Character Sets): Use @smallexample instead of
9547         @example.  Use GNU/Linux instead of Linux.
9548
9549 2002-09-20  Jim Blandy  <jimb@redhat.com>
9550
9551         * gdb.texinfo: Add character set documentation.
9552
9553 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9554
9555         * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9556         (Packets): Add cross reference from `b' packet to `z' packets.
9557
9558 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9559
9560         * gdb.texinfo (Maintenance Commands): Document ``maint
9561         internal-error'' and ``maint internal-warning''.
9562
9563         * gdbint.texinfo (Target Architecture Definition): Revise
9564         description of STACK_ALIGN.  Add description of FRAME_ALIGN.
9565
9566 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
9567
9568         * gdbint.texinfo (Target Conditionals): Document the new
9569         NAME_OF_MALLOC macro.
9570
9571 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
9572
9573         * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9574         engineer.
9575
9576 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9577
9578         * gdb.texinfo (TUI Overview): Document status line fields.
9579
9580 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9581
9582         * gdb.texinfo (TUI Commands): Document info win command.
9583
9584 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9585
9586         * gdb.texinfo (TUI Overview): Document breakpoint markers.
9587
9588 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9589
9590         * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9591         (TUI Keys): Likewise.
9592
9593 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9594
9595         * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9596         for a packet receive.
9597
9598 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9599
9600         * Makefile.in (clean): Move to end of file.
9601         (distclean, maintainer-clean, realclean): Ditto.
9602         (mostlyclean): Move rule to end of file.  Use GDB_TEX_TMPS,
9603         GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9604         (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9605         (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9606
9607 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
9608
9609         * Makefile.in (GDBINT_TEX_TMPS): Define.
9610         (gdbint.dvi, gdbint.pdf): Use
9611         (GDB_TEX_TMPS): Define.
9612         (gdb.dvi, gdb.pdf): Use.
9613         (STABS_TEX_TMPS): Define.
9614         (stabs.dvi, stabs.pdf): Use.
9615         (GDB_DOC_SOURCE_INCLUDES): New macros.
9616         (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9617         (GDBINT_DOC_FILES_INCLUDES): New macros.
9618         (GDBINT_DOC_BUILD_INCLUDES): New macros.
9619         (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9620         (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9621         (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9622         (links2roff): Replace SFILES_INCLUDED with
9623         GDB_DOC_SOURCE_INCLUDES.
9624         (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9625         (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9626         (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9627         dependencies.
9628         (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9629         dependencies.
9630         (gdbmi.texinfo): Delete rule.
9631         (inc-hist.texinfo): Delete rule.
9632         (rluser.texinfo): Delete rule.
9633
9634 2002-08-23  Andrew Cagney  <cagney@redhat.com>
9635
9636         * gdbint.texinfo (Target Architecture Definition): Update
9637         STORE_RETURN_VALUE, mention regcache.
9638
9639 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
9640
9641         * gdbint.texinfo (Target Architecture Definition): Document
9642         print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
9643
9644 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
9645
9646         * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
9647         Fix minor typos.  Add index entries.
9648
9649 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
9650
9651         * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9652
9653 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
9654
9655         * gdbint.texinfo (Target Architecture Definition): Document
9656         PRINT_VECTOR_INFO.
9657         * gdb.texinfo (Vector Unit): Document "info vectors" command.
9658
9659 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
9660
9661         * gdb.texinfo (Maintenance Commands): Document "maint print
9662         registers", "maint print raw-registers" and "maint print
9663         cooked-registers".
9664
9665 2002-08-08  Grace Sainsbury  <graces@redhat.com>
9666
9667         From Mark Salter:
9668         * gdb.texinfo (Protocol): Document T packet extension to
9669         allow watchpoint address reporting.
9670
9671 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
9672
9673         * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9674
9675 2002-08-01  Andrew Cagney  <cagney@redhat.com>
9676
9677         * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9678         to CHILL.
9679
9680 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
9681
9682         * gdbint.texinfo (Coding): Revise section "Include Files".
9683
9684 2002-07-24  Andrew Cagney  <cagney@redhat.com>
9685
9686         * gdbint.texinfo: Obsolete references to m88k.
9687         * gdb.texinfo: Ditto.
9688
9689 2002-07-10  Joel Brobecker  <brobecker@gnat.com>
9690
9691         * gdbint.texinfo (Create a release candiate): Add the location
9692         where the proper version of autoconf can be retrieved.
9693
9694 2002-07-09  Don Howard  <dhoward@redhat.com>
9695
9696         * gdb.texinfo (Command Files): Further describe the behavior of
9697         sourced command files.
9698
9699 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
9700
9701         * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9702         (Coding): Clarify ISO C version that GDB assumes.
9703
9704 2002-06-26  Tom Tromey  <tromey@redhat.com>
9705
9706         * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9707         add_setshow_cmd_full.
9708
9709 2002-06-25  Don Howard  <dhoward@redhat.com>
9710
9711         * gdb.texinfo (Memory Region Attributes): Document new behavior
9712         for 'mem' command.
9713
9714 2002-06-11  Jim Blandy  <jimb@redhat.com>
9715
9716         * gdb.texinfo (Symbols): Update documentation for `info source'
9717         command.
9718
9719         * gdb.texinfo (Macros): Call the command `info macro', not
9720         `show macro'.
9721
9722 2002-06-09  Andrew Cagney  <ac131313@redhat.com>
9723
9724         * gdbint.texinfo (Coding): Add section ``Per-architecture module
9725         data''.
9726
9727 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
9728
9729         * gdbint.texinfo (Target Architecture Definition): Document
9730         GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9731
9732 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9733
9734         * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9735         lists.
9736
9737 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9738
9739         * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9740         Branch''.
9741
9742 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
9743
9744         * gdbint.texinfo (Target Architecture Definition): Add section
9745         ``Converting an existing Target Architecture to Multi-arch''.
9746
9747 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
9748
9749         * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9750         to ``Obsoleting code''.  Revise.
9751
9752 2002-05-17  Jim Blandy  <jimb@redhat.com>
9753
9754         * gdb.texinfo (C Preprocessor Macros): New chapter.
9755         Include it in the main menu.
9756         (Contributors): Credit Jim Blandy with macro support.
9757         (Compilation): Explain how to get macro information into the
9758         executable.
9759         (Expressions): Note that preprocessor macros are expanded.
9760
9761 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
9762
9763         * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9764         options for `target remote'.
9765
9766 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
9767
9768         * gdbint.texinfo (Target Architecture Definition): Delete
9769         documentation on NNPC_REGNUM.
9770
9771 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9772
9773         * gdbint.texinfo (Target Architecture Definition): Document
9774         REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9775         (Target Architecture Definition): Revise section `Using Different
9776         Register and Memory Data Representations'.  Add section `Raw and
9777         Virtual Register Representations'.
9778
9779 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9780
9781         * gdbint.texinfo (Target Architecture Definition): Mention
9782         defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9783         (Target Architecture Definition): Mention same.  Add references to
9784         web pages.
9785
9786 2002-05-08  Michael Snyder  <msnyder@redhat.com>
9787
9788         * stabs.texinfo (Attributes): Document new "vector" attribute.
9789
9790 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9791
9792         * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9793
9794 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9795
9796         * gdb.texinfo: Delete obsolete references to a29k.
9797
9798 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
9799
9800         * gdbint.texinfo (Target Architecture Definition): Replace
9801         IN_SIGTRAMP with PC_IN_SIGTRAMP.
9802
9803 2002-04-24  David S. Miller  <davem@redhat.com>
9804
9805         * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9806
9807 2002-04-21  David S. Miller  <davem@redhat.com>
9808
9809         * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9810
9811 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9812
9813         * gdbint.texinfo (Target Architecture Definition): Delete
9814         definition of HAVE_REGISTER_WINDOWS.
9815
9816 2002-04-19  Eli Zaretskii  <eliz@gnu.org>
9817
9818         * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
9819         "Theodore A. Roth" <troth@verinet.com>.
9820
9821 2002-04-15  Don Howard  <dhoward@redhat.com>
9822
9823         From Eli Zaretskii <eliz@gnu.org>
9824         * gdb.texinfo (show max-user-call-depth): Correct formatting.
9825         Provide a better explaination of this feature.
9826
9827 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
9828
9829         * gdbint.texinfo (Target Architecture Definition): Remove
9830         FRAME_CHAIN_COMBINE.
9831
9832 2002-04-12  Michael Chastain  <mec@shout.net>
9833
9834         * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9835         REG_STACK_SEGMENT.
9836
9837 2002-04-09  Michael Chastain  <mec@shout.net>
9838
9839         * gdbint.texinfo (Obsolete Conditionals): Remove references to
9840         PYRAMID_* macros.
9841
9842 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9843
9844         * gdb.texinfo (Bug Reporting): Document that the web is the
9845         prefered way of submitting bug reports.
9846         (Bug Reporting): Delete the s-mail address as the last resort.
9847
9848 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
9849
9850         * gdbint.texinfo (Target Architecture Definition): Delete
9851         references to TARGET_WRITE_FP and write_fp.
9852
9853 2002-03-27  Michael Snyder  <msnyder@redhat.com>
9854
9855         * gdb.texinfo: Document new commands dump, append, and restore.
9856
9857 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9858
9859         * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9860         Branch'.
9861
9862 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9863
9864         * gdb.texinfo: Change all examples to @smallexample.
9865         * gdbint.texinfo: Ditto.
9866
9867 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9868
9869         * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9870         Branches''.
9871
9872 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9873
9874         * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9875         Policy''.
9876
9877 2002-03-04  Fred Fish  <fnf@redhat.com>
9878
9879         * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9880         expresson, suports, dependant, trhe, perhaphs, situtations,
9881         explictily, taged, oportunity, unfortunatly).
9882
9883 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
9884
9885         * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9886         Remove reference to 3.12.
9887
9888 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9889
9890         * gdbint.texinfo: Include fdl.texi.
9891         (Top): Add GNU Free Documentation License.
9892         * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9893         (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9894         (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9895         (gdbint.info): Add srcdir to include path.
9896         * gdb.texinfo: Include gpl.texi.
9897         (Top): Add Copying.
9898         * gpl.texi: New file.
9899
9900 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9901
9902         * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9903
9904 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
9905
9906         * gdb.texinfo: Document Cygwin native specific commands.
9907
9908 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
9909
9910         * gdb.texinfo: Document gdbserver ``--attach'' command.
9911
9912 2002-02-07  Michael Snyder  <msnyder@redhat.com>
9913
9914         * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9915         to @code(_ovly_debug_event).
9916
9917 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
9918
9919         * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9920
9921 2002-02-06  Michael Snyder  <msnyder@redhat.com>
9922
9923         * gdb.texinfo (overlays): Mention new magic symbol
9924         '_ovly_debug_event', which allows GDB to keep better track
9925         of overlays.
9926
9927 2002-02-03  Eli Zaretskii  <eliz@gnu.org>
9928
9929         * gdb.texinfo (Memory Region Attributes): Fix the wording.
9930         Suggested by Dmitry Sivachenko.
9931
9932         * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9933
9934 2002-02-01  Michael Snyder  <msnyder@redhat.com>
9935
9936         * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9937
9938 2002-01-30  Michael Snyder  <msnyder@redhat.com>
9939
9940         * gdb.texinfo: (remote protocol): Gramatical fix-up.
9941         (set trust-readonly-sections): Document.
9942
9943 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
9944
9945         * gdbint.texinfo (Releasing GDB): Revise and update.
9946
9947 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
9948
9949         * gdbint.texinfo (Target Architecture Definition): Delete
9950         description of TARGET_BYTE_ORDER_DEFAULT.
9951
9952 2002-01-27  Eli Zaretskii  <eliz@gnu.org>
9953
9954         * gdb.texinfo: Fix typos and markup.  From Dmitry Sivachenko
9955         <mitya@cavia.pp.ru>.
9956
9957 2002-01-23  Andrew Cagney  <ac131313@redhat.com>
9958
9959         * libgdb.texinfo: Delete file.
9960
9961 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9962
9963         * gdb.texinfo: Remove makeinfo 3.12 hacks.
9964         * gdbint.texinfo: Ditto.
9965
9966 Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
9967
9968         * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9969
9970 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9971
9972         * Makefile.in: Update copyright.
9973         (TEXI2DVI): Define.
9974         (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9975         (gdbint.dvi, gdbint.pdf): Use TEXI2DVI.  Add dependency on
9976         gdb-cfg.texi.
9977         (TEXINDEX, PDFTEX): Delete makefile variables.
9978
9979 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9980
9981         * gdb.texinfo (Protocol): Move section to appendix.
9982
9983 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
9984
9985         * gdb.texinfo (Remote Debugging): Create a menu.
9986         (Top): Add ``Remote Debugging'' to menu.
9987
9988 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
9989
9990         * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9991         serial protocol'' from here.
9992         (Remote Debugging): To here.  New chapter.
9993
9994 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9995
9996         * gdbint.texinfo (Target Architecture Definition): Delete
9997         description of TARGET_BYTE_ORDER_SELECTABLE_P.
9998
9999 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
10000
10001         * gdbint.texinfo (Host Definition): Revise.  xm-xyz.h and xyz.mh
10002         are no longer needed.
10003         (Porting GDB): Add maintainer note about configure.host.
10004
10005 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
10006
10007         * gdbint.texinfo (Target Architecture Definition): Remove
10008         definition of IEEE_FLOAT.
10009
10010 2002-01-20  Eli Zaretskii  <eliz@gnu.org>
10011
10012         * gdb.texinfo: Beautify copyright years; fix a typo.
10013         (DJGPP Native): Fix overfull hboxes in examples.  From Brian Youmans
10014         <3diff@gnu.org>
10015
10016 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
10017
10018         * gdbint.texinfo (Host Definition): Remove references to
10019         MALLOC_INCOMPATIBLE.
10020
10021 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10022
10023         * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10024         and xyz-xdep.o.
10025
10026 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10027
10028         * gdb.texinfo (Maintenance Commands): Add appendix.
10029         (Set Breaks): Copy ``maint info breakpoint'' doco to
10030         ``Maintenance Commands'' appendix.  Add reference.
10031
10032 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10033
10034         * fdl.texi: Remove next/prev from @node.
10035
10036 2002-01-17  Eli Zaretskii  <eliz@gnu.org>
10037
10038         * gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
10039         for monstrous @multitable (from Brian Youmans).
10040
10041         * fdl.texi: New file.
10042
10043         * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10044
10045 2002-01-15  Andrew Cagney  <ac131313@redhat.com>
10046
10047         * gdbint.texinfo (Releasing GDB): New chapter.
10048
10049 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
10050
10051         * gdb.texinfo (Embedded Processors, Calling program functions):
10052         Obsolete references to a29k.
10053
10054 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10055
10056         * gdbint.texinfo (Coding): Review Cleanups section.  Examples
10057         examples.  Document that a code-block should do or discard its
10058         cleanups before exit.
10059
10060 2002-01-11  Michael Snyder  <msnyder@redhat.com>
10061
10062         * gdb.texinfo (Choosing files): Change @samp to @file.
10063
10064 2002-01-05  Michael Snyder  <msnyder@redhat.com>
10065
10066         * gdb.texinfo (--pid): Document new command line option (attach).
10067
10068 2002-01-07  Eli Zaretskii  <eliz@gnu.org>
10069
10070         * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10071         in the stub.
10072
10073 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
10074
10075         * gdbint.texinfo (Target Architecture Definition): Replace
10076         BIG_ENDIAN with BFD_ENDIAN_BIG.
10077
10078 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
10079
10080         * gdbint.texinfo (Target Architecture Definition): Replace
10081         value_ptr with struct value pointer.
10082
10083 2002-01-02  Eli Zaretskii  <eliz@gnu.org>
10084
10085         * gdb.texinfo (Free Software): Fix wording.
10086
10087 2001-12-31  Eli Zaretskii  <eliz@gnu.org>
10088
10089         * gdb.texinfo (Free Software): New section ``Free Software Needs
10090         Free Documentation''.
10091
10092 2001-12-30  Eli Zaretskii  <eliz@gnu.org>
10093
10094         * stabs.texinfo:
10095         * gdb.texinfo:
10096         * gdbint.texinfo:
10097         * libgdb.texinfo:
10098         * annotate.texi: Fix the application of GFDL in the Copyright notice.
10099
10100 2001-12-29  Michael Snyder  <msnyder@redhat.com>
10101
10102         * gdb.texinfo (maint info sections): Fix typo.
10103
10104 2001-12-26  Michael Snyder  <msnyder@redhat.com>
10105
10106         * gdb.texinfo (maint info sections): Document.
10107
10108         * gdb.texinfo (info proc): Comment out documentation for
10109         'info proc' sub-options that are currently not implemented.
10110
10111 2001-12-20  Jim Blandy  <jimb@redhat.com>
10112
10113         * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10114
10115 2001-12-15  Andrew Cagney  <ac131313@redhat.com>
10116
10117         * gdbint.texinfo (Target Architecture Definition): Replace
10118         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10119
10120 2001-12-01  Andrew Cagney  <ac131313@redhat.com>
10121
10122         * gdbint.texinfo (Host Definition): Delete documentation on
10123         HOST_BYTE_ORDER.
10124
10125 2001-11-30  Jim Blandy  <jimb@redhat.com>
10126
10127         * gdb.texinfo (Overlays): New chapter, documenting GDB's
10128         overlay support.  Add to top-level menu.
10129
10130 2001-11-26  Tom Tromey  <tromey@redhat.com>
10131
10132         * gdb.texinfo (Command Syntax): Document C-o binding.
10133
10134 2001-07-26  Christopher Faylor  <cgf@redhat.com>
10135
10136         * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10137         use since it is described in the referenced section.
10138
10139         From Eli Zaretskii <eliz@gnu.org>
10140         * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10141         clearer when using DJGPP.
10142
10143 2001-11-24  Christopher Faylor  <cgf@redhat.com>
10144
10145         * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10146         specifically refer to MS-DOS.
10147         (command files): Mention gdb.ini is only used on MS-DOS.
10148
10149 2001-11-21  Tom Tromey  <tromey@redhat.com>
10150
10151         * gdb.texinfo (Invoking GDB): Document --args.
10152         (Mode Options): Likewise.
10153
10154 2001-11-21  Jim Blandy  <jimb@redhat.com>
10155
10156         * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
10157         Delete documentation; this macro has been removed from the
10158         sources.
10159
10160 2001-11-13  Jim Blandy  <jimb@redhat.com>
10161
10162         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10163
10164 2001-11-06  Corinna Vinschen  <vinschen@redhat.com>
10165
10166         * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10167
10168 2001-11-05  Michael Snyder  <msnyder@redhat.com>
10169
10170         * gdb.texinfo (info functions): Document use of backslash to
10171         quote regexp chars in function names such as "operator*()".
10172
10173 2001-11-01  Fred Fish  <fnf@redhat.com>
10174
10175         * gdbint.texinfo (SOLIB_ADD): Document additional new
10176         "readsyms" arg.
10177
10178 2001-10-30  Don Howard  <dhoward@redhat.com>
10179
10180         * gdb.texinfo: (Command Files) Added documentation for the
10181         behavior of gdb with input redirected from a file.
10182
10183 2001-10-28  Fred Fish  <fnf@redhat.com>
10184
10185         * gdb.texinfo (auto-solib-add): Change docs to match
10186         implementation change.
10187         (auto-solib-limit): Add docs for new variable.
10188
10189 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
10190
10191         * gdbint.texinfo (Target Architecture Definition): Function
10192         value_as_pointer renamed to value_as_address.
10193
10194 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
10195
10196         * gdbint.texinfo (Target Architecture Definition): Default
10197         POINTER_TO_ADDRESS functions assume unsigned addresses.
10198         (INTEGER_TO_ADDRESS): Document.  Derive pragmatics section from a
10199         posting by Jim Blandy.
10200
10201 2001-10-12  Jim Blandy  <jimb@redhat.com>
10202
10203         * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10204         version of texi2html (1.64) doesn't support this flag any more.
10205
10206 2001-09-08  Mark Kettenis  <kettenis@gnu.org>
10207
10208         * gdbint.texinfo (Host Definition): Remove description of
10209         MEM_FNS_DECLARED.
10210
10211         * gdbint.texinfo (Host Definition): Remove description of R_OK.
10212
10213         * gdbint.texinfo (Host Definition): Remove description of
10214         HAVE_SIGSETMASK.
10215
10216 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
10217
10218         * gdbint.texinfo (Target Architecture Definition): Add
10219         explanation of TARGET_PRINT_INSN macro.
10220
10221 2001-08-30  Jim Blandy  <jimb@redhat.com>
10222
10223         * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10224         Explain what it means to load relocatable files.
10225
10226 2001-08-28  Jim Blandy  <jimb@redhat.com>
10227
10228         * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10229         info `top' menu.
10230
10231 Wed Aug 15 10:47:28 2001  Christopher Faylor <cgf@cygnus.com>
10232
10233         * gdbint.texinfo: Add a cautionary note about macro use.
10234
10235 2001-08-02  Corinna Vinschen  <vinschen@redhat.com>
10236
10237         * gdb.texinfo: Explain omitting the hostname in the
10238         `target remote' command.
10239
10240 2001-07-30  Daniel Jacobowitz  <drow@mvista.com>
10241
10242         * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10243         and END-INFO-DIR-ENTRY.
10244
10245 2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10246
10247         * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10248
10249 2001-07-25  Andrew Cagney  <ac131313@redhat.com>
10250
10251         * gdbint.texinfo (libgdb): Rewrite.
10252
10253 2001-07-26  Eli Zaretskii  <eliz@gnu.org>
10254
10255         * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10256
10257 2001-07-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10258
10259         * gdb.texinfo (TUI): New chapter, document the TUI.
10260         (Mode Options): Document the -tui option.
10261
10262 2001-07-23  Mark Kettenis  <kettenis@gnu.org>
10263
10264         * gdbint.texinfo (Host Definition): Remove description of
10265         NEED_POSIX_SETPGID.
10266
10267 2001-07-23  Eli Zaretskii  <eliz@gnu.org>
10268
10269         * gdb.tex (DJGPP Native): New node, with descriptions of
10270         DJGPP-specific commands.
10271
10272 2001-07-19  John R. Moore  <jmoore@redhat.com>
10273
10274         * gdbint.texinfo: Three misspellings.
10275
10276 2001-07-06  Andrew Cagney  <ac131313@redhat.com>
10277
10278         * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10279         `test` expressions on bash.  Problem reported by Colin Walters.
10280
10281 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
10282
10283         * gdbint.texinfo (User Interface): Update ui-out documentation to
10284         refelect recent UI/MI updates.
10285
10286 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
10287
10288         * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10289         interpreters.
10290
10291 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
10292
10293         * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10294         structure and not macros.
10295         (Host Definition): Document that much of this chapter is obsolete.
10296         (Target Architecture Definition): Update list of files that make
10297         up a target architecture.
10298         (Coding): Update.
10299
10300 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
10301
10302         * gdbint.texinfo (Target Architecture Definition): Update
10303         EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10304         The latter has been changed to a true predicate.
10305
10306 2001-06-17  Eli Zaretskii  <eliz@gnu.org>
10307
10308         * annotate.texi: Add @noindent where needed.  From Dmitry
10309         Sivachenko <dima@Chg.RU>.
10310         * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
10311
10312 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
10313
10314         * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
10315
10316 2001-06-14  Andrew Cagney  <ac131313@redhat.com>
10317
10318         * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10319         returns ``OK''.  Document that the ``R'' packet does not reply.
10320
10321 2001-06-13  Michael Snyder  <msnyder@redhat.com>
10322
10323         * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10324
10325 2001-06-13  Eli Zaretskii  <eliz@gnu.org>
10326
10327         * gdb.texinfo (Signals): Clarify the default setting of signal
10328         handling.
10329
10330 2001-05-14  Andrew Cagney  <ac131313@redhat.com>
10331
10332         * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10333         (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10334
10335 2001-05-12  Andrew Cagney  <ac131313@redhat.com>
10336
10337         * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10338
10339 2001-05-10  Eli Zaretskii  <eliz@gnu.org>
10340
10341         * gdbint.texinfo (Clean Design and Portable Implementation):
10342         Renamed from "Clean Design".
10343         (Clean Design and Portable Implementation): Document portable
10344         methods of handling file names, and the associated macros.
10345
10346 2001-04-02  Eli Zaretskii  <eliz@gnu.org>
10347
10348         * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10349         command and provide a cross-reference to its description.
10350         (Symbols): Note that "info scope" is useful for trace experiments.
10351
10352 2001-04-01  Eli Zaretskii  <eliz@gnu.org>
10353
10354         * gdb.texinfo (Symbols): Document "info scope".
10355         (Tracepoints): New chapter.
10356         (Contributors): Update for v5.1.
10357         <All nodes>: Change "C++" to "C@t{++}".
10358
10359         * gdbint.texinfo (User Interface): A new section about ui_out
10360         functions, based on text written by Fernando Nasser.
10361
10362         * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
10363
10364 2001-03-26  Eli Zaretskii  <eliz@gnu.org>
10365
10366         * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
10367
10368         * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
10369
10370         * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
10371         Replace "GDB" with "@value{GDBN}".  Fix markup.
10372
10373         * annotate.texi: Change Permissions to GFDL.  Update Copyright.
10374
10375         * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10376         a cross-reference to its description.
10377         (Symbols): Document "info symbol".
10378
10379 2001-03-21  Eli Zaretskii  <eliz@gnu.org>
10380
10381         * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10382         subsection "x86 Watchpoints".
10383         (Target Architecture Definition): Document the macros
10384         I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10385         (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10386
10387 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
10388
10389         * gdbint.texinfo (Target Architecture Definition): Update
10390         definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10391         list.
10392
10393 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
10394
10395         * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10396         gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10397
10398 2001-02-21  Eli Zaretskii  <eliz@gnu.org>
10399
10400         * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10401
10402 2001-02-11  Eli Zaretskii  <eliz@gnu.org>
10403
10404         * gdb.texinfo (Environment): Document that `path' does not change
10405         the value of PATH in GDB's own environment (it did in the past,
10406         but that was changed on March 15, 1994).  Reported by Doug Evans
10407         <dje@transmeta.com>.
10408
10409         * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10410         its line.  Fix markup of commands and macros.  Add an Index node
10411         and index entries.
10412
10413 2001-01-23  J.T. Conklin  <jtc@redback.com>
10414
10415         * gdb.texinfo (Memory region attributes): New manual section.
10416
10417 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
10418
10419         * gdbint.texinfo (POP_FRAME): Document use by return_command.
10420
10421 2000-12-25  Eli Zaretskii  <eliz@gnu.org>
10422
10423         * refcard.tex: Version and copyright fixed.  From Phil Edwards
10424         <pedwards@disaster.jaj.com>.
10425
10426 Thu Nov 30 16:57:19 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10427
10428         * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10429         DWARF2_REG_TO_REGNUM): Document.
10430
10431 Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10432
10433         * gdbint.texinfo (Coding): Update current value of
10434         --enable-build-warnings.  Mention --enable-gdb-build-warnings.
10435
10436 2000-11-19  Eli Zaretskii  <eliz@gnu.org>
10437
10438         * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
10439         as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10440
10441 2000-11-10  Christopher Faylor <cgf@cygnus.com>
10442
10443         * gdb.texinfo: Document new 'set step-mode' command.
10444
10445 2000-10-16  Eli Zaretskii  <eliz@gnu.org>
10446
10447         * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10448         changes from Dmitry Sivachenko <dima@Chg.RU>.
10449
10450 2000-09-26  Eli Zaretskii  <eliz@gnu.org>
10451
10452         * gdb.texinfo (Hooks): Document the new post-hook functionality.
10453         From Steven Johnson <sbjohnson@ozemail.com.au>.
10454
10455 2000-08-10  Mark Kettenis  <kettenis@gnu.org>
10456
10457         * gdbint.texinfo (Overall Structure): Spelling fix.
10458
10459 2000-08-10  Eli Zaretskii  <eliz@gnu.org>
10460
10461         * gdbint.texinfo (Target Architecture Definition): Document that
10462         REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10463         for which REGISTER_CONVERTIBLE returns a zero value.
10464
10465 2000-07-08  Christopher Faylor <cgf@cygnus.com>
10466
10467         * Makefile.in (install-info): Find files to install in either the
10468         build or source directories (adapted from Makefile.am).
10469
10470 2000-07-07  Nicholas Duffek  <nsd@redhat.com>
10471
10472         * stabs.texinfo: Fix spelling errors.
10473         (String Field): FILE-NUMBER starts from 0, not 1.
10474
10475 2000-07-05  Eli Zaretskii <eliz@gnu.org>
10476
10477         * refcard.tex: Remove \centerline from the blurb.  Patch from
10478         Brian Youmans.
10479
10480 2000-06-25  Eli Zaretskii <eliz@gnu.org>
10481
10482         * Makefile.in (install-info): Support installation from outside of
10483         the source directory.  Reported by Mark Harig
10484         <markh@frazier.landmark.com>.
10485
10486 2000-06-20  J.T. Conklin  <jtc@redback.com>
10487
10488         * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10489
10490 Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10491
10492         * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10493         Generate using pdftex.
10494         (PDFTEX): Define.
10495         (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10496         (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10497         @contents at the start.
10498
10499 2000-05-24  Eli Zaretskii  <eliz@gnu.org>
10500
10501         * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
10502         Youmans.
10503
10504 Wed May 24 21:27:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10505
10506         From Brian Youmans:
10507         * gdb.texinfo: Fix ``et al.''.
10508
10509 Tue May 23 22:57:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10510
10511         * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10512         loop.
10513
10514 2000-05-19  Jimmy Guo  <guo@cup.hp.com>
10515
10516         * configure: Regenerate.
10517
10518 2000-05-17  Eli Zaretskii  <eliz@gnu.org>
10519
10520         * Makefile.in (install-info): Run install-info on installed Info
10521         files.
10522
10523 Fri May 12 20:18:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10524
10525         * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
10526         Andrew Cagney.
10527
10528 2000-05-09  Eli Zaretskii  <eliz@gnu.org>
10529
10530         * gdb.texinfo: Proofreading changes from Brian Youmans.
10531
10532 2000-05-01  Nick Duffek  <nsd@cygnus.com>
10533
10534         * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10535         startup sequence, minor edits.
10536
10537 2000-05-01  Eli Zaretskii  <eliz@gnu.org>
10538
10539         * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10540         TeX.
10541
10542         * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
10543         "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10544         like `n' and `s' which look weird.  Convert some of the @kindex to
10545         @vindex, when they refer to variables, not commands.
10546
10547 Sat Apr 29 17:01:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10548
10549         * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10550
10551 2000-04-23  Eli Zaretskii  <eliz@gnu.org>
10552
10553         * Makefile.in (GDBMI_DIR): New variable.
10554         (SET_TEXINPUTS): Add $(GDBMI_DIR).
10555         (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10556         (gdbmi.texinfo): New target, for texi2roff.
10557         (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10558         (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10559
10560         * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10561         gdbmi.texinfo.
10562         (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10563         comment.
10564
10565 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10566
10567         * gdb.texinfo (Files): Update description of add-symbol-file
10568         command.
10569
10570 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10571
10572         * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10573         prevents the build (and is generally a Bad Idea).
10574
10575 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10576
10577         * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10578         a comma inside @var.
10579         (Command Files): Index markup changes from Dmitry Sivachenko
10580         <dima@Chg.RU>.
10581
10582 2000-04-16  Eli Zaretskii  <eliz@gnu.org>
10583
10584         * Makefile.in (LN_S): Define.
10585         (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10586         invoke "ln -s" unless it is known to work.
10587
10588         * configure.in (AC_PROG_LN_S): Add.
10589
10590 2000-04-14  Jim Blandy  <jimb@redhat.com>
10591
10592         * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10593         section.
10594         (Target Conditionals): Document ADDRESS_TO_POINTER,
10595         POINTER_TO_ADDRESS.
10596
10597 2000-04-11  Daniel Berlin  <dan@cgsoftware.com>
10598
10599         * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10600         gdb-cfg.texi to get the value.
10601
10602 2000-04-10  Jim Blandy  <jimb@redhat.com>
10603
10604         * gdbint.texinfo (Target Architecture Definition): Fix
10605         cross-references.
10606
10607 2000-04-08  Jim Blandy  <jimb@redhat.com>
10608
10609         * gdbint.texinfo (Using Different Register and Memory Data
10610         Representations): New section.
10611         (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10612         REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10613         REGISTER_CONVERT_TO_RAW): Document.
10614
10615 Mon Apr  3 19:16:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10616
10617         * gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
10618         for acknowledgments.
10619
10620 Tue Mar 28 18:28:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10621
10622         * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10623         qThreadExtraInfo.
10624
10625 2000-03-28  J.T. Conklin  <jtc@redback.com>
10626
10627         * gdb.texinfo: Clarify which remote debug protocol commands are
10628         required and which are optional.
10629
10630 Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10631
10632         * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10633         Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
10634         back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10635         * annotate.texi: Update.
10636
10637 2000-03-28  Stan Shebs  <shebs@apple.com>
10638
10639         * gdb.texinfo: Update dates, bump to Eighth Edition (note
10640         expectation of additional changes before release), update
10641         ISBN, add copy of top-level menu for @ifhtml, remove explicit
10642         node links, rephrase and/or shorten lines to fix formatting
10643         problem in both regular and @smallbook formats.
10644         * annotate.texi: Shorten lines in example, use smallexample
10645         consistently everywhere.
10646         * Makefile.in: Add comment about texinfo 4.0 html generation.
10647         (SFILES_INCLUDED): Add annotate.texi.
10648
10649 2000-03-27  Daniel Berlin  <dan@cgsoftware.com>
10650
10651         * gdb.texinfo (Debugging Output): Added new section, documenting
10652         the "set/show debug" commands.
10653
10654 Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10655
10656         * annotate.texi (Annotations): When GDBN omit @chapter and @node
10657         entry.
10658
10659         * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10660         (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10661         @chapter and @node entries.
10662
10663         * gdb.texinfo: Link all top-level nodes.
10664
10665 Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10666
10667         * Makefile.in (install-info): Create $(infodir) before installing
10668         files.
10669
10670 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
10671
10672         From David Whedon <dwhedon@gordian.com>
10673         * gdbint.texinfo : Added paragraphs about command deprecation.
10674
10675 2000-03-22  Daniel Berlin  <dan@cgsoftware.com>
10676
10677       * gdb.texinfo: Add documentation for the apropos command.
10678
10679 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
10680
10681         * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10682
10683 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
10684
10685         * gdb.texinfo: Add white space to prevent overprinting in
10686         two places.
10687
10688 2000-03-17  Stan Shebs  <shebs@apple.com>
10689
10690         * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10691         <dima@Chg.RU>, also clarification of allowed content for
10692         string constants.
10693
10694 2000-03-16  Eli Zaretskii <eliz@gnu.org>
10695
10696         * gdb.texinfo (main menu): Add Annotations.
10697         (File Options): Add @cindex entries for each command-line option.
10698         Document --epoch, --annotate, --async, --interpreter, --write,
10699         --statistics, and --version.
10700
10701         * annotate.texi: Convert to a chapter.  Use @value{GDBN} instead
10702         of GDB.
10703
10704 2000-02-23  Jim Blandy  <jimb@redhat.com>
10705
10706         * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10707
10708 2000-02-22  Jim Blandy  <jimb@redhat.com>
10709
10710         * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10711
10712 2000-02-15  Jason Molenda  (jsm@bugshack.cygnus.com)
10713
10714         * Makefile.in (diststuff): New target.
10715
10716 2000-02-15  Kevin Buettner  <kevinb@redhat.com>
10717
10718         * agentexpr.texi: Fix wording regarding Intel's IA-64
10719         architecture.  [From Jim Wilson.]
10720
10721 2000-01-16  Tom Tromey  <tromey@cygnus.com>
10722
10723         * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10724         (Delete Breaks): Mention range arguments.
10725         (Disabling): Likewise.
10726
10727 2000-01-05  Dmitry Sivachenko <dima@Chg.RU>
10728
10729         * gdb.texinfo:  Wrap "ASCII" in @sc{}; clarify a few sentences.
10730
10731 Wed Dec  8 19:53:08 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10732
10733         * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10734         valid functions.
10735
10736 1999-11-05  Stan Shebs  <shebs@andros.cygnus.com>
10737
10738         * gdb.texinfo: Clarify regular expressions used in rbreak.
10739
10740 1999-10-15  Kevin Buettner  <kevinb@cygnus.com>
10741
10742         * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10743         MEMORY_REMOVE_BREAKPOINT):  Document.
10744
10745 Thu Oct 14 21:17:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10746
10747         * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10748         offset re-using the DATA offset instead.
10749
10750 1999-10-11  Jim Kingdon  <kingdon@redhat.com>
10751
10752         * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10753
10754 1999-10-05  Stan Shebs  <shebs@andros.cygnus.com>
10755
10756         From Dmitry Sivachenko <demon@gpad.ac.ru>:
10757         * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10758         typos.
10759
10760         * gdb.texinfo: Various minor wording and formatting improvements,
10761         mentions of additional command-line options.
10762
10763 1999-09-30  Fred Fish  <fnf@cygnus.com>
10764
10765         * gdb.texinfo:  Document additional forms of specifying section
10766         names and addresses for the add-symbol-file command.
10767
10768 1999-09-14  Michael Snyder  <msnyder@cleaver.cygnus.com>
10769
10770         * gdbint.texinfo: Fix typo, add the word "have".
10771
10772 1999-09-14  Jim Blandy  <jimb@cris.red-bean.com>
10773
10774         * gdbint.texinfo (Target Architecture Definition): Document the
10775         SKIP_PERMANENT_BREAKPOINT macro.
10776
10777 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
10778
10779         * gdb.texinfo: Fiks speling errers.
10780
10781         * gdb.texinfo: Fix uses of @multitable.
10782
10783         From Eli Zaretskii  <eliz@gnu.org>:
10784         * gdb.texinfo: Include details specific to DOS host, clarify
10785         some confusing language, fix @ref/@xref/@pxref usages, add
10786         comments about using with optimization, add more indexing,
10787         fix info about disassembly-flavor.
10788
10789 Tue Sep  7 09:11:24 1999  Kevin Buettner  <kevinb@cygnus.com>
10790
10791         * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10792         SKIP_SOLIB_RESOLVER): Define.
10793
10794 Fri Sep  3 18:05:14 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10795
10796         * gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
10797         ``g'' packets.
10798
10799 1999-08-30  Stan Shebs  <shebs@andros.cygnus.com>
10800
10801         * gdb.texinfo: Create a new "Configurations" chapter with
10802         platform-specific info, inline remote.texi and move sections of it
10803         into the new chapter, move bits about info proc, heuristic search,
10804         and register stack into the new chapter.
10805         * remote.texi: Remove, now part of gdb.texinfo.
10806         * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10807
10808 1999-08-27  Jason Molenda  (jsm@bugshack.cygnus.com)
10809
10810         * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10811         GDB_TARGET_IS_MACH386): These kludges have gone away.
10812
10813 Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10814
10815         * gdbint.texinfo (Target Architecture Definition): Mention
10816         TDEPLIBS.
10817
10818 1999-08-20  Stan Shebs  <shebs@andros.cygnus.com>
10819
10820         * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10821         surrounding text to fit HP-UX bits into general info.
10822         (HPPA-cfg.texi): Remove, no longer useful.
10823
10824         * gdb.texinfo: Remove explicit links from @node lines, remove
10825         HP-added "Detailed Node Listing" from main menu which confuses
10826         things.
10827
10828         From Dmitry Sivachenko <dima@Chg.RU>:
10829         * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10830         in description of `set environment'.
10831
10832 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
10833
10834         * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10835
10836 1999-08-12  Ben Elliston  <bje@cygnus.com>
10837
10838         * gdbint.texinfo (Breakpoint Handling): Add missing words.
10839
10840 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
10841
10842         * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10843         watch, awatch, and rwatch.  Explain why the latter two cannot be
10844         set as software watchpoints.  Document that watchpoints for local
10845         variables are deleted when the debuggee terminates.
10846
10847 Wed Aug 11 13:18:14 1999  Andrew Cagney  <cagney@amy.cygnus.com>
10848
10849         * remote.texi (Protocol): Further clarification of the "qRcmd"
10850         packet.  Allow E.. response packet.  "qRcmd" packet is no longer
10851         reserved.
10852
10853 1999-08-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10854
10855         * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10856         * gdb.texinfo: Ditto.
10857
10858 1999-08-06  Tom Tromey  <tromey@cygnus.com>
10859
10860         * gdb.texinfo (KOD): New node.
10861
10862 Fri Aug  6 17:05:48 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10863
10864         * remote.texi (Rcmd): Fix minor formatting typos.
10865
10866 Thu Aug  5 17:57:41 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10867
10868         * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10869         packets.
10870
10871 1999-07-14  Jim Blandy  <jimb@zwingli.cygnus.com>
10872
10873         * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10874         fixes.
10875
10876 Tue Jun 29 11:43:55 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10877
10878         * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10879
10880 Fri Jun 25 11:47:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10881
10882         * remote.texi (Communication Protocol): ``v'' is in use. Fix
10883         numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
10884         ``z'' and ``qRcmd'' as draft instead of reserved.  Identify
10885         packets that are not supported on all hosts. Expand examples.
10886         Spell check.
10887
10888 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
10889
10890         * Makefile.in: Recognize html, install-html.  Add targets
10891         to build HTML versions of documentation via texi2html.
10892
10893 Thu Jun 24 15:59:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
10894
10895         * gdbint.texinfo (Testsuite): New chapter, information about the
10896         testsuite.
10897
10898 Fri Jun 25 02:40:34 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10899
10900         * remote.texi (Communication Protocol): Rewrite.
10901
10902 Thu Jun 24 16:59:54 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10903
10904         * stabs.texinfo: Fix uses of xref.
10905
10906 Thu Jun 17 17:23:25 1999  Stan Shebs  <shebs@andros.cygnus.com>
10907
10908         * gdbint.texinfo: Add an anti-printf exhortation, and update the
10909         info about patch submission.
10910
10911 Mon Jun  7 15:49:40 1999  Stan Shebs  <shebs@andros.cygnus.com>
10912
10913         From Per Bothner  <bothner@cygnus.com>:
10914         * gdb.texinfo: Document Chill support.
10915
10916 Fri Jun  4 16:58:22 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10917
10918         * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10919         to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10920         Document that the value should be greater-than or equal-to zero.
10921         (NO_STD_REGS): Document. Deprecate.
10922
10923 Tue Jun  1 15:04:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10924
10925         * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10926         Document that these are not used.
10927
10928 Thu May 27 09:28:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10929
10930         * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10931
10932 Mon May 24 10:07:39 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10933
10934         * gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
10935         numargs was dropped.
10936
10937 Thu May 20 12:26:59 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10938
10939         * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10940
10941 Tue Apr 27 19:14:20 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10942
10943         * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10944         Update.
10945
10946 Thu Apr 22 13:07:37 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10947
10948         * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10949         (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10950
10951 Wed Apr 21 13:59:01 1999  Dave Brolley  <brolley@cygnus.com>
10952
10953         * gdbint.texinfo: Fix typos: $ -> @.
10954
10955 Tue Apr 20 11:59:38 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10956
10957         * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10958         LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10959         BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10960         BREAKPOINT_FROM_PC.
10961
10962 Mon Apr 12 16:00:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10963
10964         * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10965         CALL_DUMMY_STACK_ADJUST): Document.
10966
10967 Thu Apr  8 17:23:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10968
10969         * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10970         SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10971
10972 1999-04-02  Stan Shebs  <shebs@andros.cygnus.com>
10973
10974         * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10975         longer exists.
10976
10977 Tue Mar  9 19:25:11 1999  Stan Shebs  <shebs@andros.cygnus.com>
10978
10979         * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10980         nearly all @ifset/@ifclear conditionals; nobody uses them, and
10981         they make the manual source incomprehensible.
10982         * h8-cfg.texi: Remove, hasn't been used in years.
10983
10984 Thu Feb 11 18:00:59 1999  Stan Shebs  <shebs@andros.cygnus.com>
10985
10986         * gdb.texinfo: Update the credits.
10987
10988 Mon Feb  8 17:33:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
10989
10990         * gdb.texinfo: Fix mistakes noticed in printout of last
10991         draft, add Alpha to discussion of heuristic fence post.
10992
10993 Fri Feb  5 17:20:00 1999  Stan Shebs  <shebs@andros.cygnus.com>
10994
10995         * gdb.texinfo, remote.texi: Many changes; update to Seventh
10996         Edition, merge some HP changes into mainline, describe some
10997         previously undocumented features, describe more of the target
10998         commands available, eliminate obsolete section on renamed
10999         commands.
11000         * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11001
11002 Wed Jan 20 17:47:45 1999  Stan Shebs  <shebs@andros.cygnus.com>
11003
11004         * gdb.texinfo: Make many HPPA conditionals unconditional,
11005         including catchpoint description, since now on for all configs.
11006         * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11007         specializations.
11008
11009 Thu Jan 14 17:10:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
11010
11011         * Makefile.in (GDBvn.texi): Fix match expression to work with
11012         current format of VERSION in gdb/Makefile.in.
11013         * gdb.texinfo: Fix node ref to match new readline.
11014
11015 Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
11016
11017         * gdb.texinfo: Changes made as part of a project to merge in
11018           changes made by HP. Documentation makes extensive use of
11019           @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11020           on remote debugging. There are differences in documentation
11021           (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
11022           the HP manual discusses catchpoints, hardware watchpoints, and
11023           some HPUX specific limitations for shared library support.
11024
11025           There are also a number of @node changes.
11026
11027 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
11028
11029         * gdbint.texinfo (Formatting): Disambiguate a sentence.
11030         (C Usage): Same.
11031
11032 Wed Jan  6 11:55:34 1999  David Taylor  <taylor@texas.cygnus.com>
11033
11034         The following changes were made by Edith Epstein
11035         <eepstein@cygnus.com> as part of a project to merge in changes
11036         made by HP.
11037
11038         * HPPA-cfg.texi: new file.
11039
11040         * all-cfg.texi: set HPPA for HP PA-RISC targets.
11041
11042         * refcard.tex: change documentation about catch.
11043           removed info catch.
11044
11045 Mon Jan  4 18:29:18 1999  Stan Shebs  <shebs@andros.cygnus.com>
11046
11047         * gdbint.texinfo: Expand on GDB's coding standards,
11048         specify the use of arg names with prototypes.
11049
11050 1998-12-14  J.T. Conklin  <jtc@redbacknetworks.com>
11051
11052         * gdb.texinfo: Fix tipo.
11053
11054 Sun Dec 13 10:27:59 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11055
11056         * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
11057         TARGET_BYTE_ORDER_SELECTABLE_P.
11058
11059 Thu Dec 10 16:07:09 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11060
11061         * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11062
11063 1998-12-09  Jim Blandy  <jimb@zwingli.cygnus.com>
11064
11065         * agentexpr.texi: New file.
11066
11067 Wed Dec  9 21:13:57 1998  Andrew Cagney  <cagney@chook>
11068
11069         * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11070
11071 1998-12-03  J.T. Conklin  <jtc@redbacknetworks.com>
11072
11073         * remote.texi: Changed wording that implied that the GDB remote
11074         protocol caches register values instead of GDB itself.
11075
11076 Tue Dec  1 17:45:43 1998  Stan Shebs  <shebs@andros.cygnus.com>
11077
11078         * gdbint.texinfo: Add some info about symbol readers.
11079         (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11080         (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11081         (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11082         (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11083
11084 Mon Nov 30 11:32:21 1998  Andrew Cagney  <cagney@chook>
11085
11086         * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
11087
11088 Sat Nov 28 13:45:53 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11089
11090         * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11091
11092 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
11093
11094         * gdbint.texinfo (NO_SINGLE_STEP): Replace with
11095         SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
11096
11097 Wed Oct 14 10:02:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11098
11099         * gdbint.texinfo: Fix minor typos.
11100
11101 Wed Sep 30 18:03:19 1998  Stan Shebs  <shebs@andros.cygnus.com>
11102
11103         * gdbint.texinfo: Complete overhaul.  Group descriptions more
11104         logically, add more info on generic algorithms, remove much
11105         obsolete and/or wrong material.
11106
11107 Fri Jul 24 17:51:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11108
11109         * stabs.texinfo (Method Type Descriptor): Expand and correct.
11110
11111 Mon May  4 10:37:12 1998  Brian Youmans (3diff@gnu.org)
11112
11113         * refcard.tex:  Copyright, address updates.
11114
11115 Tue Apr 21 18:09:56 1998  Stan Shebs  <shebs@andros.cygnus.com>
11116
11117         * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11118         for the edition instead of confusing GDB-version-like numbers.
11119
11120 Mon Apr 13 14:05:00 1998  Fred Fish  <fnf@cygnus.com>
11121
11122         * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11123
11124 Thu Apr  2 16:52:44 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11125
11126         * LRS: Reformat a bit to keep text under 80 columns.
11127
11128 Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
11129
11130         * gdb.texinfo: Add some credits, mention bug monitor.
11131         * remote.texi: Mention mips monitor targets.
11132         * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
11133
11134 Mon Feb  2 17:13:03 1998  Stan Shebs  <shebs@andros.cygnus.com>
11135
11136         * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
11137         files, finish sorting of host vs target vs native macros, describe
11138         some more of them.
11139
11140 Tue Jan 13 16:44:50 1998  Fred Fish  <fnf@cygnus.com>
11141
11142         * gdbint.texinfo (Host Conditionals): Document change from
11143         using NO_MMALLOC to it's inverse, USE_MMALLOC.
11144
11145 Mon Nov 24 13:55:21 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11146
11147         * gdbint.texinfo (Host Conditionals): Document
11148         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
11149
11150 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11151
11152         * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11153         Document LSEEK_NOT_LINEAR.
11154
11155 Tue Mar 25 14:44:09 1997  Ian Lance Taylor  <ian@cygnus.com>
11156
11157         * stabs.texinfo (Stab Section Basics): Make it clear that only
11158         some versions of the GNU linker remove the leading N_UNDF symbol.
11159
11160 Thu Feb 27 17:45:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11161
11162         * stabs.texinfo (String Field): Document type number pairs here,
11163         instead of in the Sun specific section.
11164         (Include Files): The GNU linker supports the N_BINCL
11165         optimization.  Clarify the N_BINCL value, and what it is used
11166         for.
11167         (Procedures): Document N_FUN with an empty string to mark the end
11168         of a function.
11169         (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11170         (Sun Differences): Remove this node, as the information is now
11171         elsewhere in the main document.
11172         (Stab Section Basics): Mention that the GNU linker may optimize
11173         stabs and remove the leading N_UNDF symbol.
11174
11175 Mon Dec  9 12:23:32 1996  Roland Pesch  <roland@wrs.com>
11176
11177         * gdb.texinfo, refcard.tex: Restore author credit
11178
11179 Wed Oct  2 22:01:36 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
11180
11181         * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11182         documentation to account for START and END macros taking
11183         one arg.
11184
11185 Thu Aug 22 17:59:03 1996  Fred Fish  <fnf@cygnus.com>
11186
11187         From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11188         * gdb.texinfo (Frames): Fix typo.
11189
11190 Tue Jul 23 10:06:20 1996  Fred Fish  <fnf@cygnus.com>
11191
11192         * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11193         a target_signal as arg type, not a pid.
11194
11195 Fri Jul 12 11:10:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
11196
11197         * gdb.texinfo:  Document `set assembly-language'.
11198
11199 Thu Jul 11 13:50:28 1996  Stan Shebs  <shebs@andros.cygnus.com>
11200
11201         * remote.texi: Update list of stubs in the GDB distribution.
11202
11203 Fri Jul  5 15:38:54 1996  Fred Fish  <fnf@cygnus.com>
11204
11205         * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
11206         Also document that some systems can use mmalloc but must define
11207         this if their C runtime allocates memory that is later freed.
11208         (MMCHECK_FORCE): Document new macro.
11209
11210 Fri Jun 28 22:17:10 1996  Dawn Perchik  <dawn@cygnus.com>
11211
11212         * remote.texi: Add documentation for target Sparclet.
11213
11214 Mon Jun 24 18:12:22 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11215
11216         * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
11217         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11218         * configure.in: Rewritten for autoconf.
11219         * configure: New.
11220
11221 Mon Jun 17 10:43:41 1996  Fred Fish  <fnf@cygnus.com>
11222
11223         * Makefile.in (DVIPS): New define, set to dvips.
11224         (dvi): Add stabs.dvi.
11225         (ps): New target.
11226         (all-doc): Depend on info, dvi, and ps targets.
11227         (STAGESTUFF): Add *.ps and *.dvi files.
11228         (clean-info, clean-dvi): Remove.
11229         (mostlyclean): Does not depend upon clean-info or clean-dvi,
11230         rules completely rewritten.
11231         (maintainer-clean): Remove clean-info and clean-dvi
11232         dependencies and put their actions in the rules.
11233         (gdb.ps): New target
11234         (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
11235         intermediate TeX files, whether they have 2 or 3 character
11236         extensions.
11237         (gdbint.ps): Add target and rules.
11238         (gdb-internals): Delete unused target.
11239         (Makefile): Depends upon config.status also.
11240
11241 Sat Mar 30 15:46:58 1996  Fred Fish  <fnf@cygnus.com>
11242
11243         * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11244         set.
11245
11246 Sat Mar 16 15:10:20 1996  Fred Fish  <fnf@cygnus.com>
11247
11248         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11249         * gdb.texinfo (Expressions): Fix erroneous array constant example.
11250
11251 Sat Mar 16 13:28:45 1996  Fred Fish  <fnf@cygnus.com>
11252
11253         * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11254
11255 Sat Feb 10 03:28:36 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11256
11257         * gdb.texinfo (Print settings):  Document
11258         `set/show print static-members' commands.
11259
11260 Wed Jan 10 14:16:37 1996  Fred Fish  <fnf@cygnus.com>
11261
11262         * gdbint.texinfo (Native): Document name change, coredep.c to
11263         core-aout.c.
11264
11265 Wed Dec 13 12:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
11266
11267         * stabs.texinfo (Include Files): Document the values the SunOS4
11268         linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11269
11270 Fri Dec  8 21:08:44 1995  Fred Fish  <fnf@cygnus.com>
11271
11272         * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11273         Fix typo.
11274
11275 Fri Dec  1 11:07:50 1995  Fred Fish  <fnf@cygnus.com>
11276
11277         * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11278         "gdb.tar.Z".
11279
11280 Wed Sep 20 13:14:10 1995  Ian Lance Taylor  <ian@cygnus.com>
11281
11282         * Makefile.in (maintainer-clean): New target, synonym for
11283         realclean.
11284
11285 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
11286
11287         * Update all FSF addresses except those in COPYING* files.
11288
11289 Wed Jul 19 18:43:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
11290
11291         From Richard Earnshaw (rearnsha@armltd.co.uk):
11292         * gdb.texinfo (convenience variables): Document $_exitcode.
11293         (quit): Document optional expression to use as exit code.
11294
11295 Thu Jun 22 21:27:33 1995  Victoria Mixon  <victoria@cygnus.com>
11296
11297         * gdb.texinfo, remote.texi: Brought up to date with various
11298         GDB changes.
11299
11300 Tue Jun 20 14:35:38 1995  Stan Shebs  <shebs@andros.cygnus.com>
11301
11302         * gdb.texinfo: Update dates and versions, fix comments about
11303         hardware watchpoints in future releases and about the
11304         sharedlibrary command.
11305
11306 Mon May  8 09:30:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11307
11308         * stabs.texinfo: Remove node `XCOFF differences'.  Describe value of
11309         C_FUN stab.  Other cleanups.
11310
11311 Wed Apr 19 07:02:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11312
11313         * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11314         for the sparc stub.
11315
11316 Tue Apr 11 11:41:49 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11317
11318         * annotate.texi: Clarify which addresses have differing formats
11319         depending on the language and which do not.
11320
11321 Tue Mar 28 16:56:22 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11322
11323         * remote.texi (NetWare): Changed example to use BOARD= instead of
11324           NODE= argument to reflect correspoding change to gdbserve.nlm.
11325
11326 Fri Mar 17 06:47:02 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11327
11328         * stabs.texinfo (Negative Type Numbers): Mention the fact that
11329         GDB, as well as AIX dbx, supports the size type attribute.
11330
11331 Thu Mar 16 12:11:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11332
11333         * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11334
11335 Mon Mar 13 16:49:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11336
11337         * gdb.texinfo (Define):  Document $arg0... arguments to commands,
11338         and new 'if' and 'while' commands.
11339
11340 Fri Feb 17 15:24:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11341
11342         * gdb.texinfo (Artificial arrays):  Note use of coerce-to-array-type.
11343
11344 Wed Feb 15 11:59:18 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11345
11346         * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11347         * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11348           NetWare targets.  Mostly stolen from the Server node.
11349
11350 Fri Feb 10 20:20:08 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11351
11352         * gdb.texinfo (Setting): Talk about the language of a source file
11353         versus the working language.  The old documentation did not match
11354         what GDB did.
11355
11356 Wed Feb  1 20:26:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11357
11358         * stabs.texinfo (Source Files): Document N_SO used to mark the end
11359         of a source file.
11360
11361 Mon Jan 23 14:23:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11362
11363         * gdb.texinfo (Processes): New node.
11364
11365 Tue Jan 17 14:09:03 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11366
11367         * remote.texi: Update documentation of set/show mipsfpu.
11368
11369 Fri Jan  6 17:17:28 1995  Stan Shebs  <shebs@andros.cygnus.com>
11370
11371         * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11372         * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11373
11374 Sun Sep  4 16:47:21 1994  Stan Shebs  (shebs@andros.cygnus.com)
11375
11376         * gdbint.texinfo: Removed mentions of some incorrectly placed and
11377         obsolete conditionals, described some others.
11378
11379 Mon Aug  1 15:42:39 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11380
11381         * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11382         SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11383
11384 Mon Aug  1 15:12:02 1994  Stan Shebs  (shebs@andros.cygnus.com)
11385
11386         * gdbint.texinfo: Put regex conditionals in their own table.
11387
11388 Tue Jul 26 18:32:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
11389
11390         * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11391         described or fixed the descriptions of many others.
11392
11393 Sun Jul 17 14:14:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
11394
11395         * gdb.texinfo: Add some more credits.
11396         * gdbint.texinfo: Capitalize GDB consistently, describe some
11397         macros and remove some.
11398
11399 Thu Jul 14 18:43:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
11400
11401         * gdbint.texinfo: Removed mentions of many incorrectly placed and
11402         obsolete conditionals, described some others.
11403
11404 Tue Jul 12 12:23:15 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11405
11406         * gdb.texinfo (help targets):  Changed to `help target', which
11407         is the correct gdb command.
11408
11409 Wed Jun 22 18:00:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11410
11411         * annotate.texi (TODO): New node, for keeping track of annotations
11412         suggested but not yet implemented.
11413
11414 Wed Jun  1 16:10:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11415
11416         * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11417         another symbol, it is not the address itself.
11418
11419 Thu May  5 20:23:36 1994  Stan Shebs  (shebs@andros.cygnus.com)
11420
11421         * stabs.texinfo (Stab Section Basics): Add comment about alignment
11422         of stabs-in-coff sections.
11423
11424 Wed May  4 06:26:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11425
11426         * annotate.texi: Change edition to 0.5 and date to May 1994.
11427         Add index.
11428         (Frames): New node, for frame annotation.
11429         (Displays): New node, for display annotation.
11430
11431         * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11432         when waiting for your program to stop.
11433
11434 Fri Apr 29 18:24:46 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11435
11436         * annotate.texi (Breakpoint Info): Document annotation of header
11437         fields and record annotation.
11438
11439 Thu Apr 28 07:44:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11440
11441         * annotate.texi: New file, to document annotations.
11442
11443 Thu Apr 21 14:20:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11444
11445         * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11446         16 I meant to make this change but did not).  Do remove gdb-cfg.texi.
11447
11448 Wed Apr 20 11:22:48 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11449
11450         * stabs.texinfo (Stab Section Basics): Say what is in .stab
11451         section, and say n_strx field is compilation unit relative.
11452         * stabs.texinfo: Don't use @code for a.out when it is the name of
11453         an object file format.
11454
11455 Wed Apr 13 20:29:54 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11456
11457         * gdb.texinfo: Refer to file names, not path names, per rms
11458         convention.
11459         (Arguments): Fix typo.
11460
11461 Thu Mar 24 08:09:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11462
11463         * stabs.texinfo (Global Variables): Talk about stabs in files
11464         where variables are referenced, but not defined.
11465
11466 Wed Mar 23 07:16:36 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11467
11468         * stabs.texinfo: Move stuff on @ and # type descriptors from node
11469         Cplusplus to new nodes Member Type Descriptor and Method Type
11470         Descriptor.  Re-write stuff for #.
11471
11472 Wed Mar 16 08:20:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11473
11474         * gdb.texinfo (Print Settings): Don't document "set print
11475         fast-symbolic-addr off".  The bug which it worked around was fixed
11476         on 25 Feb 94 in coffread.c, so I'm nuking the command.
11477
11478         * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11479         N_ENTRY node.
11480
11481         * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11482
11483 Tue Mar 15 08:43:02 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11484
11485         * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11486         references to ieee-float.c.
11487
11488 Fri Mar 11 08:09:40 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11489
11490         * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11491         match what the code actually does.
11492
11493 Wed Mar  9 19:43:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11494
11495         * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11496
11497 Tue Mar  1 17:04:43 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11498
11499         * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11500         i, and b.
11501
11502 Wed Feb 23 10:44:18 1994  Jim Kingdon  (kingdon@rtl.cygnus.com)
11503
11504         * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11505         well as for ELF and SOM.  Unify the descriptions of ELF and SOM
11506         as "stabs in sections" rather than just saying "ELF and SOM".
11507         Also make that stuff apply to COFF.
11508
11509 Fri Feb 18 08:25:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11510
11511         * gdb.texinfo (Formatting Documentation): Change GhostScript to
11512         Ghostscript.
11513
11514 Fri Feb  4 06:31:31 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11515
11516         * gdb.texinfo (Continuing and Stepping): When talking about "step"
11517         versus functions without line numbers, also mention stepping into
11518         them as well as "step" when you are in them.  Tell the user how to
11519         deal with the situation.  Add comment about "debugging information".
11520
11521 Thu Feb  3 11:39:59 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11522
11523         * stabs.texinfo (Enumerations): Document restriction on where
11524         enumeration types can appear and still win with GDB.
11525
11526 Wed Feb  2 11:29:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11527
11528         * stabs.texinfo (Negative Type Numbers): Document format for type
11529         -16.
11530
11531 Thu Jan 27 16:53:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11532
11533         * gdb.texinfo (Selection, Frame Info): Update information about
11534         arbitrary frame specficiations.
11535
11536 Wed Jan 26 15:31:57 1994  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11537
11538         * gdb.texinfo, remote.texi: general editing pass prior to Net release
11539
11540 Tue Jan 25 12:12:04 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11541
11542         * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11543
11544 Wed Jan 19 06:39:24 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
11545
11546         * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11547
11548 Sun Jan 16 12:43:32 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11549
11550         * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11551         Differences node to Statics node.
11552         (Statics): Discuss XCOFF use of V symbol descriptor.
11553
11554         * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11555         not clean.
11556
11557 Wed Jan 12 21:29:54 1994  John Gilmore  (gnu@cygnus.com)
11558
11559         * gdb.texinfo (Print Settings): Document `set print
11560         fast-symbolic-addr' and improve the doc for some other
11561         `set print's.
11562
11563 Mon Jan  3 17:23:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11564
11565         * stabs.texinfo (String Field): Talk about defining several type
11566         numbers at once.
11567         Fix lint regarding changing node ELF Transformations to
11568         ELF and SOM Transformations.
11569
11570 Fri Dec 31 00:42:43 1993  John Gilmore  (gnu@cygnus.com)
11571
11572         * stabs.texinfo:  Insert Peter Kessler's name as inventor (I think).
11573
11574 Tue Dec 28 09:30:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11575
11576         * stabs.texinfo (Cross-References): `::' is for nested types only
11577         within <>.
11578         (Structures): Document static members.
11579
11580 Mon Dec 27 13:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11581
11582         * stabs.texinfo: Document S type attribute.
11583
11584 Sun Dec 26 20:46:36 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
11585
11586         * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11587
11588 Fri Dec  3 19:13:19 1993  John Gilmore  (gnu@cygnus.com)
11589
11590         * gdbint.texinfo:  Fix a few typos.
11591
11592 Sun Nov 28 18:06:25 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11593
11594         * gdb.texinfo, remote.texi: formatting improvements
11595
11596         * gdb.texinfo (New Features): mention threads.
11597         (Summary, C): fix xrefs in newly contributed text.
11598         (Threads): index entries, clarifications, example
11599         (passim): minor typos fixed, phrasing improvements
11600
11601         * remote.texi (Bootstrapping): rephrase text on ^C and add index
11602         entries; (Server): explain use of gdbserver w/real-time systems,
11603         add example of conflicting TCP port; (MIPS Remote) break up
11604         running text into table, highlighting commands, and add example.
11605
11606 Wed Nov 24 14:15:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11607
11608         * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11609
11610 Fri Nov 12 16:10:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11611
11612         * stabs.texinfo (Nested Symbols): New node.
11613         (String Field, Symbol Descriptors, Cross-References): Refer to it.
11614
11615 Thu Nov 11 13:26:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11616
11617         * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11618         to picking which Bbss.bss symbol to use, and (because there seems to
11619         be no good way of doing it) re-write some of the text to make it
11620         sound like Bbss.bss isn't such a great idea after all (as currently
11621         designed).
11622
11623         * gdb.texinfo (C): In addition to saying people have to use g++ for
11624         good results, say they have to use stabs.  Specifically say cfront
11625         doesn't work well.
11626         (Summary): Merge in information on Modula-2, Pascal, and Chill from
11627         the gdb README.  Add xrefs to places where the support for the various
11628         languages is described in detail.
11629
11630 Mon Nov  8 11:47:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11631
11632         * stabs.texinfo: Clean up stuff about visibility and virtual
11633         characters.
11634
11635         * stabs.texinfo (N_M2C): Cite Sun doc.
11636
11637 Fri Nov  5 16:27:27 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11638
11639         * gdb.texinfo: updates re threads.
11640         * remote.texinfo: avoid index entries starting with digits.
11641
11642 Tue Nov  2 09:08:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11643
11644         * stabs.texinfo (Enumerations): Talk about large, negative and
11645         octal values.  Clean up cross reference to type attributes.
11646         (String Field): Say that GDB 4.11 supports size attribute.
11647
11648 Sun Oct 31 13:31:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11649
11650         * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11651         is a mandatory step.  Make the stuff about that more concise.
11652
11653 Wed Oct 27 00:25:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11654
11655         * stabs.texinfo (Class Names): New node.
11656
11657         * gdb.texinfo (Command Files): Explain order of init file reading.
11658
11659         * remote.texi (Bootstrapping): Talk about getting the serial driver
11660         to deal with ^C sent by gdb to stop the remote system.
11661
11662 Mon Oct 25 03:25:41 1993  Tom Lord  (lord@cygnus.com)
11663
11664         * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11665
11666         * libgdb.texinfo (Defining Commands): made the DOC arg
11667         to gdb_define_app_command a char * instead of char **
11668         per a suggestion from kingdon.
11669
11670         * libgdb.texinfo: total rewrite from a different starting
11671         premise.
11672
11673 Wed Oct 20 18:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11674
11675         * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11676         floats passed as doubles (to improve clarity).
11677
11678 Tue Oct 19 14:21:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11679
11680         * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11681
11682         * a4rc.sed: update to work with Andreas Vogel papersize params
11683
11684         * refcard.tex: use Andreas Vogel simplifications of papersize
11685         params; remove useless version info; update copyright date.
11686
11687 Tue Oct 19 10:46:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11688
11689         * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11690
11691 Tue Oct 12 09:11:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11692
11693         * gdb.texinfo (Files): Say what address the load command loads it at.
11694
11695         * stabs.texinfo (Common Blocks): Minor cleanups.
11696
11697         * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11698         that Sun has backed away from the linker kludge and thus the relevant
11699         issue is changes to the SunPRO tools, not the Solaris linker.
11700
11701         * stabs.texinfo (Traditional Integer Types): Clean up description
11702         of octal bounds a little bit.  Document extra leading zeroes.
11703
11704 Thu Oct  7 16:15:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11705
11706         * gdb.texinfo (Signaling): Update for symbolic symbol names
11707         and add a section explaining the difference between the GDB
11708         signal command and the shell kill utility.
11709
11710 Wed Oct  6 13:23:01 1993  Tom Lord  (lord@rtl.cygnus.com)
11711
11712         * libgdb.texinfo: added `@' to braces that were unescaped.
11713
11714 Mon Oct  4 10:42:18 1993  Tom Lord  (lord@rtl.cygnus.com)
11715
11716         * libgdb.texinfo: new file.  Spec for the gdb library.
11717
11718 Sun Oct  3 15:26:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11719
11720         * stabs.texinfo (Include Files): Fix typo (start -> end).
11721
11722 Thu Sep 30 18:24:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11723
11724         * gdb.texinfo, remote.texi: assorted small improvements, mostly
11725         from Melissa at FSF's editing pass.
11726
11727 Thu Sep 30 11:54:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11728
11729         * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11730         I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11731         Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11732
11733 Wed Sep 22 21:22:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11734
11735         * remote.texi (Bootstrapping): Discuss 386 call gates.
11736
11737 Sat Sep 18 17:10:44 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11738
11739         * stabs.texinfo (Based Variables): New node.
11740
11741 Thu Sep 16 17:48:55 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
11742
11743         * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11744         names, sizes, and formats to suggest how not to lose.
11745
11746 Sat Sep 11 09:35:11 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11747
11748         * stabs.texinfo (Methods): Fix typo.
11749
11750 Fri Sep 10 06:34:20 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11751
11752         * gdb.texinfo: Fix a few typos.
11753
11754 Wed Sep  8 09:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11755
11756         * gdb.texinfo: Clarify how well it works with Fortran.
11757
11758         * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11759         More on relocating stabs in ELF files.
11760
11761 Tue Sep  7 13:45:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11762
11763         * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11764
11765 Mon Sep  6 19:23:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11766
11767         * stabs.texinfo (Local Variable Parameters): Talk about nameless
11768         parameters on VAX.
11769
11770 Fri Sep  3 17:06:08 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11771
11772         * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11773
11774 Fri Sep  3 12:04:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11775
11776         * stabs.texinfo: Make info author notice match the TeX author notice.
11777
11778 Tue Aug 31 13:21:06 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11779
11780         * stabs.texinfo: Initial-caps all words in node names and
11781         non-trivial words in section names.
11782
11783 Mon Aug 30 11:13:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11784
11785         * stabs.texinfo: Many minor cleanups.
11786
11787         * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11788
11789 Sat Aug 28 12:08:09 1993  David J. MacKenzie  (djm@edison.eng.umd.edu)
11790
11791         * stabs.texinfo: Remove full description of big example.
11792         It's not really helpful; just use pieces of it where appropriate.
11793         Add more Texinfo formatting directives (@samp, etc.).
11794         Use @deffn to define stab types.
11795         Eliminate some wordiness.  Break up some nodes.
11796         Add an (alphabetized) index of symbol types.
11797         Use consistent capitalization style in node and section names.
11798
11799 Thu Aug 26 06:36:31 1993  Fred Fish  (fnf@deneb.cygnus.com)
11800
11801         * gdb.texinfo:  Change typo "Two two" to "The two".
11802
11803 Sun Aug 22 12:15:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11804
11805         * stabs.texinfo (XCOFF-differences): Remove references to
11806         non-existent types N_DECL and N_RPSYM.
11807
11808         * stabs.texinfo (String Field): Say that type attributes bug is
11809         fixed in GDB 4.10, since it is.
11810
11811         * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11812
11813 Sat Aug 21 04:32:28 1993  David MacKenzie  (djm@cygnus.com)
11814
11815         * stabs.texinfo: Formatting cleanups.
11816
11817 Fri Aug 20 20:49:53 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11818
11819         * stabs.texinfo: When explaining the n_type of a stab, standardize
11820         how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11821         no tabs, use @r).
11822         (Global Variables): Clean up.
11823
11824 Tue Aug 17 15:57:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11825
11826         * stabs.texinfo (Stack Variables): Re-write.
11827
11828 Mon Aug 16 21:20:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11829
11830         * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11831         addresses of a source file.  Also revise formatting.
11832         Change "object module" or "object file" to "source file".
11833         Various: Miscellaneous cleanups.
11834
11835 Thu Aug 12 15:11:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11836
11837         * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11838
11839 Tue Aug 10 16:57:49 1993  Stan Shebs  (shebs@rtl.cygnus.com)
11840
11841         * gdbint.texinfo: Removed many nonsensical machine-collected
11842         host and target conditionals, described some of the remainder.
11843
11844 Tue Aug 10 13:28:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11845
11846         * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11847
11848         * gdbint.texinfo (Top): Add name to @top line, and re-write the
11849         paragraph which follows.
11850
11851         * gdbint.texinfo (Host): Use @code not @samp for Makefile
11852         variables.  Looks better and avoids overful hbox.
11853
11854 Fri Jul 30 18:26:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11855
11856         * stabs.texinfo (Procedures): Improve stuff on nested functions.
11857
11858 Thu Jul 29 15:10:58 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11859
11860         * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11861         retransmit-timeout
11862
11863 Thu Jul 29 13:16:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11864
11865         * gdbint.texinfo: Update statement about `some ancient Unix
11866         systems, like Ultrix 4.0' to Ultrix 4.2.
11867
11868 Wed Jul 28 15:26:53 1993  Roland H. Pesch  (pesch@el_bosque.cygnus.com)
11869
11870         * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11871
11872         * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11873
11874         * remote.texi: (Server) New node on gdbserver.  (Remote Serial,
11875         ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11876
11877         * remote.texi: new name for former gdbinv-s.texi
11878
11879         * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11880
11881 Wed Jul 28 08:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
11882
11883         * gdbinv-s.texi: Documented timeout and retransmit-timeout
11884         variables for MIPS remote debugging protocol.
11885
11886 Mon Jul 26 13:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11887
11888         * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11889
11890 Tue Jul 20 16:30:41 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
11891
11892         * Makefile.in (refcard.dvi): Use srcdir where necessary.
11893
11894 Mon Jul 19 12:02:50 1993  Roland H. Pesch  (pesch@cygnus.com)
11895
11896         * gdb.texinfo: repair conditional bugs in text markup
11897
11898 Fri Jul 16 18:57:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11899
11900         * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11901         to select Modula-2 material.
11902
11903 Thu Jul 15 13:15:01 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11904
11905         * stabs.texinfo: Cleanups regarding statics.
11906
11907         * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11908         (Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.
11909
11910 Mon Jul 12 13:37:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11911
11912         * stabs.texinfo: N_MAIN is sometimes used for C.
11913
11914 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11915
11916         * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11917
11918 Tue Jul  6 12:41:28 1993  John Gilmore  (gnu@cygnus.com)
11919
11920         * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11921         removed from the code by Kingdon.
11922
11923 Tue Jul  6 12:24:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11924
11925         * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11926         input when evaluating breakpoint conditions; the bug has been fixed.
11927
11928         * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11929         sets the ignore count to N-1, not to N.
11930
11931 Thu Jul  1 14:57:42 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11932
11933         * refcard.tex (\hoffset): correct longstanding error to match
11934           intended offset; avoids cutting off edge on some printers
11935
11936 Wed Jun 30 18:23:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11937
11938         * stabs.texinfo (Parameters): Say that order of stabs is significant.
11939
11940 Fri Jun 25 21:34:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11941
11942         * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11943
11944 Fri Jun 25 16:15:10 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11945
11946         * Makefile.in: (REFEDITS) new var to control whether PS or CM
11947         fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11948         collect sed edits if any, apply to refcard before formatting;
11949         (refcard.ps) stop implying PS fonts if PS output requested;
11950         (lrefcard.ps) delete extra target for variant PS fonts
11951
11952         * refcard.tex: parametrize papersize dependent info, collect
11953           in easily replaced spot
11954
11955         * a4rc.sed: new file, edits to refcard for A4 paper
11956
11957 Fri Jun 25 14:21:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11958
11959         * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11960
11961 Wed Jun 23 15:02:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11962
11963         * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11964
11965 Tue Jun 22 16:31:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11966
11967         * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11968         politely rather than rudely.
11969
11970 Fri Jun 18 19:42:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11971
11972         * stabs.texinfo: Document common blocks.
11973
11974 Fri Jun 18 12:12:57 1993  Fred Fish  (fnf@cygnus.com)
11975
11976         * stabs.texinfo:  Add some basic info about stabs-in-elf.
11977
11978 Fri Jun 18 13:57:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11979
11980         * stabs.texinfo (Top): Minor cleanup.
11981
11982 Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
11983
11984         * Makefile.in (install-info): remove parentdir support
11985
11986 Tue Jun 15 18:11:39 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11987
11988         * gdb.texinfo (Copying): delete this node and references to it;
11989         RMS says this manual need not carry GPL. (passim): Improvements
11990         from last round at FSF, largely due to Ian Taylor review, and
11991         minor formatting improvements.
11992
11993         * gdbinv-s.texi (passim): Improvements from last round at FSF,
11994         largely due to Ian Taylor review. (Debug Session): minor edits to
11995         new text.
11996
11997 Sun Jun 13 12:52:39 1993  Jim Kingdon  (kingdon@cygnus.com)
11998
11999         * Makefile.in (realclean): Remove info and dvi files too.
12000
12001 Sat Jun 12 16:09:22 1993  Jim Kingdon  (kingdon@cygnus.com)
12002
12003         * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12004         * Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.
12005         * gdb.texinfo: Change accordingly.
12006
12007         * stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
12008         N_{L,R}BRAC,N_SLINE are relative to.
12009
12010 Fri Jun 11 15:15:55 1993  Jim Kingdon  (kingdon@cygnus.com)
12011
12012         * Makefile.in (GDBvn.texi): Update atomically.
12013
12014 Wed Jun  9 10:58:16 1993  Jim Kingdon  (kingdon@cygnus.com)
12015
12016         * gdbinv-s.texi (Debug Session): Document exceptionHook.
12017
12018 Tue Jun  8 13:42:04 1993  Jim Kingdon  (kingdon@cygnus.com)
12019
12020         * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12021         addresses together.  Also motivate the set print symbol-filename
12022         command and suggest other solutions.
12023
12024 Tue Jun  1 22:46:43 1993  Fred Fish  (fnf@cygnus.com)
12025
12026         * gdb.texinfo (set print elements):  Note that the number of
12027         elements is set to unlimited by "set print elements 0".
12028
12029 Mon May 31 08:06:55 1993  Jim Kingdon  (kingdon@cygnus.com)
12030
12031         * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12032         NF_LDOUBLE means.
12033         (Stab Types): Include Solaris stab types.
12034         (Procedures): Document Solaris extensions.
12035
12036 Thu May 27 06:20:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12037
12038         * gdb.texinfo:  Add `set print symbol-filename' doc.
12039
12040 Wed May 26 00:26:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12041
12042         * stabs.texinfo (Arrays): Talk about type definition vs. type
12043         information.
12044
12045         * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12046         the trailing semicolon.
12047
12048 Tue May 25 14:49:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12049
12050         * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12051         and merge in other parts of the document addressing these subjects.
12052         gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12053
12054         * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12055         at the end of a range type.
12056
12057         * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12058         AIX extensions.
12059
12060 Mon May 24 09:00:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12061
12062         * stabs.texinfo (Stabs Format):  Misc fixes.
12063
12064 Sat May 22 10:40:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12065
12066         * stabs.texinfo (Constants):  Allow an `e' constant to be non-enum.
12067         (Traditional builtin types): Document convex convention for long long.
12068         (Negative builtin types): Discuss type names, and misc fixes.
12069
12070 Fri May 21 11:20:31 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12071
12072         * stabs.texinfo (Builtin Type Descriptors): Document the floating
12073         point types used with @samp{R} type descriptor.
12074         (Symbol Descriptors): Describe how to handle conflict between
12075         different meanings of @samp{P} symbol descriptor.
12076
12077 Thu May 20 13:35:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12078
12079         * stabs.texinfo: Remove node Quick Reference and put its children
12080         directly under the main menu.
12081
12082         * stabs.texinfo: Many more changes to bring it into line with
12083         AIX documentation and reality.  I think it now has all the
12084         information from the AIX documentation, except that I burned
12085         out when I got to variant records (Pascal and Modula-2) and
12086         all the COBOL types.  Oh well, we can add them later when we're
12087         worrying more about those languages.
12088
12089         * stabs.texinfo (Automatic variables): Talk about what it means
12090         to omit the symbol descriptor.
12091
12092 Tue May 18 17:59:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12093
12094         * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12095         gcc2 behavior with promoted args.
12096
12097 Fri May 14 21:35:29 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12098
12099         * gdb.texinfo: include readline appendices in info version of manual
12100
12101 Fri May  7 11:56:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12102
12103         * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12104         target remote.
12105
12106         * gdb.texinfo (Machine Code): more index entries for disassemble
12107
12108 Fri May  7 10:12:30 1993  Fred Fish  (fnf@cygnus.com)
12109
12110         * Clarify the intended use of the gdb-testers and gdb-patches
12111         mailing lists, and shrink gzip comment.
12112
12113 Thu May  6 16:39:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12114
12115         * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12116         DOSHOST configuration of manual.
12117
12118         * gdb.texinfo (MIPS Stack): new node.
12119
12120         * all-config.texi (MIPS) new switch.
12121
12122         * gdbinv-s.texi (Nindy Options) Remove two instances of future
12123         tense; (MIPS Remote) new node.
12124
12125         * gdb.texinfo (passim) rephrases to work around makeinfo @value
12126         bug; (Environment) less passive, other small cleanups in text about
12127         .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12128         (Remote) new MIPS Remote menu entry.
12129
12130 Thu Apr 29 09:36:25 1993  Jim Kingdon  (kingdon@cygnus.com)
12131
12132         * stabs.texinfo: Many changes to include information from the
12133         AIX documentation.
12134
12135         * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12136
12137 Tue Apr 27 14:02:57 1993  Jim Kingdon  (kingdon@cygnus.com)
12138
12139         * gdbint.texinfo (new node Debugging GDB, elsewhere):
12140         Move a bunch of information from ../README.
12141         (Getting Started): New node.
12142
12143 Fri Apr 23 17:21:13 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12144
12145         * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12146
12147         * gdb.texinfo: advance manual revision dates to present
12148
12149         * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12150         stop using silly Roman numerals in @set variable names
12151
12152 Fri Apr 23 07:30:01 1993  Jim Kingdon  (kingdon@cygnus.com)
12153
12154         * stabs.texinfo (Parameters): Keep trying to get this right.
12155
12156 Wed Apr 21 15:18:47 1993  Jim Kingdon  (kingdon@cygnus.com)
12157
12158         * stabs.texinfo (Parameters): More on "local parameters".
12159
12160 Mon Apr 19 08:00:51 1993  Jim Kingdon  (kingdon@cygnus.com)
12161
12162         * stabs.texinfo (Parameters): Re-do "local parameters" section.
12163
12164 Sun Apr 18 09:47:45 1993  Jim Kingdon  (kingdon@cygnus.com)
12165
12166         * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12167         (Parameters): Rewrite.
12168         (xcoff-differences, Sun-differences): Minor changes.
12169
12170 Thu Apr 15 02:35:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
12171
12172         * stabs.texinfo:  Minor cleanup.
12173
12174 Wed Apr 14 17:31:00 1993  Jim Kingdon  (kingdon@cygnus.com)
12175
12176         * gdbint.texinfo: Minor xcoff stuff.
12177
12178 Wed Apr  7 14:11:07 1993  Fred Fish  (fnf@cygnus.com)
12179
12180         * gdbint.texinfo:  Update for new config directory structure.
12181         Add info about internal type data structures.
12182
12183 Mon Apr  5 09:06:30 1993  Ian Lance Taylor  (ian@cygnus.com)
12184
12185         * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12186         $(srcdir).
12187         (gdb-config.texi): Depend on file in $(srcdir).
12188
12189 Fri Apr  2 16:55:13 1993  Jim Kingdon  (kingdon@cygnus.com)
12190
12191         * stabs.texinfo: Fixes about N_SO.
12192
12193 Fri Mar 26 18:00:35 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12194
12195         * gdb.texinfo: include list of nonstandard init file names
12196
12197         * *-config.texi: new switch GENERIC for text that applies *only*
12198         to (usual) multiple-target version of manual
12199
12200         * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12201         h8 config
12202
12203         * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12204         in menus (rather than conditionally selected multiple alternative
12205         menus).
12206
12207         * Makefile.in: define and use DOC_CONFIG var to select
12208         configuration for GDB user manual.
12209
12210         * gdb-config.texi: delete from repository, generate from Makefile.
12211
12212         * all-config.texi: normal `generic' configuration file, formerly
12213         stored as gdb-config.texi
12214
12215 Wed Mar 24 14:03:19 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
12216
12217         * Makefile.in: add dvi target to build all .dvi files
12218
12219 Tue Mar 23 16:03:24 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12220
12221         * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12222
12223 Fri Mar 19 21:46:50 1993  John Gilmore  (gnu@cygnus.com)
12224
12225         * gdbint.texinfo:  Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12226         host conditionals.
12227         * stabs.texinfo:  More array fixes inspired by Jim's.
12228
12229 Fri Mar 19 10:23:34 1993  Jim Kingdon  (kingdon@cygnus.com)
12230
12231         * stabs.texinfo: Fixes re arrays and continuations.
12232
12233         * gdbint.texinfo: Add XCOFF node.
12234
12235 Mon Mar  8 15:52:18 1993  John Gilmore  (gnu@cygnus.com)
12236
12237         * gdb.texinfo:  Add `set print max-symbolic-offset' doc.
12238
12239 Sun Feb 21 17:09:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
12240
12241         * stabs.texinfo:  Fix for array types to mention lower bounds.
12242
12243 Thu Feb 18 01:19:49 1993  John Gilmore  (gnu@cygnus.com)
12244
12245         * gdbint.texinfo:  Update PTRACE_ARG3_TYPE doc, pull PT_*.
12246
12247 Wed Feb 17 08:15:24 1993  John Gilmore  (gnu@cygnus.com)
12248
12249         * gdbint.texinfo:  Remove SET_STACK_LIMIT_HUGE from target defines.
12250
12251 Thu Feb 11 10:38:40 1993  John Gilmore  (gnu@cygnus.com)
12252
12253         * gdbint.texinfo:  Fix thinko (NM_FILE => NAT_FILE).  Found
12254         by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12255
12256 Wed Feb 10 23:59:19 1993  John Gilmore  (gnu@cygnus.com)
12257
12258         * gdbint.texinfo:  Eliminate IBM6000_HOST, document IBM6000_TARGET.
12259
12260 Tue Feb  9 18:26:21 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12261
12262         * gdb.texinfo, gdbinv-s.texi: misc updates
12263
12264 Sat Feb  6 10:25:47 1993  John Gilmore  (gnu@cygnus.com)
12265
12266         * gdbint.texinfo:  Brief documentation for longjmp support,
12267         from an email msg by Stu.
12268
12269 Fri Feb  5 14:10:15 1993  John Gilmore  (gnu@cygnus.com)
12270
12271         * stabs.texinfo:  Fix description of floating point "range"
12272         types (which really define basic types).  Reported by Jim Meehan,
12273         <meehan@src.dec.com>.
12274
12275         * gdbint.texinfo:  Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12276
12277 Thu Feb  4 13:56:46 1993  Ian Lance Taylor  (ian@cygnus.com)
12278
12279         * gdbint.texinfo: Slightly expand section on supporting a new
12280         object file format.
12281
12282 Thu Feb  4 01:49:04 1993  John Gilmore  (gnu@cygnus.com)
12283
12284         * Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
12285         intermediate file.
12286
12287 Tue Feb  2 12:18:06 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12288
12289         * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12290
12291 Mon Feb  1 15:35:47 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12292
12293         * gdbinv-s.texi: z8000 simulator target name is just "sim"
12294
12295         * gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
12296         as well as Z8002.
12297
12298 Sat Nov 28 06:51:35 1992  John Gilmore  (gnu@cygnus.com)
12299
12300         * gdbint.texinfo:  Add sections on clean design and on how to send
12301         in changes.
12302
12303 Mon Nov  9 23:57:02 1992  John Gilmore  (gnu@cygnus.com)
12304
12305         * gdbint.texinfo:  Add how to declare the result of make_cleanup.
12306
12307 Mon Oct 26 11:09:47 1992  John Gilmore  (gnu@cygnus.com)
12308
12309         * gdb.texinfo:  Fix typo, reported by Karl Berry.
12310
12311 Fri Oct 23 00:41:21 1992  John Gilmore  (gnu@cygnus.com)
12312
12313         * gdb.texinfo:  Add opcodes dir to GDB distribution description.
12314
12315 Sat Oct 10 18:04:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12316
12317         * gdbint.texinfo: fixed a stray email address (needs @@),
12318         added @table @code to node "Native Conditionals"
12319
12320 Tue Sep 22 00:34:15 1992  John Gilmore  (gnu@cygnus.com)
12321
12322         * gdbint.texinfo:  Describe coding style of GDB.
12323
12324 Mon Sep 21 19:32:16 1992  John Gilmore  (gnu@cygnus.com)
12325
12326         * stabs.texinfo:  Minor wording changes.
12327
12328 Tue Sep 15 02:57:09 1992  John Gilmore  (gnu@cygnus.com)
12329
12330         * gdbint.texinfo:  Improve release doc slightly.
12331
12332 Fri Sep 11 01:34:25 1992  John Gilmore  (gnu@sphagnum.cygnus.com)
12333
12334         * gdbint.texinfo:  Improve doc of GDB config macros.
12335
12336 Wed Sep  9 16:52:06 1992  John Gilmore  (gnu@cygnus.com)
12337
12338         * stabs.texinfo:  Remove Bothner's changes for C++ nested types.
12339         These will be reinserted when examined.
12340
12341 Mon Aug 24 01:17:55 1992  John Gilmore  (gnu@cygnus.com)
12342
12343         * gdbint.texinfo:  Make a start at documenting all the #if macros
12344         in GDB.  At least list them all, and start separating them into
12345         host-specific and target-specific.
12346
12347 Tue Aug 18 15:59:13 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12348
12349         * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12350         examples (not consistent w others).
12351         gdb.texinfo: issue disclaimer paragraph on cmdline options only
12352         for generic vn of doc
12353
12354 Tue Aug 18 14:53:27 1992  Ian Lance Taylor  (ian@cygnus.com)
12355
12356         * Makefile.in: always create installation directories.
12357
12358 Tue Aug 18 14:11:50 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12359
12360         * gdb.texinfo: in h8 config, do not describe searching commands.
12361
12362 Mon Aug 17 18:07:59 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12363
12364         * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12365           conditionals; introduce a few generic switches that may be
12366           useful for other cross-dev or dos-hosted configs.
12367
12368         * gdb.texinfo: fix typo in "info reg" description
12369
12370 Sun Aug 16 01:16:18 1992  John Gilmore  (gnu@cygnus.com)
12371
12372         * stabs.texinfo:  Minor updates from running TeX over it.
12373         * Makefile.in (stabs.dvi, stabs.ps):  Add.
12374
12375 Sat Aug 15 20:52:24 1992  Per Bothner  (bothner@rtl.cygnus.com)
12376
12377         * stabs.texinfo:  Stabs documentation, written by Julia Menapace.
12378         First pass at converting it to texinfo.
12379
12380 Sat Aug 15 03:14:59 1992  John Gilmore  (gnu@cygnus.com)
12381
12382         * gdb.texinfo, refcard.tex:  Document mult args on `info reg'.
12383         * Makefile.in (refcard.ps, lrefcard.ps):  Add missing $(srdir).
12384
12385 Fri Aug 14 21:08:47 1992  John Gilmore  (gnu@cygnus.com)
12386
12387         * gdbint.texinfo:  Add section on partial symbol tables.
12388
12389 Sat Jun 20 16:31:10 1992  John Gilmore  (gnu at cygnus.com)
12390
12391         * gdb.texinfo:  document `set remotedebug' and `set
12392         rstack_high_address'.
12393
12394 Thu May 14 17:09:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12395
12396         * gdb.texinfo: slight expansion of new text on reading info files
12397         * gdbinv-s.m4.in: correct and expand info on cross-debugging
12398         H8/300 from DOS.
12399
12400 Tue May 12 12:22:47 1992  John Gilmore  (gnu at cygnus.com)
12401
12402         * gdb.texinfo:  `info user' => `show user'.  Noticed by David Taylor.
12403
12404 Mon May 11 19:06:27 1992  John Gilmore  (gnu at cygnus.com)
12405
12406         * gdb.texinfo:  Say how to read the `info' files.
12407
12408 Tue May  5 12:11:38 1992  K. Richard Pixley  (rich@cygnus.com)
12409
12410         * Makefile.in: gm4 -> m4.
12411
12412 Fri Apr 10 17:50:43 1992  John Gilmore  (gnu at rtl.cygnus.com)
12413
12414         * gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
12415         Documentation' ahead of `Installing GDB' to match README.
12416         Update shared library doc, -readnow and -mapped, and directory
12417         structure (add glob and mmalloc).  Update configure doc.
12418
12419 Tue Mar 24 23:28:38 1992  K. Richard Pixley  (rich@cygnus.com)
12420
12421         * Makefile.in: remove $(srcdir) from gdb.info rule.
12422
12423 Sat Mar  7 18:44:50 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12424
12425         * Makefile.in: commented out gdb-all.texinfo rule.  This is
12426           temporary.
12427
12428 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
12429
12430         * Makefile.in, configure.in: removed traces of namesubdir,
12431           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
12432           copyrights to '92, '13, changed some from Cygnus to FSF.
12433
12434 Fri Dec 13 09:47:31 1991  John Gilmore  (gnu at cygnus.com)
12435
12436         * gdb.texinfo:  Improve how we ask for bug reports.
12437
12438 Tue Dec 10 04:07:21 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12439
12440         * Makefile.in: infodir belongs in datadir.
12441
12442 Fri Dec  6 23:57:34 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12443
12444         * Makefile.in: remove spaces following hyphens, bsd make can't
12445           cope.  install using INSTALL_DATA.  added clean-info.  added
12446           standards.text support.
12447
12448 Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12449
12450         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
12451           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
12452           and mandir now keyed off datadir by default.
12453
12454 \f
12455 Local Variables:
12456 mode: change-log
12457 left-margin: 8
12458 fill-column: 74
12459 version-control: never
12460 coding: utf-8
12461 End: