Reword gdb.GdbError text
[external/binutils.git] / gdb / doc / ChangeLog
1 2018-09-10  Tom Tromey  <tom@tromey.com>
2
3         PR python/23108:
4         * python.texi (Exception Handling): Rearrange gdb.GdbError text
5         and add a table.
6
7 2018-09-10  Tom Tromey  <tom@tromey.com>
8
9         * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
10         (Machine Code): Use "binutils", not "binutils.info", in @pxref.
11         (Separate Debug Files): Use "ld", not "ld.info", in @ref.
12         * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
13
14 2018-09-10  Tom Tromey  <tom@tromey.com>
15
16         PR python/16484:
17         * python.texi (Frames In Python): Document that Frame.block can
18         throw.
19
20 2018-09-10  Tom Tromey  <tom@tromey.com>
21
22         PR python/23487:
23         * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
24
25 2018-09-10  Tom Tromey  <tom@tromey.com>
26
27         PR python/16033:
28         * python.texi (Blocks In Python): Document that Block.end is
29         exclusive.
30
31 2018-08-29  Keith Seitz  <keiths@redhat.com>
32
33         * gdb.texinfo (Compiling and injecting code in GDB): Document
34         set/show "compile-oracle" and "compile-cplus-types" commands.
35
36 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
37
38         * gdb.texinfo (The -stack-list-frames Command): Update description
39         to mention "arch".
40         Update MI examples throughout the document to contain "arch" in
41         frame output.
42
43 2018-08-21  Alan Hayward  <alan.hayward@arm.com>
44
45         * gdb.texinfo (AArch64 SVE): New subsubsection.
46
47 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
48
49         * gdb.texinfo (GDB/MI Data Manipulation): Document
50         "-data-disassemble -a addr".
51         (GDB/MI Support Commands): Document "data-disassemble-a-option"
52         feature.
53
54 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
55
56         * gdb.texinfo (Index Files Speed Up GDB): Add section about
57         symbol index cache.
58
59 2018-07-27  Sergio Durigan Junior  <sergiodj@redhat.com>
60
61         * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
62         option sections to further clarify that gcore can take more
63         than one PID, and that "-o" is used to specify a prefix, not a
64         filename.
65
66 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
67
68         * gdb.texinfo (Maintenance Commands): Add description of
69         maintenance command to control dwarf unwinders.
70
71 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
72
73         * gdb.texinfo (Debugging Programs with Multiple Threads):
74         Document changes to 'thread apply'.  Document 'taas'.
75         Document 'tfaas'.
76         (Examining the Stack): Document 'frame apply'.  Document 'faas'.
77
78 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
79             Jan Kratochvil  <jan.kratochvil@redhat.com>
80             Paul Fertser  <fercerpav@gmail.com>
81             Tsutomu Seki  <sekiriki@gmail.com>
82
83         * gdb.texinfo (Remote Connection Commands): Add explanation
84         about new IPv6 support.  Add new connection prefixes.
85
86 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
87
88         * gdb.texinfo (Remote Configuration): Update descriptions for
89         set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
90         and hardware-watchpoint-length-limit variables.
91
92 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
93
94         PR tdep/8282
95         * gdb.texinfo (Source and Machine Code): Document `set
96         disassembler-options' support for the MIPS target.
97
98 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
99
100         * gdb.texinfo (Files): Document "add-symbol-file -o offset".
101
102 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
103
104         * gdb.texinfo (Files): The address argument for "add-symbol-file"
105         is no longer mandatory.
106
107 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
108
109         * gdb.texinfo (Files): Document "symbol-file -o offset".
110
111 2018-06-14  Tom de Vries  <tdevries@suse.de>
112
113         * gdb.texinfo (Background Execution): Add @cindex for '&'.
114
115 2018-06-11  Eli Zaretskii  <eliz@gnu.org>
116
117         * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
118
119 2018-06-08  Gary Benson <gbenson@redhat.com>
120
121         * gdb.texinfo (Maintenance Commands): Document "maint check
122         libthread-db" and "maint set/show check-libthread-db".
123
124 2018-06-05  Tom Tromey  <tom@tromey.com>
125
126         PR cli/12326:
127         * gdb.texinfo (Screen Size): Document "c" response to pagination
128         prompt.
129
130 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
131
132         * gdb.texinfo (Choosing Target Byte Order): Document endianness
133         selection details with the `set endian auto' mode.
134
135 2018-05-04  Tom Tromey  <tom@tromey.com>
136
137         PR python/22731:
138         * python.texi (Breakpoints In Python): Mention that "commands" is
139         writable.
140
141 2018-05-02  Tom Tromey  <tom@tromey.com>
142
143         PR python/20084:
144         * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
145         PARAM_ZUINTEGER_UNLIMITED.
146
147 2018-04-30  Tom Tromey  <tom@tromey.com>
148
149         * python.texi (Types In Python): Document Type.align.
150
151 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
152
153         * gdb.texinfo (Symbols): Mention the fact that "info
154         variables/functions/types" show source files and line numbers.
155
156 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
157
158         * gdb.texinfo: Document set/show record btrace cpu.
159
160 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
161
162         * gdb.texinfo (Ada Settings): New subsubsection.
163
164 2018-03-26  Tom Tromey  <tom@tromey.com>
165
166         PR backtrace/15582:
167         * gdb.texinfo (Backtrace): Mention "hide" argument.
168
169 2018-03-26  Tom Tromey  <tom@tromey.com>
170
171         * gdb.texinfo (Backtrace): Describe options individually.
172
173 2018-03-19  Tom Tromey  <tom@tromey.com>
174
175         * observer.texi: Remove.
176
177 2018-03-04  John Baldwin  <jhb@FreeBSD.org>
178
179         * gdb.texinfo (Debugging Output): Document "set/show debug
180         fbsd-nat".
181
182 2018-02-19  Andrew Burgess  <andrew.burgess@embecosm.com>
183
184         * gdb.texinfo (Machine Code): Additional information about "info
185         line" command.
186
187 2018-01-15  Szabolcs Nagy  <szabolcs.nagy@arm.com>
188
189         * gdb.texinfo (gdb-add-index man): Add pindex.
190
191 2018-01-15  Szabolcs Nagy  <szabolcs.nagy@arm.com>
192
193         * gdb.texinfo (set cwd): Add period.
194         (gdb-add-index man): Move anchor.
195
196 2017-01-12  Tom Tromey  <tom@tromey.com>
197             Sergio Durigan Junior  <sergiodj@redhat.com>
198
199         * gdb.texinfo (Index Files): Mention gdb-add-index.
200         (gdb-add-index man): New section.
201         * Makefile.in (gdb-add-index.1): New rule to generate manpage
202         from gdb.texinfo.
203
204 2018-01-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
205
206         * gdb.texinfo (pwd): Fix whitespace.
207
208 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
209
210         * gdb.texinfo (pwd): Update cross-reference for Process Information
211         node and remove explicit /proc reference.
212         (Native): Rename subsection from SVR4 Process Information to
213         Process Information.
214         (Process Information): Reword introduction to be less /proc
215         centric.  Document support for "info proc" on FreeBSD.
216
217 2018-01-03  Xavier Roirand  <roirand@adacore.com>
218
219         * gdb.texinfo (Set Catchpoints): Add documentation for new
220         "catch handlers" action.
221
222 2017-12-27  Stafford Horne  <shorne@gmail.com>
223
224         * gdb.texinfo (Target Description Format): Explain that arbitrary
225         strings are now allowed for register groups.
226
227 2017-12-27  Stafford Horne  <shorne@gmail.com>
228
229         * gdb.texinfo (Registers): Document info reg $reggroup feature.
230
231 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
232
233         PR cli/16224
234         * gdb.texinfo (ptype): Add documentation for new flag '/o'.
235
236 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
237
238         * python.texi (Manipulating breakpoints using Python): Document
239         qualified parameter to gdb.Breakpoint.
240
241 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
242
243         * python.texi (Manipulating breakpoints using Python): Split doc
244         of Breakpoint.__init__ in two, split text in multiple
245         paragraphs, don't nest parameter square brackets.
246
247 2017-12-12  Stafford Horne  <shorne@gmail.com>
248             Stefan Wallentowitz  <stefan@wallentowitz.de>
249             Franck Jullien  <franck.jullien@gmail.com>
250             Jeremy Bennett  <jeremy.bennett@embecosm.com>
251
252         * gdb.texinfo: Add OpenRISC documentation.
253
254 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
255
256         * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
257
258 2017-12-07  Keith Seitz  <keiths@redhat.com>
259
260         * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
261         and "show print type nested-type-limit".
262
263 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
264
265        * python.texi (Breakpoints In Python): Add text relating
266         to allowed explicit locations and keywords in gdb.Breakpoints.
267
268 2017-12-04  Tom Tromey  <tom@tromey.com>
269
270         * gdb.texinfo (Rust): Update trait object status
271
272 2017-12-01  Andrew Cagney  <cagney@redhat.com>
273             Joel Brobecker  <brobecker@adacore.com>
274             Sergio Durigan Junior  <sergiodj@redhat.com>
275
276         * gdb.texinfo (File Options): Document --readnever.
277         (Commands to Specify Files): Likewise, for 'symbol-file' and
278         'add-symbol-file'.
279
280 2017-11-29  Pedro Alves  <palves@redhat.com>
281
282         PR c++/19436
283         * gdb.texinfo (Debugging C Plus Plus): Document setting
284         breakpoints in functions with ABI tags.
285
286 2017-11-29  Pedro Alves  <palves@redhat.com>
287
288         * gdb.texinfo (Linespec Locations): Document how "function" is
289         interpreted in C++ and Ada.  Document "-qualified".
290         (Explicit Locations): Document how "-function" is interpreted in
291         C++ and Ada.  Document "-qualified".
292
293 2017-11-26  Dominik Czarnota  <dominik.b.czarnota@gmail.com>
294
295         PR gdb/21945
296         * gdb.texinfo (Search Memory): Update description and example
297         about how to search a string without NULL terminator.
298
299 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
300
301         * gdb.texinfo (GDB/MI Ada Exception Information): Document
302         new "exception-message" field.
303
304 2017-11-24  Simon Marchi  <simon.marchi@ericsson.com>
305
306         * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
307
308 2017-11-24  Pedro Alves  <palves@redhat.com>
309
310         * gdb.texinfo (Completion): Update need-quoting examples.  Remove
311         false claim that GDB inserts quoting automatically.
312         (Symbols): Add anchor.
313
314 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
315
316         * gdb.texinfo (Requirements): Document use of GNU MPFR.
317
318 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
319
320         * python.texi (Basic Python): Add rbreak documentation.
321
322 2017-11-07  Xavier Roirand  <roirand@adacore.com>
323             Pedro Alves  <palves@redhat.com>
324
325         * gdb.texinfo (Set Breaks): Document support for breakpoint
326         location ranges in the enable/disable commands.
327
328 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
329
330         * gdb.texinfo (Starting your Program) <The working directory.>:
331         Mention remote debugging.
332         (Working Directory) <Your Program's Working Directory>:
333         Likewise.
334         (Connecting) <Remote Packet>: Add "set-working-dir"
335         and "QSetWorkingDir" to the table.
336         (Remote Protocol) <QSetWorkingDir>: New item, explaining the
337         packet.
338
339 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
340
341         * gdb.texinfo (Starting your Program) <The working directory.>:
342         Mention new "set cwd" command.
343         (Working Directory) <Your Program's Working Directory>:
344         Rephrase to explain that "set cwd" exists and is the default
345         way to change the inferior's cwd.
346
347 2017-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
348
349         * gdb.texinfo (S/390 and System z Features): Document the new
350         features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
351
352 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
353
354         * gdb.texinfo (qXfer:threads:read): Add documentation for handle
355         attribute.
356
357 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
358
359         * python.texi (Inferiors In Python): Add description for method
360         Inferior.thread_from_thread_handle.
361
362 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
363
364         * gdb.texinfo (Starting your Program): Add description of
365         starti command.  Mention starti command as an alternative for
366         debugging the elaboration phase.
367
368 2017-09-16  Simon Marchi  <simon.marchi@ericsson.com>
369
370         * gdb.texinfo (Maintenance Commands): Document filter parameter
371         of "maint selftest".  Document "maint info selftests" command.
372
373 2017-09-11  Tom Tromey  <tom@tromey.com>
374
375         * python.texi (Events In Python): Document new events.
376
377 2017-09-04  Pedro Alves  <palves@redhat.com>
378
379         * gdb.texinfo (Variables) <Program Variables>: Document inspecting
380         no-debug-info variables.
381         (Symbols) <Examining the Symbol Table>: Document inspecting
382         no-debug-info types.
383         (Calling) <Calling functions with no debug info>: New subsection,
384         documenting calling no-debug-info functions.
385         (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
386
387 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
388
389         * gdb.texinfo (set environment): Add @anchor.  Explain that
390         environment variables set by the user are sent to GDBserver.
391         (unset environment): Likewise, but for unsetting variables.
392         (Connecting) <Remote Packet>: Add "environment-hex-encoded",
393         "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
394         "environment-reset" and "QEnvironmentReset" to the table.
395         (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
396         QEnvironmentReset>: New item, explaining the packet.
397
398 2017-08-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
399
400         * gdb.texinfo (Compiling and Injecting Code): Add to subsection
401         "Compiler search for the compile command" descriptions of set
402         compile-gcc and show compile-gcc.
403
404 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
405
406         * gdb.texinfo (Architectures): Add new Sparc64 section to document
407         ADI support.
408         * NEWS: Add "adi examine" and "adi assign" commands.
409
410 2017-08-18  Yao Qi  <yao.qi@linaro.org>
411
412         * gdb.texinfo (Server): Document "--selftest".
413
414 2017-08-16  Ruslan Kabatsayev  <b7.10110111@gmail.com>
415
416         * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
417         Single-Key mode.
418
419 2017-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
420
421         PR gdb/21925
422         * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
423         set...").
424
425 2017-08-09  Simon Marchi  <simon.marchi@ericsson.com>
426
427         * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
428         conditional expression.
429
430 2017-07-31  Simon Marchi  <simon.marchi@ericsson.com>
431
432         * agentexpr.texi (rot): Fix symbolic description, improve
433         textual description.
434
435 2017-07-26  Yao Qi  <yao.qi@linaro.org>
436
437         * gdb.texinfo (Maintenance Commands): Document command
438         "maint check xml-descriptions".
439
440 2017-07-26  Yao Qi  <yao.qi@linaro.org>
441
442         * gdb.texinfo (Maintenance Commands): Document optional
443         argument of "maint print c-tdesc".
444
445 2017-07-18  Yao Qi  <yao.qi@linaro.org>
446
447         * gdb.texinfo (Maintenance Commands): Improve the doc to
448         command "maint print c-tdesc".
449
450 2017-06-20  Sergio Durigan Junior  <sergiodj@redhat.com>
451
452         PR gdb/21606
453         * python.texi (Python representation of Symbols.): Replace
454         SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
455         * guile.texi (Guile representation of Symbols.): Likewise.
456
457 2017-06-11  Simon Marchi  <simon.marchi@ericsson.com>
458
459         * gdb.texinfo (Optional Messages about Internal Happenings):
460         Document {set,show} debug separate-debug-file commands.
461
462 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
463
464         * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
465         (Connecting) <Remote Packet>: Add "startup-with-shell"
466         and "QStartupWithShell" to the table.
467         (Remote Protocol) <QStartupWithShell>: New item, explaining the
468         packet.
469
470 2017-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
471
472         * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
473
474 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
475
476         * python.texi (Recording in Python): Factor out the documentation of
477         gdb.RecordInstruction's super class.
478
479 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
480
481         * python.texi (Recording in Python): Replace gdb.BtraceFunction with
482         gdb.RecordFunctionSegment.  Rename prev_sibling and next_sibling to
483         prev and next.
484
485 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
486
487         * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
488         gdb.RecordInstruction
489
490 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
491
492         * python.texi (Recording in Python): Add documentation for
493         gdb.RecordGap and remove documentation of special cases for
494         gdb.BtraceInstruction.
495
496 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
497
498         * python.texi (Recording in Python): Remove Record.ptid defvar.
499
500 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
501
502         * gdb.texinfo (GDB/MI Thread Information): Add missing
503         fields, re-word some things.
504         (GDB/MI Thread Commands): Describe fields found in the output of
505         -thread-info, remove description of fields in the
506         thread output tuple, replace with a cross-reference to "GDB/MI
507         Thread Information".
508
509 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
510
511         * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
512         from -thread-info output.
513
514 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
515
516         * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
517
518 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
519
520         * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
521
522 2017-03-22  Yao Qi  <yao.qi@linaro.org>
523
524         * python.texi (Inferiors In Python): Remove @code from Python.
525
526 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
527
528         * python.texi (Recordings In Python): Document return type of
529         gdb.BtraceInstruction.data.
530
531 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
532
533         * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
534         command file-list-shared-libraries
535         (GDB/MI Async Records): Update documentation of library-loaded with new
536         field.
537
538 2017-03-16  Doug Evans  <dje@google.com>
539
540         * guile.texi (Lazy Strings In Guile): Mention arrays.
541         * python.texi (Lazy Strings In Python): Ditto.
542
543 2017-03-08  Jiong Wang  <jiong.wang@arm.com>
544
545         * gdb.texinfo (Memory Protection Extensions): Add missing escape
546         character "@".
547
548 2017-03-07  Walfred Tedeschi <walfred.tedeschi@intel.com>
549
550         * Memory Protection Extensions: Add information about inferior
551         calls.
552
553 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
554
555         * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
556         DW_TAG_GNU_* and DW_AT_GNU_*.
557
558 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
559
560         * python.texi (Recordings In Python): New section.
561
562 2017-02-14  Tom Tromey  <tom@tromey.com>
563
564         PR python/13598:
565         * python.texi (Events In Python): Document events.before_prompt.
566
567 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
568
569         * gdb.texinfo (Target Commands): Document the optional offset
570         argument for the load command.
571
572 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
573
574         PR gdb/21122
575         * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
576         space-separated breakpoint lists.  Also add a missing @table command
577         and @cindex for breakpoint lists.
578
579 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
580
581         PR tdep/20936
582         * gdb.texinfo: (Standard Target Features): Document SPARC features.
583         (Sparc Features): New node.
584
585 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
586
587         * gdb.texinfo (i386 Features): Add system segment registers
588         as feature.
589
590 2017-01-24  Simon Marchi  <simon.marchi@ericsson.com>
591
592         * python.texi (Events In Python): Fix typo.
593
594 2017-01-20  Mike Wrighton  <mike_wrighton@codesourcery.com>
595             Luis Machado  <lgustavo@codesourcery.com>
596
597         * gdb.texinfo (-target-flash-erase): New MI command description.
598         (flash-erase): New CLI command description.
599
600 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
601
602         * gdb.texinfo (Contributors): Add SRI International and University
603         of Cambridge for FreeBSD/mips.
604
605 2016-12-22  Doug Evans  <xdje42@gmail.com>
606
607         * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
608         commands.
609
610 2016-12-02  Pedro Alves  <palves@redhat.com>
611
612         * gdb.texinfo (User-defined Commands): Limit on number of
613         arguments passed to user-defined commands removed; update.
614
615 2016-12-02  Pedro Alves  <palves@redhat.com>
616
617         PR cli/20559
618         * gdb.texinfo (Define): Add example of using "eval" to process a
619         variable number of arguments.
620         (Output) <eval>: Add anchor.
621
622 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
623
624         * Makefile.in: Likewise.
625
626 2016-11-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
627
628         * gdb.texinfo (GDB/MI Async Records): Add missing comma after
629         xref.
630
631 2016-10-29  Pedro Alves  <palves@redhat.com>
632
633         * gdb.texinfo (Packets) <vCont>: Remove mention of default
634         actions.
635
636 2016-10-26  Pedro Alves  <palves@redhat.com>
637
638         * gdb.texinfo (Packets): Clarify vCont packets with multiple
639         actions that match a thread, and what happens when an action
640         matches a thread that is already running.
641
642 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
643
644         * gdb.texinfo (Using Trace Files): Fix typo.
645         (GDB/MI Tracepoint Commands): Likewise.
646
647 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
648
649         * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
650         of -trace-save.
651
652 2016-10-06  Tom Tromey  <tom@tromey.com>
653
654         * guile.texi (Types In Guile): Remove Java mentions.
655         * python.texi (Types In Python): Remove Java mentions.
656         * gdb.texinfo (Address Locations, Supported Languages)
657         (Index Section Format): Remove Java mentions.
658
659 2016-08-15  Doug Evans  <dje@google.com>
660
661         * gdb.texinfo (Target Description Format): Update docs on "end"
662         field spec and field default type.
663
664 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
665 2016-10-03  Simon Marchi  <simon.marchi@ericsson.com>
666
667         PR gdb/20487
668         * gdb.texinfo (Context management): Update mention of frame
669         change notifications.
670         (gdb/mi Async Records): Document frame field in
671         =thread-select event.
672         * observer.texi (GDB Observers): New user_selected_context_changed
673         observer.
674
675 2016-09-28  Tom Tromey  <tom@tromey.com>
676
677         * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
678         than "memory breakpoint".  Further document "kind".  Move
679         protocol-details link earlier.
680         <z1>: Document the cmd_list argument.  Fix typo.
681         <g>: Remove incorrect sentence.
682         (Stop Reply Packets): Document "OK" response to requests when in
683         non-stop mode.
684         <swbreak>: Use "software breakpoint" rather than "memory
685         breakpoint".
686         <create>: Document that "R" is ignored.
687         <W, X, w>: Document formatting of "AA".
688         (Notification Packets): Use "%Stop", not "%%Stop".
689
690 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
691
692         * gdb.texinfo (Embedded Processors): Document ARC.
693         (Synopsys ARC): New section.
694         (Standard Target Features): Document ARC features.
695         (ARC Features): New section.
696
697 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
698
699         * .gitignore: New file.
700
701 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
702
703         * gdb.texinfo (Input/Output): Mention possibility to unset
704         inferior-tty.
705
706 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
707
708         * gdb.texinfo: Resume btrace on reconnect.
709
710 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
711
712         * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
713         syscall.
714
715 2016-06-30  Руслан Ижбулатов  <lrn1986@gmail.com>
716
717         * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
718         command.
719
720 2016-07-13  Tom Tromey  <tom@tromey.com>
721
722         PR python/15620, PR python/18620:
723         * python.texi (Events In Python): Document new breakpoint events.
724
725 2016-07-13  Tom Tromey  <tom@tromey.com>
726
727         PR python/17698:
728         * python.texi (Breakpoints In Python): Document
729         Breakpoint.pending.
730
731 2016-07-13  Tom Tromey  <tom@tromey.com>
732
733         * python.texi (Breakpoints In Python): Move table of types and
734         table of watchpoint types earlier in node.
735
736 2016-07-12  Tom Tromey  <tom@tromey.com>
737
738         PR python/19293:
739         * python.texi (Frames In Python): Document
740         gdb.invalidate_cached_frames.
741
742 2016-06-21  Pedro Alves  <palves@redhat.com>
743
744         * gdb.texinfo (Interpreters): Update intepreter-exec section,
745         document new-ui and explain use case.
746
747 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
748
749         * gdb.texinfo (Standard Target Features): Document NDS32 features.
750         (NDS32 Features): New Section.
751
752 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
753
754         * gdb.texinfo (Examining Memory): Document negative repeat
755         count in the 'x' command.
756
757 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
758
759         * gdb.texinfo (GDB/MI Async Records): Document method and
760         format fields in =record-started.
761         * observer.texi (record_changed): Add method and format
762         parameters.
763
764 2016-05-27  Eli Zaretskii  <eliz@gnu.org>
765
766         * gdb.texinfo (General Query Packets): Move the description of the
767         response before the long list of the specific 'read' and 'write'
768         requests.
769
770 2016-05-23  Tom Tromey  <tom@tromey.com>
771
772         * python.texi (Basic Python): Document gdb.breakpoints return.
773
774 2016-05-24  Tom Tromey  <tom@tromey.com>
775
776         PR gdb/19194:
777         * gdb.texinfo (gdb man): Fix typo.
778
779 2016-05-17  Tom Tromey  <tom@tromey.com>
780
781         * gdb.texinfo (Supported Languages): Mention Rust.  Update menu.
782         (Rust): New node.
783
784 2016-05-17  Tom Tromey  <tom@tromey.com>
785
786         * gdb.texinfo (Maintenance Commands): Document "maint selftest".
787
788 2016-04-27  Yao Qi  <yao.qi@linaro.org>
789
790         * gdb.texinfo (tfind): Complete doc about tfind without
791         argument.
792
793 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
794
795         * agentexpr.texi (byte): Fix zero_ext description.
796
797 2016-03-31  Pedro Alves  <palves@redhat.com>
798
799         * gdb.texinfo (M32R/SDI): Delete node.
800         (MIPS Embedded): Remove references to the MIPS remote debugging
801         protocol, PMON and variants, and the associated commands.
802
803 2016-03-15  Doug Evans  <dje@google.com>
804
805         * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
806         (Target Description Format): Mention enum types.  Update docs on
807         flags types.
808         (Predefined Target Types): Add "bool".
809         (Enum Target Types): New node.
810
811 2016-03-15  Pedro Alves  <palves@redhat.com>
812
813         * gdb.texinfo (Tracepoint Actions): Fix typo.
814
815 2016-03-15  Pedro Alves  <palves@redhat.com>
816             Andreas Arnez  <arnez@linux.vnet.ibm.com>
817             Marcin Kościelnicki  <koriakin@0x04.net>
818
819         * gdb.texinfo (Tracepoint Actions): Document possible
820         unreliability of '$_ret'.
821
822 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
823
824         * gdb.texinfo (Symbols): Document new 'maint info line-table'
825         command.
826
827 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
828
829         * gdb.texinfo (Convenience Functions): Document $_as_string.
830
831 2016-02-23  Doug Evans  <dje@google.com>
832
833         * gdb.texinfo (Skipping Over Functions and Files): Document new
834         options to "skip" command.  Update docs of output of "info skip".
835
836 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
837
838         * gdb.texinfo (Signals): Add bound violation display hints for
839         a SIGSEGV.
840
841 2016-02-18  Marcin Kościelnicki  <koriakin@0x04.net>
842
843         * gdb.texinfo (Trace File Format): Add documentation for description
844         section lines.
845
846 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
847
848         * gdb.texinfo (Trace File Format): Remove misleading information
849         about register block ordering.
850
851 2016-02-01  Doug Evans  <dje@google.com>
852
853         * gdb.texinfo (Value Sizes): Fix typo.
854
855 2016-02-01  Doug Evans  <dje@google.com>
856
857         * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
858
859 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
860
861         * gdb.texinfo (Value Sizes): New section.
862         (Data): Add the 'Value Sizes' node to the menu.
863
864 2016-01-26  John Baldwin  <jhb@FreeBSD.org>
865
866         * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
867
868 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
869
870         * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
871
872 2016-01-18  Pedro Alves  <palves@redhat.com>
873
874         * gdb.texinfo (Threads): Mention that GDB displays the ID and name
875         of the thread that hit a breakpoint or received a signal.
876
877 2016-01-15  Pedro Alves  <palves@redhat.com>
878
879         * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
880
881 2016-01-13  Pedro Alves  <palves@redhat.com>
882
883         * gdb.texinfo (Threads): Document the $_gthread convenience
884         variable.
885         (Convenience Vars): Likewise.
886
887 2016-01-13  Pedro Alves  <palves@redhat.com>
888
889         * gdb.texinfo (Threads): Document "info threads -gid".
890
891 2016-01-13  Pedro Alves  <palves@redhat.com>
892
893         * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
894         anchor.
895         (Threads In Python): Document new InferiorThread.global_num
896         attribute.
897
898 2016-01-07  Pedro Alves  <palves@redhat.com>
899
900         * gdb.texinfo (Threads): Document per-inferior thread IDs,
901         qualified thread IDs, global thread IDs and thread ID lists.
902         (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
903         thread IDs.
904         (Convenience Vars): Document the $_thread convenience variable.
905         (Ada Tasks): Adjust to refer to thread IDs.
906         (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
907         Commands, GDB/MI Variable Objects): Update to mention global
908         thread IDs.
909         * guile.texi (Breakpoints In Guile)
910         <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
911         global thread IDs instead of thread IDs.
912         * python.texi (Threads In Python): Adjust documentation of
913         InferiorThread.num.
914         (Breakpoint.thread): Mention global thread IDs instead of thread
915         IDs.
916
917 2016-01-13  Pedro Alves  <palves@redhat.com>
918
919         * python.texi (Threads In Python): Document
920         InferiorThread.inferior.
921
922 2016-01-13  Pedro Alves  <palves@redhat.com>
923
924         * gdb.texinfo (Inferiors and Programs): Document the $_inferior
925         convenience variable.
926         (Convenience Vars): Likewise.
927
928 2016-01-12  Josh Stone  <jistone@redhat.com>
929             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
930
931         * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
932         (Stop Reply Packets): List the syscall entry and return stop reasons.
933         (General Query Packets): Describe QCatchSyscalls, and add it to the
934         table and the detailed list of stub features.
935
936 2016-01-12  Pedro Alves  <palves@redhat.com>
937
938         Remove use of the registered trademark symbol throughout.
939
940 2016-01-12  Yao Qi  <yao.qi@linaro.org>
941
942         * gdb.texinfo (Interrupts): Update the document on handling
943         interrupt when program is stopped.
944
945 2015-12-11  Don Breazeal  <donb@codesourcery.com>
946
947         * gdb.texinfo (Forks): Correct Linux kernel version where
948         fork and exec events are supported, add notes about support
949         of these events in target remote mode.
950         (Connecting): Reorganize and clarify distinctions between
951         target remote, extended-remote, and multiprocess.
952         Reorganize related text from separate sections into new
953         sections.
954         (Server): Note effects of target extended-remote mode.
955         Delete section on Multi-Process Mode for gdbserver.
956         Move some text to "Connecting" node.
957
958 2015-12-10  Pedro Alves  <palves@redhat.com>
959
960         * gdb.texinfo (Threads): Replace warning with explanation
961         about single-threaded programs.
962
963 2015-12-10  Pedro Alves  <palves@redhat.com>
964
965         * gdb.texinfo (Threads): Remove mention of SGI.
966         (Forks): Remove mention of HP-UX.
967         (Breakpoints): Remove mention of HP-UX.
968         (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
969         Reword in terms of architectures.
970         (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
971         mention supported systems.
972         (Convenience Vars): Don't mention HP-UX.
973         (Jumping): Remove mention of HP-UX in comment.
974         (Files) <shared libraries>: Update supported shared library types
975         list.  Remove mention of HP-UX.
976         (Native): Remove HP-UX subsection.
977         (SVR4 Process Information): Remove mention of HP-UX.
978
979 2015-12-10  Pedro Alves  <palves@redhat.com>
980
981         * gdb.texinfo (Stack): Reorder menu.
982
983 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
984
985         * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
986         -var-set-format's new zero-hexadecimal format.
987
988 2015-12-08  Pierre-Marie de Rodat  <derodat@adacore.com>
989
990         * gdb.texinfo (Ada Mode Into): Move overloading support
991         description to its own node.
992         (Overloading support for Ada): New node.
993
994 2015-11-30  Pedro Alves  <palves@redhat.com>
995
996         PR 14618
997         * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
998         (Remote Configuration): Add the "set/show remote
999         no-resumed-stop-reply" to the available settings table.
1000         (General Query Packets): Document the "no-resumed" qSupported
1001         feature.
1002
1003 2015-11-30  Pedro Alves  <palves@redhat.com>
1004
1005         * gdb.texinfo (Remote Configuration): List "set/show remote
1006         thread-events" command in configuration table.
1007         (Stop Reply Packets): Document "T05 create" stop
1008         reason and 'w' stop reply.
1009         (General Query Packets): Document QThreadEvents packet.  Document
1010         QThreadEvents qSupported feature.
1011
1012 2015-11-30  Pedro Alves  <palves@redhat.com>
1013
1014         * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1015         anchor.
1016         (Packets): Document vCtrlC.
1017
1018 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
1019
1020         * gdb.texinfo (Thread List Format): Mention thread names.
1021
1022 2015-11-24  Pedro Alves  <palves@redhat.com>
1023
1024         PR 17539
1025         * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1026         program-spaces" example to ascending order listing.
1027         (Threads): Adjust "info threads" example to ascending order
1028         listing.
1029         (Forks): Adjust "info inferiors" example to ascending order
1030         listing.
1031
1032 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
1033
1034         * gdb.texinfo (Process Record and Replay): Document "record
1035         instruction-history" modifiers.
1036
1037 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1038
1039         * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1040         description.
1041         (Frame Filter Management): Move to later in the 'Examining the
1042         Stack' chapter.
1043         (Selection): Add entry for 'select-frame'.
1044
1045 2015-09-25  Doug Evans  <dje@google.com>
1046
1047         * gdb.texinfo (Process Record and Replay): Fix syntax of
1048         "record instruction-history begin, end" and
1049         "record function-call-history begin, end".
1050
1051 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
1052
1053         * gdb.texinfo (Specifying Source Directories): Fix
1054         substitute-path example.
1055
1056 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
1057
1058         * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1059
1060 2015-09-15  Pedro Alves  <palves@redhat.com>
1061
1062         PR remote/18965
1063         * gdb.texinfo (Stop Reply Packets): Revert previous change to
1064         the vforkdone description.
1065
1066 2015-09-15  Pedro Alves  <palves@redhat.com>
1067
1068         PR remote/18965
1069         * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1070         part indicates the thread ID of the parent process.
1071
1072 2015-09-15  Yao Qi  <yao.qi@linaro.org>
1073
1074         * gdb.texinfo (General Query Packets): Add vContSupported to
1075         tables of 'gdbfeatures' and 'stub features' supported in the
1076         qSupported packet, as well as to the list containing stub
1077         feature details.
1078
1079 2015-09-11  Don Breazeal  <donb@codesourcery.com>
1080
1081         * gdb.texinfo (Remote Configuration): Add exec event
1082         feature to table of packet settings.
1083         (Stop Reply Packets): Add exec events to the list of stop
1084         reasons.
1085         (General Query Packets): Add exec events to tables of
1086         'gdbfeatures' and 'stub features' supported in the qSupported
1087         packet, as well as to the list containing stub feature
1088         details.
1089
1090 2015-08-24  Pedro Alves  <palves@redhat.com>
1091
1092         * gdb.texinfo (Remote Configuration): Document the "set/show
1093         remote multiprocess-extensions-packet" commands.
1094
1095 2015-08-24  Pedro Alves  <palves@redhat.com>
1096
1097         * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1098         <M32R>: Remove references to M32R/D.
1099         <M68K>: Remove references to target dbug.
1100         <MIPS Embedded>: Remove references to target r3900 and target
1101         array.
1102         <PowerPC Embedded>: Remove references to target dink32 and target
1103         ppcbug, target sds
1104         <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1105
1106 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1107
1108         * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1109
1110 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1111
1112         * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1113
1114 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1115
1116         * gdb.texinfo (Maintenance Commands): Move documentation of "main
1117         info bfds" to...
1118         (File Caching): A New section.  Outline bfd caching, and add new
1119         description for "main set/show bfd-sharing".
1120
1121 2015-08-14  Doug Evans  <xdje42@gmail.com>
1122
1123         * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1124         disassembly.
1125         (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1126
1127 2015-08-11  Keith Seitz  <keiths@redhat.com>
1128
1129         * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1130         Use "location(s)"instead of "linespec(s)".
1131         (Specifying a Location): Rewrite.
1132         Add subsections describing linespec, address, and explicit locations.
1133         Add node/menu for each subsection.
1134         (Source and Machine Code, C Preprocessor Macros)
1135         (Create and Delete Trace points)
1136         (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1137         (Continuing at a Different Address): Remove "linespec" examples.
1138         Add reference to "Specify a Location"
1139         (The -break-insert Command): Rewrite.  Add anchor.
1140         Add reference to appropriate manual section discussing locations.
1141         (The -dprintf-insert Command): Refer to -break-insert for
1142         specification of 'location'.
1143
1144 2015-08-07  Pedro Alves  <palves@redhat.com>
1145
1146         * gdb.texinfo (Maintenance Commands): Document "maint set/show
1147         target-non-stop".
1148
1149 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
1150
1151         * gdb.texinfo (Process Record and Replay): Document prefixing of
1152         speculatively executed instructions in the "record instruction-history"
1153         command.
1154
1155 2015-07-20  Doug Evans  <dje@google.com>
1156
1157         * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1158
1159 2015-07-16  Doug Evans  <dje@google.com>
1160
1161         * stabs.texinfo: @include gdb-cfg.texi.
1162
1163 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1164
1165         Revert the previous 2 commits:
1166         gdbserver build-id attribute generator
1167         Validate symbol file using build-id
1168
1169 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1170
1171         * gdb.texinfo (Files): Add 'set validate-build-id'
1172         and 'show validate-build-id'.
1173
1174 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
1175             Jan Kratochvil  <jan.kratochvil@redhat.com>
1176
1177         gdbserver build-id attribute generator.
1178         * gdb.texinfo (Library List Format for SVR4 Targets): Add
1179         'build-id' in description, example, new attribute in dtd.
1180
1181 2015-07-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1182
1183         * gdb.texinfo (Selection): Update documentation for 'frame'
1184         command.
1185
1186 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
1187
1188         * gdb.texinfo (Maintenance Commands): Document "maint btrace"
1189         commands.
1190
1191 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
1192
1193         * gdb.texinfo (Process Record and Replay): Spell out that variables
1194         and registers are not available during btrace replay.
1195         Describe the new "record btrace pt" command.
1196         Describe the new "set|show record btrace pt buffer-size" options.
1197         (General Query Packets): Describe the new Qbtrace:pt and
1198         Qbtrace-conf:pt:size packets.
1199         Expand "bts" to "Branch Trace Store".
1200         Update the branch trace DTD.
1201
1202 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
1203
1204         * gdb.texinfo (Command History): Document the new option
1205         "history remove-duplicates".
1206
1207 2015-06-19  Doug Evans  <dje@google.com>
1208
1209         * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1210         longer supported.
1211
1212 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
1213
1214         * gdb.texinfo (Command History): Mention that setting
1215         GDBHISTSIZE to the empty string disables history truncation.
1216
1217 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
1218
1219         PR gdb/16999
1220         * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1221         behavior.
1222
1223 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
1224
1225         * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1226         with GDBHISTSIZE.
1227
1228 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
1229
1230         * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1231         bytes and memory units for -data-{read,write}-memory-bytes.
1232         (Packets): Same for m, M and X packets.
1233         * python.texi (Inferiors In Python): Same for read_memory and
1234         write_memory.
1235
1236 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
1237
1238         * gdb.texinfo (Separate Debug Files): Document that PE is also
1239         supported.
1240
1241 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
1242
1243         * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1244         single table entry.
1245
1246 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1247
1248         * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1249
1250
1251 2015-06-10  Gary Benson <gbenson@redhat.com>
1252
1253         * gdb.texinfo (Remote Configuration): Document the
1254         "set/show remote hostio-setfs-packet" command.
1255         (Host I/O Packets): Document the vFile:setfs packet.
1256
1257 2015-06-10  Gary Benson <gbenson@redhat.com>
1258
1259         * gdb.texinfo (Debugging Output): Document the "set/show debug
1260         linux-namespaces" command.
1261
1262 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1263             Mircea Gherzan  <mircea.gherzan@intel.com>
1264
1265         * gdb.texinfo (i386): Add documentation about "show mpx bound"
1266         and "set mpx bound".
1267
1268 2015-05-27  Doug Evans  <dje@google.com>
1269
1270         * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1271
1272 2015-05-26  Doug Evans  <dje@google.com>
1273
1274         * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1275         command renamings.
1276         (Maintenance Commands): Update for DWARF "set debug" command renamings.
1277
1278 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1279
1280         * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1281
1282 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
1283
1284         * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1285         (TUI Commands): Add 'tui enable' and 'tui disable' details.
1286
1287 2015-05-16  Doug Evans  <xdje42@gmail.com>
1288
1289         * guile.texi (Memory Ports in Guile): Document support for unbuffered
1290         memory ports.
1291
1292 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1293
1294         * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1295
1296 2015-05-12  Don Breazeal  <donb@codesourcery.com>
1297
1298         * gdb.texinfo (Forks): Note that fork debugging is
1299         supported in extended mode.
1300         (Remote Configuration): Add fork event features to table
1301         of packet settings.
1302         (Stop Reply Packets): Add fork events to list of stop reasons.
1303         (General Query Packets): Add fork events to tables of
1304         'gdbfeatures' and 'stub features' supported in the qSupported
1305         packet, as well as to the list containing stub feature
1306         details.
1307
1308 2015-05-12  Gary Benson <gbenson@redhat.com>
1309
1310         * gdb.texinfo (General Query Packets): Document
1311         qXfer:exec-file:read with empty annex.
1312
1313 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
1314
1315         * python.texi (Values From Inferior): Add descriptions of new
1316         methods gdb.Value.reference_value and gdb.Value.const_value.
1317
1318 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
1319
1320         * gdb.texinfo (Files): Add "info dll" documentation.
1321         (Cygwin Native): Remove "info dll" documentation.
1322
1323 2015-04-29  Doug Evans  <dje@google.com>
1324
1325         * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1326         Document.
1327         (Writing an Xmethod): Add get_result_type to example.
1328
1329 2015-04-28  Sasha Smundak  <asmundak@google.com>
1330
1331         * python.texi: New method documented.
1332
1333 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1334
1335         * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1336         format.
1337
1338 2015-04-24  Doug Evans  <dje@google.com>
1339
1340         * python.texi (Xmethods In Python): Fix name of method to call the
1341         xmethod.
1342
1343 2015-04-17  Gary Benson <gbenson@redhat.com>
1344
1345         * gdb.texinfo (Connecting to a Remote Target): Mention that
1346         GDB can access program files from remote targets that support
1347         qXfer:exec-file:read and Host I/O packets.
1348
1349 2015-04-17  Gary Benson <gbenson@redhat.com>
1350
1351         * gdb.texinfo (Remote Configuration): Document the "set/show
1352         remote pid-to-exec-file-packet" command.
1353         (General Query Packets): Document the qXfer:exec-file:read
1354         qSupported features.  Document the qXfer:exec-file:read packet.
1355
1356 2015-04-17  Gary Benson <gbenson@redhat.com>
1357
1358         * gdb.texinfo (set sysroot): Document that "set sysroot" also
1359         applies to executable paths if supplied to GDB as absolute.
1360
1361 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1362
1363         * gdb.texinfo (Mode Options): Remove -xdb.
1364
1365 2015-04-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1366             Eli Zaretskii  <eliz@gnu.org>
1367
1368         * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1369         compile, show debug compile.  New subsection Compilation options for
1370         the compile command.  New subsection Compiler search for the compile
1371         command.
1372
1373 2015-04-09  Andy Wingo  <wingo@igalia.com>
1374
1375         * guile.texi (Frames In Guile): Describe frame-read-register.
1376
1377 2015-04-02  Gary Benson <gbenson@redhat.com>
1378
1379         * gdb.texinfo (set sysroot): Document "target:".
1380
1381 2015-04-01  Sasha Smundak  <asmundak@google.com>
1382
1383         * doc/python.texi (Writing a Frame Unwinder in Python): Add
1384         section.
1385
1386 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
1387
1388         PR corefiles/16092
1389         * gdb.texinfo (gcore): Mention new command 'set
1390         use-coredump-filter'.
1391         (set use-coredump-filter): Document new command.
1392
1393 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1394
1395         * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1396         documentation, reorder the info os entries in alphabetical order.
1397
1398 2015-03-26  Simon Marchi  <simon.marchi@ericsson.com>
1399
1400         * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1401         -data-write-memory-bytes.
1402
1403 2015-03-24  Pedro Alves  <palves@redhat.com>
1404
1405         * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1406         mention that threads may sometimes run unlocked.
1407
1408 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
1409
1410         * gdb.texinfo (Remote configuration): Document "set/show
1411         serial parity" command.
1412
1413 2015-03-18  Gary Benson <gbenson@redhat.com>
1414
1415         * gdb.texinfo (General Query Packets): Remove documentation
1416         for now-removed vFile:fstat qSupported features.
1417
1418 2015-03-11  Gary Benson <gbenson@redhat.com>
1419
1420         * gdb.texinfo (Remote Configuration): Document the
1421         "set/show remote hostio-fstat-packet" command.
1422         (General Query Packets): Document the vFile:fstat
1423         qSupported features.
1424         (Host I/O Packets): Document the vFile:fstat packet.
1425
1426 2015-03-11  Andy Wingo  <wingo@igalia.com>
1427
1428         * guile.texi (Objfiles In Guile): Document objfile-progspace.
1429
1430 2015-03-04  Pedro Alves  <palves@redhat.com>
1431
1432         * gdb.texinfo (Remote Configuration): Document the "set/show
1433         remote swbreak-feature-packet" and "set/show remote
1434         hwbreak-feature-packet" commands.
1435         (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1436         decription.
1437         (Stop Reply Packets): Document the swbreak and hwbreak stop
1438         reasons.
1439         (General Query Packets): Document the swbreak and hwbreak
1440         qSupported features.
1441         (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1442
1443 2015-03-03  Philippe Proulx  <eeppeliteloop@gmail.com>
1444
1445         * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1446         under *stopped.
1447
1448 2015-03-02  Doug Evans  <xdje42@gmail.com>
1449
1450         * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1451
1452 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1453
1454         * gdb.texinfo (S/390 and System z Features): Describe new feature
1455         "org.gnu.gdb.s390.vx".
1456
1457 2015-02-23  Sergio Durigan Junior  <sergiodj@redhat.com>
1458
1459         PR gdb/18008
1460         * gdb.texinfo (maint internal-error, maint internal-warning, maint
1461         demangler-warning): Fix typo ("problam").
1462
1463 2015-02-19  David Taylor  <dtaylor@emc.com>
1464
1465         * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1466
1467 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1468
1469         * gdb.texinfo (Static Probe Points): Add cindex `static probe
1470         point, DTrace'.
1471         (Static Probe Points): Modified to cover DTrace probes in addition
1472         to SystemTap probes.  Also modified to cover the `enable probe'
1473         and `disable probe' commands.
1474
1475 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1476
1477         * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1478         `disable probe' commands.
1479
1480 2015-02-12  David Taylor  <dtaylor@emc.com>
1481
1482         * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1483         fields of the QTDV packet.
1484
1485 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1486
1487         * gdb.texinfo (Branch Trace Configuration Format): Add size.
1488         (Process Record and Replay): Describe new set|show commands.
1489         (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1490
1491 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1492
1493         * gdb.texinfo (Process Record and Replay): Describe the "record
1494         btrace bts" command.
1495         (General Query Packets): Describe qXfer:btrace-conf:read packet.
1496         (Branch Trace Configuration Format): New.
1497
1498 2015-01-31  Gary Benson <gbenson@redhat.com>
1499             Doug Evans  <dje@google.com>
1500
1501         * gdb.texinfo (Command Completion): Document new
1502         "set/show max-completions" option.
1503
1504 2015-01-31  Doug Evans  <xdje42@gmail.com>
1505
1506         * gdb.texinfo (Symbols): Document new commands
1507         "maint print symbol-cache", "maint print symbol-cache-statistics",
1508         "maint flush-symbol-cache".  Document new option
1509         "maint set symbol-cache-size".
1510
1511 2015-01-31  Doug Evans  <xdje42@gmail.com>
1512
1513         * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1514         distinguish script files vs inlined scripts.
1515         * python.texi (Python Auto-loading): Ditto.
1516
1517 2015-01-30  Doug Evans  <dje@google.com>
1518
1519         * gdb.texinfo (Symbols) <info source>: Output now contains producer
1520         string if present.
1521
1522 2015-01-27  Doug Evans  <dje@google.com>
1523
1524         * python.texi (Objfiles In Python): Document Objfile.username.
1525
1526 2015-01-27  Doug Evans  <dje@google.com>
1527
1528         * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1529         * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1530
1531 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1532
1533         * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1534
1535 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
1536
1537         * doc/gdb.texinfo (TUI Commands): Document the possible
1538         values of NAME argument to 'winheight' command.  Explain the
1539         effect of 'tabset' setting better.
1540
1541 2015-01-11  Doug Evans  <xdje42@gmail.com>
1542
1543         PR gdb/15830
1544         * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1545         (Symbols): Ditto.
1546         (Maintenance Commands): Delete docs for "maint demangle".
1547
1548 2014-12-31  Joel Brobecker  <brobecker@adacore.com>
1549
1550         * gdb.texinfo (Files): Remove documentation of the
1551         "add-shared-symbol-files" and "assf" commands.
1552         (Cygwin Native): Remove documentation of the "dll-symbols"
1553         command.
1554
1555 2014-12-17  Doug Evans  <xdje42@gmail.com>
1556
1557         * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1558
1559 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
1560             Jan Kratochvil  <jan.kratochvil@redhat.com>
1561
1562         * gdb.texinfo (Altering): Update.
1563         (Compiling and Injecting Code): New node.
1564
1565 2014-12-12  Doug Evans  <dje@google.com>
1566
1567         * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1568
1569 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1570
1571         * gdb.texinfo: Document "maint print user-registers".
1572
1573 2014-12-08  Doug Evans  <dje@google.com>
1574
1575         * python.texi (Objfiles In Python): Document Objfile.owner.
1576
1577 2014-12-04  Doug Evans  <dje@google.com>
1578
1579         * python.texi (Objfiles In Python): Document
1580         Objfile.add_separate_debug_file.
1581
1582 2014-12-04  Doug Evans  <dje@google.com>
1583
1584         * python.texi (Objfiles In Python): Document Objfile.build_id.
1585
1586 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
1587
1588         * python.texi (Events In Python): Document new events
1589         InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1590         and RegisterChangedEvent.
1591
1592 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1593
1594         Add add-auto-load-scripts-directory.
1595         * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1596         (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1597
1598 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1599
1600         * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1601         description typo.
1602
1603 2014-10-30  Doug Evans  <dje@google.com>
1604
1605         * python.texi (Progspaces In Python): Document ability to add
1606         random attributes to gdb.Progspace objects.
1607         (Objfiles In Python): Document ability to add random attributes to
1608         gdb.objfile objects.
1609
1610 2014-10-27  Pedro Alves  <palves@redhat.com>
1611
1612         * gdb.texinfo (Continuing and Stepping): Add cross reference to
1613         info on stepping and signal handlers.
1614         (Signals): Explain stepping and signal handlers.  Add context
1615         index entry, and cross references.
1616
1617 2014-10-20  Simon Marchi  <simon.marchi@ericsson.com>
1618
1619         * python.texi (Breakpoints In Python): Add parenthesis after
1620         Breakpoint.delete.  Clarify Breakpoint.enabled description so
1621         that it contains "disable".
1622
1623 2014-10-17  Doug Evans  <dje@google.com>
1624
1625         * python.texi (Events In Python): Document clear_objfiles event.
1626
1627 2014-10-17  Doug Evans  <dje@google.com>
1628
1629         * python.texi (Objfiles In Python): Document new progspace attribute.
1630
1631 2014-10-17  Pedro Alves  <palves@redhat.com>
1632
1633         * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1634         (SVR4 Process Information): Delete mention of OSF/1.
1635
1636 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1637
1638         * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1639         exit-code field in -list-thread-groups output.
1640
1641 2014-09-22  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1642
1643         * gdb.texinfo (Set Breaks): Add missing "@end table".
1644
1645 2014-09-22  Pedro Alves  <palves@redhat.com>
1646
1647         * gdb.texinfo (Set Breaks): Document that "set breakpoint
1648         always-inserted off" is the default mode now.  Delete
1649         documentation of "set breakpoint always-inserted auto".
1650
1651 2014-09-18  Doug Evans  <dje@google.com>
1652
1653         * python.texi (Symbol Tables In Python): Document "producer"
1654         attribute of gdb.Symtab objects.
1655
1656 2014-09-16  Pedro Alves  <palves@redhat.com>
1657
1658         * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1659         (Embedded OS): Remove VxWorks menu entry.
1660         (VxWorks): Remove node.
1661
1662 2014-09-13  Doug Evans  <xdje42@gmail.com>
1663
1664         * gdb.texinfo (Signaling): Document new queue-signal command.
1665
1666 2014-09-06  Doug Evans  <xdje42@gmail.com>
1667
1668         PR 15276
1669         * gdb.texinfo (Convenience Funs): Document $_caller_is,
1670         $_caller_matches, $_any_caller_is, $_any_caller_matches.
1671
1672 2014-09-03  Justin Lebar <jlebar@google.com>
1673
1674         * python.texi (Types In Python): Type.template_argument(n) returns a
1675         gdb.Value or a gdb.Type and throws an exception if n is out of
1676         range.
1677
1678 2014-09-03  Sasha Smundak  <asmundak@google.com>
1679
1680         * python.texi (Frames in Python): Add read_register description.
1681
1682 2014-08-04  Tom Tromey  <tromey@redhat.com>
1683
1684         * gdb.texinfo (Debugging Output): Update for change to "set debug
1685         target".
1686
1687 2014-08-01  Masaki Muranaka  <monaka@monami-software.com>
1688
1689         Pushed by Joel Brobecker  <brobecker@adacore.com>.
1690         * Makefile.in (transform): New variable.
1691         (install-man1, install-man5): Apply $(transform) to man file names.
1692
1693 2014-07-26  Doug Evans  <xdje42@gmail.com>
1694
1695         PR guile/17177
1696         * guile.texi (Guile Pretty Printing API): Fix typo.
1697         Document set-pretty-printers!, pretty-printers.
1698         (Selecting Guile Pretty-Printers): Update.
1699         Mention program-space based pretty-printers.
1700
1701 2014-07-25  Pedro Alves  <palves@redhat.com>
1702             Eli Zaretskii  <eliz@gnu.org>
1703
1704         * gdb.texinfo (Signaling) <signal command>: Explain what happens
1705         with multi-threaded programs.
1706
1707 2014-06-27  Yao Qi  <yao@codesourcery.com>
1708
1709         * gdb.texinfo (Maintenance Commands): Update the output of
1710         'maint print dummy-frames' command.
1711
1712 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
1713
1714         * gdb.texinfo (Screen Size): Improve indexing.
1715
1716 2014-06-19  Gary Benson  <gbenson@redhat.com>
1717
1718         * gdb.texinfo (Maintenance Commands): Document new
1719         "maint set/show catch-demangler-crashes" option.
1720
1721 2014-06-19  Gary Benson  <gbenson@redhat.com>
1722
1723         * gdb.texinfo (Maintenance Commands): Document new
1724         "maint demangler-warning" command and new
1725         "maint set/show demangler-warning" option.
1726
1727 2014-06-09  Siva Chandra Reddy  <sivachandra@google.com>
1728
1729         * python.texi (Xmethod API): Add space before the opening
1730         parenthesis in function descriptions.
1731
1732 2014-06-06  Doug Evans  <xdje42@gmail.com>
1733
1734         * guile.texi (Guile Configuration): Document guile-data-directory.
1735
1736 2014-06-06  Mingjie Xing  <mingjie.xing@gmail.com>
1737
1738         * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1739
1740 2014-06-04  Doug Evans  <xdje42@gmail.com>
1741
1742         * guile.texi (Breakpoints In Guile): Update.
1743
1744 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
1745
1746         * python.texi (Xmethod API): Fix reference to "Progspaces In
1747         Python".
1748
1749 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
1750
1751         *  python.texi (Xmethods In Python, XMethod API)
1752         (Writing an Xmethod): New nodes.
1753         (Python API): New menu entries "Xmethods In Python",
1754         "Xmethod API", "Writing an Xmethod".
1755
1756 2014-06-02  Doug Evans  <xdje42@gmail.com>
1757
1758         * guile.texi (Guile API): Add entry for Parameters In Guile.
1759         (GDB Scheme Data Types): Mention <gdb:parameter> object.
1760         (Parameters In Guile): New node.
1761
1762 2014-06-02  Doug Evans  <xdje42@gmail.com>
1763
1764         * guile.texi (Guile API): Add entry for Commands In Guile.
1765         (Basic Guile) <parse-and-eval>: Add reference.
1766         (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1767         (GDB Scheme Data Types): Mention <gdb:command> object.
1768         (Commands In Guile): New node.
1769
1770 2014-06-02  Doug Evans  <xdje42@gmail.com>
1771
1772         * guile.texi (Guile API): Add entry for Progspaces In Guile.
1773         (GDB Scheme Data Types): Mention <gdb:progspace> object.
1774         (Progspaces In Guile): New node.
1775
1776 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
1777
1778         * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1779         * python.texi (Frames In Python): Mention
1780         gdb.FRAME_UNWIND_MEMORY_ERROR.
1781
1782 2014-05-29  Pedro Alves  <palves@redhat.com>
1783             Tom Tromey  <tromey@redhat.com>
1784
1785         * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1786         from example.
1787         (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1788         Mention that target-async is now deprecated.
1789         (Maintenance Commands): Document maint set/show target-async.
1790
1791 2014-05-29  Pedro Alves  <palves@redhat.com>
1792
1793         * observer.texi (sync_execution_done, command_error): New
1794         subjects.
1795
1796 2014-05-29  Pedro Alves  <palves@redhat.com>
1797
1798         PR gdb/13860
1799         * observer.texi (signal_received, end_stepping_range)
1800         (signal_exited, exited, no_history): New observer subjects.
1801
1802 2014-05-26  Andy Wingo  <wingo@igalia.com>
1803
1804         * guile.texi (GDB Scheme Data Types): Remove documentation for
1805         removed interfaces.  Update spelling of gdb-object-kind.
1806
1807 2014-05-26  Andy Wingo  <wingo@igalia.com>
1808
1809         * guile.texi (Basic Guile): Fix some typos.
1810
1811 2014-05-26  Andy Wingo  <wingo@igalia.com>
1812
1813         * guile.texi (Writing a Guile Pretty-Printer)
1814         (Guile Types Module): Fix excess parentheses in use-modules forms.
1815
1816 2014-05-24  Eli Zaretskii  <eliz@gnu.org>
1817
1818         * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1819         (Breakpoints In Guile, Guile Printing Module)
1820         (Guile Exception Handling, Values From Inferior In Guile)
1821         (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1822         Don't use @var at the beginning of a sentence.
1823
1824         * gdb.texinfo (Frame Filter Management, Trace Files)
1825         (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1826         (PowerPC Embedded, Define, Annotations for Running)
1827         (IPA Protocol Commands, Packets, General Query Packets)
1828         (Tracepoint Packets, Notification Packets, Environment)
1829         (Inferiors and Programs, Set Breaks, Set Catchpoints)
1830         (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1831         (Frames, Backtrace, Selection, Expressions, Registers)
1832         (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1833         (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1834         (Source Annotations, Using JIT Debug Info Readers, Packets)
1835         (Stop Reply Packets, Host I/O Packets)
1836         (Target Description Format): Don't use @var at the beginning of a
1837         sentence.
1838
1839         * python.texi (Basic Python, Types In Python)
1840         (Commands In Python, Frames In Python, Line Tables In Python)
1841         (Breakpoints In Python, gdb.printing, gdb.types)
1842         (Type Printing API): Don't use @var at the beginning of a
1843         sentence.
1844
1845 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
1846
1847         * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1848         replay-memory-access".
1849
1850 2014-05-21  Pedro Alves  <palves@redhat.com>
1851
1852         * gdb.texinfo (Starting): Document "set/show
1853         auto-connect-native-target".
1854         (Target Commands): Document "target native".
1855
1856 2014-05-20  Pedro Alves  <palves@redhat.com>
1857
1858         * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1859         not be remote specific.  Add cross reference to the qCRC packet.
1860         (Separate Debug Files): Update cross reference to the qCRC packet.
1861         (General Query Packets) <qCRC packet>: Add anchor.
1862
1863 2014-05-17  Doug Evans  <xdje42@gmail.com>
1864
1865         Copy over changes from guile.texi.
1866         * python.texi (Basic Python) <gdb.execute>: Add text.
1867         (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1868         (Values From Inferior) <Python string>: Add text.
1869         (Values From Inferior) <Value.string>: Clarify string length handling.
1870         (Pretty Printing API): Add cindex.
1871         (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1872         Remove unnecessary index of gdb.TYPE_CODE_*.  Replace @findex with
1873         @vindex.
1874         (Commands In Python) <COMPLETE_*>: Similarly.
1875         (Symbols In Python) <SYMBOL_*>: Similarly.
1876         (Breakpoints In Python) <WP_*>: Similarly.
1877         (Breakpoints In Python) <BP_*>: Similarly.
1878
1879 2014-05-17  David Taylor <dtaylor@emc.com>
1880
1881         * gdb.texinfo (General Query Packets): Add a note about thread IDs
1882         mentioned in the qfThreadInfo reply.
1883
1884 2014-05-16  Doug Evans  <dje@google.com>
1885
1886         * gdb.texinfo (Mode Options): Add -D.
1887
1888 2014-05-09  Samuel Bronson  <naesten@gmail.com>
1889
1890         * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1891         "make -C".
1892
1893 2014-04-29  Tom Tromey  <tromey@redhat.com>
1894
1895         * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1896         "show debug varobj".
1897
1898 2014-05-01  David Taylor  <dtaylor@emc.com>
1899
1900         * gdb.texinfo (compare-sections): Document the new -r (read-only)
1901         option.
1902
1903 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
1904             Walfred Tedeschi  <walfred.tedeschi@intel.com>
1905
1906         * gdb.texinfo (i386 Features): Add description of AVX512
1907         registers.
1908
1909 2014-03-31  Doug Evans  <dje@google.com>
1910
1911         * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1912
1913 2014-03-30  Doug Evans  <dje@google.com>
1914
1915         * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1916         (Background Execution): Ditto.
1917
1918 2014-03-21  Pedro Alves  <palves@redhat.com>
1919             Stan Shebs  <stan@codesourcery.com>
1920             Hui Zhu  <hui@codesourcery.com>
1921
1922         * gdb.texinfo (Packets): Add anchor to "? packet".
1923         Remove fixme and update introduction of "k packet".
1924         Add anchor to "vKill packet".
1925
1926 2014-03-12  Stan Shebs  <stan@codesourcery.com>
1927
1928         * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1929
1930 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
1931
1932         * guile.texi (Basic Guile): Document 'history-append!'.
1933
1934 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
1935
1936         * gdb.texinfo (Files): Document "add-shared-symbol-files"
1937         and "assf" as being deprecated.
1938         (Cygwin Native): Likewise for "dll-symbols".
1939         (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1940         as a way to force the loading of symbols from a DLL.
1941
1942 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
1943
1944         * python.texi (Values From Inferior): Add description about the
1945         new feature.
1946
1947 2014-02-17  Doug Evans  <xdje42@gmail.com>
1948
1949         * Makefile.in (GDB_DOC_FILES): Add python.texi.
1950         * gdb.texinfo (Python): Moved to ...
1951         * python.texi: ... here.  New file.
1952
1953 2014-02-17  Ludovic Courtès  <ludo@gnu.org>
1954
1955         * guile.texi (Writing a Guile Pretty-Printer) <example>:
1956         Remove 'string-begins-with' procedure.  Add 'pretty-printer'
1957         parameter to 'str-lookup-function' procedure.  Look for
1958         the "std::string<" prefix.
1959         (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1960         Adjust description.
1961
1962 2014-02-11  Tejas Belagod  <tejas.belagod@arm.com>
1963
1964         * guile.texi (Values From Inferior In Guile): Remove stray
1965         parantheses for deffn.
1966         (Disassembly In Guile): Ditto.
1967
1968 2014-02-10  Stan Shebs  <stan@codesourcery.com>
1969
1970         Add Doxygen support.
1971         * Makefile.in (doxy): New action, generates Doxygen files.
1972         (DOXYGEN): New.
1973         (doxyedit): New.
1974         * Doxyfile-base.in: New file.
1975         * Doxyfile-gdb-api.in: New file.
1976         * Doxyfile-gdb-xref.in: New file.
1977         * Doxyfile-gdbserver.in: New file.
1978         * doxy-index.in: New file.
1979         * filter-for-doxygen: New file.
1980         * filter-params.pl: New file.
1981
1982 2014-02-10  Doug Evans  <xdje42@gmail.com>
1983
1984         * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1985         * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1986         (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1987         (Guile docs): Include guile.texi.
1988         (objfile-gdbdotext file): Add objfile-gdb.scm.
1989         (dotdebug_gdb_scripts section): Mention Guile scripts.
1990         (Multiple Extension Languages): New node.
1991         * guile.texi: New file.
1992
1993 2014-01-28  Joel Brobecker  <brobecker@adacore.com>
1994
1995         * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1996         ignore-descriptive-types". commands.
1997
1998 2014-01-22  Doug Evans  <dje@google.com>
1999
2000         * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2001         (gdbserver man): Ditto.
2002
2003 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2004
2005         * gdb.texinfo: Document limited reverse/replay support
2006         for target record-btrace.
2007
2008 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2009
2010         * gdb.texinfo (Process Record and Replay): Update documentation.
2011
2012 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2013
2014         * gdb.texinfo (Process Record and Replay): Document new /c
2015         modifier accepted by "record function-call-history".
2016         Add /i modifier to "record function-call-history" example.
2017
2018 2014-01-15  Yuanhui Zhang  <asmwarrior@gmail.com>
2019             Joel Brobecker  <brobecker@adacore.com>
2020
2021         * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2022         markers.  Remove one that was misplaced.
2023
2024 2014-01-10  Pedro Alves  <palves@redhat.com>
2025
2026         * gdb.texinfo (Your Program's Environment) <set environment>:
2027         Mention the shell, and point at 'set exec-wrapper'.
2028
2029 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
2030
2031         * gdb.texinfo (Types In Python): Document new attribute Types.name.
2032
2033 2013-12-30  Joel Brobecker  <brobecker@adacore.com>
2034
2035         * gdb.texinfo (Types In Python): Clarify the documentation
2036         of attribute gdb.Field.bitpos.
2037
2038 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
2039
2040         * gdb.texinfo (Types In Python): Fix the documentation of
2041         attribute "bitpos" in class gdb.Field for enum types.  Add
2042         documentation for attribute "enumval" in that same class.
2043
2044 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
2045
2046         * gdb.texinfo (GDB/MI Support Commands): Change @table into
2047         @ftable.
2048
2049 2013-12-23  Doug Evans  <xdje42@gmail.com>
2050
2051         * gdb.texinfo (Auto-loading): Move menu up.  Move discussion of
2052         auto-loaded objfile scripts and .debug_gdb_scripts section to their
2053         corresponding section in Extending GDB.
2054         (Extending GDB): Move menu up.  New menu item "Auto-loading
2055         extensions".
2056         (Sequences): New menu item "Auto-loading sequences".
2057         (Auto-loading sequences): New node.
2058         (Python): Rename section from Scripting GDB to Extending GDB.
2059         (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2060         Move docs on ways to auto-load extensions to ...
2061         (Auto-loading extensions): ... here.  New node.
2062
2063 2013-12-23  Joel Brobecker  <brobecker@adacore.com>
2064
2065         * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2066         in menu.
2067         (GDB/MI Variable Objects): Adjust reference to "-list-features"
2068         command, now in a new node.
2069         (GDB/MI Support Commands): New node, with its contents being
2070         extracted from the "GDB/MI Miscellaneous Commands" node.
2071         A small paragraph introducing the section is also added at
2072         the start.
2073         (GDB/MI Miscellaneous Commands): Delete the description of the
2074         -info-gdb-mi-command, -list-features and -list-target-features
2075         commands, now hosted in the "GDB/MI Support Commands" node.
2076
2077 2013-12-12  Siva Chandra Reddy  <sivachandra@google.com>
2078
2079         PR python/16113
2080         * gdb.texinfo (Values From Inferior): Add a note about using
2081         gdb.Field objects as subscripts on gdb.Value objects.
2082         (Types In Python): Add description about the new attribute
2083         "parent_type" of gdb.Field objects.
2084
2085 2013-12-12  Joel Brobecker  <brobecker@adacore.com>
2086
2087         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2088         entry for section docuumenting the -list-features GDB/MI command.
2089
2090 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
2091
2092         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2093         "exec-run-start-option" entry in the output of the "-list-features"
2094         command.
2095
2096 2013-12-04  Eli Zaretskii  <eliz@gnu.org>
2097
2098         * gdb.texinfo (i386): Fix yesterday's commit.
2099
2100 2013-12-03  Tom Tromey  <tromey@redhat.com>
2101
2102         * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2103         documented here.
2104
2105 2013-12-03  Tom Tromey  <tromey@redhat.com>
2106
2107         * gdb.texinfo (@direntry): Add menu item for gdbserver.
2108
2109 2013-12-03  Walfred Tedeschi  <walfred.tedeschi@intel.com>
2110
2111         * gdb.texinfo (i386 Features): Add MPX feature registers.
2112         (x86 Specific featuresx86 Architecture-specific Issues): Adds
2113         a subsubsection for MPX and describes the display of the
2114         boundary registers.
2115
2116 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
2117
2118         * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2119         documentation of the "ada-exceptions" entry.
2120
2121 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
2122
2123         * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2124         "^error" result record concerning the error message.  Document
2125         the error code that may also be part of that result record.
2126         (GDB/MI Miscellaneous Commands): Document the
2127         "undefined-command-error-code" element in the output of
2128         the "-list-features" GDB/MI command.
2129
2130 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
2131
2132         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2133         the new -info-gdb-mi-command GDB/MI command.  Document
2134         the meaning of "-info-gdb-mi-command" in the output of
2135         -list-features.
2136
2137 2013-11-29  Pedro Alves  <palves@redhat.com>
2138
2139         * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2140         Update comment.
2141
2142 2013-11-24  Yao Qi  <yao@codesourcery.com>
2143
2144         * gdb.texinfo (Caching Remote Data): Document new
2145         "set/show stack-cache" option.
2146
2147 2013-11-24  Yao Qi  <yao@codesourcery.com>
2148
2149         * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2150         (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2151         "off" respectively.
2152
2153 2013-11-23  Yao Qi  <yao@codesourcery.com>
2154
2155         * gdb.texinfo (GDB/MI Variable Objects): Add the description
2156         of "displayhint" to the table about child results.
2157
2158 2013-11-21  Yao Qi  <yao@codesourcery.com>
2159
2160         * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2161         'dynamic' for the output of command -var-list-children.
2162
2163 2013-11-21  Yao Qi  <yao@codesourcery.com>
2164
2165         * gdb.texinfo (Caching Target Data): Remove "see" before
2166         @pxref.
2167
2168 2013-11-20  Yao Qi  <yao@codesourcery.com>
2169
2170         * gdb.texinfo (Caching Target Data): Update doc for
2171         per-address-space dcache.
2172
2173 2013-11-20  Yao Qi  <yao@codesourcery.com>
2174
2175         * gdb.texinfo (Data): Rename menu item.
2176         (Caching Remote Data): Rename to ...
2177         (Caching Target Data): ... it.  Update.
2178
2179 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
2180
2181         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2182         "language-option" entry in the output of the "-list-features"
2183         command.
2184
2185 2013-11-15  Tom Tromey  <tromey@redhat.com>
2186
2187         * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2188         Add example.
2189
2190 2013-11-14  Tom Tromey  <tromey@redhat.com>
2191
2192         * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2193
2194 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
2195
2196         * gdb.texinfo (Show): Add xref anchor for "show language" command.
2197         (Context management): Place current subsection text into its own
2198         subsubsection.  Add new subsubsection describing the "--language"
2199         command option.
2200
2201 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
2202
2203         * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2204         the documentation of "info-ada-exceptions" in the output
2205         of the "-list-features" command.  Add the documentation
2206         of the "ada-exception" entry instead.
2207
2208 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
2209
2210
2211         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2212         word of a couple of sentences to start with a capital letter.
2213
2214 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
2215
2216         * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2217         (Ada Exceptions): New node.
2218         (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2219         Commands" node.
2220         (GDB/MI Ada Exceptions Commands): New node.
2221         (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2222         field in the output of the "-list-features" command.
2223         * NEWS: Add entry for the new "info exceptions" CLI command,
2224         and for the new "-info-ada-exceptions" GDB/MI command.
2225
2226 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
2227
2228         * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2229         (Line Tables In Python): New node.
2230
2231 2013-11-08  Doug Evans  <dje@google.com>
2232
2233         * gdb.texinfo (Debugging Output): Update text for
2234         "set debug dwarf2-read".
2235
2236 2013-11-08  Doug Evans  <dje@google.com>
2237
2238         * gdb.texinfo (Debugging Output): Update text for
2239         "set debug symtab-create".
2240
2241 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
2242
2243         * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2244         constant.
2245
2246 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
2247
2248         * gdb.texinfo (Breakpoints In Python): Document temporary
2249         option in breakpoint constructor, and add documentation to the
2250         temporary attribute.
2251
2252 2013-11-07  Yao Qi  <yao@codesourcery.com>
2253
2254         * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2255         output of "-var-info-expression".
2256
2257 2013-11-06  Pedro Alves  <palves@redhat.com>
2258
2259         * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2260         non-interactive mode.
2261         (Environment) <shell startup files warning>: Mention
2262         non-interactive mode.  Mention .zshenv for Z shell, and talk about
2263         BASH_ENV instead of .bashrc for BASH.
2264
2265 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
2266
2267         * gdb.texinfo (Commands to Specify Files): Add description
2268         of the remove-symbol-file command.
2269         * observer.texi: New free_objfile event
2270
2271 2013-10-24  Pedro Alves  <palves@redhat.com>
2272
2273         * gdb.texinfo (Starting): Document set/show startup-with-shell.
2274
2275 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2276
2277         * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2278         New subsection inside which the "-catch-load" and "-catch-unload"
2279         commands documentation is now placed.
2280         (Ada Exception GDB/MI Catchpoint Commands): New subsection
2281         documenting the "-catch-assert" and "-catch-exception" new
2282         GDB/MI commands.
2283
2284 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
2285
2286         * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2287
2288 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
2289
2290         * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2291         serial baud".
2292         (Remote Configuration): Replace "set remotebaud" by "set serial
2293         baud".  Replace "show remotebaud" by "show serial baud".
2294
2295 2013-10-07  Pedro Alves  <palves@redhat.com>
2296
2297         PR breakpoints/11568
2298         * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2299         when the thread is removed from the thread list.
2300
2301 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
2302
2303         * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2304         Update entry for $_exitcode.
2305
2306 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2307
2308         * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2309         new "--start" option.
2310
2311 2013-10-02  Pedro Alves  <palves@redhat.com>
2312
2313         * gdb.texinfo (Registers): Expand description of saved registers
2314         in frames.  Explain <not saved>.
2315
2316 2013-09-25  Doug Evans  <dje@google.com>
2317
2318         * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2319
2320 2013-09-16  Stan Shebs  <stan@codesourcery.com>
2321
2322         Remove the internals manual gdbint.texinfo.
2323         * Makefile.in (INFO_DEPS): Remove gdbint.info.
2324         (PDFFILES): Remove gdbint.pdf.
2325         (HTMLFILES): Remove gdbint/index.html.
2326         (HTMLFILES_INSTALL): Remove gdbint.
2327         (GDBINT_DOC_FILES): Remove.
2328         (dvi): Remove gdbint.dvi.
2329         (ps): Remove gdbint.ps.
2330         * gdbint.texinfo: Remove file.
2331         * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2332
2333 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2334
2335         * gdb.texinfo (Convenience Functions): Mention new convenience
2336         function $_isvoid.
2337
2338 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2339
2340         * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2341         (Standard Target Features): Add new node to menu.
2342         (S/390 and System z Features): New node.
2343
2344 2013-09-13  Sanimir Agovic  <sanimir.agovic@intel.com>
2345
2346         * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2347         -list-target-features in the example.
2348
2349 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2350
2351         * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2352         mini_debuginfo.  Strip binary before adding mini_debuginfo to it.
2353
2354 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2355
2356         Sync documentation with gdb.base/gnu-debugdata.exp.
2357         * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2358
2359 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2360
2361         * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2362
2363 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
2364             Yao Qi  <yao@codesourcery.com>
2365
2366         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2367         Document new --skip-unavailable option.
2368         <-stack-list-variables>: Document new --skip-unavailable option.
2369
2370 2013-08-26  Doug Evans  <dje@google.com>
2371
2372         * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2373         an optional regexp.
2374
2375 2013-08-13  Tom Tromey  <tromey@redhat.com>
2376
2377         * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2378         Document GDB_PARALLEL and GDB_INOTIFY.
2379
2380 2013-08-09  Stan Shebs  <stan@codesourcery.com>
2381
2382         * LRS: Remove file, describes a long-abandoned live-range
2383         splitting extension to stabs.
2384
2385 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
2386
2387         * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2388
2389 2013-07-17  Doug Evans  <dje@google.com>
2390
2391         * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2392
2393 2013-07-02  Tom Tromey  <tromey@redhat.com>
2394
2395         * gdb.texinfo (Target Commands): Don't mention "target nrom".
2396
2397 2013-06-28  Tom Tromey  <tromey@redhat.com>
2398
2399         * Makefile.in (version.subst): Use version.in, not
2400         common/version.in.
2401         * gdbint.texinfo (Versions and Branches, Releasing GDB):
2402         Likewise.
2403
2404 2013-06-27  Pedro Alves  <palves@redhat.com>
2405
2406         * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2407         dynamic symbol resolution code>: New section, based on infrun.c
2408         comment.
2409
2410 2013-06-26  Tom Tromey  <tromey@redhat.com>
2411
2412         * gdbint.texinfo (Versions and Branches): Use common/version.in.
2413         Update.
2414         (Releasing GDB): Likewise.
2415
2416 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
2417             Yao Qi  <yao@codesourcery.com>
2418
2419         * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2420         -trace-frame-collected.
2421
2422 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
2423
2424         * gdb.texinfo (Traceframe Info Format): Document tvar element
2425         and its attributes.
2426
2427 2013-06-25  Yao Qi  <yao@codesourcery.com>
2428
2429         * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2430
2431 2013-06-24  Tom Tromey  <tromey@redhat.com>
2432
2433         * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2434         (GDBvn.texi): Use version.subst.
2435         (version.subst): New target.
2436         (mostlyclean): Remove version.subst.
2437
2438 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
2439
2440         * gdb.texinfo (GDB/MI Data Manipulation)
2441         <-data-list-register-values>: Document the --skip-unavailable
2442         option.
2443
2444 2013-06-07  Yao Qi  <yao@codesourcery.com>
2445
2446         * gdb.texinfo (Symbols): Add kindex and cindex for
2447         'maint print msymbols'.
2448
2449 2013-06-05  Simon Marchi  <simon.marchi@ericsson.com>  (tiny change)
2450
2451         * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2452         response field name (thread-group to inferior).
2453
2454 2013-06-04 Gary Benson  <gbenson@redhat.com>
2455
2456         * gdb.texinfo (General Query Packets/qSupported): Added
2457         "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2458         to the table of currently defined stub features.
2459         Added a more detailed entry for "augmented-libraries-svr4-read".
2460         (General Query Packets/qXfer:libraries-svr4:read): Documented
2461         the augmented form of this packet.
2462
2463 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2464
2465         * gdb.texinfo (System-wide Configuration Scripts): Renames
2466         "Installed System-wide Configuration Scripts". Add associated
2467         @menu block.
2468
2469 2013-05-23  Yao Qi  <yao@codesourcery.com>
2470             Pedro Alves  <palves@redhat.com>
2471
2472         * gdb.texinfo (Packets): Document 'vCont;r'.
2473         (Continuing and Stepping): Document target-assisted range
2474         stepping, and the 'set range-stepping' and 'show range-stepping'
2475         commands.
2476
2477 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2478
2479         * gdb.texinfo (Installed System-wide Configuration Scripts):
2480         Add subsection describing the scripts now available under
2481         the data-dir's system-gdbbinit subdirectory.
2482         * NEWS: Add entry announcing the availability of system-wide
2483         configuration scripts for ElinOS and Wind River Linux.
2484
2485 2013-05-21  Hui Zhu  <hui@codesourcery.com>
2486
2487         * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2488         "-dprintf-insert" command.
2489
2490 2013-05-17  Doug Evans  <dje@google.com>
2491
2492         * gdb.texinfo (Maintenance Commands): Update doc for
2493         "maint check-psymtabs".  Add doc for "maint check-symtabs",
2494         "maint expand-symtabs".
2495
2496 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
2497
2498         * gdb.texinfo (Process Record and Replay): Document the
2499         "record goto" command and its sub-commands.
2500
2501 2013-05-10 Phil Muldoon  <pmuldoon@redhat.com>
2502
2503         * gdb.texinfo (Backtrace): Add "no-filter" argument.
2504         (Python API): Add Frame Filters API, Frame Wrapper API,
2505         Writing a Frame Filter/Wrapper, Managing Management of Frame
2506         Filters chapter entries.
2507         (Frame Filters API): New Node.
2508         (Frame Wrapper API): New Node.
2509         (Writing a Frame Filter): New Node.
2510         (Managing Frame Filters): New Node.
2511         (Progspaces In Python): Add note about frame_filters attribute.
2512         (Objfiles in Python): Ditto.
2513         (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2514         @anchors and --no-frame-filters option to -stack-list-variables,
2515         -stack-list-frames, -stack-list-locals and -stack-list-arguments
2516         commands.
2517
2518 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2519
2520         * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2521         Support" subsection documenting the XML format used to transfer
2522         shared library info on AIX.
2523
2524 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2525
2526         * gdb.texinfo (Debugging Output): Add documentation of
2527         "set debug aix-solib" and "show debug aix-solib" commands.
2528
2529 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
2530
2531         * gdb.texinfo (Nios II): New section.
2532         (Nios II Features): New section.
2533
2534 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
2535
2536         * gdbint.texinfo (Algorithms): Remove entries documenting
2537         DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2538         SOLIB_CREATE_INFERIOR_HOOK.
2539
2540 2013-04-29  Tom Tromey  <tromey@redhat.com>
2541
2542         PR python/14204:
2543         * gdb.texinfo (Python API): Fix menu entry.
2544         (Blocks In Python): Fix subsubsection text.  Rewrite intro.
2545         Define global and static block.  Add example.  Clarify
2546         block relationship for inline functions.
2547
2548 2013-04-29  Tom Tromey  <tromey@redhat.com>
2549
2550         * gdb.texinfo (Python API): Mention Python help and keyword
2551         arguments.  Move pagination text to Basic Python.
2552         (Basic Python): Put pagination text here.  Document
2553         close-on-exec, SIGCHLD, and SIGINT.
2554
2555 2013-04-19  Pedro Alves  <palves@redhat.com>
2556
2557         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2558         "signedness" instead of "signness".
2559
2560 2013-04-19  Pedro Alves  <palves@redhat.com>
2561
2562         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2563         -Wno-pointer-sign text with text on -Wpointer-sign.
2564
2565 2013-04-16  Tom Tromey  <tromey@redhat.com>
2566
2567         * gdb.texinfo (Set Catchpoints): Mention earliest version of
2568         GCC that has the SDT probe points.
2569
2570 2013-04-15  Tom Tromey  <tromey@redhat.com>
2571
2572         * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2573         exception catchpoints.
2574
2575 2013-04-15  Tom Tromey  <tromey@redhat.com>
2576
2577         * gdb.texinfo (Set Catchpoints): Document $_exception.
2578         (Convenience Vars): Mention $_exception.
2579
2580 2013-04-15  Tom Tromey  <tromey@redhat.com>
2581
2582         * gdb.texinfo (Set Catchpoints): Reorganize exception
2583         catchpoints.  Document "catch rethrow".
2584         (Debugging C Plus Plus): Mention "catch rethrow".
2585
2586 2013-04-15  Tom Tromey  <tromey@redhat.com>
2587
2588         * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2589
2590 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2591             Eli Zaretskii  <eliz@gnu.org>
2592
2593         * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2594         line below the sample output.
2595
2596 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
2597
2598         * gdb.texinfo (Mode Options): Document '-configuration'.
2599         (Help): Document "show configuration".
2600         (Bug Reporting): Add requirements to include the configuration
2601         details in bug reports.
2602
2603 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2604
2605         * Makefile.in (MAN1S): Add gcore.1.
2606         Remove "Host, target, and site specific Makefile fragments" comment.
2607         (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2608         (install-man1, uninstall-man1): Conditionalize gcore.1.
2609         (gcore.1): New.
2610         * gdb.texinfo (Man Pages): Add gcore man.
2611         (gcore man): New node.
2612
2613 2013-04-10  Pedro Alves  <palves@redhat.com>
2614
2615         * gdb.texinfo (Process Record and Replay): Document that "set
2616         record full insn-number-max", "set record
2617         instruction-history-size" and "set record
2618         function-call-history-size" accept "unlimited".
2619         (Backtrace): Document that "set backtrace limit" accepts
2620         "unlimited".
2621         (List): Document that "set listsize" accepts "unlimited".
2622         (Print Settings)" Document that "set print max-symbolic-offset",
2623         "set print elements" and "set print repeats" accept "unlimited".
2624         (Starting and Stopping Trace Experiments): Document that "set
2625         trace-buffer-size" accepts "unlimited".
2626         (Remote Configuration): Document that "set tcp connect-timeout"
2627         accepts "unlimited".
2628         (Command History): Document that "set history size" accepts
2629         "unlimited".
2630         (Screen Size): Document that "set height" and "set width" accepts
2631         "unlimited".  Adjust "set pagination"'s description to suggest
2632         "set height unlimited" instead of "set height 0".
2633
2634 2013-04-10  Yao Qi  <yao@codesourcery.com>
2635
2636         * gdb.texinfo (Trace Files): Add "target ctf".
2637
2638 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2639
2640         * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2641
2642         * Makefile.in (install-man1, install-man5, uninstall-man1)
2643         (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2644
2645         * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2646
2647 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2648             Eli Zaretskii  <eliz@gnu.org>
2649
2650         * gdb.texinfo (gdbserver man): Rename tty to comm.  Swap --attach
2651         parameters order.  Remove "On some targets" for --attach.  Document the
2652         --multi parameter and extended-remote command.  Document all the
2653         options.
2654
2655 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2656
2657         * gdb.texinfo (gdb man): Mention option -p.  Include Fortran to
2658         the list of supported languages.
2659
2660 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2661
2662         Convert man pages to texinfo, new gdbinit.5 texinfo page.
2663         * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2664         (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2665         (diststuff): Add man.
2666         (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2667         (uninstall-man5): New.
2668         (STAGESTUFF): Add *.1 and *.5.
2669         (GDBvn.texi): Add SYSTEM_GDBINIT.
2670         (gdb.1, gdbserver.1, gdbinit.5): New.
2671         (maintainer-clean realclean): Add $(MANS).
2672         (install): Add install-man.
2673         (uninstall): Add uninstall-man.
2674         * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2675         (@copying): Wrap it by @c man begin COPYRIGHT.
2676         (Top): Add Man Pages.
2677         (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2678
2679 2013-04-02  Pedro Alves  <palves@redhat.com>
2680
2681         * gdb.texinfo (Debugging Output): Document "set/show debug
2682         aarch64", "set/show debug coff-pe-read" and "set/show debug
2683         mach-o".
2684
2685 2013-04-02  Pedro Alves  <palves@redhat.com>
2686
2687         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2688         table>: Add entry for "trace-buffer-size".
2689
2690 2013-03-28  Pedro Alves  <palves@redhat.com>
2691
2692         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2693         table>: Add entry for "trace-status".
2694
2695 2013-03-28  Eli Zaretskii  <eliz@gnu.org>
2696
2697         * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2698         @bullet", which is invalid (makeinfo 5.1 barfs).
2699
2700 2013-03-28  Pedro Alves  <palves@redhat.com>
2701
2702         PR gdb/15294
2703
2704         * gdb.texinfo (List) <set listsize>: Adjust to document that
2705         listsize 0 means no limit, and remove mention of -1.
2706
2707 2013-03-22  Yao Qi  <yao@codesourcery.com>
2708
2709         * gdb.texinfo (Embedded Processors): Remove menu item
2710         "OpenRISC 1000".
2711         (OpenRISC 1000): Remove.
2712
2713 2013-03-21  Doug Evans  <dje@google.com>
2714
2715         * gdb.texinfo (Maintenance Commands): Add docs for
2716         "mt set per-command {space,time,symtab} {on,off}".
2717
2718 2013-03-14  Hui Zhu  <hui@codesourcery.com>
2719             Yao Qi  <yao@codesourcery.com>
2720
2721         * gdb.texinfo (Trace Files): Add "tsave -ctf".
2722
2723 2013-03-13  Keith Seitz  <keiths@redhat.com>
2724
2725         * gdb.texinfo (Maintenance Commands): Add missing ')' for
2726         "maint agent" reference to Dynamic printf.
2727
2728 2013-03-11  Eli Zaretskii  <eliz@gnu.org>
2729
2730         * gdb.texinfo (General Query Packets): Don't use colon in index
2731         entries visible to Info format.
2732
2733 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2734
2735         * gdb.texinfo (Process Record and Replay): Document record
2736         changes.
2737
2738 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2739
2740         * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2741         (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2742         qXfer:btrace:read.
2743
2744 2013-03-09  Eli Zaretskii  <eliz@gnu.org>
2745
2746         * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2747         use colons in @anchor and @cindex entries.
2748
2749 2013-03-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2750
2751         * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2752
2753 2013-03-08  Stan Shebs  <stan@codesourcery.com>
2754             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2755
2756         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2757         trace-buffer-size set and show commands.
2758         (Tracepoint Packets): Document QTBuffer:size.
2759         (General Query Packets): Document QTBuffer:size.
2760
2761 2013-02-21  Tom Tromey  <tromey@redhat.com>
2762
2763         * gdb.texinfo: Remove bad @syncodeindex.
2764         (Values From Inferior, Types In Python, Inferiors In Python)
2765         (Events In Python, Threads In Python, Frames In Python, Blocks In
2766         Python, Symbols In Python, Symbol Tables In Python): Remove
2767         @tables.
2768         (Packets, General Query Packets, Tracepoint Packets)
2769         (Host I/O Packets): Use @w{} for empty @item.
2770
2771 2013-02-20  Siva Chandra Reddy <sivachandra@google.com>
2772
2773         * gdb.texinfo (Architectures In Python): Add description about
2774         the new method gdb.Architecture.disassemble.
2775
2776 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
2777             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2778
2779         * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2780         Document the "trace-file" field.
2781
2782 2013-02-07  Doug Evans  <dje@google.com>
2783
2784         * gdb.texinfo (Machine Code): Clarify argument to disassemble
2785         command.
2786
2787 2013-02-06  Yao Qi  <yao@codesourcery.com>
2788
2789         * gdb.texinfo (GDB/MI Async Records): Document new MI
2790         notification "=tsv-modified".  Update the document of MI
2791         notification "=tsv-created".
2792         * observer.texi (GDB Observers): New observer tsv_modified.
2793         Update observer tsv_created and tsv_delete.
2794
2795 2013-02-05  Yufeng Zhang  <yufeng.zhang@arm.com>
2796
2797         * gdb.texinfo (AArch64 Features): New section; document
2798         org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2799         (Architectures): Add new AArch64 section to document AArch64
2800         architecture specific commands.
2801         (ABI): Add description of the new OS ABI "Newlib" and its influence
2802         on the longjmp handling.
2803
2804 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2805             Jan Kratochvil  <jan.kratochvil@redhat.com>
2806
2807         * gdb.texinfo (Backtrace): Added description of 'filename-display'
2808         variable in 'set/show backtrace' section.
2809
2810 2013-01-31  Tom Tromey  <tromey@redhat.com>
2811
2812         * gdb.texinfo (Target Commands): Fix typo.
2813
2814 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
2815
2816         * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2817         describing the gdb.Architecture class.
2818         (Frames In Python): Add description about the new method
2819         gdb.Frame.architecture().
2820
2821 2013-01-23  Doug Evans  <dje@google.com>
2822
2823         * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2824
2825 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
2826
2827         * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2828         'thread-groups' field when printing a breakpoint in MI.
2829
2830 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
2831         * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2832         to reflect that jit-reader-load now supports absolute file-names.
2833
2834 2013-01-16  Tom Tromey  <tromey@redhat.com>
2835
2836         * gdb.texinfo (Set Catchpoints): Document "catch signal".
2837         (Signals): Likewise.
2838
2839 2013-01-16  Tom Tromey  <tromey@redhat.com>
2840
2841         * gdb.texinfo (GDB/MI Breakpoint Information): Document
2842         "catch-type" field.
2843         (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2844
2845 2013-01-07  Tom Tromey  <tromey@redhat.com>
2846
2847         * gdb.texinfo (Mode Options): Don't mention -epoch.
2848         (Data, Emacs): Remove obsolete comments.
2849
2850 2013-01-02  Tom Tromey  <tromey@redhat.com>
2851
2852         * gdb.texinfo (GDB/MI Output Records): Update menu.
2853         (GDB/MI Breakpoint Information): New node.
2854         (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2855         <-break-insert>: Likewise.
2856
2857 2012-12-31  Yao Qi  <yao@codesourcery.com>
2858
2859         * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2860         (Packets): Move "vStopped" packet to ...
2861         (Notification Packets): ... here.  Describe the components
2862         of notification.  Add a table of supported notifications.
2863         Add an example on the process of he async notification.
2864
2865 2012-12-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2866
2867         * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2868         present.
2869         (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2870         fullname output always present.
2871
2872 2012-12-23  Pierre Muller  <muller@sourceware.org>
2873
2874         * gdbint.texinfo (Function prototypes): Require use of "extern"
2875         modifier for function prototypes in headers.
2876
2877 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
2878
2879         * refcard.tex: Update copyright notice to GPL v3 or later.
2880         Update contact info.
2881
2882 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2883
2884         * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2885
2886 2012-12-15  Yao Qi  <yao@codesourcery.com>
2887
2888         * gdb.texinfo (Debugging Output): Document 'set debug
2889         notification' and 'show debug notification'.
2890
2891 2012-12-15  Yao Qi  <yao@codesourcery.com>
2892
2893         * gdb.texinfo (Listing Tracepoints): New item and example about
2894         'installed on target' output.
2895         Add more in the example about 'installed on target'.
2896         (GDB/MI Breakpoint Commands): Doc about 'installed field.
2897
2898 2012-12-14  Tom Tromey  <tromey@redhat.com>
2899
2900         * gdb.texinfo (SVR4 Process Information): Mention core files.
2901
2902 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2903
2904         * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2905
2906 2012-12-11  Pedro Alves  <palves@redhat.com>
2907
2908         * gdb.texinfo: Remove all mentions of Unixware throughout.
2909
2910 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2911
2912         * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2913
2914 2012-11-29  Tom Tromey  <tromey@redhat.com>
2915
2916         * gdb.texinfo (SVR4 Process Information): Document missing
2917         "info proc" subcommands.
2918
2919 2012-11-29  Yao Qi  <yao@codesourcery.com>
2920
2921         PR gdb/1477.
2922         * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2923         to 'auto' instead of 'gnu'.
2924
2925 2012-11-26  Tom Tromey  <tromey@redhat.com>
2926
2927         * gdb.texinfo (MiniDebugInfo): New node.
2928         (GDB Files): Update.
2929
2930 2012-11-16  Doug Evans  <dje@google.com>
2931
2932         * gdb.texinfo (System-wide configuration): If the system-wide init
2933         file lives in the data-directory, and --data-directory is provided,
2934         look for it there.
2935
2936 2012-11-15  Tom Tromey  <tromey@redhat.com>
2937
2938         * gdb.texinfo (Signaling): Fix typo.
2939
2940 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
2941
2942         * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2943         parameter "count" of -data-write-memory-bytes, and add an example.
2944
2945 2012-11-12  Tom Tromey  <tromey@redhat.com>
2946
2947         * gdb.texinfo (Symbols): Document "info type-printers",
2948         "enable type-printer" and "disable type-printer".
2949         (Python API): Add new node to menu.
2950         (Type Printing API): New node.
2951         (Progspaces In Python): Document type_printers field.
2952         (Objfiles In Python): Likewise.
2953         (gdb.types) <get_type_recognizers, apply_type_recognizers,
2954         register_type_printer, TypePrinter>: Document.
2955
2956 2012-11-12  Tom Tromey  <tromey@redhat.com>
2957
2958         * gdb.texinfo (Symbols): Document "set print type methods",
2959         "set print type typedefs", and flags to ptype and whatis.
2960
2961 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
2962
2963         * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2964         the example -data-disassemble output.  Extend the description of
2965         the -data-disassemble results to document all fields.  Document
2966         the cli disassemble command as being related to -data-disassemble.
2967
2968 2012-11-09  Yao Qi  <yao@codesourcery.com>
2969
2970         PR gdb/14777.
2971         * gdb.texinfo (OS Information): Remove doc on command
2972         'info udot'.
2973
2974 2012-11-08  Joel Brobecker  <brobecker@adacore.com>
2975
2976         * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2977         gdb.ini warning for Windows port.
2978
2979 2012-11-08  Yao Qi  <yao@codesourcery.com>
2980
2981         * gdb.texinfo (Search): Add kindex for 'fo'.
2982
2983 2012-11-05  Tom Tromey  <tromey@redhat.com>
2984
2985         PR python/14802:
2986         * gdb.texinfo (Functions In Python): Add example.
2987
2988 2012-11-03  Yao Qi  <yao@codesourcery.com>
2989
2990         * observer.texi (GDB Observers): Remove observer
2991         'tracepoint_modified', 'tracepoint_created' and
2992         'tracepoint_deleted'.
2993
2994 2012-10-26  Tom Tromey  <tromey@redhat.com>
2995
2996         * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2997
2998 2012-10-25  Tom Tromey  <tromey@redhat.com>
2999
3000         * gdb.texinfo (General Query Packets): Use @itemx.
3001
3002 2012-10-17  Yao Qi  <yao@codesourcery.com>
3003
3004         * observer.texi (GDB Observers): Update observer
3005         'memory_changed'.
3006         * gdb.texinfo (GDB/MI Async Records): Document for
3007         "memory-changed" notification.
3008
3009 2012-10-15  Doug Evans  <dje@google.com>
3010
3011         * gdb.texinfo (Mode Options): Document -nh.
3012         Elaborate on docs for -nx.
3013
3014 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3015
3016         * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3017
3018 2012-09-21  Yao Qi  <yao@codesourcery.com>
3019             Pedro Alves  <palves@redhat.com>
3020
3021         * gdb.texinfo (GDB/MI Async Records): Document notification
3022         'record-started' and 'record-stopped'.
3023         * observer.texi (GDB Observers): New observer 'record-changed'.
3024
3025 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
3026
3027         * gdb.texinfo: Document the removal of SH's 'regs' command.
3028
3029 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3030
3031         * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3032
3033 2012-09-18  Yao Qi  <yao@codesourcery.com>
3034
3035         * gdb.texinfo (GDB/MI Async Records): Document new MI
3036         notifications '=tsv-created' and '=tsv-deleted'.
3037         * observer.texi (GDB Observers): New observer tsv_created and
3038         tsv_deleted.
3039
3040 2012-09-18  Yao Qi  <yao@codesourcery.com>
3041
3042         * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3043         * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3044         '=traceframe-changed'.
3045
3046 2012-09-17  Yao Qi  <yao@codesourcery.com>
3047
3048         * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3049         'set listsize'.
3050
3051 2012-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3052             Eli Zaretskii  <eliz@gnu.org>
3053
3054         * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3055         encoding for gdbarch_breakpoint_from_pc, bp_addr for
3056         gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3057
3058 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3059
3060         * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3061
3062 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
3063
3064         Document how to return from "python-interactive" to GDB.
3065         * gdb.texinfo (Python Commands): Update documentation.
3066
3067 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
3068
3069         Add a new "python-interactive" command that starts a standard
3070         Python interactive prompt with "pi" as alias, and add "py" as
3071         an alias to "python".
3072         * gdb.texinfo (Python Commands): Document the new commands.
3073
3074 2012-08-22  Tom Tromey  <tromey@redhat.com>
3075
3076         * gdbint.texinfo (Host Definition): Remove documentation for
3077         SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3078
3079 2012-08-17  Keith Seitz  <keiths@redhat.com>
3080
3081         PR c++/13356
3082         * gdb.texinfo (Type and Range Checking): Remove warning.
3083         Remove spurious commas.
3084         Update text and examples for re-implementation of set/show
3085         check type.
3086         (C and C++ Type and Range Checks): Likewise.
3087
3088 2012-08-16  Yao Qi  <yao@codesourcery.com>
3089
3090         * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3091         is deprecated.
3092
3093 2012-08-13  Doug Evans  <dje@google.com>
3094
3095         * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3096         to include functions.
3097
3098 2012-08-10  Doug Evans  <dje@google.com>
3099
3100         * gdb.texinfo (Convenience Funs): New node.
3101         (Types In Python): Document Type.vector.
3102
3103 2012-08-09  Yao Qi  <yao@codesourcery.com>
3104
3105         * observer.texi: New observer command_param_changed.
3106         * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3107
3108 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3109
3110         * gdbint.texinfo (Debugging GDB): In section
3111         'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3112         Mention also gdb-gdb.py.
3113
3114 2012-08-07  Yao Qi  <yao@codesourcery.com>
3115
3116         Revert the folloing patch:
3117         2012-08-06  Yao Qi  <yao@codesourcery.com>
3118         * gdb.texinfo (Remote Configuration): Add kindex for 'set
3119         remote hardware-watchpoint-limit' and 'set
3120         remote hardware-breakpoint-limit'.
3121
3122 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
3123
3124         * gdb.texinfo (Working Directory): Added information about new
3125         default argument for 'cd' command.
3126
3127 2012-08-06  Yao Qi  <yao@codesourcery.com>
3128
3129         * gdb.texinfo (Remote Configuration): Add kindex for 'set
3130         remote hardware-watchpoint-limit' and 'set
3131         remote hardware-breakpoint-limit'.
3132
3133 2012-08-06  Yao Qi  <yao@codesourcery.com>
3134
3135         Fix PR14371.
3136
3137         * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3138         '=breakpoint-deleted'.
3139
3140 2012-08-02  Yao Qi  <yao@codesourcery.com>
3141
3142         * gdb.texinfo (Native): Remove node Neutrino.
3143
3144 2012-07-27  Yao Qi  <yao@codesourcery.com>
3145
3146         * gdb.texinfo (IPA Protocol Commands): Document new command
3147         'close'.
3148
3149 2012-07-25  Tom Tromey  <tromey@redhat.com>
3150
3151         * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3152
3153 2012-07-20  Doug Evans  <dje@google.com>
3154
3155         * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3156         (Index Files): Document how to control the use of deprecated index
3157         sections.
3158         (Index Section Format): Replace --use-deprecated-index-sections with
3159         "set use-deprecated-index-sections on".
3160
3161 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
3162
3163         * gdbint.texinfo: Remove @syncodeindex directives that put all the
3164         indices into a single node "Index".  Instead, join function and
3165         variable indices into a single index, separate from the concept
3166         index.  Requested in
3167         http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3168         (Top): Update the top-level menu: instead of one "Index" there are
3169         now separate entries "Concept Index" and "Function and Variable
3170         Index".
3171         (Concept Index, Function and Variable Index): New nodes.
3172         (Index): Node deleted.
3173
3174 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
3175
3176         * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3177         and "maint agent-eval".
3178
3179 2012-07-03  Eli Zaretskii  <eliz@gnu.org>
3180
3181         * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3182         avoid file-name clashes between Index.html and index.html on
3183         case-insensitive filesystems.  See the discussion starting in
3184         http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3185         details of the problem.
3186         (Top): Update the master menu for the above.
3187         (Concept Index, Command and Variable Index): New nodes, instead of
3188         the old "Index" node that was deleted.  All cross-references
3189         updated.
3190
3191 2012-07-02  Stan Shebs  <stan@codesourcery.com>
3192
3193         * gdb.texinfo (Dynamic Printf): Mention agent style and
3194         disconnected dprintf.
3195         (Maintenance Commands): Describe maint agent-printf.
3196         (General Query Packets): Mention BreakpointCommands feature.
3197         (Packets): Document commands extension to Z0 packet.
3198         * agentexpr.texi (Bytecode Descriptions): Document printf
3199         bytecode.
3200
3201 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3202
3203         * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3204         only after gdbinit files.
3205         (Startup): Move -iex and -iex commands down after gdbinit files.
3206
3207 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3208
3209         * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3210         possibility.
3211
3212 2012-06-29  Tom Tromey  <tromey@redhat.com>
3213
3214         * gdb.texinfo (Index Section Format): Update for version 7.
3215
3216 2012-06-28  Stan Shebs  <stan@codesourcery.com>
3217
3218         * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3219         example, add note about title column.
3220
3221 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
3222
3223         * gdb.texinfo (Symbol Tables In Python): Add description about
3224         the new 'last' attribute of gdb.Symtab_and line.
3225
3226 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
3227
3228         * gdb.texinfo (Symbol Tables In Python): Correct the description
3229         of the 'pc' attribute of gdb.Symtab_and_line.
3230
3231 2012-06-26  Doug Evans  <dje@google.com>
3232
3233         * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3234         and symtab-create.
3235
3236 2012-06-25  Keith Seitz  <keiths@redhat.com>
3237
3238         * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3239         from example.  Remove "rbreak" from list of corresponding
3240         gdb commands.
3241
3242 2012-06-23  Doug Evans  <dje@google.com>
3243
3244         * gdb.texinfo (Index Section Format): Document version 7 format.
3245
3246 2012-06-22  Yao Qi  <yao@codesourcery.com>
3247
3248         * gdb.texinfo: Add missing cindex for some packets.
3249
3250 2012-06-20  Keith Seitz  <keiths@redhat.com>
3251
3252         * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3253         for -break-insert and document -p.
3254
3255 2012-06-20  Yao Qi  <yao@codesourcery.com>
3256
3257         * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3258         and "gdb.write_memory" with "Inferior.read_memory" and
3259         "Inferior.write_memory".
3260
3261 2012-06-15  Patrice Dumas  <pertusus@free.fr>  (tiny change)
3262
3263         * gdb.texinfo (Summary): Add a link to "Free Documentation".
3264         (Free Documentation): Add @node line.
3265         (Continuing and Stepping) <advance location>: Use @item instead of
3266         @itemx.
3267         (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3268         @itemx.
3269         (Embedded Processors): Put the link to "PA" to its correct place,
3270         according to document structure.
3271         (Python API): Put the link to "Lazy Strings In Python" to its
3272         correct place.
3273         (Index): Use @@ in @tex block to get a literal @.
3274
3275         * gdbint.texinfo: Fix the @subtitle line.
3276
3277         * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3278         correct place.
3279
3280 2012-06-08  Yao Qi  <yao@codesourcery.com>
3281
3282         * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3283         Protocol'.
3284         (In-Process Agent Protocol, IPA Protocol Objects)
3285         (IPA Protocol Commands): New nodes.
3286         (Tracepoint Packets): Add anchors.
3287
3288 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
3289
3290         * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3291
3292 2012-06-06  Yao Qi  <yao@codesourcery.com>
3293
3294         * gdb.texinfo: Update copyright year.
3295
3296 2012-05-23  Stan Shebs  <stan@codesourcery.com>
3297             Kwok Cheung Yeung  <kcy@codesourcery.com>
3298
3299         * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3300
3301 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3302
3303         * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3304         Mention also --with-separate-debug-dir.
3305         (Auto-loading): Prepend $debugdir in the sample output.
3306         (Auto-loading safe path): Likewise.  Mention also $debugdir for the
3307         auto-load safe-path variable.
3308         (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3309         Mention also $debugdir for 'set auto-load scripts-directory'.
3310
3311 2012-05-19  Eli Zaretskii  <eliz@gnu.org>
3312
3313         * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3314         (MIPS Embedded, MIPS, MIPS Register packet Format)
3315         (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3316         appropriate.
3317
3318 2012-05-18  Sandra Loosemore  <sandra@codesourcery.com>
3319             Maciej W. Rozycki  <macro@codesourcery.com>
3320
3321         * gdb.texinfo (MIPS): Document "set mips compression" and "show
3322         mips compression".
3323         (MIPS Breakpoint Kinds): New subsubsection.
3324
3325 2012-05-18  Eli Zaretskii  <eliz@gnu.org>
3326
3327         * gdb.texinfo (Architecture-Specific Protocol Details): Define
3328         nodes for subsections.  Add @acronym mark-ups and adjust
3329         formatting.
3330
3331 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3332
3333         Rename $ddir to $datadir.
3334         * gdb.texinfo (Auto-loading, Auto-loading safe path)
3335         (objfile-gdb.py file): Rename $ddir to $datadir.
3336
3337 2012-05-18  Tom Tromey  <tromey@redhat.com>
3338
3339         * gdb.texinfo (Print Settings): Document 'set print symbol'.
3340
3341 2012-05-14  Stan Shebs  <stan@codesourcery.com>
3342
3343         * gdb.texinfo (Dynamic Printf): New subsection.
3344
3345 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
3346
3347         * gdb.texinfo (Basic Python): Add description about the function
3348         gdb.find_pc_line
3349
3350 2012-05-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3351             Eli Zaretskii  <eliz@gnu.org>
3352
3353         * gdb.texinfo (Separate Debug Files): Use plural form for global
3354         debugging information directory.
3355
3356 2012-05-11  Stan Shebs  <stan@codesourcery.com>
3357             Kwok Cheung Yeung  <kcy@codesourcery.com>
3358
3359         * gdb.texinfo (Operating System Auxiliary Information): Document new
3360         'info os' subcommands.
3361
3362 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3363
3364         * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3365         (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3366         (dotdebug_gdb_scripts section): Add reference
3367         to 'Auto-loading safe path'.
3368
3369 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3370
3371         Implement multi-component --with-auto-load-dir.
3372         * gdb.texinfo (Auto-loading): New references
3373         for 'set auto-load scripts-directory'
3374         and 'show auto-load scripts-directory'.
3375         (Auto-loading safe path): Describe the new default.  Move $ddir
3376         substituation reference to 'objfile-gdb.py file'.
3377         (objfile-gdb.py file): Describe script-name alias.  Change real-name to
3378         script-name.  Describe new 'set auto-load scripts-directory'
3379         and 'show auto-load scripts-directory'.
3380
3381 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3382
3383         Provide $ddir substitution for --with-auto-load-safe-path.
3384         * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3385         (Auto-loading safe path): Likewise.  Mention the default value,
3386         $ddir substitution, --with-auto-load-safe-path and
3387         --without-auto-load-safe-path.
3388         * observer.texi (gdb_datadir_changed): New.
3389
3390 2012-05-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3391
3392         * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3393         Twice.
3394
3395         * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3396         directory separator by path separator.
3397
3398 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3399
3400         * gdb.texinfo (Auto-loading safe path): Make 'directories'
3401         for 'set auto-load safe-path' optional.  Mention if it is omitted.
3402         Change disabling security protection condition to "/", twice.
3403
3404 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
3405
3406         * gdb.texinfo (Symbol Tables In Python): Add documentation about
3407         the new methods global_block and static_block on gdb.Symtab
3408         objects.
3409
3410 2012-05-02  Siva Chandra Reddy  <sivachandra@google.com>
3411
3412         * gdb.texinfo (Blocks In Python): Add a note saying that future
3413         improvements to GDB and its infrastructure can move symbols
3414         across blocks within a symbol table.
3415
3416 2012-04-29  Yao Qi  <yao@codesourcery.com>
3417
3418         * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3419         (A29K): Remove.
3420
3421 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
3422             Tom Tromey  <tromey@redhat.com>
3423
3424         * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3425         and generic static probe support on GDB.
3426
3427 2012-04-25  Doug Evans  <dje@google.com>
3428
3429         * gdb.texinfo (Go): Fix thinko.
3430
3431         * gdb.texinfo (Supported Languages): Add Go.
3432         (Go): New node.
3433
3434 2012-04-25  Yao Qi  <yao@codesourcery.com>
3435
3436         * gdbint.texinfo (Testsuite): New section `Board settings'.
3437
3438 2012-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
3439
3440         * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3441         Three times.
3442
3443         * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3444         Three times.
3445
3446 2012-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3447
3448         * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3449         by @table @asis.  Fix formatting of one item.
3450
3451 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3452
3453         * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3454
3455 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3456
3457         New option "set debug auto-load".
3458         * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3459         (auto-load verbose mode): New node.
3460
3461 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3462
3463         New option "set auto-load safe-path".
3464         * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3465         and "info auto-load" examples for safe-path.  Put there also references
3466         for "set auto-load safe-path" and "show auto-load safe-path".
3467         New menu item for Auto-loading safe path.
3468         (Auto-loading safe path): New node.
3469         (Python Auto-loading): Update the expected output from "Missing"
3470         to "No".
3471
3472 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3473
3474         auto-load: Implementation.
3475         * gdb.texinfo (Mode Options): New anchor for -nx.
3476         (Startup): New anchors for Option -init-eval-command,
3477         Home Directory Init File
3478         and Init File in the Current Directory during Startup.
3479         Mention set auto-load local-gdbinit with a reference.
3480         Change the sample code to "set auto-load python-scripts".
3481         (Threads): New anchor set libthread-db-search-path.
3482         Provide references to libthread_db.so.1 file.
3483         (Controlling GDB): New menu item for Auto-loading.
3484         (Auto-loading, Init File in the Current Directory)
3485         (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3486         (Python): Rename the menu item Auto-loading to Python Auto-loading.
3487         (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3488         reference.
3489         (Auto-loading): Rename to ...
3490         (Python Auto-loading): ... here.  Change "set auto-load-scripts" to
3491         "set auto-load python-scripts", new anchor for it.  Change
3492         "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3493         for it.  Change "info auto-load-scripts"
3494         to "info auto-load python-scripts", new anchor for it.  Change "scripts"
3495         to "Python scripts".
3496
3497 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
3498
3499         PR mi/13393
3500         * gdb.texinfo (Print Settings): Extend the description for "set print
3501         object".
3502         (GDB/MI Variable Objects): Extend the description for -var-create and
3503         -var-list-children.
3504
3505 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
3506
3507         * gdb.texinfo (Examining Data): Document the 'explore' command.
3508
3509 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
3510
3511         * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3512         to the children of a varobj and its update range when -var-update
3513         returns that the varobj's type changed.
3514
3515 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3516
3517         * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3518         Create two new links fir 'objfile-gdb.py file'
3519         and 'dotdebug_gdb_scripts section'.
3520
3521 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3522
3523         * gdb.texinfo (Auto-loading): Rename node reference
3524         '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3525         Twice.
3526         (.debug_gdb_scripts section): Rename the node ...
3527         (dotdebug_gdb_scripts section): ... here.
3528         (Maintenance Commands): Also rename this node reference.
3529
3530 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
3531
3532         * gdb.texinfo (Python API/Values From Inferior): Add description
3533         about the new method Value.referenced_value.  Add description on
3534         how Value.dereference is different (and similar) to
3535         Value.referenced_value.
3536
3537 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3538
3539         * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3540         --init-eval-command=COMMAND, -iex.
3541         (Startup): Describe -iex and -ix.  Simplify the example
3542         for "set auto-load-scripts off".
3543
3544 2012-03-16  Gary Benson  <gbenson@redhat.com>
3545
3546         PR breakpoints/10738
3547         * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3548         stating that GDB cannot set breakpoints on inlined functions.
3549         (Mode Options): Document --use-deprecated-index-sections.
3550         (Index Section Format): Document new index section version format.
3551
3552 2012-03-15  Tom Tromey  <tromey@redhat.com>
3553
3554         * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3555
3556 2012-03-13  Doug Evans  <dje@google.com>
3557
3558         * gdb.texinfo (Help): Change apropos example to use "alias" instead
3559         of "reload".
3560         (Symbols): Delete docs for set/show symbol-reloading.
3561         * gdbint.texinfo (Defining Other Architecture Features): Delete
3562         SYMBOL_RELOADING_DEFAULT.
3563         * refcard.tex: Delete reference to symbol-reloading.
3564
3565 2012-03-07  Pedro Alves  <palves@redhat.com>
3566
3567         * gdb.texinfo (General Query Packets): Document new
3568         QProgramSignals packet.
3569         * gdb.texinfo (Remote configuration): Mention
3570         "program-signals-packet".
3571
3572 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3573
3574         * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3575
3576 2012-03-03  Yao Qi  <yao@codesourcery.com>
3577
3578         * gdb.texinfo (In-Process Agent): New node.
3579         Document new commands.
3580         (General Query Packets): Add packet `QAgent'.
3581
3582 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
3583
3584         * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3585
3586 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
3587
3588         * gdb.texinfo (Commands In Python): Put example python macro in
3589         COMMAND_USER category rather than COMMAND_OBSCURE.
3590         Document gdb.COMMAND_USER.
3591         (User-defined Commands): Update documentation to clarify
3592         "set/show max-user-call-depth" and "show user" don't apply to python
3593         commands.  Update documentation to clarify "help user-defined" may
3594         also include python commands defined as COMMAND_USER.
3595
3596 2012-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3597
3598         * gdb.texinfo (Startup): Add option -ex description to the option -x
3599         description.
3600
3601 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
3602
3603         * gdb.texinfo (Setting Breakpoints): Mention and explain the
3604         condition-evaluation breakpoint parameter.
3605         Mention condition-evaluation mode being shown in "info break".
3606         (Break Conditions): Add description for target-side
3607         conditional breakpoints.
3608         (Remote Configuration): Mention conditional-breakpoints-packet.
3609         (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3610         cond-expr.
3611         (General Query Packets): Mention new ConditionalBreakpoint feature.
3612
3613 2012-02-22  Tom Tromey  <tromey@redhat.com>
3614
3615         * gdb.texinfo (Blocks In Python): Clarify block iteration.
3616
3617 2012-02-17  Tom Tromey  <tromey@redhat.com>
3618
3619         PR python/10753:
3620         * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3621         directory.
3622
3623 2012-02-14  Stan Shebs  <stan@codesourcery.com>
3624
3625         * gdb.texinfo (Disabling Breakpoints): Document enable count.
3626
3627 2012-02-13  Pedro Alves  <palves@redhat.com>
3628
3629         * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3630         mips-idt-ecoff.
3631
3632 2012-02-09  Yao Qi  <yao@codesourcery.com>
3633
3634         * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3635
3636 2012-02-07  Tom Tromey  <tromey@redhat.com>
3637
3638         * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3639         Symbol.value.
3640
3641 2012-02-07  Tom Tromey  <tromey@redhat.com>
3642
3643         * gdb.texinfo (Symbols In Python): Document Symbol.line.
3644
3645 2012-01-27  Thomas Schwinge  <thomas@codesourcery.com>
3646
3647         * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3648
3649 2012-01-24  Tom Tromey  <tromey@redhat.com>
3650
3651         * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3652         unload".
3653         (Files): Mention new catch commands.
3654         (GDB/MI Async Records): Likewise.
3655
3656 2012-01-24  Gary Benson  <gbenson@redhat.com>
3657
3658         Delete #if 0'd out code.
3659         * gdb.texinfo (Frame Info): Remove "info catch".
3660
3661 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
3662
3663         * gdb.texinfo (Remote Configuration): Document
3664         "set remote hostio-readlink-packet" command.
3665         (General Query Packets): Document vFile:readlink packet.
3666
3667 2012-01-16  Tom Tromey  <tromey@redhat.com>
3668
3669         * gdb.texinfo (Specify Location): Document relative file name
3670         handling.
3671
3672 2012-01-16  Tom Tromey  <tromey@redhat.com>
3673
3674         * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3675
3676 2012-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3677             Eli Zaretskii  <eliz@gnu.org>
3678
3679         * gdbint.texinfo (Coding Standards): Require braces for two lines of
3680         code.
3681
3682 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
3683
3684         * gdb.texinfo (Variables): Document use of :: for non-static
3685         variables.
3686
3687 2012-01-05  Joel Brobecker  <brobecker@adacore.com>
3688
3689         * gdbint.texinfo (Start of New Year Procedure): Update
3690         to replace use of copyright.sh by use of copyright.py.
3691
3692 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3693
3694         Remove the gdbtui binary.
3695         * all-cfg.texi (GDBTUI): Remove.
3696         * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3697         (TUI): Remove GDBTUI pindex.  Remove the GDBTUI reference.
3698         * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3699
3700 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
3701
3702         Introduce gdb.FinishBreakpoint in Python.
3703         * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3704         (Python API): Add menu entry for Finish Breakpoints.
3705
3706 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3707
3708         * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3709         tests.
3710
3711 2011-12-16  Doug Evans  <dje@google.com>
3712
3713         * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3714
3715 2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
3716
3717         * gdb.texinfo (Python Commands): Remove "maint set/show print
3718         stack".  Add documentation for "set/show python print-stack".
3719
3720 2011-12-14  Pedro Alves  <pedro@codesourcery.com>
3721
3722         * gdb.texinfo (Implementing a Remote Stub): Explain that you
3723         should transfer control to the stub in the startup code instead of
3724         in main.  Mention the need to get past the initial breakpoint.
3725
3726 2011-12-06  Tom Tromey  <tromey@redhat.com>
3727
3728         * gdb.texinfo (Set Breaks): Update for new behavior.
3729
3730 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3731
3732         * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3733         List Format for SVR4 Targets'.
3734         (General Query Packets): New item qXfer:libraries-svr4:read.
3735         (Library List Format for SVR4 Targets): New node.
3736
3737 2011-12-01  Tom Tromey  <tromey@redhat.com>
3738
3739         * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3740         add.
3741
3742 2011-11-22  Tom Tromey  <tromey@redhat.com>
3743
3744         * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3745         reasons.
3746
3747 2011-11-20  Stan Shebs  <stan@codesourcery.com>
3748
3749         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3750         note-related options and variables.
3751         (Tracepoint Packets): Document packet changes.
3752
3753 2011-11-20  Sanjoy Das  <sdas@igalia.com>
3754
3755         * gdb.texinfo (JIT Interface): Add documentation on writing and
3756         usind JIT debug info readers.
3757         (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3758         Debug Info Readers): New nodes.
3759
3760 2011-11-18  Yao Qi  <yao@codesourcery.com>
3761
3762         * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3763         tracepoint.
3764
3765 2011-11-15  Doug Evans  <dje@google.com>
3766
3767         * gdb.texinfo (Files): Document basenames-may-differ.
3768
3769 2011-11-14  Doug Evans  <dje@google.com>
3770
3771         * gdb.texinfo (Shell Commands): Document "!".
3772
3773 2011-11-14  Stan Shebs  <stan@codesourcery.com>
3774             Kwok Cheung Yeung  <kcy@codesourcery.com>
3775
3776         * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3777         needed to get shorter fast tracepoints.
3778         (Tracepoint Packets): Document new qTMinFTPILen packet.
3779
3780 2011-11-14  Yao Qi  <yao@codesourcery.com>
3781
3782         * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3783         behavior of tracepoint.
3784         (General Query Packets): New feature InstallInTrace.
3785         (Remote Configuration): Document "set remote
3786         install-in-trace-packet".
3787
3788 2011-11-12  Matt Rice  <ratmice@gmail.com>
3789
3790         * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3791         Add arguments to info macro.
3792
3793 2011-11-10  Tom Tromey  <tromey@redhat.com>
3794
3795         * gdb.texinfo (Compilation): Don't mention -gdwarf-2.  Link to GCC
3796         manual.
3797         (Variables): Don't mention -gdwarf-2.  Link to Compilation node.
3798         (Macros): Add a footnote.
3799         (C): Remove paragraph about compiler options.
3800         (C Constants): Mention wide character and string constants.
3801         (C Plus Plus Expressions): Update compiler option advice.  Mention
3802         using declarations.  Mention ADL.  Remove old HP compiler
3803         information.
3804
3805 2011-11-10  Tom Tromey  <tromey@redhat.com>
3806
3807         PR c++/9257:
3808         * gdb.texinfo (Print Settings): Add an extra note about the need
3809         for a vtable.
3810
3811 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
3812
3813         * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3814         "set mips abi" documentation.
3815
3816 2011-11-04  Doug Evans  <dje@google.com>
3817
3818         * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3819
3820 2011-11-03  Tom Tromey  <tromey@redhat.com>
3821
3822         * gdb.texinfo (Stopping): Add menu entry.
3823         (Continuing and Stepping): Restore @node.  Use @section, not
3824         @subsection.
3825
3826 2011-11-03  Maciej W. Rozycki  <macro@codesourcery.com>
3827
3828         * gdb.texinfo (Skipping Over Functions and Files): Remove node
3829         designation.  Fix "Specify Location" cross-reference.
3830
3831 2011-11-02  Stan Shebs  <stan@codesourcery.com>
3832
3833         * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3834         (General Query Packets): Describe tracenz feature.
3835         * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3836
3837 2011-10-28  Paul Koning  <paul_koning@dell.com>
3838
3839         * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3840
3841 2011-10-27  Kevin Pouget  <kevin.pouget@st.com>
3842
3843         * gdb.texinfo ((Frames In Python): Document
3844         gdb.FRAME_UNWIND_FIRST_ERROR contant.
3845
3846 2011-10-26  Paul Koning  <paul_koning@dell.com>
3847
3848         * gdb.texinfo (gdb.types): Document new deepitems function.
3849
3850 2011-10-25  Paul Koning  <paul_koning@dell.com>
3851
3852         PR python/13327
3853
3854         * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3855         fetch_lazy method.
3856
3857 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
3858
3859         PR python/12656
3860
3861         * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3862         global_block, static_block function.
3863
3864 2011-10-19  Tom Tromey  <tromey@redhat.com>
3865
3866         * gdb.texinfo (Commands In Python): Add missing "@"s.
3867
3868 2011-10-13  Kevin Pouget  <kevin.pouget@st.com>
3869
3870         PR python/13285 Document named constants for frame unwind stop reasons
3871         * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3872         constants.
3873
3874 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3875
3876         Fix compatibility with texinfo versions older than 4.12.
3877         * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3878         (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3879         (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3880         (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3881         * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3882         Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3883         CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3884
3885 2011-10-09  Doug Evans  <dje@google.com>
3886
3887         * gdb.texinfo (Extending GDB): Document alias command.
3888
3889 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3890
3891         Support @entry in input expressions.
3892         * gdb.texinfo (Variables): Describe @entry names suffix.
3893         (Print Settings): Add anchor for `set print entry-values'.
3894
3895 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3896             Eli Zaretskii  <eliz@gnu.org>
3897
3898         Display @entry parameter values (without references).
3899         * gdb.texinfo (Tail Call Frames): Add anchor.  Add self tail call
3900         example.
3901         (Print Settings): New description of set print entry-values and show
3902         print entry-values.
3903
3904 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3905             Eli Zaretskii  <eliz@gnu.org>
3906
3907         Recognize virtual tail call frames.
3908         * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3909         (Tail Call Frames): New node.
3910         (Frames In Python): Add gdb.TAILCALL_FRAME.
3911
3912 2011-10-07  Doug Evans  <dje@google.com>
3913
3914         * gdb.texinfo (gdb.printing): Document new `replace' arg to
3915         register_pretty_printer.
3916
3917 2011-10-07  Phil Muldoon  <pmuldoon@redhat.com>
3918
3919         PR python/12930
3920         PR python/12802
3921
3922         * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3923         stop method.
3924
3925 2011-10-07  Ulrich Weigand  <ulrich.weigand@linaro.org>
3926
3927         * gdb.texinfo (Starting your Program): "set disable-randomization"
3928         is no longer Linux-specific.
3929         (Remote Configuration): Document "set remote
3930         disable-randomization-packet".
3931         (General Query Packets): Document "QDisableRandomization" packet
3932         and add it to "qSupported" list.
3933
3934 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
3935
3936         Allow Python notification of new object-file loadings.
3937         * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3938         event type.
3939
3940 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
3941
3942         PR python/12691: Add the inferior to Python exited event
3943         * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3944
3945 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
3946
3947         * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3948         rephasing.
3949
3950 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
3951
3952         * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3953         (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3954         as possible feature returned by the `-list-features'
3955         command.
3956
3957 2011-09-28  Paul Koning  <paul_koning@dell.com>
3958
3959         * gdb.texinfo (gdb.Type): Document field access by dictionary
3960         key syntax.
3961
3962 2011-09-28  Yao Qi  <yao@codesourcery.com>
3963
3964         * gdb.texinfo (Files): Update options for `add-symbol-file'.
3965         Add one space after option `-s'.  Remove @r{} markup.
3966
3967 2011-09-27  Stan Shebs  <stan@codesourcery.com>
3968
3969         * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3970
3971 2011-09-16  Hui Zhu  <teawater@gmail.com>
3972
3973         * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3974         to *(unsigned char *)$esp@300.
3975
3976 2011-09-15  Paul Koning  <paul_koning@dell.com>
3977
3978         * gdb.texinfo: Make style of Python functions and methods match
3979         the syntax of Python.  Also put class and module names explicitly
3980         on function, member, and variable names, matching Python
3981         documentation conventions.
3982
3983 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
3984
3985         PR Python/12692 Add gdb.selected_inferior() to Python interface.
3986         * gdb.texinfo (Inferiors In Python): Describe new
3987         gdb.selected_inferior() function.
3988
3989 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
3990
3991         Handle multiple breakpoint hits in Python interface:
3992         * gdb.texinfo (Events In Python): New function documentation:
3993         gdb.BreakpointEvent.breakpoints. Indicate that
3994         gdb.BreakpointEvent.breakpoint is now deprecated.
3995
3996 2011-09-04  Joel Brobecker  <brobecker@adacore.com>
3997
3998         * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3999
4000 2011-08-25  Andrew Oakley  <andrew@ado.is-a-geek.net>
4001
4002         * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4003
4004 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
4005
4006         * gdb.texinfo (Prompt): Add set/show extended-prompt
4007         documentation
4008         (Basic Python): Add prompt_hook anchor.
4009         (Python modules): Reword module text to reflect multiple modules.
4010         (gdb.prompt): Document gdb.prompt module.
4011
4012 2011-08-14  Yao Qi  <yao@codesourcery.com>
4013
4014         * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4015
4016 2011-08-14  Yao Qi  <yao@codesourcery.com>
4017
4018         * gdb.texinfo (Standard Target Features): Document C6x features.
4019         (TIC6x Features): New node.
4020
4021 2011-08-12  Doug Evans  <dje@google.com>
4022
4023         * gdb.texinfo (Symbols In Python): Document symbol.type.
4024
4025 2011-08-09  Phil Muldoon  <pmuldoon@redhat.com>
4026
4027         * gdb.texinfo (Python): Document command and function
4028         auto-loading.
4029
4030 2011-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4031             Eli Zaretskii  <eliz@gnu.org>
4032
4033         * gdb.texinfo (whatis, ptype): Highlight their differences.  Describe
4034         typedefs unrolling.  Extend the sample code by an inner typedef and
4035         outer typedefs unrolling.
4036
4037 2011-07-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
4038
4039         * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4040         size and line-size.
4041
4042 2011-07-21  Matt Rice  <ratmice@gmail.com>
4043
4044         PR macros/12999
4045         * gdb.texinfo (Macros): Add info definitions and info macros commands.
4046         Update text and cindex entries for info macro command.
4047
4048 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
4049
4050         * observer.texi (GDB Observers): Add before_prompt observer.
4051         * gdb.texinfo (Basic Python): Add documentation for prompt
4052         substitution.
4053
4054 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
4055
4056         PR python/12438
4057         * gdb.texinfo (Python Commands): Add deprecate note to maint
4058           set/show python print-stack.  Document set/show python
4059           print-backtrace.
4060
4061 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
4062
4063         * gdb.texinfo: Fix typos.
4064
4065 2011-07-01  Tom Tromey  <tromey@redhat.com>
4066
4067         * gdb.texinfo (Debugging Output): Document set debug
4068         check-physname.
4069
4070 2011-06-29  Tom Tromey  <tromey@redhat.com>
4071
4072         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4073         breakpoint-notifications feature.
4074
4075 2011-06-29  Ulrich Weigand  <ulrich.weigand@linaro.org>
4076
4077         * gdb.texinfo (Target Description): Remove warning about
4078         possibly unstable format.
4079
4080 2011-06-03  Tom Tromey  <tromey@redhat.com>
4081
4082         * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4083         (Events In Python): Note that exit_code is optional.
4084
4085 2011-05-17  Pedro Alves  <pedro@codesourcery.com>
4086
4087         * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4088         required for multi-threading support.
4089         (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4090         Hc are deprecated for multi-threading debugging.  Point readers at
4091         the vCont packet.
4092
4093 2011-05-15  Doug Evans  <dje@google.com>
4094
4095         * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4096
4097 2011-05-13  Doug Evans  <dje@google.com>
4098
4099         * gdb.texinfo (Threads): Document $sdir,$pdir.
4100         (Server): Document $pdir exception.
4101
4102         * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4103
4104         * gdb.texinfo (Threads): Clarify default value for
4105         libthread-db-search-path.
4106
4107         * gdb.texinfo (Completion): Update example.
4108         (Debugging Output): Delete `set/show debug lin-lwp-async'.
4109
4110 2011-05-12  Kwok Cheung Yeung  <kcy@codesourcery.com>
4111
4112         * gdb.texinfo: Document change in the behaviour of the enable and
4113         disable GDB commands when applied to tracepoints.
4114         Document the EnableDisableTracepoints remote stub feature.
4115         Document QTEnable and QTDisable in the list of tracepoint packets.
4116
4117 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4118
4119         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4120         hsuser.texi.
4121         * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4122         comment to hsuser.texi.  Change rluser.texi name in the comment.
4123
4124 2011-05-10  Doug Evans  <dje@google.com>
4125
4126         * gdb.texinfo (Threads): If an empty path is provided for
4127         libthread-db-search-path it is reset to its default value.
4128         (Server): Ditto.
4129
4130 2011-05-09  Doug Evans  <dje@google.com>
4131
4132         * gdb.texinfo (Requirements): Fix typo.  Mention --with-iconv-bin.
4133
4134 2011-05-06  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4135             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4136
4137         Implement support for PowerPC BookE masked watchpoints.
4138         * gdb.texinfo (Set Watchpoints): Document mask parameter.
4139         (PowerPC Embedded): Mention support of masked watchpoints.
4140
4141 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
4142
4143         * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4144         `@value{GDBN}'.
4145
4146 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
4147
4148         * gdb.texinfo (titlepage): Remove dedication.
4149         (In Memoriam): New appendix.
4150
4151 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4152             Eli Zaretskii  <eliz@gnu.org>
4153
4154         * gdb.texinfo (Index Section Format): Change the version to 5.
4155         Describe the different formula.
4156
4157 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4158             Eli Zaretskii  <eliz@gnu.org>
4159
4160         * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4161         for disconnected tracing.
4162         (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4163         extended-remote relationship.  Mention --once.
4164         (TCP port allocation lifecycle of @code{gdbserver}): New.
4165
4166 2011-04-23  Eli Zaretskii  <eliz@gnu.org>
4167
4168         * gdb.texinfo (Server): Improve indexing.  Index all optional
4169         switches to gdbserver.
4170
4171 2011-04-20  Tom Tromey  <tromey@redhat.com>
4172
4173         * gdb.texinfo (Index Section Format): New node.
4174         (Top): Add new node to menu.
4175
4176 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
4177
4178         * gdb.texinfo (Maintenance Commands): Document `maint print
4179         remote-registers'.
4180
4181 2011-04-20  Tom Tromey  <tromey@redhat.com>
4182
4183         * gdb.texinfo (Trace File Format): Move node later.
4184
4185 2011-04-19  Tom Tromey  <tromey@redhat.com>
4186
4187         * gdbint.texinfo (Register Information Functions): Remove
4188         duplicate "the".
4189         * gdb.texinfo (Emacs): Remove duplicate "to".
4190         (GDB/MI Variable Objects): Remove duplicate "the".
4191         (General Query Packets): Likewise.
4192
4193 2011-04-02  Joel Brobecker  <brobecker@adacore.com>
4194
4195         * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4196         "GDB/MI Ada Exception Information" node.
4197
4198 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
4199
4200         * gdb.texinfo (GDB/MI Ada Exception Information): Document
4201         the "exception-name" field in the *stopped async record.
4202
4203 2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4204             Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4205
4206         Implement support for PowerPC BookE ranged breakpoints.
4207         * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4208
4209 2011-03-28  Tom Tromey  <tromey@redhat.com>
4210
4211         * gdb.texinfo (Set Tracepoints): Fix typo.
4212
4213 2011-03-24  Tom Tromey  <tromey@redhat.com>
4214
4215         * gdb.texinfo (Specify Location): Document `function:label'
4216         linespec.
4217
4218 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
4219
4220         PR python/12149
4221
4222         * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4223
4224 2011-03-17  Phil Muldoon  <pmuldoon@redhat.com>
4225
4226         * gdb.texinfo (Blocks In Python): Add is_valid method description.
4227         (Inferiors In Python): Likewise.
4228         (Threads In Python): Likewise.
4229         (Symbols In Python): Likewise.
4230         (Objfiles In Python): Likewise.
4231         (Symbol Tables In Python): Likewise.
4232
4233 2011-03-15  Pedro Alves  <pedro@codesourcery.com>
4234
4235         * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4236         display>: Explain that the commands accept number ranges.
4237
4238 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
4239
4240         * gdb.texinfo (Breakpoints In Python): Add description and example
4241         of Python stop function operation.
4242
4243 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
4244
4245         * gdb.texinfo (Parameters In Python): Document get_set_string and
4246         get_show_string methods.
4247
4248 2011-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4249
4250         * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4251
4252         * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4253         circular-trace-buffer name.
4254
4255 2011-02-28  Joel Brobecker  <brobecker@adacore.com>
4256
4257         * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4258         in the previous change.
4259
4260 2011-02-27  Michael Snyder  <msnyder@vmware.com>
4261
4262         * gdb.texinfo (Inferiors and Programs): Update commands to show
4263         that they can accept multiple arguments.
4264
4265 2011-02-24  Joel Brobecker  <brobecker@adacore.com>
4266
4267         Revert the following patch (code patch was not approved):
4268         2011-02-21  Hui Zhu  <teawater@gmail.com>
4269         * agentexpr.texi (bytecode descriptions): add printf.
4270         * gdb.texinfo (tracepoint action lists): add printf.
4271
4272 2011-02-23  Doug Evans  <dje@google.com>
4273
4274         * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4275
4276 2011-02-23  Michael Snyder  <msnyder@vmware.com>
4277
4278         * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4279         (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4280         (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4281
4282 2011-02-22  Doug Evans  <dje@google.com>
4283
4284         * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4285         Clarify behaviour of lookup_symbol when `block' argument is omitted,
4286         add description of result, fix @defun formatting.
4287
4288 2011-02-21  Hui Zhu  <teawater@gmail.com>
4289
4290         * agentexpr.texi (Bytecode Descriptions): Add printf.
4291         * gdb.texinfo (Tracepoint Action Lists): Add printf.
4292
4293 2011-02-18  Tom Tromey  <tromey@redhat.com>
4294
4295         * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4296
4297 2011-02-14  Michael Snyder  <msnyder@vmware.com>
4298
4299         * gdb.texinfo (threads): Document argument for "info threads" cmd.
4300         Document new command "thread find".
4301
4302 2011-02-14  Michael Snyder  <msnyder@vmware.com>
4303
4304         * gdb.texinfo (Threads): Update example of new thread message.
4305
4306 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
4307
4308         * gdb.texinfo (Remote Configuration): Mention set/show remote
4309         traceframe-info.
4310         (Tools/Packages Optional for Building GDB): Mention that expat is
4311         used for traceframe info.
4312         (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4313         (General Query Packets) <qSupported>: Describe the
4314         qXfer:traceframe-info:read feature.
4315         (qXfer::read): Describe qXfer:traceframe-info:read.
4316         (Traceframe Info Format): New section.
4317
4318 2011-02-04  Pedro Alves  <pedro@codesourcery.com>
4319
4320         * gdbint.texinfo (Formatting): Mention some formatting guidelines
4321         for casts and unary operators.
4322
4323 2011-02-04  Tom Tromey  <tromey@redhat.com>
4324
4325         * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4326         is not useful.
4327
4328 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
4329
4330         * gdb.texinfo: s/value optimized out/optimized out/g
4331
4332 2011-01-21  Joel Brobecker  <brobecker@adacore.com>
4333
4334         * gdb.texinfo (Other Misc Settings): Rework part of the
4335         documentation of the "set interactive mode" command.
4336
4337 2011-01-19  Tom Tromey  <tromey@redhat.com>
4338
4339         * gdb.texinfo (Threads): Document thread name output and `thread
4340         name' command.
4341         (Threads In Python): Document Thread.name attribute.
4342         (GDB/MI Thread Commands): Document thread attributes.
4343
4344 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
4345
4346         * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4347         changes in mi/mi-cmd-disas.c
4348
4349 2011-01-12  Tom Tromey  <tromey@redhat.com>
4350
4351         * gdb.texinfo (Threads): Remove duplicate text.  Update examples.
4352         Fix "thread apply" text.
4353
4354 2011-01-11  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4355             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4356
4357         Implement support for PowerPC BookE ranged watchpoints.
4358         * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4359         the "set powerpc exact-watchpoints" flag.
4360
4361 2011-01-07  Tom Tromey  <tromey@redhat.com>
4362
4363         * gdb.texinfo (Python API): Add descriptions to @menu items.
4364
4365 2011-01-06  Tom Tromey  <tromey@redhat.com>
4366
4367         * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4368
4369 2010-01-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
4370
4371         * gdb.texinfo (Debugging Output): Document "set debug jit".
4372
4373 2011-01-06  Tom Tromey  <tromey@redhat.com>
4374
4375         PR python/12133:
4376         * gdb.texinfo (Frames In Python): Document various frame
4377         constants.
4378
4379 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
4380
4381         * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4382         doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4383         doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4384
4385 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4386
4387         * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4388         (clean): Add GDBvn.texi.
4389
4390 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
4391
4392         * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4393         occasional case where the debugger prints an array address
4394         instead of the array itself.
4395
4396 2010-12-23  Pedro Alves  <pedro@codesourcery.com>
4397
4398         * gdb.texinfo (Packets) <read registers packet>: Document support
4399         for registers that were not collected.
4400
4401 2010-12-15  Doug Evans  <dje@google.com>
4402
4403         * gdb.texinfo (Startup): Document auto-loading of scripts during
4404         startup.
4405         (Auto-loading): Delete "maint set python auto-load on|off".
4406         Add "set auto-load-scripts on|off".
4407
4408 2010-12-07  Doug Evans  <dje@google.com>
4409
4410         * gdb.texinfo (Mode Options): Document -data-directory.
4411         (Data Files): Add reference to -data-directory.
4412
4413 2010-11-29  Doug Evans  <dje@google.com>
4414
4415         * gdb.texinfo (Pretty-Printer Introduction): Change
4416         printer-name:subprinter-name to printer-name;subprinter-name.
4417
4418 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
4419
4420         PR python/12199
4421
4422         * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4423
4424 2010-11-23  Tom Tromey  <tromey@redhat.com>
4425
4426         * gdb.texinfo (Top): Check SYSTEM_READLINE.
4427         (Editing): Likewise.
4428         (Command History): Likewise.
4429         (TUI Keys): Likewise.
4430         (Bug Reporting): Conditionally include rluser.texi and
4431         inc-history.texinfo.
4432         * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4433         (GDB_DOC_SOURCE_INCLUDES): Add comment.
4434         (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4435         (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4436         (gdb.pdf): Likewise.
4437         (gdb.info): Likewise.
4438         (gdb/index.html): Likewise.
4439
4440 2010-11-23  Tom Tromey  <tromey@redhat.com>
4441
4442         * Makefile.in (Makefile): Run ../config.status.
4443         (distclean): Update.
4444         * configure: Remove.
4445         * configure.ac: Remove.
4446
4447 2010-11-12  Tom Tromey  <tromey@redhat.com>
4448
4449         * gdb.texinfo (Basic Python): Update.  Add xref.
4450         (Exception Handling): Document new exception classes.
4451         (Types In Python): Update.
4452         (Frames In Python): Update.
4453
4454 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
4455
4456         * gdb.texinfo (Breakpoints In Python): Document "internal"
4457         parameter, and visible attribute.
4458
4459 2010-11-05  Doug Evans  <dje@google.com>
4460
4461         * gdb.texinfo (Source Path): Document "set directories".
4462
4463 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
4464
4465         * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4466         (OpenCL C): New node.
4467
4468 2010-11-02  Doug Evans  <dje@google.com>
4469
4470         * gdb.texinfo (Pretty Printing): Expand into three sections,
4471         introduction, example, and commands.
4472         (Python API): Delete section Disabling Pretty-Printers, merge into
4473         Selecting Pretty-Printers.
4474         (Writing a Pretty-Printer): New section.  Move the pretty-printer
4475         example here, and reformat to match python coding style.  Add a second
4476         example using the gdb.printing module.
4477         (Python modules): Add gdb.printing.
4478
4479 2010-10-29  Doug Evans  <dje@google.com>
4480
4481         * gdb.texinfo (Python): Fix long line.
4482
4483 2010-10-20  Doug Evans  <dje@google.com>
4484
4485         * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4486         All references updated.  Correct sections marked as subsections.
4487         (Coding Standards): New chapter.  Move the coding standard related
4488         subsections here.  Add section on Python coding standards.
4489
4490 2010-10-13  Doug Evans  <dje@google.com>
4491
4492         * gdb.texinfo (Python): Add "Python modules".
4493         (Types in Python): Add reference to gdb.types section.
4494         (Python modules): New node.
4495
4496 2010-10-11  Doug Evans  <dje@google.com>
4497
4498         * gdb.texinfo (Values From Inferior): Add reference to "Types in
4499         Python" from gdb.Value.type description.
4500
4501 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
4502
4503         * gdb.texinfo (Ravenscar Profile): New node.
4504
4505 2010-09-22  Tom Tromey  <tromey@redhat.com>
4506
4507         * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4508
4509 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
4510
4511         * gdb.texinfo (Values From Inferior): Clarify that
4512         value.dynamic_type works only in C++ programs with RTTI.
4513
4514 2010-09-15  Paul Bolle  <pebolle@tiscali.nl>
4515
4516         * gdb.texinfo (Character Sets): Correctly reference host-charset
4517         in example.
4518
4519 2010-09-13  Tom Tromey  <tromey@redhat.com>
4520
4521         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4522         Document "fullname" and "from".
4523
4524 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
4525
4526         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4527         feature `reverse' output by -list-target-features.
4528
4529 2010-08-31  H.J. Lu  <hongjiu.lu@intel.com>
4530
4531         * gdb.texinfo (i386 Features): Remove an extra "@item".
4532
4533 2010-08-30  Tom Tromey  <tromey@redhat.com>
4534
4535         PR python/11792:
4536         * gdb.texinfo (Values From Inferior): Document dynamic_type.
4537
4538 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
4539
4540         * gdb.texinfo (ARM Features): Document
4541         org.gnu.gdb.arm.m-profile.
4542
4543 2010-08-23  Tom Tromey  <tromey@redhat.com>
4544
4545         PR python/11145:
4546         * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4547         reinterpret_cast methods.
4548
4549 2010-08-23  Tom Tromey  <tromey@redhat.com>
4550
4551         PR python/11915:
4552         * gdb.texinfo (Types In Python): Document array method.
4553
4554 2010-08-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4555
4556         * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4557
4558 2010-08-16   Tom Tromey  <tromey@redhat.com>
4559
4560         * gdb.texinfo (Set Watchpoints): Document -location option.
4561
4562 2010-08-13  Doug Evans  <dje@google.com>
4563
4564         * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4565
4566 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
4567
4568         * gdb.texinfo (GDB/MI Data Manipulation): Document
4569         -data-read-memory-raw and -data-write-memory-raw.
4570
4571 2010-08-11  Tom Tromey  <tromey@redhat.com>
4572             Phil Muldoon <pmuldoon@redhat.com>
4573
4574         * gdb.texinfo (Basic Python): Describe post_event API.
4575
4576 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
4577
4578         * gdb.texinfo (Basic Python): Describe solib_address and
4579         decode_line Python APIs
4580
4581 2010-08-10  Tom Tromey  <tromey@redhat.com>
4582
4583         * gdb.texinfo (Pretty Printing API): Document
4584         gdb.default_visualizer.
4585
4586 2010-08-10  Tom Tromey  <tromey@redhat.com>
4587
4588         Revert gdb-add-index addition:
4589         * gdb.texinfo (Index Files): Don't document gdb-add-index.
4590
4591 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4592             Eli Zaretskii <eliz@gnu.org>
4593
4594         * gdb.texinfo (Mode Options) <-batch>
4595         (Basic Python) <gdb.execute>: Describe setting width and height.
4596
4597 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
4598
4599         * gdb.texinfo (Threads): Document 'debug libthread-db'.
4600
4601 2010-07-30  Tom Tromey  <tromey@redhat.com>
4602
4603         * gdb.texinfo (Index Files): Mention gdb-add-index.
4604
4605 2010-07-30  Hui Zhu  <teawater@gmail.com>
4606
4607         * gdb.texinfo (Inferiors and Programs): Update the introduce of
4608         "detach inferior" and "kill inferior".
4609
4610 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
4611
4612         * gdb.texinfo (Machine Code): Update description of two forms of
4613         arguments, and add new example to demonstrate the new form.
4614
4615 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
4616
4617         * gdb.texinfo (Values From Inferior): Add value inferior function
4618         call description.
4619
4620 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4621
4622         * gdb.texinfo (Active Targets): Fix wrong comma placement.
4623
4624 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4625             Eli Zaretskii  <eliz@gnu.org>
4626
4627         Make core files the process_stratum.
4628         * gdb.texinfo (Active Targets): Remove core_stratum.  Include
4629         record_stratum example.
4630
4631 2010-07-13  Tom Tromey  <tromey@redhat.com>
4632
4633         * gdb.texinfo (Index Files): New node.
4634
4635 2010-07-13  Tom Tromey  <tromey@redhat.com>
4636
4637         * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4638
4639 2010-07-13  Tom Tromey  <tromey@redhat.com>
4640
4641         * gdb.texinfo (Specify Location): Document labels.
4642
4643 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4644
4645         * gdb.texinfo (Create and Delete Tracepoints): Add more index
4646         entries for fast tracepoints and static tracepoints.
4647
4648 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4649
4650         * gdb.texinfo (General Query Packets) <qfThreadInfo,
4651         qsThreadInfo>: Spell out `l' as ell.
4652
4653 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4654
4655         * gdb.texinfo (Convenience Variables): Document $_sdata.
4656         (Commands to Set Tracepoints): Describe static tracepoints.  Add
4657         `Listing Static Tracepoint Markers' menu entry.  Document
4658         "strace".
4659         (Tracepoint Action Lists): Document collecting $_sdata.
4660         (Listing Static Tracepoint Markers): New subsection.
4661         (Tracepoints support in gdbserver): Mention static tracepoints.
4662         (remote packets, enabling and disabling): Mention
4663         read-sdata-object.
4664         (General Query Packets) <qSupported>: Document qXfer:sdata:read
4665         and StaticTracepoint.
4666         Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4667         Document qXfer:sdata:read.
4668         (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4669
4670 2010-06-29  Joel Brobecker  <brobecker@adacore.com>
4671
4672         * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4673
4674 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
4675             Tom Tromey  <tromey@redhat.com>
4676             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4677
4678         * gdb.texinfo (Inferiors In Python): New node.
4679         * gdb.texinfo (Threads In Python): New node.
4680
4681 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
4682
4683         * gdb.texinfo (Python): Document what the python directory is
4684         and what its location is.
4685         (Basic Python): Document the gdb.PYTHONDIR constant.
4686
4687 2010-06-25  Tom Tromey  <tromey@redhat.com>
4688
4689         PR python/10808:
4690         * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4691
4692 2010-06-24  Hui Zhu  <teawater@gmail.com>
4693
4694         * gdb.texinfo: (Commands for Controlled Output): Add
4695         documentation for command "eval".
4696
4697 2010-06-21  Stan Shebs  <stan@codesourcery.com>
4698
4699         * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4700         * annotate.texinfo: Ditto.
4701         * gdbint.texinfo: Ditto.
4702         * stabs.texinfo: Ditto.
4703
4704 2010-06-22  Hui Zhu  <teawater@gmail.com>
4705
4706         * gdb.texinfo: (Process Record and Replay): Add documentation
4707         for command "set record memory-query".
4708
4709 2010-06-21  Stan Shebs  <stan@codesourcery.com>
4710
4711         * gdb.texinfo: Relicense under GFDL version 1.3.
4712         * annotate.texinfo: Relicense under GFDL version 1.3.
4713         * gdbint.texinfo: Relicense under GFDL version 1.3.
4714         * stabs.texinfo: Relicense under GFDL version 1.3.
4715         * fdl.texi: Update to version 1.3.
4716
4717 2010-06-18  Stan Shebs  <stan@codesourcery.com>
4718
4719         * gdb.texinfo (Operating System Auxiliary Information): Describe
4720         "info os" when no arguments given.
4721
4722         * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4723         $_thread.
4724
4725 2010-06-18  Hui Zhu  <teawater@gmail.com>
4726
4727         * gdb.texinfo: (Process Record and Replay): Add documentation
4728         for commands "record save" and "record restore".
4729
4730 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4731
4732         * gdb.texinfo: Include information about the correct use
4733         of addresses in the `watch' command.
4734
4735 2010-06-11  Stan Shebs  <stan@codesourcery.com>
4736
4737         * gdb.texinfo (Observer Mode): New section.
4738         (General Query Packets): Document QAllow.
4739
4740 2010-06-04  Doug Evans  <dje@google.com>
4741
4742         * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4743
4744 2010-06-03  Doug Evans  <dje@google.com>
4745
4746         * gdbint.texinfo (Coding): Add subsection on command names.
4747
4748 2010-06-02  Tom Tromey  <tromey@redhat.com>
4749
4750         * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4751         always-disassemble.
4752
4753 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
4754
4755         * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4756         gdbserver, and add cross reference.
4757         (Tracepoints support in gdbserver): New subsection.
4758
4759 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
4760
4761         * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4762         `qRelocInsn' feature.
4763         (Relocate instruction reply packet): New subsection
4764         of `Tracepoint Packets'.
4765         (Tracepoint Packets): Mention that packets QTDP and QTStart
4766         support the qRelocInsn request, and add cross reference to new
4767         subsection.
4768
4769 2010-05-25  Doug Evans  <dje@google.com>
4770
4771         * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4772         (Commands In Python): Document gdb.string_to_argv.
4773
4774 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4775
4776         * gdbint.texinfo (Host Definition): Remove items NORETURN and
4777         ATTR_NORETURN.
4778
4779 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
4780             Tom Tromey  <tromey@redhat.com>
4781             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4782
4783         * gdb.texinfo (Parameters In Python): New Node.
4784
4785 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
4786
4787         * gdb.texinfo: (Summary) Add mention about D language support.
4788         (Filenames): Add D suffixes.
4789         (D): New node.
4790
4791 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
4792
4793         * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4794         of macro deleted from GDB code.
4795
4796 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
4797
4798         * gdb.texinfo (Commands to specify files): Describe what how GDB
4799         looks up DOS-based filesystem paths on the system root.  Document
4800         the new `set/show target-file-system-kind' commands.
4801
4802 2010-04-23  Doug Evans  <dje@google.com>
4803
4804         * gdb.texinfo (Python): Move Auto-loading section here ...
4805         (Python API): from here.
4806         (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4807         (Maintenance Commands): Add docs for "maint print section-scripts".
4808
4809 2010-04-20  Chris Moller  <cmoller@redhat.com>
4810
4811         * gdb.texinfo (Setting Breakpoints): Added description of
4812         filename-qualified rbreak.
4813         * refcard.tex (Breakpoints and Watchpoints): Added brief
4814         description of filename-qualified rbreak.
4815
4816 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4817
4818         * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4819         (Python API): Change the reference to Pretty Printing API.
4820         (Pretty Printing): Move the user part under the Data node.  Reformat
4821         the sample output to 72 columns.  Create a new reference to Pretty
4822         Printing API.  Rename the API part ...
4823         (Pretty Printing API): To a new node name.
4824         (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4825         (GDB/MI Variable Objects): Change references to Pretty Printing API.
4826
4827 2010-04-21  Stan Shebs  <stan@codesourcery.com>
4828
4829         * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4830         and commands.
4831         (Listing Tracepoints): Update to reflect current behavior.
4832
4833 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
4834
4835         * gdb.texinfo (Examining memory): Update for change in string
4836         display with explicit size.
4837
4838 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
4839
4840         PR breakpoints/8554.
4841
4842         * gdb.texinfo (Save Breakpoints): New node.
4843         (save-tracepoints): Rename to ...
4844         (save tracepoints): ... this.  Mention that `save-tracepoints' is
4845         a deprecated alias to `save tracepoints'.
4846
4847 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
4848
4849         * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4850         (info w32 thread-information-block): Document new command.
4851         (qGetTIBAddress): Document new gdbserver query.
4852         (maint set/show show-all-tib): Document new command.
4853
4854 2010-04-15  Doug Evans  <dje@google.com>
4855
4856         * gdb.texinfo (Python API): Add progspaces section.
4857         (Selecting Pretty-Printers): Progspace pretty-printers are
4858         searched too.
4859         (Progspaces In Python): New section.
4860
4861         * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4862
4863 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
4864
4865         * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4866         returns None.
4867
4868 2010-04-09  Stan Shebs  <stan@codesourcery.com>
4869
4870         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4871         Describe the `frames-created' field, tweak grammar.
4872
4873 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
4874
4875         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4876         Describe the `circular' and `disconnected' fields.
4877
4878 2010-04-09  H.J. Lu  <hongjiu.lu@intel.com>
4879
4880         * gdb.texinfo (maint print registers): Mention unavailable and
4881         invisible registers.
4882
4883 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
4884             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4885             Tom Tromey  <tromey@redhat.com>
4886
4887         * gdb.texinfo (Breakpoints In Python): New Node.
4888
4889 2010-04-08  Stan Shebs  <stan@codesourcery.com>
4890
4891         * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4892         trace status fields.
4893
4894 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
4895
4896         * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4897         optional.  Make org.gnu.gdb.i386.avx requires
4898         org.gnu.gdb.i386.avx.
4899
4900 2010-04-08  Doug Evans  <dje@google.com>
4901
4902         * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4903         search path, and document that gdb only scans the search path if
4904         the script's path doesn't specify a directory.
4905
4906 2010-04-05  Doug Evans  <dje@google.com>
4907
4908         * gdb.texinfo (maint show python auto-load): Fix typo.
4909
4910 2010-04-04  Stan Shebs  <stan@codesourcery.com>
4911
4912         * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4913         (Setting Watchpoints): Update description of "info watch".
4914         (Disabling Breakpoints): Only "info break" lists all.
4915
4916         * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4917         (tdump): Explain how tdump works.
4918
4919 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
4920
4921         * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4922         add cross reference.
4923
4924 2010-03-31  Pedro Alves  <pedro@codesourcery.com>
4925
4926         * gdb.texinfo (TUI Commands): Mention that in some cases, these
4927         commands error out.
4928
4929 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
4930
4931         * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4932
4933 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
4934
4935         * gdb.texinfo (General Query Packets): Add xmlRegisters.
4936
4937 2010-03-29  Stan Shebs  <stan@codesourcery.com>
4938             Nathan Sidwell  <nathan@codesourcery.com>
4939
4940         * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4941         GDBN equivalent.
4942         (Set Tracepoints): Remove mention that conditional tracepoints
4943         don't exist.
4944         (Tracepoint Actions): Clarify when while-stepping collection
4945         happens, note that while-stepping does not automatically collect
4946         $pc.
4947
4948 2010-03-29  Stan Shebs  <stan@codesourcery.com>
4949
4950         * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4951         (General Query Packets): Describe TracepointSource.
4952
4953 2010-03-27  Matt Rice  <ratmice@gmail.com>
4954
4955         * gdb.texinfo (ARM): Document arguments to "target sim".
4956         (Set Catchpoints): Use @dots{} instead of @r{...}.
4957
4958 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
4959
4960         * gdb.texinfo (Tracepoint Packets): Remove mention that
4961         terror:string may be plain text, and drop mention of X prefix.
4962
4963 2010-03-26  Vladimir Prus  <vladimir@codesourcery.com>
4964
4965         * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4966
4967 2010-03-24  Stan Shebs  <stan@codesourcery.com>
4968
4969         * gdb.texinfo (Tracepoint Packets): Document trace error status.
4970
4971 2010-03-24  Tom Tromey  <tromey@redhat.com>
4972
4973         PR breakpoints/9352:
4974         * gdb.texinfo (Break Commands): Update.
4975
4976 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
4977
4978         * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4979         commands.
4980
4981 2010-03-16  Stan Shebs  <stan@codesourcery.com>
4982
4983         * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4984         circular-trace-buffer.
4985         (Tracepoint Packets): Describe QTBuffer, and details of the
4986         qTStatus reply.
4987
4988 2010-03-12  Stan Shebs  <stan@codesourcery.com>
4989             Nathan Sidwell  <nathan@codesourcery.com>
4990
4991         * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4992         doing instruction stepping.
4993         (Tracepoint Restrictions): New node.
4994
4995 2010-03-10  Tom Tromey  <tromey@redhat.com>
4996
4997         * gdbint.texinfo (Symbol Handling): Update.
4998
4999 2010-03-08  Tom Tromey  <tromey@redhat.com>
5000
5001         PR cli/9591:
5002         * gdb.texinfo (Mode Options): Mention lack of pagination and
5003         confirmation with --batch.
5004         (Screen Size): Mention --batch.
5005         (Messages/Warnings): Likewise.
5006
5007 2010-03-05  Tom Tromey  <tromey@redhat.com>
5008
5009         * gdb.texinfo (Basic Python): Document target_charset and
5010         target_wide_charset.
5011
5012 2010-03-05  Tom Tromey  <tromey@redhat.com>
5013
5014         * gdb.texinfo (Data): Link to pretty-printing.
5015         (Output Formats): Likewise.  Correct text.
5016
5017 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
5018
5019         * gdb.texinfo (Types): Describe <struct> and <flags>.
5020
5021 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
5022
5023         * gdb.texinfo (Frames In Python): Add block parameter and
5024         description to read_var text.
5025
5026 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
5027             Tom Tromey  <tromey@redhat.com>
5028
5029         * gdb.texinfo (Types In Python): Describe block argument in
5030         template_argument and gdb.lookup_type.
5031
5032 2010-02-24  Tom Tromey  <tromey@redhat.com>
5033
5034         * gdb.texinfo (Cygwin Native): Fix typo.
5035
5036 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
5037
5038         * gdb.texinfo (Frames In Python): Add block, find_sal, function
5039         and select method descriptions.
5040         (Python API): Add Blocks In Python, Symbols in Python and Symbol
5041         Tables in Python to menu.
5042         (Blocks In Python): New node.
5043         (Symbols In Python): New node.
5044         (Symbol Tables in Python): New node.
5045
5046 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
5047
5048         Multiexec MI
5049
5050         gdb/
5051         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5052
5053         gdb/doc/
5054         * gdb.texinfo (GDB/MI Command Syntax): Document notification
5055         changes.
5056         (GDB/MI Program Execution): Document current behaviour of
5057         --all and --thread-group.
5058         (GDB/MI Miscellaneous Commands): Document -add-inferior and
5059         -remove-inferior.
5060         * observer.texi (inferior_added, inferior_removed): New
5061         observers.
5062
5063 2010-02-19  Tom Tromey  <tromey@redhat.com>
5064
5065         * gdbint.texinfo (Getting Started): Fix @node.
5066         (Debugging GDB): Likewise.
5067
5068 2010-02-13  Joel Brobecker  <brobecker@adacore.com>
5069
5070         * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5071         documenting the gdb_test_timeout variable.
5072
5073 2010-02-12  Jakob Engblom  <jakob@virtutech.com>
5074
5075         * gdb.texinfo (MI commands): Added documentation of --reverse
5076         option to a set of MI commands. Restructured documentation of MI
5077         commands --exec-continue to reflect the complexity of reverse
5078         execution.
5079
5080 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
5081
5082         * gdb.texinfo (Using the Collected Data): Specify that the address
5083         range of `tfind outsize' is exclusive, and that the address range
5084         of `tfind range' is inclusive.
5085         (Tracepoint Packets): Specify that the address range of
5086         `QTFrame:range' is inclusive, and that the address range of
5087         `QTFrame:outside' is exclusive
5088
5089 2010-02-12  Vladimir Prus  <vladimir@codesourcery.com>
5090
5091         * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5092
5093 2010-02-10  Tom Tromey  <tromey@redhat.com>
5094
5095         * gdb.texinfo (Debugging Output): Document set debug parser and
5096         show debug parser.
5097
5098 2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>
5099
5100         * gdb.texinfo (Predefined Target Types): Add i387_ext,
5101         i386_eflags and i386_mxcsr.
5102
5103 2010-02-08  H.J. Lu  <hongjiu.lu@intel.com>
5104
5105         * gdb.texinfo: Document i386 target features.
5106
5107 2010-02-05  Doug Evans  <dje@google.com>
5108
5109         * gdbint.texinfo (Testsuite): Add a new section to document the
5110         various DejaGnu variables that may be overridden.
5111         Document INTERNAL_GDBFLAGS.
5112
5113 2010-02-04  Tom Tromey  <tromey@redhat.com>
5114
5115         PR cli/8830:
5116         * gdb.texinfo (Files): -readnow comes before the filename for file
5117         and symbol-file.
5118
5119 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
5120
5121         * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5122         Document ARM breakpoint types.
5123         (Register Packet Format): Move into the new section.
5124         (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5125
5126 2010-01-21  Joel Brobecker  <brobecker@adacore.com>
5127
5128         * gdb.texinfo (File Options): Adjust the documentation of this
5129         switch to refer to the "source" command rather than partially
5130         duplicating some of the relevant information.
5131         (Extending GDB): Introduce and document the set/show script-extension
5132         setting.
5133         (Command Files): Add note explaining that the "source" command
5134         is also used to evalute scripts written in other languages.
5135         Remove the short slightly incorrect reference to sourcing Python
5136         scripts.
5137         (Python Commands): Document how to execute a Python script from GDB.
5138
5139 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
5140
5141         * gdb.texinfo (Command Files): Fix typo.
5142
5143 2010-01-18  Tom Tromey  <tromey@redhat.com>
5144
5145         * gdb.texinfo (File Options): Document -x on .py files.
5146         (Command Files): Document handling of Python scripts.
5147
5148 2010-01-18  Jie Zhang  <jie.zhang@analog.com>
5149
5150         * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5151
5152 2010-01-15  Stan Shebs  <stan@codesourcery.com>
5153
5154         * gdb.texinfo (Trace Files): New section.
5155         (Tracepoint Packets): Document QTSave and qTBuffer.
5156         (Trace File Format): New appendix.
5157
5158 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
5159
5160         * gdb.texinfo (Values From Inferior): Document lazy_string value
5161         method.
5162         (Python API): Add Lazy strings menu item.
5163         (Lazy Strings In Python): New node.
5164
5165 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
5166
5167         * gdb.texinfo (GDB/MI Thread Information): New.
5168         (GDB/MI Async Records): Document the core field in *stopped.
5169         (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5170         documentation
5171         (Process list): Document that osdata document may contain
5172         threads.
5173         (Remote Serial Protocol): Document qXfer:threads.
5174
5175 2010-01-06  Stan Shebs  <stan@codesourcery.com>
5176
5177         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5178         disconnected tracing.
5179         (Tracepoint Packets): Document new protocol.
5180
5181 2010-01-05  Stan Shebs  <stan@codesourcery.com>
5182
5183         * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5184         tracepoints.
5185         (Tracepoint Packets): Describe remote protocol for fast
5186         tracepoints.
5187
5188 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
5189
5190         Update the "Start of New Year Procedure".
5191         * gdbint.texinfo: Add the list of files that need to be updated
5192         manually.  Minor reformatting.
5193
5194 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
5195
5196         * refcard.tex: Update copyright year in header and text.
5197
5198 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
5199
5200         * agentexpr.texi: Add 2010 to the list of copyright years.
5201         * annotate.texinfo: Likewise.
5202         * gdb.texinfo: Likewise.
5203         * gdbint.texinfo: Likewise.
5204         * observer.texi: Likewise.
5205         * stabs.texinfo: Likewise.
5206
5207 2009-12-31  Stan Shebs  <stan@codesourcery.com>
5208
5209         * gdb.texinfo (Tracepoint Actions): Describe teval.
5210
5211 2009-12-29  Stan Shebs  <stan@codesourcery.com>
5212
5213         * gdb.texinfo (Tracepoint Actions): Describe default-collect.
5214
5215 2009-12-28  Stan Shebs  <stan@codesourcery.com>
5216
5217         * gdb.texinfo (Trace State Variables): New section.
5218         (Tracepoint Packets): Describe trace state variable packets.
5219         * agentexpr.texi (Bytecode Descriptions): Describe trace state
5220         variable bytecodes.
5221
5222 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
5223
5224         * gdb.texinfo (Symbols): "info variables" prints definitions, not
5225         declarations.
5226
5227 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
5228
5229         * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5230         -gdb-exit behaviour.
5231
5232 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
5233
5234         * gpl.texi: Update to version 3 of the GPL.
5235
5236 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
5237
5238         * Makefile.in: Update copyright header.
5239         * observer.texi: Fix the copyright header of the generated files.
5240
5241 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
5242
5243         * gdb.texinfo (Types In Python): Describe range function.
5244
5245 2009-12-03  Richard Ward  <richard.j.ward1@googlemail.com>
5246
5247         * gdb.texinfo (Types In Python): Describe "is_base_class".
5248
5249 2009-12-03  Tom Tromey  <tromey@redhat.com>
5250
5251         * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5252
5253 2009-12-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
5254
5255         * observer.texi: New memory_changed observer.
5256
5257 2009-12-01  Tom Tromey  <tromey@redhat.com>
5258
5259         * gdb.texinfo (Reverse Execution): Fix typo.
5260
5261 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
5262
5263         PR gdb/8704
5264
5265         * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5266         are allowed after the breakpoint condition.
5267
5268 2009-11-23  Tom Tromey  <tromey@redhat.com>
5269
5270         PR python/10782:
5271         * gdb.texinfo (Types In Python): Document Type.pointer.
5272
5273 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
5274
5275         * gdb.texinfo (Machine Code): Adjust.
5276
5277 2009-11-11  Pedro Alves  <pedro@codesourcery.com>
5278
5279         * agentexpr.texi (Tracing On Symmetrix): Delete section.
5280         (Using Agent Expressions): Delete cross reference.
5281
5282 2009-11-07  Joel Brobecker  <brobecker@adacore.com>
5283
5284         * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5285         and @settitle directives up to help makeinfo find them.
5286
5287 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5288
5289         * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5290         (Auto-loading): Use plural and note one can use multiple components now.
5291
5292 2009-11-01  Vladimir Prus  <vladimir@codesourcery.com>
5293
5294         * gdb.texinfo (GDB/MI Stack Manipulation): Make
5295         -stack-list-arguments have the same documentation for parameter
5296         as -stack-list-locals. Add comas.
5297
5298 2009-10-27  Tom Tromey <tromey@redhat.com>
5299             Eli Zaretskii <eliz@gnu.org>
5300
5301         PR python/10781
5302
5303         * gdb.texinfo (Values From Inferior): Document cast method.
5304
5305 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
5306
5307         * gdb.texinfo (Machine Code): Mention function name in disasssembly
5308         and adjust example.
5309
5310 2009-10-22  Michael Snyder  <msnyder@vmware.com>
5311
5312         * gdb.texinfo (Process Record and Replay): Document new form of
5313         info record command.  Also document the new save and restore
5314         commands.
5315
5316 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
5317
5318         * gdb.texinfo (Machine Code): Mention current pc marker.
5319         (Memory): Likewise.
5320
5321 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
5322             Stan Shebs  <stan@codesourcery.com>
5323
5324         * observer.texi (new_inferior): Rename to...
5325         (inferior_appeared): ... this.
5326
5327         * gdb.texinfo (Inferiors): Rename node to ...
5328         (Inferiors and Programs): ... this.  Mention running multiple
5329         programs in the same debug session.
5330         <info inferiors>: Mention the new 'Executable' column if "info
5331         inferiors".  Update examples.  Document the "add-inferior",
5332         "clone-inferior", "remove-inferior" and "maint info
5333         program-spaces" commands.
5334         (Process): Rename node to...
5335         (Forks): ... this.  Document "set|show follow-exec-mode".
5336
5337 2009-10-11  Michael Snyder  <msnyder@vmware.com>
5338
5339         * gdb.texinfo (ReverseStep): Show default as "unsupported".
5340         (ReverseContinue): Ditto.
5341
5342 2009-10-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
5343
5344         * gdb.texinfo (Server): Document libthread-db-search-path.
5345
5346 2009-10-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5347
5348         * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5349
5350 2009-10-06  Michael Eager  <eager@eagercon.com>
5351
5352         * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5353         (Embedded Processors): Add MicroBlaze.
5354         (MicroBlaze): New.  Describe Xilinx MicroBlaze
5355
5356 2009-10-04  Pedro Alves  <pedro@codesourcery.com>
5357
5358         * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5359
5360 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5361
5362         * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5363
5364 2009-09-23  Joel Brobecker  <brobecker@adacore.com>
5365
5366         * observer.texi (solib_unloaded): Document explicitly the fact that
5367         this observer is called before the associated symbols are unloaded.
5368
5369 2009-09-19  Vladimir Prus  <vladimir@codesourcery.com>
5370
5371         * gdb.texinfo (GDB/MI Stack Manipulation): Document
5372         -stack-list-variables.
5373
5374 2009-09-18  Tom Tromey  <tromey@redhat.com>
5375
5376         * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5377         is experimental.
5378
5379 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
5380
5381         * gdb.texinfo (convenince variables): Mention
5382         $_siginfo could be empty.
5383
5384 2009-09-15  Tom Tromey  <tromey@redhat.com>
5385
5386         * gdb.texinfo (GDB/MI Variable Objects): Document
5387         -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5388         Expand -var-update documentation.
5389
5390 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5391
5392         * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5393         feature.
5394
5395 2009-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
5396
5397         * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5398
5399 2009-09-10  Michael Snyder  <msnyder@vmware.com>
5400
5401         * gdb.texinfo (qSupported): Mention new ReverseContinue and
5402         ReverseStep replies to the qSupported query.
5403
5404 2009-09-10  Joel Brobecker  <brobecker@adacore.com>
5405
5406         Add documentation for set/show interactive-mode.
5407         * gdb.texinfo (Other Misc Settings): New node.
5408
5409 2009-09-01  Doug Evans  <dje@google.com>
5410
5411         * gdb.texinfo (Caching Data of Remote Targets): Add note on
5412         non-stop mode's affect on remote caching.
5413
5414 2009-08-31  Jacob Potter  <jdpotter@google.com>
5415             Doug Evans  <dje@google.com>
5416
5417         * gdb.texinfo (Caching Data of Remote Targets): Update text.
5418         Mark `set/show remotecache' options as obsolete.
5419         Document new `set/show stack-cache' option.
5420         Update text for `info dcache'.
5421
5422 2009-08-27  Doug Evans  <dje@google.com>
5423
5424         * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5425         (Files): Add note on new optional regex arg to `info sharedlibrary'.
5426
5427 2009-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5428
5429         * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5430         about autoconf.
5431
5432 2009-08-25  Pedro Alves  <pedro@codesourcery.com>
5433
5434         * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5435         small example, and describe its columns.  Replace "inferior-id" by
5436         "infno" throughout.
5437
5438 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5439
5440         * gdbint.texinfo (Releasing GDB): Point to
5441         README-maintainer-mode file for required autoconf version.
5442         * configure.ac: Do not substitute datarootdir, htmldir,
5443         pdfdir, docdir.  Do not process --with-datarootdir,
5444         --with-htmldir, --with-pdfdir, --with-docdir.
5445         * configure: Regenerate.
5446
5447         * configure: Regenerate.
5448
5449 2009-08-20  Reid Kleckner  <reid@kleckner.net>
5450
5451         * gdb.texinfo: Add chapter on JIT interface.
5452
5453 2009-08-07  Nick Roberts  <nickrob@snap.net.nz>
5454
5455         * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5456         confirmation request.
5457
5458 2009-08-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5459
5460         * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5461         CRC definitions.
5462
5463 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
5464
5465         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5466         -break-commands.
5467
5468 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5469
5470         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5471         "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5472
5473 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5474
5475         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5476         "set spu stop-on-load" and "show spu stop-on-load" commands.
5477
5478 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5479
5480         * gdb.texinfo (Target Descriptions): Document <compatible> element.
5481
5482 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
5483
5484         * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5485         org.gnu.gdb.arm.neon.
5486
5487 2009-07-20  Pedro Alves  <pedro@codesourcery.com>
5488
5489         * gdb.texinfo (Target Description Format): Mention the new <osabi>
5490         optional element.
5491         (subsection OS ABI): New subsection.
5492
5493 2009-07-14  Stan Shebs  <stan@codesourcery.com>
5494
5495         * gdb.texinfo (Tracepoint Conditions): New section.
5496         (General Query Packets): Describe ConditionalTracepoints.
5497         (Tracepoint Packets): Describe condition field.
5498         (Maintenance Commands): Describe maint agent-eval.
5499         * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5500
5501 2009-07-11  Hui Zhu  <teawater@gmail.com>
5502
5503         * gdb.texinfo (disassemble): Add a new modifier /r
5504         to "disassemble" command to make it print the raw instructions
5505         in hex as well as in symbolic form.
5506
5507 2009-07-09  Tom Tromey  <tromey@redhat.com>
5508
5509         * gdbint.texinfo (Testsuite): Document parallel make check.
5510
5511 2009-07-09  Tom Tromey  <tromey@redhat.com>
5512
5513         * gdbint.texinfo (Testsuite): Document test transcripts.
5514
5515 2009-07-10  Phil Muldoon  <pmuldoon@redhat.com>
5516
5517         * gdb.texinfo (Values From Inferior): Add length parameter
5518         description.
5519
5520 2009-07-04  Chris Genly  <chris@genly.us>
5521
5522         * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5523         in -var-list-children.  Fix example according to what the code
5524         does.
5525
5526 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
5527
5528         * gdb.texinfo (Debugging multiple inferiors): Document the
5529         "inferior", "detach inferior" and "kill inferior" commands.
5530         (Debugging Programs with Multiple Processes): Adjust to mention
5531         generic "inferior" commands.  Delete mention of "detach fork" and
5532         "delete fork".  Cross reference to "Debugging multiple inferiors"
5533         section.
5534
5535 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5536
5537         * gdbint.texinfo (Item Output Functions): Update signature
5538         for ui_out_field_core_addr.
5539
5540 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5541
5542         * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5543         Update example code extrated from breakpoint.c.
5544
5545 2009-06-28  Paul Pluzhnikov  <ppluzhnikov@google.com>
5546
5547         * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5548         MI commands.
5549         (GDB/MI Symbol Query): Likewise.
5550         (GDB/MI File Commands): Likewise.
5551         (GDB/MI File Transfer Commands): Likewise.
5552         (GDB/MI Target Manipulation): Likewise.
5553         (GDB/MI Miscellaneous Commands): Likewise.
5554
5555 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
5556
5557         * gdb.texinfo (Debugging Optimized Code): New chapter.
5558         (Compiling for Debugging): Reference it.  Move some
5559         text to the new section.
5560
5561 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
5562
5563         * doc/gdb.texinfo (Calling): Document
5564         set-unwind-on-terminating-exception usage.
5565
5566 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
5567
5568         * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5569         command.
5570
5571 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
5572
5573         * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5574         references.
5575
5576 2009-06-04  Ulrich Weigand  <uweigand@de.ibm.com>
5577
5578         * gdbint.texinfo: Rename formal parameters to gdbarch function
5579         protoypes from "current_gdbarch" to "gdbarch".
5580
5581 2009-05-28  Tom Tromey  <tromey@redhat.com>
5582
5583         * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5584
5585 2009-05-27  Tom Tromey  <tromey@redhat.com>
5586
5587         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5588         feature.
5589         (GDB/MI Variable Objects): Document -var-set-visualizer.
5590
5591 2009-04-02  Tom Tromey  <tromey@redhat.com>
5592
5593         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5594         feature.
5595         (GDB/MI Variable Objects): Document -var-set-visualizer.
5596
5597 2009-05-27  Tom Tromey  <tromey@redhat.com>
5598             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5599             Phil Muldoon  <pmuldoon@redhat.com>
5600
5601         * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5602         (Pretty Printing): New node.
5603         (Selecting Pretty-Printers): Likewise.
5604         (Python API): Update.
5605         (Output Formats): Document /r format.
5606
5607 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5608             Tom Tromey  <tromey@redhat.com>
5609
5610         * gdb.texinfo (Types In Python): New node.
5611         (Values From Inferior): "type" is now an attribute.
5612         (Python API): Update.
5613
5614 2009-05-27  Tom Tromey  <tromey@redhat.com>
5615             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5616             Phil Muldoon  <pmuldoon@redhat.com>
5617
5618         * gdb.texinfo: Add @syncodeindex for `tp'.
5619         (Python API): Update.
5620         (Auto-loading): New node.
5621         (Objfiles In Python): New node.
5622
5623 2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
5624
5625         * gdb.texinfo (Threads): Document libthread-db-search-path.
5626
5627 2009-05-15  Nick Roberts  <nickrob@snap.net.nz>
5628
5629         * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5630
5631 2009-05-12  Pedro Alves  <pedro@codesourcery.com>
5632
5633         * gdb.texinfo: Document 'set/show debug gnu-nat'.  Replace 'maint
5634         show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5635         show show-debug-regs' docs.
5636
5637 2009-05-08  Eli Zaretskii  <eliz@gnu.org>
5638
5639         * gdb.texinfo (Process Record and Replay): Add description of
5640         reverse execution.
5641
5642 2009-05-07  Joel Brobecker  <brobecker@adacore.com>
5643
5644         * gdbint.texinfo (Adding support for debugging core files): New node.
5645         (Native Debugging): Remove the ``Native core file Support'' section.
5646
5647 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
5648
5649         * gdb.texinfo (Process Record and Replay): Improve and clarify.
5650         Add index entries.
5651
5652 2009-04-30  Hui Zhu  <teawater@gmail.com>
5653             Michael Snyder  <msnyder@vmware.com>
5654
5655         * gdb.texinfo: (Process Record and Replay): Add documentation for
5656         process record and replay.
5657
5658 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5659
5660         * gdb.texinfo (Macros): Note command-line for `info macro'.  Append
5661         a new part on command-line defined macros.
5662
5663 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
5664
5665         * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5666         clarify the wording.
5667
5668 2009-04-23  Tom Tromey  <tromey@redhat.com>
5669
5670         * gdb.texinfo (Data Files): New node.
5671         (GDB Files): Update menu.
5672
5673 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
5674
5675         * gdbint.texinfo (Defining Other Architecture Features): Remove
5676         entry for PROCESS_LINENUMBER_HOOK.
5677
5678 2009-04-22  Vladimir Prus  <vladimir@codesourcery.com>
5679
5680         * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5681
5682 2009-04-22  Hui Zhu  <teawater@gmail.com>
5683
5684         * gdb.texinfo (disassemble-next-line): Set the default of
5685         disassemble-next-line to off.
5686
5687 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
5688
5689         * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5690         --with-htmldir): New.
5691         * configure: Regenerate.
5692         * Makefile.in (datarootdir, docdir): Define.
5693         (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5694         instead of $(SET_TEXINPUTS).
5695         (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5696         gdbint.info instead of $(SET_TEXINPUTS).
5697         (gdbint/index.html): Use same -I options as for building
5698         gdbint.info.
5699         (stabs.dvi, stabs.pdf): Use same -I options as for building
5700         stabs.info instead of $(SET_TEXINPUTS).
5701         (stabs/index.html): Use same -I options as for building
5702         stabs.info.
5703         (annotate.dvi, annotate.pdf): Use same -I options as for building
5704         annotate.info instead of $(SET_TEXINPUTS).
5705         (annotate/index.html): Use same -I options as for building
5706         annotate.info.
5707
5708 2009-04-21  David Daney  <ddaney@caviumnetworks.com>
5709
5710         * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5711
5712 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
5713
5714         * gdb.texinfo (Source Path): Document --with-relocated-sources.
5715
5716 2009-04-18  Carlos O'Donell  <carlos@codesourcery.com>
5717             Joseph Myers  <joseph@codesourcery.com>
5718
5719         * Makefile.in (MAKEHTML): Set to makeinfo --html.
5720         (MAKEHTMLFLAGS): Set to empty.
5721         (html__strip_dir): Define.
5722         (HTMLFILES): Define.
5723         (HTMLFILES_INSTALL): Define.
5724         (install-html): Copy new automake rule.
5725         (html): Depend on $(HTMLFILES).
5726         (gdb_toc.html): Rename to gdb/index.html.
5727         (gdbint_toc.html): Rename to gdbint/index.html.
5728         (stabs_toc.html): Rename to stabs/index.html.
5729         (annotate_toc.html): Rename to annotate/index.html.
5730
5731 2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
5732
5733         * Makefile.in: Set pdfdir and htmldir from configure
5734         substitutions.
5735         * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5736         * configure: Regenerate.
5737
5738 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
5739
5740         * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5741         This macro is no longer used.
5742
5743 2009-04-15  Tom Tromey  <tromey@redhat.com>
5744
5745         * gdb.texinfo (Character Sets): Document default character set.
5746
5747 2009-04-14  Pierre Muller  <muller@ics.u-strasbg.fr>
5748
5749         * gdbint.texinfo: Change server name from sources.redhat.com to
5750         sourceware.org throughout.
5751
5752 2009-04-09  Joel Brobecker  <brobecker@adacore.com>
5753
5754         * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5755         about a missing dot or coma after @xref.
5756
5757 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5758
5759         * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5760         example, and add a small explanation about it.
5761         (Print Settings): Change the documentation of the "set print
5762         frame-arguments" to reflect the fact that the default is now "scalars".
5763
5764 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5765
5766         * gdb.texinfo (Print Settings): Add kindex for command "set
5767         print frame-arguments".
5768
5769 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5770
5771         * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5772         breakpoints.
5773         (Set Breaks): Add reference to thread-specific and task-specific
5774         breakpoints.
5775
5776 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5777
5778         * gdb.texinfo (Ada Tasks): Remove the documentation about
5779         the "Running" state, as this state has been eliminated.
5780         Now all runnable tasks are shown as "Runnable".
5781
5782 2009-03-30  Stan Shebs  <stan@codesourcery.com>
5783
5784         * gdb.texinfo (Tracepoints): Describe tracepoints as a
5785         special case of breakpoints.
5786         (Enable and Disable Tracepoints): Mention deprecation.
5787         (Listing Tracepoints): Update description and example.
5788
5789 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5790
5791         * gdb.texinfo (Frames in Python): New node.
5792         (Python API): Update.
5793
5794 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5795
5796         * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5797         from a method to an attribute.
5798
5799 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5800
5801         * gdb.texinfo (Values From Inferior): Document is_optimized_out
5802         attribute.
5803
5804 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
5805
5806         * observer.texi (thread_exit): Add "silent" parameter.
5807
5808 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
5809
5810         * observer.texi (about_to_proceed): New.
5811
5812 2009-03-21  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5813
5814         * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5815         field throughout to handle types with spaces in them.  Fix typos
5816         found by aspell.
5817         (Summary, Requirements, Contributors): New first chapter,
5818         "Summary" added, old Requirements section moved there, and new
5819         section, "Contributors" added.
5820         (Initializing a New Architecture, Register Representation)
5821         (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5822         (Porting gdb): These sections extended and updated.
5823         (Compiler Characteristics): This section (empty) deleted.
5824         (Defining Other Architecture Features): This section renamed and
5825         duplicate material removed from (formerly "Target Conditionals").
5826         Use braces {} in @deftypeXX type field throughout to handle types
5827         with spaces in them. Typos found by aspell fixed.
5828
5829         * stack_frame.svg: New file, source of image for gdbint.texinfo.
5830         * stack_frame.pdf: Version of image for PDF output.
5831         * stack_frame.png: Version of image for HTML output and for Emacs.
5832         * stack_frame.txt: Version of image for Info output.
5833         * stack_frame.eps: Version of image for TeX DVI output.
5834
5835 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
5836
5837         * gdb.texinfo (Character Sets): Fix last change.
5838
5839 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5840
5841         * gdb.texinfo (Values From Inferior): Fix optional arguments
5842         markup.
5843         (Commands In Python): Adjust argument names of gdb.Command.__init__
5844         to what the function accepts as keywords.
5845
5846 2008-03-20  Tom Tromey  <tromey@redhat.com>
5847
5848         * gdb.texinfo (Convenience Vars): Document convenience functions.
5849         (Functions In Python): New node.
5850         (Python API): Update.
5851
5852 2009-03-20  Tom Tromey  <tromey@redhat.com>
5853
5854         * gdb.texinfo (Character Sets): Remove obsolete text.  Document
5855         set target-wide-charset.
5856         (Requirements): Mention iconv.
5857
5858 2009-03-17  Hui Zhu  <teawater@gmail.com>
5859
5860         * gdb.texinfo: Change the introduce of "disassemble-next-line".
5861
5862 2009-03-17  Hui Zhu  <teawater@gmail.com>
5863
5864         * gdb.texinfo: Add documentation for disassemble-next-line.
5865
5866 2009-03-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5867
5868         * gdb.texinfo (Commands In Python): Remove tindex entries.
5869
5870 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5871
5872         * gdb.texinfo (Returning): New description for missing debug info.
5873
5874 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
5875
5876         * gdb.texinfo (Remote Configuration): Document query-attached.
5877         (General Query Packets): Document qAttached.
5878
5879 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
5880
5881         * gdb.texinfo (Background Execution): Better describe the set
5882         target-async command.
5883         (Maintenance Commands): Delete description of the `maint set/show
5884         linux-async' and `maint set/show remote-async' commands.
5885
5886 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
5887
5888         * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5889         between sentences.
5890
5891 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
5892
5893         * gdb.texinfo (GDB/MI Async Records): Document the
5894         =library-loaded and =library-unloaded notifications.
5895
5896 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
5897
5898         * observer.texi (test_notification): New observer.
5899
5900 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
5901
5902         * observer.texi: Add parameter 'print_frame' to normal_stop
5903         observer.
5904
5905 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
5906
5907         * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5908         (Commands In Python): Fix COMMAND_* constants in last change.  Use
5909         @kbd for interactive input.  Add cross-references and index
5910         entries.
5911
5912 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5913
5914         * gdb.texinfo (Signals): Document $_siginfo.
5915         (Convenience Variables): Mention $_siginfo.
5916         (Remote Configuration): Document qXfer:siginfo:read,
5917         qXfer:siginfo:write packets, and the read-siginfo-object,
5918         write-siginfo-object commands.
5919
5920 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5921
5922         * gdbint.texinfo (Values): New chapter.
5923
5924 2009-02-06  Tom Tromey  <tromey@redhat.com>
5925
5926         * gdb.texinfo (Python API): Add entry for Commands In Python.
5927         (Commands In Python): New node.
5928
5929 2009-02-05  Tom Tromey  <tromey@redhat.com>
5930
5931         * gdb.texinfo (Values From Inferior): Document Value.string.
5932
5933 2009-02-05  Tom Tromey  <tromey@redhat.com>
5934
5935         * gdb.texinfo (Basic Python): Document execute's from_tty
5936         argument.
5937
5938 2009-02-04  Tom Tromey  <tromey@redhat.com>
5939
5940         * gdb.texinfo (Basic Python): Document gdb.history.
5941
5942 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
5943
5944         * gdb.texinfo (GDB/MI Thread Commands): Document the
5945         'current-thread-id' field.  Remove the example with zero threads,
5946         since current GDB won't ever report that if there's inferior.
5947
5948 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
5949
5950         * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5951         option to -break-insert.
5952
5953 2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
5954             Jerome Guitton  <guitton@adacore.com>
5955
5956         * gdb.texinfo (Startup): Document --with-system-gdbinit.
5957         (System-wide configuration): New section.
5958
5959 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5960
5961         PR gdb/7580:
5962         * gdb.texinfo (Maintenance Commands): Document "maint set|show
5963         internal-error|internal-warning quit|corefile ask|yes|no".
5964
5965 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5966
5967         * gdb.texinfo (Using the `gdbserver' Program): Document
5968         --remote-debug.
5969
5970 2009-01-23  Doug Evans  <dje@google.com>
5971
5972         * gdb.texinfo: Add nexti to list of commands that support
5973         background execution.
5974
5975 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
5976
5977         * gdb.texinfo (Define, Hooks): Document prefix command support.
5978
5979 2009-01-14  Joseph Myers  <joseph@codesourcery.com>
5980             Carlos O'Donell  <carlos@codesourcery.com>
5981
5982         Fixes for makeinfo --html.
5983
5984         * annotate.texinfo: Use @copying and @insertcopying.  Use
5985         @ifnottex in place of @ifinfo.
5986         * gdb.texinfo: Use @copying and @insertcopying.  Use @ifnottex in
5987         place of @ifinfo.  Use @ifnotinfo for one index entry.
5988         * gdbint.texinfo: Use @copying and @insertcopying.  Use @ifnottex
5989         in place of @ifinfo.
5990         * stabs.texinfo: Use @copying and @insertcopying.  Use @ifnottex
5991         in place of @ifinfo.  Include contents at start unconditionally.
5992
5993 2009-01-13  Pedro Alves  <pedro@codesourcery.com>
5994
5995         * gdb.texinfo (General Query Packets): Remove @var{} around the
5996         "spu" literal string.
5997
5998 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
5999
6000         * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6001         program may be running in another process" errors.
6002         * gdbint.texinfo (Native Conditionals): Delete
6003         ONE_PROCESS_WRITETEXT description.
6004
6005 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
6006
6007         * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6008         emacs local variable to be placed at the end of the ChangeLog.
6009         Add server.c and gdbreplay.c to the list of files where the
6010         copyright year needs to be updated.
6011
6012 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
6013
6014         * gdb.texinfo (Remote Configuration): Document new
6015         "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6016         commands.
6017
6018 2008-12-28  Pedro Alves  <pedro@codesourcery.com>
6019
6020         * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6021         FETCH_INFERIOR_REGISTERS.
6022         (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6023         FETCH_INFERIOR_REGISTERS descriptions.  Remove
6024         gdbarch_get_longjmp_target descrition, since already described in
6025         Target Conditionals.  Move gdbarch_fp0_regnum description to ...
6026         (Target Conditionals): ... here.
6027
6028 2008-12-16  Joel Brobecker  <brobecker@adacore.com>
6029
6030         * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6031         examples.
6032         (Additions to Ada): Likewise.  Add the missing opening and closing
6033         parenthesis of the GDB prompt in one of the examples.
6034
6035 2008-12-14  Joel Brobecker  <brobecker@adacore.com>
6036
6037         * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6038         about the result of 'Address not being of type System.Address.
6039         This problem has been fixed a while ago.
6040
6041 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
6042
6043         MI non-stop and multiprocess docs.
6044
6045         * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6046         (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6047         Adjust documentation for *stopped, document =thread-created,
6048         =thread-exited, =thread-group-created and =thread-group-exited.
6049         (GDB/MI Thread Commands): Document the 'state' field in
6050         -thread-info output.
6051         (GDB/MI Program Execution): Mention --all and --thread-group
6052         options.
6053         (GDB/MI Variable Objects): Describe floating and fixed variable
6054         objects.
6055         (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
6056
6057 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
6058
6059         * gdb.texinfo (Operating System Information): New appendix.
6060         (Operating System Auxiliary Information): Document 'info os processes'
6061         (Remote Configuration): Document 'osdata'
6062         (General Query Packets): Document qXfer:osdata:read.
6063
6064 2008-11-27  Tristan Gingold  <gingold@adacore.com>
6065
6066         * gdb.texinfo (Darwin): Document Darwin specific features.
6067
6068 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
6069
6070         * gdbint.texinfo (Target Conditionals): Extend the
6071         gdbarch_breakpoint_from_pc description.
6072
6073 2008-11-22  Vladimir Prus  <vladimir@codesourcery.com>
6074
6075         * gdb.texinfo (M68K Features): Fix typo.
6076
6077 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
6078
6079         * gdb.texinfo (Symbols): Mention printing containing
6080         image name in "info symbol".
6081         (Maint translate-address): Likewise.
6082
6083 2008-11-18  Joel Brobecker  <brobecker@adacore.com>
6084
6085         * gdb.texinfo (Set Catchpoints): Remove the documentation of
6086         commands "catch load" and "catch unload".
6087
6088 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
6089
6090         * gdb.texinfo (GDB/MI Async Records): Document
6091         =thread-selected.
6092
6093 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
6094
6095         * observer.texi (new_inferior, inferior_exit): New observers.
6096
6097 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
6098
6099         * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6100         .mt files, TM_CLIBS or TM_CDEPS.
6101         (x86 Watchpoints): Don't mention TDEPFILES.
6102
6103 2008-10-24  Sandra Loosemore  <sandra@codesourcery.com>
6104
6105         * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6106         (Overview): Mention notifications and non-stop mode behavior.
6107         (Packets): Update documentation of ?, vAttach, vCont, and vRun
6108         with non-stop mode behavior.  Add vStopped description.
6109         (Stop Reply Packets):  Update list of packets that return
6110         stop replies.  Mention non-stop behavior.
6111         (General Query Packets): Document QNonStop packet and associated
6112         qSupported query response.
6113         (Interrupts): Clarify multi-threaded behavior.  Mention non-stop
6114         behavior.
6115         (Notification Packets): New section.
6116         (Remote Non-Stop): New section.
6117         (File-I/O Overview): Mention non-stop behavior.
6118
6119 2008-10-24  Hui Zhu  <teawater@gmail.com>
6120             Pedro Alves  <pedro@codesourcery.com>
6121
6122         * gdb.texinfo (displaced-stepping): Describe the auto mode
6123         setting, and say it's the default.  This is now a mainstream
6124         setting instead of a maintenance setting.
6125
6126 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
6127
6128         * observer.texi (thread_stop_requested): New.
6129
6130 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
6131
6132         * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6133         (Patching): Replace incorrect usage of @samp by @kbd.
6134
6135 2008-10-17  Michael Snyder  <msnyder@vmware.com>
6136
6137         * gdb.texinfo: Add documentation for reverse execution.
6138
6139 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6140             Eli Zaretskii  <eliz@gnu.org>
6141
6142         * gdb.texinfo. (Values From Inferior): New subsubsection.
6143
6144 2008-10-06  Doug Evans  <dje@google.com>
6145
6146         * gdb.texinfo (set debug dwarf2-die): Document it.
6147
6148 2008-10-01  Joel Brobecker  <brobecker@adacore.com>
6149
6150         * gdb.texinfo (catch) [exception]: Document how to insert
6151         a breakpoint on user-defined exceptions when the exception
6152         name is identical to one of the language-defined ones.
6153
6154 2008-09-27  Tom Tromey  <tromey@redhat.com>
6155
6156         * gdb.texinfo (Macros): Remove text about stringification,
6157         varargs, and splicing.
6158
6159 2008-09-27  Tom Tromey  <tromey@redhat.com>
6160
6161         * gdbint.texinfo (Language Support): Remove text about omitting
6162         support for a language.
6163
6164 2008-09-23  Doug Evans  <dje@google.com>
6165
6166         * gdb.texinfo (info dcache): Update.
6167
6168 2008-09-22  Sandra Loosemore  <sandra@codesourcery.com>
6169
6170         * gdb.texinfo (Packets): Add info on thread-id syntax and
6171         multiprocess extensions.
6172         <D>: Document multiprocess form of packet.
6173         <H>: Use thread-id syntax.
6174         <T>: Likewise.
6175         <vCont>: Likewise.  Note this is required for multiprocess.
6176         <vKill>: New packet.
6177         (Stop Reply Packets) <T>: Use thread-id syntax.
6178         <W>: Document multiprocess form of reply.
6179         <X>: Likewise.
6180         (General Query Packets) <qC>: Use thread-id syntax.
6181         <qfThreadInfo>: Likewise.
6182         <qGetTLSAddr>: Likewise.
6183         <qP>: Likewise.
6184         <qSupported>: Add "multiprocess" feature.
6185         <qThreadExtraInfo>: Use thread-id syntax.
6186
6187 2008-09-22  Stan Shebs  <stan@codesourcery.com>
6188
6189         * gdb.texinfo (Inferiors): New section.
6190
6191 2008-09-12  Pedro Alves  <pedro@codesourcery.com>
6192
6193         * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6194
6195 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
6196
6197         * gdbint.texinfo (Target Conditionals): Remove documentation
6198         for gdbarch_name_of_malloc.
6199
6200 2008-09-03  Angela Marie Thomas <angela@releasedominatrix.com>
6201
6202         * gdb.texinfo (Interrupts): Mention TCP interface for
6203         sending BREAK.
6204
6205 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
6206
6207         * gdb.texinfo (Commands to Specify Files): Document "remote:"
6208         argument prefix to "set sysroot".
6209
6210 2008-08-21  Paul N. Hilfinger  <hilfinger@adacore.com>
6211
6212         * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6213         and False.
6214
6215 2008-08-20  Vladimir Prus  <vladimir@codesourcery.com>
6216
6217         * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6218         for possible features of -list-features.
6219
6220 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
6221
6222         * gdb.texinfo (Background execution): Adjust example
6223         (GDB/MI Miscellaneous Commands): Document -list-target-features.
6224
6225 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
6226
6227         * doc/gdb.texinfo (PowerPC): Fix typo.
6228         (PowerPC features): Fix typo.
6229
6230 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
6231
6232         * observer.texi (thread_ptid_changed): New.
6233
6234 2008-08-18  Luis Machado  <luisgpm@br.ibm.com>
6235
6236         * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6237         (PowerPC features): Mention feature set for VSX registers.
6238
6239 2008-08-13  Joel Brobecker  <brobecker@adacore.com>
6240
6241         * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6242         the direct visibility of all names in user-written packages.
6243
6244 2008-08-13  Pedro Alves  <pedro@codesourcery.com>
6245
6246         * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6247         setting, and make it the default.
6248         (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6249         non-stop script example.
6250
6251 2008-08-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6252
6253         * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6254         reference to the "Using Different Register and Memory Data
6255         Representation" section.
6256
6257 2008-08-12  Sandra Loosemore  <sandra@codesourcery.com>
6258
6259         * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6260         (Remote Protocol): Add Packet Acknowledgment to menu.
6261         (Overview): Mention +/- can be disabled, and point to new section
6262         where this is discussed in detail.
6263         (General Query Packets): Document QStartNoAckMode packet, and
6264         corresponding qSupported reply.
6265         (Packet Acknowledgment): New section.
6266
6267 2008-08-11  Sandra Loosemore  <sandra@codesourcery.com>
6268             Pedro Alves  <pedro@codesourcery.com>
6269
6270         * gdb.texinfo (Threads): Move paragraph about automatic thread
6271         selection to All-Stop Mode subsection.
6272         (Thread Stops): Reorganize existing material into subsections.
6273         Add introductory blurb and menu.
6274         (Non-Stop Mode): New subsection.
6275         (Background Execution): New subsection.
6276         (Maintenance Commands): Add cross-references from async mode
6277         commands to the new Background Execution section.
6278
6279 2008-08-06  Tom Tromey  <tromey@redhat.com>
6280
6281         * gdb.texinfo (Extending GDB): New chapter.
6282         (Sequences): Demoted chapter, now a section under the new
6283         Extending GDB chapter.
6284         (Python): New section.
6285
6286 2008-07-31  Stan Shebs  <stan@codesourcery.com>
6287
6288         * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6289
6290 2008-07-29  Stan Shebs  <stan@codesourcery.com>
6291
6292         * gdbint.texinfo: General round of cleanup and minor
6293         clarifications.
6294         (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6295         (Longjmp Support): Update description to reflect how it is done
6296         for targets without using native header.
6297         (Symbol Handling): Add a little more general explanation.
6298         (COFF, ELF): Mention stabs encapsulation.
6299         (DWARF 3): New section.
6300         (Adding a New Host): Scrub out some obsolete bits.
6301         (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6302         (Host Conditionals): Remove descriptions of NO_STD_REGS,
6303         HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6304         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6305         SEEK_SET, STOP_SIGNAL, USG.
6306         (Raw and Virtual Register Representations): Ditto for
6307         DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6308         DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6309         (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6310         DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6311         DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6312         DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6313         DEPRECATED_REGISTER_VIRTUAL_SIZE,
6314         DEPRECATED_REGISTER_VIRTUAL_TYPE,
6315         DEPRECATED_USE_STRUCT_CONVENTION.
6316         Describe gdbarch_deprecated_fp_regnum.
6317         Update description of gdbarch_print_insn.
6318         (Adding a New Target): Scrub out obsolete bits.
6319         (Obsolete Conditionals): Remove entire section.
6320
6321 2008-07-25  Tom Tromey  <tromey@redhat.com>
6322
6323         * observer.texi (GDB Observers): Document new observers:
6324         breakpoint_created, breakpoint_deleted, breakpoint_modified,
6325         tracepoint_created, tracepoint_deleted, tracepoint_modified,
6326         architecture_changed.
6327
6328 2008-07-21  Stan Shebs  <stan@codesourcery.com>
6329
6330         * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6331         instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6332
6333 2008-07-21  Tom Tromey  <tromey@redhat.com>
6334
6335         * observer.texi (GDB Observers): Remove obsolete comment.
6336         <executable_changed>: Remove argument.
6337
6338 2008-07-18  Tom Tromey  <tromey@redhat.com>
6339
6340         * gdb.texinfo (Macros): Update.  Use @code rather than @command.
6341
6342 2008-07-10  Doug Evans  <dje@google.com>
6343
6344         * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6345
6346 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6347
6348         * gdb.texinfo (Starting): Document "set disable-randomization".
6349
6350 2008-07-07  Andreas Schwab  <schwab@suse.de>
6351
6352         * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6353
6354 2008-07-06  Vladimir Prus  <vladimir@codesourcery.com>
6355
6356         * gdb.texinfo (GDB/MI Target Manipulation): Add
6357         example of -target-attach.
6358
6359 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
6360
6361         * observer.texi (target_resumed): New observer.
6362         * gdb.texinfo (GDB/MI Output Records): Document *running.
6363
6364 2008-06-06  Tom Tromey  <tromey@redhat.com>
6365
6366         * gdb.texinfo (Completion): Add field name example.
6367
6368 2008-06-06  Marc Khouzam  <marc.khouzam@ericsson.com>
6369
6370         * gdb.texinfo (GDB/MI Program Context): Added example
6371         to -exec-arguments
6372
6373 2008-06-05  Nick Roberts  <nickrob@snap.net.nz>
6374
6375         * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6376         annotation.
6377
6378 2008-06-05  Vladimir Prus  <vladimir@codesourcery.com>
6379             Nathan Sidwell  <nathan@codesourcery.com>
6380             Joseph Myers  <joseph@codesourcery.com>
6381
6382         * configure.ac: Include ../../config/acx.m4.  Use ACX_PKGVERSION
6383         and ACX_BUGURL.
6384         * configure: Regenerate.
6385         * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6386         (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6387         * gdb.texinfo: Use VERSION_PACKAGE and BUGURL.  Remove
6388         mailing-list-specific text about bug reporting unless
6389         BUGURL_DEFAULT.
6390
6391 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
6392
6393         * gdb.texinfo (-target-select): Remove reference to target async.
6394         (Maintenance Commands): Document "maint set/show remote-async".
6395
6396 2008-06-04  Marc Khouzam  <marc.khouzam@ericsson.com>
6397
6398         * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6399         in -target-file-get section.
6400
6401 2008-05-22  Pedro Alves  <pedro@codesourcery.com>
6402
6403         * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6404         killing the inferior when it is already debugging a process.
6405
6406 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
6407
6408         * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6409         abbreviation for "finish".
6410
6411 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
6412
6413         * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6414
6415 2008-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
6416
6417         * gdbint.texinfo (Target Conditionals): Delete entry for
6418         gdbarch_dwarf_reg_to_regnum.
6419
6420 2008-05-09  Doug Evans  <dje@google.com>
6421
6422         * gdb.texinfo: Document "find" command, qSearch:memory packet.
6423
6424 2008-05-05  Doug Evans  <dje@google.com>
6425
6426         * gdb.texinfo (disassemble): Document /m modifier.
6427
6428 2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
6429
6430         * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6431         will not report the time of commands that run the target.
6432
6433 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6434
6435         * gdb.texinfo (GDB/MI Output Records): Add
6436         missing semicolon.
6437
6438 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6439
6440         * gdb.texinfo (GDB/MI Output Records):
6441         Document =thread-create and =thread-exited.
6442
6443 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6444
6445         * gdb.texinfo (GDB/MI Development and Front Ends):
6446         Remove mention of dmi-discuss.
6447
6448 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
6449
6450         * observer.texi (thread_exit): New.
6451
6452 2008-05-02  Pedro Alves  <pedro@codesourcery.com>
6453
6454         * gdb.texinfo (Debugging Output): Document "set/show debug
6455         displaced".
6456         (Maintenance Commands): Document "maint set/show
6457         can-use-displaced-stepping".
6458
6459 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
6460
6461         * gdb.texinfo (ARM): Document set/show arm fallback-mode
6462         and set/show arm force-mode.
6463
6464 2008-05-02  Andreas Schwab  <schwab@suse.de>
6465
6466         * gdbint.texinfo (Algorithms): Describe
6467         target_watchpoint_addr_within_range.
6468
6469 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
6470
6471         * gdbint.texinfo (Stack Frames): New chapter.
6472         (Algorithms): Move Frames text to the new chapter.
6473         (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS.  Document
6474         gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6475
6476 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
6477
6478         * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6479         output does not necessary include any tokens.
6480
6481 2008-04-22  Corinna Vinschen  <vinschen@redhat.com>
6482
6483         * gdb.texinfo (Set SH Calling convention): New @item.
6484         (Show SH Calling convention): Ditto.
6485
6486 2008-04-22  Markus Deuling  <deuling@de.ibm.com>
6487
6488         * gdb.texinfo (Fortran Operators): Describe '%' operator.
6489
6490 2008-04-20  Eli Zaretskii  <eliz@gnu.org>
6491
6492         * gdb.texinfo (Set Breaks): Mention that multiple location
6493         breakpoints need line number info.  Add index entries.
6494
6495 2008-04-19  Craig Silverstein  <csilvers@google.com>
6496
6497         * gdb.texinfo (Requirements): Add an optional requirement on
6498         zlib.
6499         * gdbint.texinfo (Debugging File Formats): Add new subsection for
6500         Compressed DWARF 2.
6501
6502 2008-04-16  Aleksandar Ristovski  <aristovski@qnx.com>
6503
6504         * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6505         sample output for 'stopped,reason="breakpoint-hit"' message.
6506         (GDB/MI Program Execution): Likewise.
6507
6508 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
6509
6510         * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6511         -var-set-format.  Add -f option to -var-evaluate-expression.
6512
6513 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
6514
6515         * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6516         new node "Ambiguous Expressions".  Replace references to this
6517         node by references to "Ambiguous Expressions" throughout.
6518         (Ambiguous Expressions): New node.
6519
6520 2008-03-26  Daniel Jacobowitz  <dan@codesourcery.com>
6521
6522         * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6523
6524 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
6525
6526         * gdb.texinfo (Debugging Output): Document
6527         "set/show debug lin-lwp-async".
6528         (Maintenance Commands): Document "maint set/show linux-async".
6529
6530 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
6531
6532         * gdb.texinfo (Expressions): Update description of malloced arrays.
6533
6534 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
6535
6536         * gdb.texinfo (Thread Commands): Document
6537         -thread-info.  Remove -thread-list-all-threads.
6538
6539 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
6540             Sandra Loosemore  <sandra@codesourcery.com>
6541
6542         * gdb.texinfo (Library List Format): Update to mention the
6543         possibility to pass section addresses instead of segment
6544         addresses.
6545
6546 2008-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
6547
6548         * gdb.texinfo (Starting): Document "set exec-wrapper".
6549         (Server): Document gdbserver --wrapper.
6550
6551 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
6552
6553         * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6554         unreadable memory.  Delete obsolete SPARClite reference.
6555
6556 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
6557
6558         * gdb.texinfo (Starting): Mention always-running targets.
6559         (Target Commands): Add an anchor for load.
6560         (Connecting): Explain continue instead of run.
6561
6562 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
6563
6564         * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6565
6566 2008-02-26  Nick Roberts  <nickrob@snap.net.nz>
6567
6568         * gdb.texinfo (Set Breaks): Revert description of Enb column of
6569         breakpoint table.
6570
6571 2008-02-19  Pedro Alves  <pedro@codesourcery.com>
6572
6573         * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6574         killing the inferior when it is already debugging a process.
6575
6576 2008-02-13  Markus Deuling  <deuling@de.ibm.com>
6577
6578         * gdbint.texinfo (Build Script): New section. Mention new build script
6579         gdb_buildall.sh.
6580
6581 2008-02-01  Jim Blandy  <jimb@red-bean.com>
6582
6583         * gdb.texinfo (Help): Summarize 'info args' correctly.
6584
6585 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6586
6587         * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6588         available in PowerPC architecture.
6589         (Embedded Processors): Change node name of PowerPC item in menu.
6590         (PowerPC): Rename to...
6591         (PowerPC Embedded): this.
6592         (Architectures): Add new PowerPC item in menu.
6593         (PowerPC): New node.
6594
6595 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6596
6597         * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6598         commands.
6599
6600 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6601
6602         * gdb.texinfo (Setting Catchpoints): Mention features
6603         supported on GNU/Linux.
6604
6605 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
6606
6607         * gdb.texinfo (GDB/MI File Commands): Describe new output
6608         field for MI command -file-list-exec-source-file.
6609
6610 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
6611
6612         * gdb.texinfo (Using the `gdbserver' Program): Add security
6613         warning.  Rearrange into subsections and subsubsections.  Document
6614         --multi and --debug.  Correct --with-sysroot typo.  Update --attach
6615         usage.  Make load reference clearer.  Document monitor exit.
6616         (Remote Configuration): Document set remote exec-file, attach-packet,
6617         and run-packet.
6618         (Packets): Document vAttach and vRun.
6619
6620 2008-01-29  Nick Roberts  <nickrob@snap.net.nz>
6621
6622         * gdb.texinfo (Processes): Mention process command.
6623         detach-on-follow -> detach-on-fork.
6624
6625 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
6626
6627         * gdbint.texinfo (Native Conditionals): Remove
6628         SHELL_COMMAND_CONCAT and SHELL_FILE.
6629
6630 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
6631
6632         * gdb.texinfo (Specify Location): Improve wording.
6633
6634 2008-01-23  Chris Demetriou  <cgd@google.com>
6635
6636         * gdb.texinfo (Threads): Document new "set print thread-events"
6637         and "show print thread-events" commands.
6638
6639 2008-01-19  Eli Zaretskii  <eliz@gnu.org>
6640
6641         * gdb.texinfo (Specify Location): New section.
6642         (Delete Breaks, Edit, Set Breaks): Remove description of
6643         locations.  Instead, add a reference to "Specify Location".
6644         (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6645         (Symbols): Refer to "Specify Location" for the valid forms of
6646         linespecs and locations.
6647
6648 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
6649
6650         * gdbint.texinfo (Target Conditionals): Replace the description of
6651         BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6652
6653 2008-01-12  Paul Hilfinger  <hilfinger@adacore.com>
6654
6655         * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6656         about &&var, which is rejected by the expression parser.
6657
6658 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
6659
6660         * gdb.texinfo (Output): Update documentation on using printf with DFP
6661         types.
6662
6663 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6664
6665         * gdb.texinfo (C and C++): Add Decimal Floating Point format
6666         subsubsection.
6667         (Decimal Floating Point format): New subsubsection.
6668
6669 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
6670
6671         * gdb.texinfo (File Options): Remove mention of the attempt to
6672         open a core file with the -p option.  Don't list -c as a valid
6673         option to attach to a process.
6674
6675 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
6676
6677         * gdbint.texinfo (Host Conditionals): Remove mention of
6678         ALIGN_STACK_ON_ENTRY.
6679
6680 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
6681
6682         * gdbint.texinfo (Start of New Year Procedure): Add item
6683         describing how to update the source and documentation copyright
6684         notices.
6685
6686 2007-12-18  Jim Blandy  <jimb@codesourcery.com>
6687
6688         * gdb.texinfo (Set Watchpoints): Integrate per-thread
6689         watchpoint explanation into the main description of the watchpoint
6690         command; update synopses of 'watch', 'rwatch', and 'awatch'
6691         commands.
6692
6693 2007-12-18  Vladimir Prus  <vladimir@codesourcery.com>
6694
6695         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6696         Document 'pending-breakpoints' feature of
6697         -list-features.
6698
6699 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
6700
6701         * gdb.texinfo: Add new parameter's description.
6702
6703 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
6704
6705         * gdb.texinfo (Overview): Clarify run-length encoding
6706         example.  Remove the restriction on "+" and "-" characters.
6707
6708 2007-12-15  Eli Zaretskii  <eliz@gnu.org>
6709
6710         * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6711
6712 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
6713
6714         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6715         the -f option for -break-insert, remove -r option,
6716         and clarify specification of location.
6717
6718 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
6719
6720         * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6721         formatting.
6722         (Remote Debugging): Add File Transfer section.
6723         (Remote Configuration): Document Host I/O packets.
6724         (GDB/MI): Add GDB/MI File Transfer Commands section.
6725         (Host I/O Packets): New section in "Remote Protocol".
6726         (Packets): Add vFile.
6727
6728 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
6729
6730         * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6731         breakpoints with multiple locations.
6732         (Breakpoint Menus): Improve wording.
6733         (Output): Fix last change.
6734
6735 2007-11-17  Ulrich Weigand  <uweigand@de.ibm.com>
6736
6737         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6738
6739 2007-11-15  Doug Evans  <dje@google.com>
6740
6741         * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6742
6743 2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
6744
6745         * gdbint.texinfo (Native Conditionals): Remove
6746         mention of CLEAR_SOLIB.
6747
6748 2007-11-11  Joel Brobecker  <brobecker@adacore.com>
6749
6750         * gdb.texinfo (Print Settings): Add documentation for "set/show
6751         print frame-arguments".
6752
6753 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
6754
6755         * gdb.texinfo (Output): Update printf command's description.
6756
6757 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
6758
6759         * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6760         powerpc soft-float".
6761
6762 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6763
6764         * gdb.texinfo (Files): Correct formatting.  Mention Expat
6765         requirement.
6766         (Requirements for Building GDB): Expand the list of Expat
6767         uses.
6768         (Library List Format, Memory Map Format): Mention Expat.
6769         (Target Descriptions): Update Expat wording.
6770
6771 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6772
6773         * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6774         Document that gdbarch_convert_register_p should return zero for no-op
6775         conversions.
6776
6777 2007-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
6778
6779         * gdbint.texi (Compiler Characteristics): Move documentation
6780         of set_gdbarch_sofun_address_maybe_missing back to ...
6781         (Target Conditionals): ... here to fix build break.
6782
6783 2007-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
6784
6785         * gdbint.texi (Target Conditionals): Remove documentation of
6786         SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6787         (Compiler Characteristics): ... documentation of
6788         set_gdbarch_sofun_address_maybe_missing.
6789
6790 2007-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
6791
6792         * gdbint.texinfo (Target Conditionals): Use
6793         frame_unwind_register_unsigned in examples instead of
6794         frame_unwind_unsigned_register.
6795
6796 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6797
6798         * gdb.texinfo (Predefined Target Types): Add int128
6799         and uint128.
6800         (Standard Target Features): Add PowerPC features.
6801
6802 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6803
6804         * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6805
6806 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6807
6808         * gdbint.texi (Target Conditionals): Remove documentation
6809         of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6810         gdbarch_extract_return_value, and gdbarch_store_return_value.
6811
6812 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6813
6814         * gdbint.texi (Target Conditionals): Remove documentation of
6815         and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6816
6817 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
6818
6819         * gdb.texinfo: Mention that inaccessible-by-default is on by
6820         default.
6821
6822 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
6823
6824         * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6825
6826 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
6827
6828         * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6829         multi-threaded watchpoints.
6830         * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6831         checked.  Describe sticky notification.  Expand description
6832         of steppable and continuable watchpoints.
6833         (Watchpoints and Threads): New subsection.
6834
6835 2007-09-28  Vladimir Prus  <vladimir@codesourcery.com>
6836
6837         * gdb.texinfo (Setting Breakpoints): Revise
6838         documentation for pending breakpoints.  Document
6839         breakpoints with multiple locations.
6840
6841 2007-09-19  Vladimir Prus  <vladimir@codesourcery.com>
6842
6843         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6844         Document -list-features.
6845
6846 2007-09-15  Eli Zaretskii  <eliz@gnu.org>
6847
6848         * gdb.texinfo (Output): Spell out which features of C's printf are
6849         not supported by GDB's printf.
6850         (Separate Debug Files): More accurate wording regarding build ID
6851         and a reference to the ld manual rather than the Fedora wiki.
6852
6853 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
6854             Jim Blandy  <jimb@codesourcery.com>
6855
6856         * gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
6857         (Examining Memory): Update mentions of the 's' format.
6858         (Automatic Display): Likewise.
6859
6860 2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
6861
6862         * gdb.texinfo: Update the FSF's Back-Cover Text.
6863
6864 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6865             Eli Zaretskii  <eliz@gnu.org>
6866
6867         * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6868         Fixed the ``build ID'' name.  New binaries build instructions for the
6869         build ID inclusion.  Explain how the commands are specific to the build
6870         ID vs. debug link.
6871
6872 2007-09-01  Eli Zaretskii  <eliz@gnu.org>
6873
6874         * gdb.texinfo (Separate Debug Files): Fix last change.  Add
6875         indexing for ``build ID'' support.
6876
6877 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6878
6879         * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6880         Enlisted BUILD ID to the debug file searching example.
6881         Included a BUILD ID `.note.gnu.build-id' section description.
6882         Updated/added the debug files splitting instructions for OBJCOPY.
6883
6884 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
6885
6886         * gdb.texinfo (Variable Objects): Adjust docs
6887         for -var-info-expression and document
6888         -var-info-path-expression.
6889
6890 2007-08-20  Jim Blandy  <jimb@codesourcery.com>
6891
6892         * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6893         (title page): Include the dedication in the printed manual, as a
6894         separate page after the copyright notice.
6895
6896         * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6897         don't break a @var across a line.
6898
6899 2007-07-25  Maciej W. Rozycki  <macro@mips.com>
6900
6901         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6902         for include files.
6903
6904 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
6905
6906         * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
6907         in annotate.texinfo.
6908         (Command History): Link to new node.
6909
6910 2007-07-05  Markus Deuling  <deuling@de.ibm.com>
6911
6912         * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6913
6914 2007-07-05  Eli Zaretskii  <eliz@gnu.org>
6915
6916         * gdbint.texinfo (Target Conditionals): Fix last change.
6917
6918 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
6919
6920         * gdb.texinfo: Replace following macros by their appropriate gdbarch
6921         routines:
6922         (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6923         (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6924         (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6925         (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6926         (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6927         (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6928         (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6929         (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6930         (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6931         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6932         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6933         (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6934         (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6935         (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6936         (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6937         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6938         (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6939         (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6940         (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6941         (SOFTWARE_SINGLE_STEP_P)
6942
6943         (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6944         (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6945
6946         (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6947         (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6948         (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6949         (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6950         (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6951         (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6952         (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6953         (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6954         (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6955         (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6956
6957         (Converting an existing Target Architecture to Multi-arch): Remove
6958          section.
6959
6960         (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6961         (gdbarch_addr_bits_remove): Add code example.
6962
6963         * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6964
6965 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
6966
6967         * gdb.texinfo (Remote Configuration): Document library-info-packet.
6968         Add other missing entries.  Adjust the table size to fit.
6969         (Stop Reply Packets): Use @itemize instead of @enumerate.  Document
6970         stop reasons including the new "library" event.
6971         (General Query Packets): Adjust table widths for qSupported.  Mention
6972         qXfer:libraries:read reply to qSupported and document the new packet.
6973         (Library List Format): New section.
6974
6975 2007-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6976
6977         * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6978
6979 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
6980
6981         * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6982
6983 2007-06-25  Nick Roberts  <nickrob@snap.net.nz>
6984
6985         * gdbint.texinfo (Register and Memory Data): Break sections
6986         into nodes and add a menu.
6987
6988 2007-06-21  Maciej W. Rozycki  <macro@mips.com>
6989
6990         * gdb.texinfo (Examining Memory): Document the new behaviour.
6991
6992 2007-06-21  Vladimir Prus  <vladimir@codesourcery.com>
6993
6994         * gdb.texinfo (Standard Target Features): Document
6995         m68k features.
6996
6997 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
6998
6999         * gdb.texinfo (General Query Packets): Document qOffsets changes.
7000
7001 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
7002
7003         * gdb.texinfo (Target Description Format): Add version attribute
7004         for <target>.
7005
7006 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
7007
7008         * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7009
7010 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
7011
7012         * gdb.texinfo (MIPS Features): New subsection.
7013
7014 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
7015             Markus Deuling  <deuling@de.ibm.com>
7016
7017         * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7018         and qXfer:spu:write packets and mention them under qSupported.
7019
7020 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
7021             Markus Deuling  <deuling@de.ibm.com>
7022
7023         * gdb.texinfo (Architectures): Add new SPU section to document
7024         Cell Broadband Engine SPU architecture specific commands.
7025
7026 2007-06-09  Vladimir Prus  <vladimir@codesourcery.com>
7027
7028         * gdb.texinfo (GDB/MI Variable Objects): Editorial
7029         comments.
7030
7031 2007-06-07  Nick Roberts  <nickrob@snap.net.nz>
7032
7033         * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7034
7035 2007-05-29  Jim Blandy  <jimb@codesourcery.com>
7036
7037         * gdb.texinfo (Overview): Doc fix.
7038
7039 2007-05-22  Maciej W. Rozycki  <macro@mips.com>
7040
7041         * gdb.texinfo (Remote Configuration): Document "set/show
7042         remoteflow".
7043
7044 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
7045
7046         * gdb.texinfo (MIPS): Remove documentation for set mips
7047         saved-gpreg-size, show mips saved-gpreg-size, and set mips
7048         stack-arg-size.
7049
7050 2007-05-14  Bob Wilson  <bob.wilson@acm.org>
7051
7052         * all-cfg.texi (GDBTUI): New.
7053         * gdb.texinfo (Mode Options): Use GDBTUI variable.
7054         (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7055         (TUI Configuration): Edit to improve clarity and fix problems of
7056         both style and content.
7057
7058 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
7059
7060         * observer.texi (GDB Observers): New observer "new_objfile".
7061
7062 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
7063
7064         * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7065
7066 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
7067
7068         * gdb.texinfo (GDB/MI Variable Objects): Document
7069         frozen variables objects.
7070
7071 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
7072
7073         * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7074         (Character Sets, Caching Data of Remote Targets): Likewise.
7075         (Targets): Delete Remote node.  Move its text...
7076         (Debugging Remote Programs): ...to here.  Delete description
7077         of the "remote" command.
7078         (Remote configuration): Delete description of "set remotedevice"
7079         and "show remotedevice".
7080         (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7081
7082 2007-04-11  Bob Wilson  <bob.wilson@acm.org>
7083
7084         * gdb.texinfo (Contributors, Continuing and Stepping)
7085         (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7086         (General Query Packets, File-I/O Remote Protocol Extension)
7087         (Protocol Basics, The F Reply Packet, Write)
7088         (Protocol-specific Representation of Datatypes, Memory Transfer):
7089         Fix hyphenation, punctuation and grammar problems.
7090         (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
7091         'section' instead of 'subsection' in the text.
7092         (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7093         (i386): Remove period from section name.
7094         (Installing GDB, Requirements, Running Configure,  Separate Objdir)
7095         (Config Names, Configure Options): Use @file{configure}.
7096
7097 2007-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
7098
7099         * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7100         and tab expansion.
7101
7102 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
7103
7104         * gdbint.texinfo (SOM): Correct location of the SOM reader.
7105
7106 2007-04-02  Bob Wilson  <bob.wilson@acm.org>
7107
7108         * gdb.texinfo: Consistently capitalize all significant words in
7109         node names, chapter titles, section titles, and headings.  Update
7110         cross references to match.
7111         (Starting and Stopping Trace Experiment): Make node name plural.
7112         (Breakpoint related warnings): Hyphenate "Breakpoint-related".
7113
7114 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
7115
7116         * gdb.texinfo (WinCE): Delete obsolete subsection.
7117
7118 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
7119
7120         * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7121         * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7122         references.
7123
7124 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
7125
7126         * gdb.texinfo (Startup): Delete references to some alternate
7127         names for .gdbinit.
7128         (Thread): Remove LynxOS reference.
7129         (Tandem ST2000): Delete target-specific documentation.
7130         * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7131         (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7132         and GDB_OSABI_LYNXOS.
7133
7134 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
7135
7136         * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7137
7138 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
7139
7140         * gdbint.texinfo (Target Conditionals): Remove mention of
7141         DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7142         and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7143
7144 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
7145
7146         * Makefile.in: Add "pdfdir" installation
7147         directory, PDFTEX macro, support for "install-pdf" target,
7148         and rules for making a pdf version of refcard.texi.
7149         * refcard.tex: Specify paper size for PDF output.
7150
7151 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7152
7153         * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
7154
7155 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7156
7157         * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7158         (Source Path, Character Sets, Macros, Define)
7159         (GDB/MI Result Records, GDB/MI Simple Examples)
7160         (GDB/MI Program Execution, GDB/MI File Commands)
7161         (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7162         (Bug Reporting): Use @value{GCC}.
7163
7164 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7165
7166         * gdb.texinfo (Help): Fix formatting of examples.
7167         (Variables): Use @ifnotinfo instead of @iftex.
7168         (Non-debug DLL symbols): Use @ref instead of @pxref.
7169         (Sparclet File): Use @samp instead of quotes.
7170
7171 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7172
7173         * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7174
7175 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7176
7177         * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7178         the order of the nodes.
7179         (C Operators, C Constants, Debugging C): Remove extra menus.
7180         (Method Names in Commands): Do not specify next/prev/up nodes.
7181
7182 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7183
7184         * gdb.texinfo (File Options): Add missing parenthesis.
7185         (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7186
7187 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
7188
7189         * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7190
7191 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
7192
7193         * gdb.texinfo (Standard Target Features): Mention
7194         case insensitivity.
7195         (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7196
7197 2007-02-18  Nick Roberts  <nickrob@snap.net.nz>
7198
7199         * gdb.texinfo (Top): Put Appendix A after numbered sections.
7200         (Files): Add section name to argument list for pxref.
7201         (Non-debug DLL symbols): Don't use `see' for pxref.
7202         (Embedded Processors): Fix typo.
7203         (GDB/MI Breakpoint Commands): Execution commands generate
7204         *stopped not ^done.
7205
7206 2007-02-13  Nick Roberts  <nickrob@snap.net.nz>
7207
7208         * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7209         values for in_scope.  Mention that only root variables can be
7210         updated.
7211         (GDB/MI Development and Front Ends): Explain new values may be
7212         added to existing fields.
7213
7214 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
7215
7216         * gdb.texinfo (-target-disconnect): Use @smallexample.
7217         (Requirements): Add anchor for Expat.  Update description.
7218         (Target Descriptions): Mention Expat.
7219         (Target Description Format): Document new elements.  Use
7220         @smallexample.
7221         (Predefined Target Types, Standard Target Features): New sections.
7222         * gdbint.texinfo (Target Descriptions): New section.
7223
7224 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
7225
7226         * gdb.texinfo (Target Description Format): Add section on XInclude.
7227
7228 2006-02-03  Nick Roberts  <nickrob@snap.net.nz>
7229
7230         * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7231         command -enable-timings.
7232
7233 2007-02-02  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
7234
7235         * gdbint.texinfo (Operation System ABI Variant Handling): Update
7236         descriptions for new/deleted elements in gdb_osabi.  Add missing
7237         description for function generic_elf_osabi_sniff_abi_tag_sections.
7238
7239 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
7240
7241         * gdb.texinfo (Maintenance Commands): Add documentation for
7242         the new "maint print target-stack" command.
7243
7244 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
7245             Eli Zaretskii  <eliz@gnu.org>
7246
7247         * gdb.texinfo: Describe CHAR array vs. string identification rules.
7248
7249 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
7250
7251         * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7252         Use @value{NGCC} instead of @value{GCC}.
7253
7254 2007-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7255
7256         * agentexpr.texi: Fix typos.
7257         * annotate.texinfo: Likewise.
7258         * gdb.texinfo: Likewise.
7259         * gdbint.texinfo: Likewise.
7260         * observer.texi: Likewise.
7261         * stabs.texinfo: Likewise.
7262
7263 2007-01-20  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
7264
7265         * gdbint.texinfo (Support Libraries): Remove mmalloc
7266         entry.  Describe readline library.
7267
7268 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
7269
7270         * gdb.texinfo (Target Descriptions): New section.
7271         (General Query Packets): Add QPassSignals anchor.  Mention
7272         qXfer:features:read under qSupported.  Expand mentions of
7273         qXfer:memory-map:read and QPassSignals.  Document
7274         qXfer:features:read.
7275
7276 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
7277
7278         * gdb.texinfo (Commands to specify files): Describe
7279         "set sysroot" and "show sysroot".
7280         (Using the `gdbserver' program): Lowercase argument
7281         to @var.  Expand description of setting up GDB on the
7282         host.
7283
7284 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
7285
7286         * gdb.texinfo (Set Catchpoints): Add documentation for the new
7287         catch exception, catch exception unhandled, and catch assert
7288         commands.
7289
7290 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7291
7292         * gdb.texinfo (Debugging Output): Document "set debug xml"
7293         and "show debug xml".
7294
7295 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7296
7297         * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7298
7299 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
7300
7301         * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7302
7303 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
7304
7305         * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7306         note in @ignore, to be removed later if nobody complains.
7307
7308 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
7309
7310         * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7311         of -var-delete.
7312
7313 2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>
7314
7315         * gdb.texinfo (Setting breakpoints): Document
7316         automatic software/hardware breakpoint usage and
7317         the "set breakpoint auto-hw" command.
7318
7319 2006-11-21  Vladimir Prus  <vladimir@codesourcery.com>
7320
7321         * gdb.texinfo (Memory Access Checking): New.
7322
7323 2006-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
7324
7325         * gdb.texinfo (Remote configuration): Mention
7326         "pass-signals-packet".
7327         (General Query Packets): Document QPassSignals.  Fix
7328         a typo.
7329
7330 2006-11-14  Maxim Grigoriev  <maxim@tensilica.com>
7331
7332         * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7333
7334 2006-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7335
7336         * gdb.texinfo (Remote configuration): Rewrite documentation for
7337         packet configuration commands.
7338         (OS Information): Adjust reference to qXfer:auxv:read.
7339         (General Query Packets): Remove references to read-aux-vector-packet
7340         and set remote get-thread-local-storage-address.
7341
7342 2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
7343
7344         * gdbint.texinfo (Target Architecture Definition): Add new
7345         Initializing a New Architecture section.
7346
7347 2006-10-31  David Taylor  <dtaylor@emc.com>
7348
7349         * stabs.texinfo (Macro define and undefine): New node describing
7350         stabs for #define and #undef.
7351
7352 2006-10-27  Andreas Schwab  <schwab@suse.de>
7353
7354         * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7355
7356 2006-10-21  Eli Zaretskii  <eliz@gnu.org>
7357
7358         * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7359         clarify on the possible meanings of ``expression'' watched by
7360         watchpoints.  Add indexing.
7361         (Prompting, Errors, Invalidation, Annotations for Running)
7362         (Source Annotations): Fix index entries by adding "annotation" to
7363         them, to discriminate from index entries that point to the more
7364         general topic descriptions.
7365
7366 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
7367
7368         * gdbint.texinfo (Target Vector Definition): Move most
7369         content into Existing Targets.  Add a menu.
7370         (Existing Targets): New section, moved from Target Vector
7371         Definition.  Use @subsection.
7372         (Managing Execution State): New section.
7373
7374 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
7375
7376         * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7377
7378 2006-10-15  Eli Zaretskii  <eliz@gnu.org>
7379
7380         * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7381         (Command Syntax, Signals, Backtrace, Connecting)
7382         (Remote configuration, Renesas Boards, Console I/O): Fix last
7383         change: use Ctrl- instead of C-, except wrt Emacs.
7384         (File-I/O Examples): Put Ctrl-c in @kbd.
7385         (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7386         (Console I/O): Use @samp with Ctrl-.
7387         (Signals, Set Breaks, Set Watchpoints): Document optional
7388         arguments to `info signals'  `handle', `info breakpoints', and
7389         `info watchpoints'.
7390
7391 2006-10-14  Eli Zaretskii  <eliz@gnu.org>
7392
7393         * gdb.texinfo (Backtrace): Fix last change.
7394
7395 2006-10-14  Nick Roberts  <nickrob@snap.net.nz>
7396
7397         * gdb.texinfo (Backtrace): Order correctly and add other cases.
7398
7399 2006-10-10  Bob Wilson  <bob.wilson@acm.org>
7400
7401         * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7402         (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7403         (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7404
7405 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
7406             Daniel Jacobowitz  <dan@codesourcery.com>
7407
7408         * gdb.texinfo (Packets): Document vFlashErase,
7409         vFlashWrite and vFlashDone packets.
7410         (General Query Packets): Document qXfer:memory-map:read.
7411         Add a new feature for qXfer:memory-map:read.
7412         (Memory map format): New section.
7413         (Target Commands): Mention that gdb can write flash.
7414
7415 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
7416             Daniel Jacobowitz  <dan@codesourcery.com>
7417
7418         * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7419         memory regions and "mem auto".
7420
7421 2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
7422
7423         * gdbint.texinfo (Array Containers): New section.
7424
7425 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
7426
7427         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7428         -stack-list-arguments HIGH_FRAME argument can be larger then the
7429         actual number of frames.
7430
7431 2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
7432
7433         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7434         -stack-list-locals HIGH_FRAME argument can be larger then the
7435         actual number of frames.
7436
7437 2006-09-02  Bob Wilson  <bob.wilson@acm.org>
7438
7439         * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7440         Register Packet Format, Tracepoint Packets): Fix spelling errors.
7441
7442 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
7443
7444         * gdbint.texinfo (Overall Structure): New section "Source Tree
7445         Structure".
7446
7447 2006-08-17  Jim Blandy  <jimb@codesourcery.com>
7448
7449         * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7450         responses.
7451
7452 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
7453
7454         * gdb.texinfo (Source Path): Add documentation for new
7455         substitute-path commands.
7456
7457 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
7458
7459         * gdb.texinfo (Installing GDB): Update menu.  Move text to...
7460         (Running Configure): ...here.
7461         (Requirements): New node.  Mention expat.
7462
7463 2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
7464
7465         * gdb.texinfo (Target Commands): Remove
7466         'set download-write-size' and 'show download-write-size'.
7467
7468 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
7469
7470         * stabs.texinfo (Member Type Descriptor): Correct example for
7471         pointer to member types.
7472
7473 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
7474
7475         * gdb.texinfo (Optional warnings and messages): Add
7476         'set/show trace-commands'.
7477         (Command files): Add '-v' to source command.
7478
7479 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
7480
7481         * gdb.texinfo (OS Information): Update qPart reference to
7482         qXfer.
7483         (Remote configuration): Likewise.
7484         (Overview): Move @cindex to the start of a paragraph.  Talk
7485         about binary data encoding.
7486         (Packets): Refer to the overview for the details of the X
7487         packet encoding.
7488         (General Query Packets): Remove qPart description.  Add qXfer
7489         description.  Add an anchor to qSupported.  Correct feature
7490         table title.  Add a new feature for qXfer:auxv:read.
7491         (Interrupts): Add a missing parenthesis.
7492
7493 2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
7494
7495         * gdb.texinfo (KOD): Remove node.
7496         (GDB/MI Kod Commands): Remove commented out node.
7497
7498 2006-07-01  Eli Zaretskii  <eliz@gnu.org>
7499
7500         * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7501         (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7502         (GDB/MI Thread Commands, GDB/MI Program Execution)
7503         (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7504         (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7505         (GDB/MI File Commands, GDB/MI Target Manipulation)
7506         (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7507         since the MI prompt is hard-wired into the code.
7508
7509 2006-07-01  Nick Roberts  <nickrob@snap.net.nz>
7510
7511         * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7512         (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7513         (GDB/MI Data Manipulation): Remove description of unimplemented
7514         display related commands as variable objects perform this function
7515         and are superior: -display-delete, -display-disable,
7516         -display-enable, -display-insert and -display-list.  Move
7517         -environment-cd, -environment-directory, -environment-path
7518         and -environment-pwd to "Program Context".
7519         (GDB/MI Program Control): Rename to "Program Execution".  Move
7520         -exec-arguments -exec-abort to...
7521         (GDB/MI Program Context): ...here.  New node split from "Data
7522          Manipulation".
7523
7524 2006-06-21  Daniel Jacobowitz  <dan@codesourcery.com>
7525
7526         * gdb.texinfo (Remote configuration): Document set / show
7527         remote supported-packets.
7528         (General Query Packets): Document qSupported packet.
7529
7530 2006-06-10  Sandra Loosemore <sandra@codesourcery.com>
7531
7532         * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7533         and font markup.
7534         (Protocol basics): Likewise.
7535         (The F request packet): Likewise.
7536         (The F reply packet): Likewise.
7537         (Memory transfer): Move this node to be a subsubsection of
7538         "Protocol specific representation of datatypes".
7539         (The Ctrl-C message): More copy editing.
7540         (Console I/O): Likewise.
7541         (The isatty call): Delete this node, and merge its content into
7542         the "isatty" node.  Fixed references elsewhere.
7543         (The system call): Delete this node, and merge its content into
7544         the "system" node.  Fixed references elsewhere.
7545         (open): Reformat to use @table, and add appropriate font markup.
7546         (close): Likewise.
7547         (read): Likewise.
7548         (write): Likewise.
7549         (lseek): Likewise.
7550         (rename): Likewise.
7551         (unlink): Likewise.
7552         (stat/fstat): Likewise.
7553         (gettimeofday): Likewise.
7554         (isatty): Likewise.
7555         (system): Likewise, plus minor changes to fix confusing wording.
7556         (Integral datatypes): Fix font markup.
7557         (Pointer values): Likewise.
7558         (struct stat): Fix markup to use @table, plus minor copy editing.
7559         (struct timeval): Fix font markup, plus minor copy editing.
7560         (Constants): Minor copy editing.
7561         (Errno values): Add font markup.
7562         (File-I/O Examples): Likewise.
7563
7564 2006-06-10  Nick Roberts  <nickrob@snap.net.nz>
7565
7566         * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7567         (GDB/MI Simple Examples): Move node up one level.  Use real
7568         examples.
7569         (GDB/MI Compatibility with CLI): Update.
7570         (GDB/MI Result Records): Add "connected" and "exit" result
7571         classes.
7572         (GDB/MI Stream Records): Clarify target output.
7573         (GDB/MI Command Description Format): Modify example description.
7574         (GDB/MI Breakpoint Table Commands): Rename to...
7575         (GDB/MI Breakpoint Commands): ...this
7576         (GDB/MI Breakpoint Commands): Add optional thread field.
7577         (GDB/MI Program Control): Add an introduction.  Move "Program
7578         termination" examples into exec-run description.
7579         (GDB/MI File Commands): Mention similar CLI commands.
7580         (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
7581         is similar to "-gdb-version".
7582
7583 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
7584
7585         * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7586
7587 2006-06-02  Nick Roberts  <nickrob@snap.net.nz>
7588
7589         * gdb.texinfo (GDB/MI Development and Front Ends): Use
7590         sourceware.org for mailing lists.
7591         (GDB/MI File Commands): New node split from Program Control.
7592
7593 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
7594
7595         * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7596
7597 2006-05-22  Eli Zaretskii  <eliz@gnu.org>
7598
7599         * gdb.texinfo (Cygwin Native): Fix last change.
7600
7601 2006-05-22  Christopher Faylor  <cgf@timesys.com>
7602
7603         * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7604
7605 2006-05-15  Nick Roberts  <nickrob@snap.net.nz>
7606
7607         * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7608         (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7609
7610 2006-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
7611
7612         * gdb.texinfo (General Query Packets): Recommend not starting
7613         new packets with qC and clarify.
7614
7615 2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
7616
7617         * gdb.texinfo (M2 Types): New section.
7618
7619 2006-05-10  Daniel Jacobowitz  <dan@codesourcery.com>
7620
7621         * agentexpr.texi: Add a copyright and license notice.
7622         * observer.texi: Likewise, with GPL clause for function prototypes.
7623         Remove trailing whitespace.
7624
7625 2006-05-05  Jim Blandy  <jimb@codesourcery.com>
7626
7627         * gdb.texinfo (General Query Packets): Document conventions for
7628         terminating packet names, and their violations.
7629
7630 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7631
7632         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7633         * gdb.texinfo: Likewise.
7634
7635 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7636
7637         * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7638         and "show remotedebug".
7639         (Debugging Output): Add additional index entries.
7640
7641 2006-04-27  Michael Snyder  <msnyder@redhat.com>
7642
7643         * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7644
7645 2006-04-22  Andrew Cagney  <cagney@redhat.com>
7646
7647         * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7648         * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7649
7650 2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
7651
7652         * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7653         and remove breakpoint prototypes.
7654         (Watchpoints): Move description of target_insert_hw_breakpoint and
7655         target_remove_hw_breakpoint ...
7656         (Breakpoints): ... to here.  Document target_insert_breakpoint and
7657         target_remove_breakpoint.
7658
7659 2006-04-17  Jim Blandy  <jimb@codesourcery.com>
7660
7661         * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7662         and C packets are optional.
7663
7664 2006-04-14  Frederic Riss  <frederic.riss@st.com>
7665
7666         * gdb.texinfo (Specifying source directories): Update the description
7667         of the source file search to reflect the fact that the source path
7668         always contains at least $cdir and $cwd.
7669
7670 2006-03-31  Michael Snyder  <msnyder@redhat.com>
7671
7672         * gdb.texinfo: Update copyright dates.
7673
7674 2006-03-31  Eli Zaretskii  <eliz@gnu.org>
7675
7676         * gdb.texinfo (Overview): Add an index entry to "empty response".
7677
7678 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
7679
7680         * gdbint.texinfo (Prologue Analysis): New section.
7681
7682 2006-03-07  Jim Blandy  <jimb@red-bean.com>
7683
7684         * gdb.texinfo (Connecting): Document 'target remote pipe'.
7685
7686         * gdb.texinfo (Target Commands): Update text describing how to
7687         specify a target.  Refer to the detailed section on remote
7688         debugging, not the brief mention.
7689
7690         * gdb.texinfo (Connecting): Organize the different 'target remote'
7691         connection methods into a table.  Add a 'target remote' index
7692         entry. (!!!)
7693
7694 2006-02-17  Fred Fish  <fnf@specifix.com>
7695
7696         * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7697         'ptype' commands to reflect the fact that the only significant
7698         difference between them is that ptype prints the complete type
7699         description instead of just the name.
7700
7701 2006-02-13  Wu Zhou  <woodzltc@cn.ibm.com>
7702
7703         * gdbint.texinfo (Watchpoints): Delete
7704         TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7705
7706 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
7707
7708         * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7709         times fields where needed.  Fix typos.  Update general form given
7710         for output of -break-insert.
7711         (GDB/MI): Abbreviate some unnecessarily long fullnames.
7712
7713 2006-02-06  Daniel Jacobowitz  <dan@codesourcery.com>
7714
7715         * gdbint.texinfo (Symbol Handling): Add a section
7716         on memory management.
7717
7718 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
7719
7720         * gdb.texinfo (Breakpoint table commands): Document the fullname
7721         field in -break-list output.
7722
7723 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
7724
7725         * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
7726         debugging information produced by the various "set debug..."
7727         options.
7728
7729 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
7730
7731         * gdb.texinfo (Files): Remove obsolete bits from the description
7732         of "symbol-file".
7733
7734 2006-01-25  Jim Blandy  <jimb@redhat.com>
7735
7736         * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7737
7738 2006-01-24  Jim Blandy  <jimb@redhat.com>
7739
7740         * gdbint.texinfo (Frames): Document the basics of GDB's register
7741         unwinding model, and explain the existence of the "sentinel" frame.
7742
7743 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
7744
7745         * gdb.texinfo (Choosing files): Mention that -directory is used
7746         for script files.
7747         (Specifying source directories): Likewise.
7748         (Command files): Explain how script files are found.
7749
7750 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7751
7752         * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7753         the threads in a multi-threaded program.
7754         (Threads): The threadno argument of "thread apply" can be a range
7755         of numbers.
7756
7757 2006-01-18  Jim Blandy  <jimb@redhat.com>
7758
7759         * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7760         of warning flags.
7761
7762 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
7763
7764         * gdb.texinfo (Sequences): Improve menu annotations.
7765         (Define): Add index entries for arguments of user-defined
7766         commands.  Move the description of flow-control commands...
7767         (Command Files): ...to here.  Document loop_break and
7768         loop_continue.
7769         (Define, Command Files): Document `end' and add index entries for
7770         it.
7771
7772 2006-01-04  Michael Snyder  <msnyder@redhat.com>
7773
7774         * gdb.texinfo: Add documentation for linux-fork.
7775         * gdbint.texinfo: Add internal documentation for checkpoints.
7776
7777 2006-01-02  Paul N. Hilfinger  <hilfinger@gnat.com>
7778
7779         * gdb.texinfo (Omissions from Ada): Document that there is now
7780         limited aggregate support.
7781
7782 2005-12-28  Eli Zaretskii  <eliz@gnu.org>
7783
7784         * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7785         registers and the likes.
7786
7787 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
7788
7789         * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7790         (Symbols): Fix usage of "e.g.".
7791         (Memory Region Attributes): Fix usage of "etc."
7792
7793         * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7794         (Coding): Fix usage of "e.g.".
7795
7796 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
7797
7798         * stabs.texinfo:
7799         * refcard.tex:
7800         * gpl.texi:
7801         * gdbint.texinfo:
7802         * gdb.texinfo:
7803         * gdb-cfg.texi:
7804         * fdl.texi:
7805         * annotate.texinfo:
7806         * all-cfg.texi:
7807         * Makefile.in: Add (C) after Copyright.  Update the FSF
7808         address.
7809
7810 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
7811
7812         * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7813         extend GDB with commands for external monitor.
7814
7815 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
7816
7817         * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7818
7819 2005-11-25  Joel Brobecker  <brobecker@adacore.com>
7820
7821         * gdbint.texinfo (Start of New Year Procedure): New chapter.
7822
7823 2005-11-21  Jim Blandy  <jimb@redhat.com>
7824
7825         * gdb.texinfo (Tracepoint Packets): Document restrictions on
7826         placement of 'R' actions in tracepoint action packets; document
7827         dependence of 'X' and 'M' actions on a preceding 'R' action for
7828         their registers.
7829
7830 2005-11-19  Jim Blandy  <jimb@redhat.com>
7831
7832         * gdb.texinfo (Tracepoint Packets): New node.
7833         (General Query Packets): Add entries for the tracepoint packets,
7834         referring to the "Tracepoint Packets" node.
7835         (Tracepoints): Add reference to "Tracepoint Packets".
7836
7837 2005-11-18  Kevin Buettner  <kevinb@redhat.com>
7838
7839         * gdb.texinfo (set remotebreak): Add anchor.
7840         (X packet): Likewise.
7841         (Remote Protocol): Add new section `Interrupts' and new index
7842         entry `interrupts (remote protocol)'.
7843
7844 2005-11-18  Jim Blandy  <jimb@redhat.com>
7845
7846         * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7847         entries into the General Query Packets section.  Add a
7848         cross-reference to that section.  Drop description of replies, as
7849         these are covered in the descriptions of each packet.
7850         (General Query Packets): Add introductory text.  Explain naming
7851         conventions, and how the end of a name is recognized.
7852
7853 2005-11-17  Kevin Buettner  <kevinb@redhat.com>
7854
7855         * gdb.texinfo (Remote configuration): Fix typo in description of
7856         "set remotebreak" command.
7857
7858 2005-11-16  Jim Blandy  <jimb@redhat.com>
7859
7860         * gdb.texinfo (Packets, Stop Reply Packets)
7861         (General Query Packets): Various formatting cleanups.
7862         - Use @samp for packet contents.
7863         - Drop summaries from packet @item lines; the same information appears
7864           immediately below in the description.
7865         - Delete paragraph breaks after packet @item commands, so that the
7866           description appears directly to the right of the packet prototype
7867           in the printed manual, if it fits.
7868         - Place spaces in packet prototypes between @vars and non-@var
7869           letters, and explain that they're just for formatting.
7870         - Use @dots{} instead of '...'.
7871         - Fix uses of @code where @var was needed.
7872         - Replace "deprecated" markers with English text spelling out the
7873           packet's status and the preferred alternatives.
7874         - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7875           what this ever meant.
7876         - Remove "(draft)" markers on 'i' packets; nobody has commented on
7877           this for a long time.
7878         - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7879           implemented several times, and have been in use for years.
7880
7881 2005-11-15  Jim Blandy  <jimb@redhat.com>
7882
7883         * gdb.texinfo (Packets): Add index entries for 'm' packet
7884         disclaimers.
7885
7886         * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7887         of stub when processing an 'm' packet.
7888
7889         * gdb.texinfo (Packets): Mention that packets beginning with
7890         letters are reserved once, at the top, instead of actually listing
7891         them all and saying "reserved".
7892
7893 2005-11-15  Andrew Stubbs  <andrew.stubbs@st.com>
7894
7895         * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7896         Change @var{$arg0 to @code{$arg0.
7897
7898 2005-11-14  Wu Zhou  <woodzltc@cn.ibm.com>
7899
7900         * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7901
7902 2005-11-12  Jim Blandy  <jimb@redhat.com>
7903
7904         * gdb.texinfo (General Query Packets): Put packets in alphabetical
7905         order.  Remove extraneous 'z'.
7906
7907 2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>
7908
7909         * gdb.texinfo (Choosing files): Add --eval-command.
7910
7911 2005-11-04  Andrew Stubbs  <andrew.stubbs@st.com>
7912
7913         * gdb.texinfo (Choosing modes): Add --return-child-result.
7914
7915
7916 2005-11-01  Andrew Stubbs  <andrew.stubbs@st.com>
7917
7918         * gdb.texinfo (Choosing modes): Add --batch-silent.
7919
7920 2005-10-28  Eli Zaretskii  <eliz@gnu.org>
7921
7922         * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7923         "The -var-update Command".
7924
7925 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
7926
7927         * gdb.texinfo (Print Settings): Add documentation for set/show
7928         print array-indexes.
7929
7930 2005-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
7931
7932         * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7933         6.2 and 6.3.
7934
7935 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7936
7937         * gdb.texinfo (File Options): Don't document --mapped, it's gone
7938         since 19-Jan-2004.
7939         (Files): Likewise.
7940         (Variables, Symbols): Document the "<incomplete type>" message and
7941         its reasons.
7942
7943 2005-08-01  Fred Fish  <fnf@specifix.com>
7944
7945         * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7946
7947 2005-07-15  Nick Roberts  <nickrob@snap.net.nz>
7948
7949         * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7950         option for -var-list-children and -var-update.
7951         (GDB/MI Stack Manipulation): Simplify description of
7952         print-values option for -stack-list-locals.
7953         (GDB/MI Command Description Format): Clarify.
7954         (Mode Options): Spelling of superseded.
7955
7956 2005-07-12  Bob Rossi  <bob@brasko.net>
7957
7958         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7959         corresponding GDB command comment.
7960
7961 2005-07-06  Bob Rossi  <bob@brasko.net>
7962
7963         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7964         and -inferior-tty-show.
7965         (Input/Output): Document "set/show inferior-tty" and tty alias.
7966
7967 2005-07-02  Nathan J. Williams  <nathanw@wasabisystems.com>
7968
7969         * gdb.texinfo (Packets): Change description of 'D' packet to note
7970         that GDB does wait for a response.
7971
7972 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
7973
7974         * gdb.texinfo (History) Rename "Command History".
7975         (Command History): Move node "Server Prefix" from section on
7976         Annotations here.
7977
7978 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
7979
7980         * gdb.texinfo (GDB/MI Stack Manipulation):
7981         Re-instate -stack-info-frame with example.  Say that it gets
7982         info on selected frame, not current frame.
7983
7984 2005-06-18  Eli Zaretskii  <eliz@gnu.org>
7985
7986         * gdb.texinfo (Server): Clarify that `file' should be used before
7987         connecting to the server.
7988         (Files): Add an xref to the above description.
7989         (Output Formats): More detailed description of the `c' format.
7990         (Memory): List explicitly all the formats supported by `x'.
7991         (Threads): Add an @cindex entry for "thread apply".
7992         (Files): Document the possibility of loading unlinked object
7993         files.  Add more indexing for solib-absolute-prefix and
7994         --with-sysroot.
7995         (Machine Code): Document possible problems with locations in
7996         shared libraries.
7997         (Backtrace): Document that free-standing environments do not need
7998         to have a `main' function.
7999
8000 2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
8001
8002         * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8003         -stack-info-frame.
8004
8005 2005-06-07  Andrew Cagney  <cagney@gnu.org>
8006
8007         * gdb.texinfo (Contributors): Note the original multi-arch
8008         contributors.
8009
8010 2005-06-03  Eli Zaretskii  <eliz@gnu.org>
8011
8012         * gdb.texinfo (Registers): Add index entries for the standard
8013         registers.
8014         (Frames): Add cross-reference from frame pointer description to
8015         the Registers node.
8016         (Annotations Overview): Fix the reference to GDB name.
8017
8018 2005-06-01  Eli Zaretskii  <eliz@gnu.org>
8019
8020         * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8021         can-use-hw-watchpoints.
8022
8023 2005-05-28  Bob Rossi  <bob@brasko.net>
8024
8025         * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8026         the possible reasons why an exec async record would be returned to FE.
8027
8028 2005-05-26  Andrew Cagney  <cagney@gnu.org>
8029
8030         * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8031         Andrew Cagney implemented the original GDB/MI.
8032
8033 2005-05-23  Orjan Friberg  <orjanf@axis.com>
8034
8035         * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8036         documentation.  Add documentation for cris-mode.
8037
8038 2005-05-20  Eli Zaretskii  <eliz@gnu.org>
8039
8040         * gdb.texinfo (Numbers): Explain the example and make the wording
8041         more acurate.
8042
8043 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
8044             Dennis Brueni  <dennis@slickedit.com>
8045
8046         * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8047         (GDB/MI Data Manipulation, GDB/MI Program Control)
8048         (GDB/MI Stack Manipulation): Update examples to include the fullname
8049         attribute in stack frames.
8050
8051 2005-05-12  Eli Zaretskii  <eliz@gnu.org>
8052
8053         * gdb.texinfo (Startup): Fix last change.  Treat gdb.ini like we
8054         do with other non-standard names of init files.
8055
8056 2005-05-11  Eli Zaretskii  <eliz@gnu.org>
8057
8058         * gdb.texinfo (Command Files): Move the description of the startup
8059         from here...
8060         (Startup): ...to this new subsection of the Invocation chapter.
8061         Rearrange the description of init files more logically and add a
8062         cross-reference to "Command Files".  Document the special gdbinit
8063         name for CISCO 68k.  Expand the description of what GDB does
8064         during startup.
8065         (History): Add index entry for HISTSIZE.
8066
8067 2005-05-02  Mark Kettenis  <kettenis@gnu.org>
8068
8069         * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8070
8071 2005-05-02  Eli Zaretskii  <eliz@gnu.org>
8072
8073         * gdb.texinfo (SVR4 Process Information, The isatty call)
8074         (The system call): Don't use foo(N) notation for man pages and
8075         functions.
8076         (Compilation, DJGPP Native): Improve wording.
8077
8078 2005-04-27  Eli Zaretskii  <eliz@gnu.org>
8079
8080         * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8081         were optimized away.
8082
8083 2005-04-22  Eli Zaretskii  <eliz@gnu.org>
8084
8085         * gdb.texinfo (Remote configuration): Document "set/show
8086         get-thread-local-storage-address".  Add cross-reference to the
8087         description of the qGetTLSAddr packet.
8088         (General Query Packets): Mention "set remote
8089         get-thread-local-storage-address" and add a reference to its
8090         description.
8091
8092 2005-04-19  Nick Roberts  <nickrob@snap.net.nz>
8093
8094         * gdb.texinfo (Backtrace): Describe 'bt full'.
8095
8096 2005-04-17  Nick Roberts  <nickrob@snap.net.nz>
8097
8098         * gdb.texinfo (Mode Options): Fix typo.
8099         (GDB/MI): Describe how to invoke GDB/MI.
8100
8101 2005-04-16  Eli Zaretskii  <eliz@gnu.org>
8102
8103         * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
8104         references changed.  Add description of "info udot".
8105         (Files): Document "set/show stop-on-solib-events".
8106         (M32R/D): Document "set/show download-path", "set/show
8107         board-address", "set/show server-address", "upload", "tload".
8108         Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8109         "use_mon_code", "use_ib_break", "use_dbt_break".
8110         (Maintenance Commands): Improve indexing.
8111         (Target Commands): Document "set/show hash", "set/show debug
8112         monitor".
8113         (SVR4 Process Information): Document "info pidlist" and "info
8114         meminfo".  Document "set/show procfs-tarce" and "set/show
8115         procfs-file".  Document "proc-trace-*" and "proc-untrace-*".
8116         (Symbols, The Print Command with Objective-C): Improve indexing.
8117         (Objective-C): Add references to "info classes" and "info
8118         selectors".
8119         (Debugging Output): Improve wording.  Document "set/show debug
8120         solib-frv".  Fix "set/show debugvarobj".
8121         (Set Breaks): Add index entry for "hardware breakpoints".
8122         (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8123         and "set/show usehardbreakpoints".
8124         (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8125         monitor-prompt", "set/show monitor-warnings", "pmon".
8126         (ARM): Document "rdilogfile", "rdilogenable", "set/show
8127         rdiromatzero", "set/show rdiheartbeat".
8128         (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8129         "sds".
8130         (Embedded Processors): Document the "sim" command.
8131         (Remote): Document the "remote" command.
8132         (DJGPP Native): Document the "info serial" command.
8133         (Threads): Document "maint info sol-threads".
8134         (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8135         (Set Breaks): Improve indexing.
8136         (Command Syntax): Add a reference to dont-repeat.
8137         (Define): Document "dont-repeat".
8138         (TUI Commands): Document "tabset".
8139         (WinCE): New subsection.  Document "set/show remotedirectory",
8140         "set/show remoteupload", "set/show remoteaddhost".
8141
8142 2005-04-15  Eli Zaretskii  <eliz@gnu.org>
8143
8144         * gdb.texinfo (Hurd Native): New subsection, documents
8145         Hurd-specific commands.
8146         (Maintenance Commands): Add cross-reference to "Debugging Output".
8147         (Debugging Output): Document "set/show debug lin-lwp".
8148         (MIPS): Improve documentation of heuristic-fence-post.  Document
8149         "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8150         mips stack-arg-size", "set/show mips mask-address", "set/show mips
8151         remote-mips64-transfers-32bit-regs", "set/show debug mips".
8152         (ARM): Document ARM-specific commands.
8153         (AVR): New section.  Document "info io_registers".
8154         (CRIS): New section.  Document "set/show cris-version" and
8155         "set/show cris-dwarf2-cfi".
8156         (HPPA): New section.  Document "set/show debug hppa" and "maint
8157         print unwind".
8158         (Neutrino): New subsection.  Document "set/show debug nto-debug".
8159         (Super-H): New section.  Document the "regs" command.
8160         (Debugging Output): Document "set/show debug aix-thread".
8161
8162 2005-04-09  Eli Zaretskii  <eliz@gnu.org>
8163
8164         * gdb.texinfo (Print Settings): Document "set/show print
8165         pascal_static-members", "set print repeats", "show print
8166         null-stop".  Improve indexing.  Fix documentation of "set print
8167         union".
8168         (Pascal): New section.
8169         (Supported languages): Rename from "Support"; all references
8170         updated.  Add a menu item for Pascal.
8171         (Numbers): Document "set radix.
8172         (Screen Size): Document "set/show pagination".
8173         (MIPS Embedded): Remove "set processor" documentation.
8174         (Remote configuration): Document "set/show X/P/Z-packet",
8175         "set/show read-aux-vector-packet", "set/show remote
8176         symbol-lookup-packet", "set/show remote verbose-resume-packet",
8177         "set/show remoteaddresssize", "set/show remotebaud", "set/show
8178         remotedebug", "set/show remotebreak", "set/show remotedevice",
8179         "set/show remotelogfile".
8180         (Auxiliary Vector): Add reference to the description of the
8181         read-aux-vector-packet setting.
8182         (Set Watchpoints): Add a cross-reference to "set remote
8183         hardware-breakpoint-limit".
8184         (General Query Packets): Add indexing of requests and
8185         cross-references to related commands in "Remote configuration".
8186         (File-I/O Overview, The system call): Fix wording and typos.
8187         (Thread Stops): Add index entries.
8188         (Continuing and Stepping): Document "show step-mode".
8189         (i386): New node.  Document "set/show struct-convention".
8190         (Files): Document "show trust-readonly-sections".
8191         (Calling): Document "set/show unwindonsignal".
8192         (Messages/Warnings): Add index entries.
8193         (Maintenance Commands): Document "set/show watchdog".
8194         (Annotations Overview): Document "show annotate".
8195         (Set Watchpoints): Add index entries.
8196         (Symbols): Fix doc of case-sensitive.
8197         (ABI): Document "show coerce-float-to-double".
8198         (Convenience Vars, Help): Improve indexing.
8199         (Machine Code): Document "show disassembly-flavor".
8200         (Debugging C plus plus): Document "show overload-resolution".
8201         (Value History, Signaling): Add index entries.
8202
8203 2005-04-08  Eli Zaretskii  <eliz@gnu.org>
8204
8205         * gdb.texinfo (Show): Move @kindex entries to their proper places.
8206         (Processes): Fix wording.
8207         (History, List, Logging output, Define, Symbols, Print Settings):
8208         Improve indexing.
8209
8210 2005-04-03  Eli Zaretskii  <eliz@gnu.org>
8211
8212         * gdb.texinfo (Targets): Document "set/show architecture".  Remove
8213         redundant index entry for "target" command.
8214         (Backtrace): Add index entries.
8215         (Symbols, Fortran): Document the "set case-sensitive" command.
8216         (DJGPP Native): Document "set com1base", "set com1irq", etc.
8217         (Print Settings): Add index entry for "set demangle-style".
8218         (Target Commands): Document "set download-write-size".
8219         (Debugging Output): Document "set exec-done-display".
8220
8221 2005-04-02  Eli Zaretskii  <eliz@gnu.org>
8222
8223         * gdb.texinfo (Files): Fix the name and documentation of
8224         add-shared-symbol-files.  Document its alias assf.  Update the
8225         list of OSs where GDB supports shared libraries.  Fix markup.
8226         (Continuing and Stepping): Add reference to @var{location} in the
8227         text.
8228         (Dump/Restore Files): Fix reference to @{filename}.
8229         (Help): Fix wording.
8230         (Attach): Ditto.
8231         (Set Watchpoints): Ditto.
8232         (Backtrace): Remove redundant index entries.  Improve index
8233         entries.
8234         (Delete Breaks): Fix wording.
8235         (Memory): Document the compare-sections command.
8236         (Memory Region Attributes): Improve wording.
8237         (Disabling): Improve wording.
8238         (Fortran): New subsection.  Document the "info common" command.
8239         (Help): Document aliases "info copying" and "info warranty".
8240         (Caching Remote Data): New section.  Document the "set/show
8241         remotecache" and "info dcache" commands.
8242         (Show): Fix wording of the documentation of the "set
8243         extension-language" command.
8244         (Signals): Add index entry for "info handle".
8245         (Memory Region Attributes): Fix punctuation.
8246         (Symbols): Change the arg name to "location" and refer to it in
8247         the text.  Fix wording of "info types" doc.
8248         (Threads): Fix usage of @enumerate @item's.
8249         (Listing Tracepoints): Add index entry for "info tp".
8250         (Set Watchpoints): Add xref to "info break" description.
8251         (Macros): Add an index entry for "macro exp1".  Document the
8252         "macro list" command.
8253         (Maintenance Commands): Document "flushregs", "maint agent",
8254         "maint check-symtabs", "maint cplus", "maint demangle", "maint
8255         deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8256         "maint print architecture", "maint print objfiles", "maint print
8257         statistics", "maint print type", "maint show-debug-regs", "maint
8258         space", "maint time", and "maint translate-address".
8259         (Connecting): Document the "monitor" command.
8260         (Annotations Overview): Describe the "set annotate" command.
8261
8262 2005-04-01  Eli Zaretskii  <eliz@gnu.org>
8263
8264         * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8265         Rearrange index entries and improve wording about support for
8266         hardware watchpoints.
8267
8268 2005-03-10  Bob Rossi  <bob@brasko.net>
8269
8270         * gdb.texinfo: Update copyright
8271
8272 2005-02-09  Theodore A. Roth  <troth@openavr.org>
8273
8274         * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8275         error.
8276
8277 2005-02-03  Kevin Buettner  <kevinb@redhat.com>
8278
8279         * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8280
8281 2005-01-17  Michael Snyder  <msnyder@redhat.com>
8282
8283         * gdb.texinfo: Fix spelling, infinte  ->  infinite.
8284
8285 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
8286
8287         * observer.texi (GDB Observers): Document "solib_loaded".
8288
8289 2005-01-07  Andrew Cagney  <cagney@gnu.org>
8290
8291         * configure.ac: Rename configure.in, require autoconf 2.59.
8292         * configure: Re-generate.
8293
8294         * configure.in: Replace configdirs with multiple references to
8295         AC_CONFIG_SUBDIRS.
8296         * configure: Re-generate.
8297
8298 2005-01-04  Andrew Cagney  <cagney@gnu.org>
8299
8300         * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8301         part of the version number.
8302
8303 2004-12-24  Mark Kettenis  <kettenis@gnu.org>
8304
8305         * gdbint.texinfo (Algorithms): Remove description of
8306         TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8307
8308 2004-12-07  Jim Blandy  <jimb@redhat.com>
8309
8310         * gdb.texinfo (General Query Packets): Specify that thread ID's in
8311         the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8312         numbers.
8313
8314 2004-12-07  Andreas Schwab  <schwab@suse.de>
8315
8316         * gdb.texinfo (Mode Options): Document -l option.
8317
8318 2004-12-04  Eli Zaretskii  <eliz@gnu.org>
8319
8320         * gdbint.texinfo (Algorithms): More accurate description of
8321         STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
8322         is not needed unless data-read and data-access watchpoints are
8323         supported.  Add a description of how GDB checks whether the
8324         inferior stopped because a watchpoint was hit.
8325
8326 2004-11-23  Eli Zaretskii  <eliz@gnu.org>
8327
8328         * gdb.texinfo (Files): Add cross-reference to description of
8329         -readnow command-line switch.
8330
8331 2004-11-10  Randolph Chung  <tausq@debian.org>
8332
8333         * gdb.texinfo: Document set/show backtrace past-entry commands.
8334         Rearrange index entries for set/show backtrace past-main.
8335
8336 2004-11-10  Jon Beniston <jon@beniston.com>
8337
8338         Committed by Andrew Cagney  <cagney@gnu.org>.
8339         * gdb.texinfo (Remote Serial Protocol): Further describe
8340         binary transfer escaping mechanism .
8341
8342 2004-11-08  Randolph Chung  <tausq@debian.org>
8343
8344         * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8345         and "show debug infrun".  Add index entries.
8346
8347 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
8348
8349         * gdb.texinfo (SVR4 Process Information): Document subcommands of
8350         "info proc" that are already implemented.  Add index entries.
8351         (Working Directory): Add a cross-reference to "info proc" command.
8352         (Files): Add a tip for decreasing memory used for symtabs from
8353         shared libraries.
8354         (Starting): Fix whitespace; make "elaboration" stand out where it
8355         is first used, and add an index entry for the term.
8356         (Calling): Expand and elaborate text.  Add "print".  Add the
8357         description of problems with weak aliases.
8358         (Core File Generation): New section.
8359
8360 2004-10-12  Andrew Cagney  <cagney@gnu.org>
8361
8362         * gdbint.texinfo (Versions and Branches): New chapter.
8363         (Releasing GDB): Delete "Versions and Branches" section.
8364         (Top): Add "Versions and Branches".
8365
8366 2004-10-08  Eli Zaretskii  <eliz@gnu.org>
8367
8368         * gdb.texinfo (Editing, History): Add cross-references to the
8369         included Readline and History user documentation.  Remove
8370         references to the symbol have-readline-appendices which is unused
8371         and undefined.
8372         (History): Fix indexing.
8373
8374 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
8375
8376         * gdbint.texinfo (target_stopped_data_address): Update to
8377         new prototype.
8378         (i386_stopped_data_address): Update prototype and description.
8379         (i386_stopped_by_watchpoint): New function and description.
8380
8381 2004-10-03  Paul N. Hilfinger  <hilfinger@gnat.com>
8382
8383         * gdb.texinfo (Filenames): Add Ada suffixes.
8384         (Ada) New section.
8385
8386 2004-09-27  Andrew Cagney  <cagney@gnu.org>
8387             Robert Picco  <Robert.Picco@hp.com>
8388
8389         * gdb.texinfo (Packets): Document the "p" packet.
8390
8391 2004-09-21  Jason Molenda  (jmolenda@apple.com)
8392
8393         * gdb.texinfo (Paths and Names of the Source Files): Document the
8394         meaning of values in the 'desc' field of a SO stab.
8395
8396 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
8397
8398         * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8399         max-cache-age" and "maint show dwarf2 max-cache-age".
8400
8401 2004-09-16  Eli Zaretskii  <eliz@gnu.org>
8402
8403         * gdb.texinfo (Set Breaks): Add index entry for setting
8404         breakpoints on overloaded C++ functions that are not members of
8405         any classes.  Add an example and an index entry for setting
8406         breakpoints on all program functions.
8407         (Character Sets, Macros, Overlay Commands)
8408         (Non-debug DLL symbols, GDB/MI Output Syntax)
8409         (Annotations Overview, Maintenance Commands, File-I/O Overview):
8410         Use "(@value{GDBP})" instead of a literal "(gdb)".
8411
8412 2004-09-12  Andrew Cagney  <cagney@gnu.org>
8413
8414         * gdbint.texinfo (Native Debugging): Delete description of
8415         FILES_INFO_HOOK.
8416
8417 2004-09-11  Paul Hilfinger  <hilfinger@gnat.com>
8418
8419         * gdbint.texinfo (User Interface): Change local_hex_string_custom
8420         to hex_string_custom (not historically correct, but more
8421         understandable, given the current code).
8422
8423 2004-09-03  Andrew Cagney  <cagney@gnu.org>
8424
8425         * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8426
8427 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
8428
8429         * observer.texi (solib_unloaded): New observer.
8430
8431 2004-08-24  Andrew Cagney  <cagney@gnu.org>
8432
8433         * gdbint.texinfo (Target Architecture Definition): Add missing
8434         comma.
8435
8436 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
8437
8438         * (Using the Testsuite): build != host is supported,
8439         but some test scripts do not support build != host.
8440
8441 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
8442
8443         * gdbint.texinfo (Host Definition): Delete description of
8444         FCLOSE_PROVIDED and GETENV_PROVIDED.
8445
8446 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
8447
8448         * gdbint.texinfo (Host Definition): Delete description of
8449         NO_SYS_FILE.
8450         (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8451         PTRACE_FP_BUG.
8452
8453 2004-08-05  Andrew Cagney  <cagney@gnu.org>
8454
8455         * gdbint.texinfo (Target Architecture Definition): Delete
8456         reference to deprecated_read_fp.
8457
8458 2004-08-02  Andrew Cagney  <cagney@gnu.org>
8459
8460         * gdbint.texinfo (Target Architecture Definition): Delete
8461         description of DEPRECATED_REGISTER_BYTES.
8462
8463 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
8464
8465         * gdb.texinfo (Source Path): Document the new behavior of
8466         searching for the source files.
8467
8468 2004-07-17  Eli Zaretskii  <eliz@gnu.org>
8469
8470         * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8471         (Search, Expressions, Arrays, Variables, Data, Machine Code)
8472         (Auto Display): Improve indexing.
8473
8474 2004-07-16  Andrew Cagney  <cagney@gnu.org>
8475
8476         * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8477         "-noasync".
8478
8479 2004-07-09  Eli Zaretskii  <eliz@gnu.org>
8480
8481         * gdb.texinfo: Fix @kindex entries so that multiple commands that
8482         have the same prefix have only their prefix in the index.
8483
8484 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
8485
8486         * gdb.texinfo (BSD libkvm Interface): New node (section)
8487         (Native): Add it to the menu.
8488
8489 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
8490
8491         * gdbint.texinfo (Target Architecture Definition): Remove
8492         PCC_SOL_BROKEN.
8493
8494 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
8495
8496         * gdbint.texinfo (Target Architecture Definition): Remove
8497         SUN_FIXED_LBRAC_BUG.
8498
8499 2004-06-26  Andrew Cagney  <cagney@gnu.org>
8500
8501         * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8502
8503 2004-06-20  Andrew Cagney  <cagney@gnu.org>
8504
8505         * gdbint.texinfo (Target Architecture Definition): Deprecate
8506         USE_STRUCT_CONVENTION.
8507
8508 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
8509
8510         gdb.texinfo (Bug Reporting): Mention session recording,
8511         with the script command or Emacs.
8512
8513 2004-06-18  Andrew Cagney  <cagney@gnu.org>
8514
8515         * gdbint.texinfo (Target Architecture Definition): Deprecate
8516         FUNCTION_START_OFFSET.
8517
8518 2004-06-14  Andrew Cagney  <cagney@gnu.org>
8519
8520         Based on changes from Karl Berry.
8521         * gdb.texinfo: Do not use @sc in a direntry.
8522         * stabs.texinfo: Change @dircateogry to "Software development".
8523         * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8524
8525 2004-06-13  Andrew Cagney  <cagney@gnu.org>
8526
8527         * gdbint.texinfo (Target Architecture Definition): Delete
8528         description of RETURN_VALUE_ON_STACK.
8529
8530 2004-06-09  Andrew Cagney  <cagney@gnu.org>
8531
8532         * gdbint.texinfo (Native Debugging): Restore "@table @code"
8533         deleted by previous patch.
8534
8535 2004-06-08  Andrew Cagney  <cagney@gnu.org>
8536
8537         * gdbint.texinfo (Native Debugging): Delete documentation on
8538         ATTACH_DETACH.
8539
8540 2004-06-06  Randolph Chung  <tausq@debian.org>
8541
8542         * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8543
8544 2004-06-06  Randolph Chung  <tausq@debian.org>
8545
8546         * gdb.texinfo (push_dummy_call): Update argument list to match
8547         the new push_dummy_call method signature.  Describe the function
8548         argument.
8549
8550 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
8551
8552         * gdb.texinfo (Starting): Document new start command.
8553
8554 2004-05-21  Andrew Cagney  <cagney@redhat.com>
8555
8556         * observer.texi (GDB Observers): Document "inferior_created".
8557
8558 2004-05-08  Andrew Cagney  <cagney@redhat.com>
8559
8560         * gdbint.texinfo (Target Architecture Definition): Delete
8561         description of DO_DEFERRED_STORES.
8562
8563         * gdbint.texinfo (Target Architecture Definition): Delete
8564         references to DEPRECATED_FIX_CALL_DUMMY.
8565
8566         * gdbint.texinfo (Target Architecture Definition): Delete
8567         description of DEPRECATED_CALL_DUMMY_WORDS,
8568         DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8569
8570         * gdbint.texinfo (Target Architecture Definition): Delete
8571         description of DEPRECATED_PUSH_DUMMY_FRAME.
8572
8573         * gdbint.texinfo (Target Architecture Definition): Delete
8574         reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8575
8576 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8577
8578         * observer.texi (GDB Observers): Add "Debugging" section.  Include
8579         cross reference to "set/show debug observer".
8580         * gdb.texinfo (Debugging Output): Document "set/show debug
8581         observer".
8582
8583 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8584
8585         * gdbint.texinfo (Target Architecture Definition): Delete
8586         description of DEPRECATED_PC_IN_SIGTRAMP.
8587
8588 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8589
8590         * gdbint.texinfo (Target Architecture Definition): Delete
8591         documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8592
8593 2004-04-30  Orjan Friberg  <orjanf@axis.com>
8594
8595         * observer.texi (GDB Observers): Correct spelling.
8596
8597 2004-04-26  Orjan Friberg  <orjanf@axis.com>
8598
8599         * observer.texi (GDB Observers): Add target_changed event.
8600
8601 2004-04-08  Andrew Cagney  <cagney@redhat.com>
8602
8603         * observer.texi (GDB Observers): Rework, provide generic observer
8604         definitions and then a list of observable events.
8605
8606 2004-04-04  Andrew Cagney  <cagney@redhat.com>
8607
8608         * gdbint.texinfo (Host Definition): Delete reference to
8609         NO_SIGINTERRUPT.
8610
8611 2004-04-02  Andrew Cagney  <cagney@redhat.com>
8612
8613         * gdbint.texinfo (Target Architecture Definition): Delete
8614         reference to DEPRECATED_CALL_DUMMY_LENGTH.
8615
8616 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
8617
8618         * gdb.texinfo (TUI Commands): Document tui reg commands.
8619
8620 2004-03-26  Andrew Cagney  <cagney@redhat.com>
8621
8622         * gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
8623         "gdbtui".
8624         (Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
8625         (Contributors): Mention both Text and Terminal User Interface.
8626
8627 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8628
8629         * gdbint.texinfo (Target Architecture Definition): Deprecate
8630         references to SIGTRAMP_START and SIGTRAMP_END.
8631
8632 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8633
8634         * gdbint.texinfo (Target Architecture Definition): Deprecate
8635         references to PC_IN_SIGTRAMP.
8636
8637 2004-03-19  Andrew Cagney  <cagney@redhat.com>
8638
8639         * gdbint.texinfo (Target Architecture Definition): Delete
8640         reference to GDB_TARGET_IS_HPPA.
8641
8642 2004-03-18  Andrew Cagney  <cagney@redhat.com>
8643
8644         * gdbint.texinfo (Coding): Update section on gdbarch_data,
8645         describe pre_init and post_init.
8646
8647 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8648
8649         * gdb.texinfo (Debugging Output): Document values for "set debug
8650         target".
8651
8652 2004-02-28  Andrew Cagney  <cagney@redhat.com>
8653
8654         * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8655
8656 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
8657
8658         * gdb.texinfo (breakpoints): Add information about the
8659         new "set breakpoint pending" and "show breakpoint pending"
8660         commands.
8661
8662 2004-02-26  Andrew Cagney  <cagney@redhat.com>
8663
8664         * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8665         in Per-architecture module data section.
8666
8667 2004-02-25  Roland McGrath  <roland@redhat.com>
8668
8669         * gdb.texinfo (General Query Packets): Document qPart:... packets.
8670
8671 2004-02-24  Andrew Cagney  <cagney@redhat.com>
8672
8673         * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8674         * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8675         * fdl.texi: Import Version 1.2, November 2002.
8676
8677 2004-02-17  Andrew Cagney  <cagney@redhat.com>
8678
8679         * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8680
8681 2004-02-16  Andrew Cagney  <cagney@redhat.com>
8682
8683         * gdbint.texinfo (Target Architecture Definition): Deprecate
8684         FRAMELESS_FUNCTION_INVOCATION.
8685
8686 2004-02-16  Andrew Cagney  <cagney@redhat.com>
8687
8688         * gdbint.texinfo (Coding): Mention -Wunused-function.
8689
8690 2004-02-14  Andrew Cagney  <cagney@redhat.com>
8691
8692         * gdbint.texinfo (Target Architecture Definition): Delete
8693         description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8694
8695 2004-02-12  Elena Zannoni  <ezannoni@redhat.com>
8696
8697         * gdb.texinfo: Properly quote the name "C++".
8698         * gdbint.texinfo: Ditto.
8699         * stabs.texinfo: Ditto.
8700
8701 2004-02-11  Elena Zannoni  <ezannoni@redhat.com>
8702
8703         * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8704         minimal information about libiberty.
8705
8706 2004-02-06  Michael Chastain  <mec.gnu@mindspring.com>
8707
8708         * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8709
8710 2004-02-04  Roland McGrath  <roland@redhat.com>
8711
8712         * gdb.texinfo (Auxiliary Vector): New node (section).
8713         (Data): Add it to the menu.
8714
8715 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
8716
8717         * gdb.texinfo (Breakpoints): Add information about pending
8718         breakpoint support.
8719
8720 2004-01-26  Andrew Cagney  <cagney@redhat.com>
8721
8722         * gdb.texinfo (Overview): Delete references to the cisco protocol
8723         including the "N" response.
8724
8725 2004-01-26  Andrew Cagney  <cagney@redhat.com>
8726
8727         * gdbint.texinfo (Target Architecture Definition): Rename
8728         EXTRACT_STRUCT_VALUE_ADDRESS to
8729         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8730
8731 2004-01-24  Eli Zaretskii  <eliz@gnu.org>
8732
8733         * gdb.texinfo (KOD): Document "show os".  Add index entries for
8734         "set/show os" and "info cisco" commands.
8735
8736 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
8737
8738         * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8739
8740 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
8741
8742         * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8743         MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8744
8745 2004-01-19  Nick Roberts  <nick@nick.uklinux.net>
8746
8747         * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8748         -stack-list-locals.
8749         (GDB/MI Variable Objects): Describe extension to
8750         -var-list-children.
8751
8752 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
8753
8754         * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8755
8756 2004-01-17  Andrew Cagney  <cagney@redhat.com>
8757
8758         * gdbint.texinfo (Target Architecture Definition): Delete
8759         documentation on DEPRECATED_NPC_REGNUM.
8760
8761 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
8762
8763         * gdb.texinfo: Update copyright year.  Mention that set
8764         follow-fork-mode is supported on GNU/Linux.  Remove documentation of
8765         "set follow-fork-mode ask".
8766
8767 2004-01-13  Andrew Cagney  <cagney@redhat.com>
8768
8769         * gdbint.texinfo: Update copyright year.
8770         (Coding): Add -Wunused-label to list of -Werror warnings.
8771
8772 2004-01-08  Jason Molenda  <jmolenda@apple.com>
8773             Eli Zaretskii  <eliz@gnu.org>
8774
8775         * gdb.texinfo: Update copyright.
8776         (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
8777         around names, as appropriate.  Minor syntax cleanup of
8778         _NSPrintForDebugger explanation.  Two spaces after periods.
8779         GDBN used instead of lit. "gdb".  Index entries added for
8780         print-object and _NSPrintForDebugger.  @noindent added in one spot.
8781
8782 2003-11-11  Elena Zannoni  <ezannoni@redhat.com>
8783
8784         * stabs.texinfo: Add dircategory and direntry commands.
8785         * annotate.texinfo: Ditto.
8786
8787 2003-11-10  Andrew Cagney  <cagney@redhat.com>
8788
8789         * gdbint.texinfo (Target Architecture Definition): Replace the
8790         return_value method's "inval" and "outval" parameters with
8791         "readbuf" and "writebuf".
8792
8793 2003-10-28  Jim Blandy  <jimb@redhat.com>
8794
8795         * gdb.texinfo (The F request packet, The F reply packet): Renamed
8796         from "The `F' request packet" and "The `F' reply packet", to make
8797         texi2dvi happy.
8798         (File-I/O remote protocol extension): Update menu entries, too.
8799
8800 2003-10-26  Michael Chastain  <mec@shout.net>
8801
8802         * gdb.texinfo (Thread Stops): Document the issue with
8803         premature return from system calls in multi-threaded programs.
8804
8805 2003-10-24  Andrew Cagney  <cagney@redhat.com>
8806
8807         * annotate.texinfo: Fix "fortunatly"[sic].
8808
8809 2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>
8810
8811         * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8812         with "Hitachi" and "Mitsubishi".
8813
8814 2003-10-20  Andrew Cagney  <cagney@redhat.com>
8815
8816         * gdbint.texinfo (Target Architecture Definition): Document
8817         gdbarch_return_value.  Add cross references from
8818         USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8819         STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8820
8821 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
8822
8823         * gdbint.texinfo (Target Architecture Definition): Document
8824         regset_from_core_section.
8825
8826 2003-10-16  Kei Sakamot Sakamoto  <sakamoto.kei@renesas.com>
8827
8828         * gdb.texinfo (M32R/D): Mention m32rsdi target.
8829
8830 2003-10-15  Kevin Buettner  <kevinb@redhat.com>
8831
8832         From Anthony Green  <green@redhat.com>:
8833         * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8834
8835 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
8836
8837         * gdb.texinfo (Breakpoint related warnings): New node.
8838         * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8839
8840 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
8841
8842         * gdb.texinfo (Remote Protocol): Document v and vCont.
8843
8844 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
8845
8846         * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8847         * gdbint.texinfo: Ditto.
8848
8849 2003-10-09  Andrew Cagney  <cagney@redhat.com>
8850
8851         From 2003-09-18 David Anderson <davea@sgi.com>:
8852         * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8853         "command".
8854
8855 2003-10-03  Andrew Cagney  <cagney@redhat.com>
8856
8857         * gdbint.texinfo (Target Architecture Definition): Deprecate
8858         IBM6000_TARGET.  Mention that it implies an RS/6000 system and not
8859         just target.
8860
8861 2003-10-02  Andrew Cagney  <cagney@redhat.com>
8862
8863         * gdbint.texinfo (Target Architecture Definition): Rename
8864         REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8865         * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8866         * gdbint.texinfo (Target Architecture Definition): Rename
8867
8868 2003-09-30  Andrew Cagney  <cagney@redhat.com>
8869
8870         REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8871         (Target Architecture Definition):
8872
8873         * gdbint.texinfo (Target Architecture Definition): Rename
8874         REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8875
8876 2003-09-29  Andrew Cagney  <cagney@redhat.com>
8877
8878         * gdbint.texinfo (Target Architecture Definition): Delete
8879         documentation for NEED_TEXT_START_END.
8880
8881         * gdbint.texinfo (Target Architecture Definition): Rename
8882         NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
8883         TARGET_WRITE_PC.
8884
8885 2003-09-22  Michael Chastain  <mec@shout.net>
8886
8887         * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8888
8889 2003-09-21  Anthony Green  <green@redhat.com>
8890
8891         * gdbint.texinfo (Target Architecture Definition): Fix typos.
8892
8893 2003-09-21  Mark Kettenis  <kettenis@gnu.org>
8894
8895         * gdbint.texinfo (Target Architecture Definition): Document
8896         stabs_argument_has_addr.
8897
8898 2003-09-18  Andrew Cagney  <cagney@redhat.com>
8899
8900         * gdbint.texinfo (Target Architecture Definition): Delete
8901         documentation on REGISTER_NAMES.
8902
8903 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
8904
8905         * gdbint.texinfo (Target Architecture Definition): Replace
8906         REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8907
8908 2003-09-11  Andrew Cagney  <cagney@redhat.com>
8909
8910         * gdbint.texinfo (Target Architecture Definition): Replace
8911         STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8912
8913 2003-08-18  Andrew Cagney  <cagney@redhat.com>
8914
8915         * gdbint.texinfo (Target Architecture Definition): Document
8916         "frame_red_zone_size".
8917
8918 2003-08-09  Andrew Cagney  <cagney@redhat.com>
8919
8920         * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8921         with "set/show backtrace past-main" and "set/show backtrace
8922         limit".
8923
8924 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
8925
8926         * Makefile.in (install-info): Support DESTDIR.
8927         (install-html): Likewise.
8928
8929 2003-08-07  Andrew Cagney  <cagney@redhat.com>
8930
8931         Patch from Nick Roberts.
8932         * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8933         bindings.  Remove description of send-gdb-command.
8934
8935 2003-08-07  Andrew Cagney  <cagney@redhat.com>
8936
8937         * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8938         GDB 6.0.
8939
8940 2003-08-06  Andrew Cagney  <cagney@redhat.com>
8941
8942         * gdb.texinfo (Mode Options): Mention that level three is the
8943         highest available and that level 2 is deprecated.
8944         (Annotations Overview): Mention annotation levels. Cross reference
8945         to "Limitations of the Annotation Interface" in annotate.texi.
8946         (TODO, Value Annotations, Frame Annotations): Delete section.
8947         (Displays, Breakpoint Info): Delete.
8948
8949 2003-08-04  Andrew Cagney  <cagney@redhat.com>
8950
8951         * agentexpr.texi: Delete @bye.
8952         * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8953         (stabs.info): Add $(srcdir) to include search path.
8954         (html): Depend on "annotate_toc.html", and not "annotate.html".
8955         * stabs.texinfo: Ditto.  Include "fdl.texi".
8956         * gdbint.texinfo: Update copyright statement's list of invariant
8957         sections.
8958
8959 2003-07-28  Andrew Cagney  <cagney@redhat.com>
8960
8961         * Makefile.in (INFO_DEPS): Add annotate.info.
8962         (dvi, ps, html, pdf): Add annotate.
8963         (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8964         (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8965         (ANNOTATE_DOC_FILES): New macro.
8966         (ANNOTATE_TEX_TMPS): New macro.
8967         (annotate.info, annotate_toc.html): Specify dependencies.
8968         (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8969         * annotate.texinfo: Rename annotate.texi.  Get building.  Add
8970         "Migrating to GDB/MI" and "Limitations of the Annotation
8971         Interface" chapters.  Mention why it is not part of the user
8972         guide.  Update copyright notice.  Include "fdl.texi".
8973
8974 2003-07-26  Stephane Carrez  <stcarrez@nerim.fr>
8975
8976         * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8977
8978 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
8979
8980         * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8981
8982 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
8983
8984         * gdb.texinfo (Server): Mention pidof.
8985
8986 2003-07-22  Andrew Cagney  <cagney@redhat.com>
8987
8988         * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8989         list.
8990
8991 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
8992
8993         * gdb.texinfo (Logging output): New chapter.
8994
8995 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
8996
8997         * gdb.texinfo (Unsupported languages): New section.
8998         (Languages): Add link to new section.
8999
9000 2003-06-22  Andrew Cagney  <cagney@redhat.com>
9001
9002         * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9003
9004 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
9005
9006         * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9007
9008 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
9009
9010         * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9011         * agentexpr.texi: Retitle section, and change it to an appendix.
9012         Comment out texinfo initialization.  Factor a @var{} into two
9013         pieces to prevent makeinfo warnings.
9014         * gdb.texinfo: Add Agent Expressions appendix.
9015
9016 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
9017
9018         * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9019
9020 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
9021
9022         * gdb.texinfo (Remote Debugging): New section "Connecting to a
9023         remote target".  Document the "detach" and "disconnect" commands.
9024         (Server, Netware, Debug Session): Reference "Connecting to a
9025         remote target".
9026         (GDB/MI Target Manipulation): Document "-target-disconnect".
9027
9028 2003-06-13  Andrew Cagney  <cagney@redhat.com>
9029
9030         * gdbint.texinfo (Target Architecture Definition): Deprecate
9031         REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9032         BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
9033
9034 2003-06-09  Jim Blandy  <jimb@redhat.com>
9035
9036         * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9037
9038 2003-06-08  Andrew Cagney  <cagney@redhat.com>
9039
9040         * gdbint.texinfo (Target Architecture Definition): Delete
9041         documentation on FRAME_ARGS_ADDRESS_CORRECT.
9042
9043 2003-06-08  Andrew Cagney  <cagney@redhat.com>
9044
9045         * gdbint.texinfo (Target Architecture Definition): Document
9046         "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
9047
9048 2003-06-07  Adam Fedor  <fedor@gnu.org>
9049
9050         * gdb.texinfo: Add Objective-C documentation.
9051
9052 2003-06-01  Andrew Cagney  <cagney@redhat.com>
9053
9054         * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9055         parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
9056
9057 2003-05-21  Andrew Cagney  <cagney@redhat.com>
9058
9059         * gdbint.texinfo (Target Architecture Definition): Delete
9060         references to "extract_address" and "store_address".
9061
9062 2003-05-16  Andrew Cagney  <cagney@redhat.com>
9063
9064         * gdbint.texinfo (Target Architecture Definition): Replace
9065         REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
9066         DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9067
9068 2003-05-14  Theodore A. Roth  <troth@openavr.org>
9069
9070         * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9071
9072 2003-05-10  H.J. Lu <hongjiu.lu@intel.com>
9073
9074         * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9075         (gdb.dvi): Likewise.
9076         (gdb.pdf): Likewise.
9077         (links2roff): Likewise.
9078
9079 2003-05-08  Jim Blandy  <jimb@redhat.com>
9080
9081         * gdb.texinfo (Dump/Restore Files): Update documentation for
9082         'dump', 'append', and 'restore': note that format argument is
9083         optional; simplify presentation of the command variants; and be
9084         more precise about the formats.
9085
9086 2003-05-07  Jim Blandy  <jimb@redhat.com>
9087
9088         * gdb.texinfo (Symbols): Update documentation: 'maint list
9089         symtabs' and 'maint list psymtabs' have been renamed 'maint info
9090         symtabs' and 'maint info psymtabs'.
9091
9092 2003-05-05  Andrew Cagney  <cagney@redhat.com>
9093
9094         * gdbint.texinfo (Target Architecture Definition): Make
9095         CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9096         FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9097         CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9098
9099 2003-05-04  Andrew Cagney  <cagney@redhat.com>
9100
9101         * gdb.texinfo (Maintenance Commands): Document "maint print
9102         dummy-frames".
9103
9104 2003-05-04  Andrew Cagney  <cagney@redhat.com>
9105
9106         * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9107
9108 2003-05-03  J. Brobecker  <brobecker@gnat.com>
9109
9110         Thierry Schneider  <tpschneider1@yahoo.com>
9111         * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9112         for new MI command.
9113
9114 2003-05-03  Andrew Cagney  <cagney@redhat.com>
9115
9116         * gdbint.texinfo (Target Architecture Definition): Document
9117         push_dummy_code.  Add cross references.
9118
9119 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
9120
9121         * gdb.texinfo (Character Sets): Update to reflect new behavior of
9122         set/show charsets commands.
9123
9124 2003-04-28  Andrew Cagney  <cagney@redhat.com>
9125
9126         * gdbint.texinfo (Target Architecture Definition): Replace
9127         read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9128         DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9129
9130 2003-04-28  Andrew Cagney  <cagney@redhat.com>
9131
9132         * gdbint.texinfo (Target Architecture Definition): Rename
9133         "tm_print_insn" to "deprecated_tm_print_insn".
9134
9135 2003-04-09  Jim Blandy  <jimb@redhat.com>
9136
9137         * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9138         list psymtabs'.
9139
9140 2003-04-08  Andrew Cagney  <cagney@redhat.com>
9141
9142         * gdbint.texinfo (Target Architecture Definition): Delete
9143         references to EXTRA_FRAME_INFO.
9144
9145 2003-04-08  Andrew Cagney  <cagney@redhat.com>
9146
9147         * gdbint.texinfo (Target Architecture Definition): Delete
9148         PRINT_TYPELESS_INTEGER.
9149
9150 2003-04-02  J. Brobecker  <brobecker@gnat.com>
9151
9152         * observer.texi (GDB Observers): Adjust the documentation for the
9153         normal_stop notification to better describe reality. Fix a couple
9154         of minor typos.
9155
9156 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
9157
9158         * gdb.texinfo (GDB/MI Program Control): Add
9159         '-file-list-exec-source-file'
9160
9161 2003-03-31  Andrew Cagney  <cagney@redhat.com>
9162
9163         * gdbint.texinfo (Target Architecture Definition): Delete
9164         references to CALL_DUMMY_P.
9165
9166 2003-03-30  Andrew Cagney  <cagney@redhat.com>
9167
9168         * gdbint.texinfo (Target Architecture Definition): Remove
9169         reference to TARGET_WRITE_SP.
9170
9171 2003-03-27  Andrew Cagney  <cagney@redhat.com>
9172
9173         * gdbint.texinfo (Target Architecture Definition): Remove
9174         references to write_sp.
9175
9176 2003-03-27  Andrew Cagney  <cagney@redhat.com>
9177
9178         * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9179         chapter body.  Use @smallexample instead of @example.
9180         (Annotations): Ditto.
9181         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9182         annotate.texi.
9183
9184 2003-03-26  Andrew Cagney  <cagney@redhat.com>
9185
9186         * gdbint.texinfo (Target Architecture Definition): Replace
9187         PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9188         dummy_addr parameters.
9189
9190 2003-03-25  Andrew Cagney  <cagney@redhat.com>
9191
9192         * gdbint.texinfo (Target Architecture Definition): Delete
9193         reference to CALL_DUMMY_STACK_ADJUST_P.  Rename
9194         CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9195         Add reference to PUSH_ARGUMENTS.
9196
9197 2003-03-23  Andrew Cagney  <cagney@redhat.com>
9198
9199         * gdbint.texinfo (Algorithms, Target Architecture Definition):
9200         Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9201
9202 2003-03-18  J. Brobecker  <brobecker@gnat.com>
9203
9204         * gdbint.texinfo (Algorithms): Add new section describing the
9205         Observer paradigm.
9206         (Top): Add menu entry to new observer appendix.
9207         * observer.texi: New file.
9208         * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9209         new observer.texi file.
9210
9211 2003-03-17  Andrew Cagney  <cagney@redhat.com>
9212
9213         * gdb.texinfo (DATE): Delete.  Remove date from titles.  Mention
9214         that GNU Press update the manual version number.
9215
9216 2003-03-12  Andrew Cagney  <cagney@redhat.com>
9217
9218         * gdbint.texinfo (Target Architecture Definition): Delete
9219         references to get_saved_register.  Rename GET_SAVED_REGISTER to
9220         DEPRECATED_GET_SAVED_REGISTER.
9221
9222 2003-03-13  Andrew Cagney  <cagney@redhat.com>
9223
9224         * gdbint.texinfo (Target Architecture Definition): Replace
9225         POP_FRAME with DEPRECATED_POP_FRAME.  Update description.
9226
9227 2003-03-12  Andrew Cagney  <cagney@redhat.com>
9228
9229         * gdbint.texinfo (Target Architecture Definition): Rename
9230         FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
9231
9232 2003-03-10  Corinna Vinschen  <vinschen@redhat.com>
9233
9234         * gdb.texinfo: Add File-I/O documentation.
9235
9236 2003-03-10  Andrew Cagney  <cagney@redhat.com>
9237
9238         * gdbint.texinfo (Target Architecture Definition): Cross reference
9239         FRAME_SAVED_PC to unwind_pc.  Document unwind_pc.
9240
9241 2003-03-07  Andrew Cagney  <cagney@redhat.com>
9242
9243         * gdb.texinfo (Debugging Output): Mention the "set/show debug
9244         frame" command.
9245
9246 2003-03-05  Andrew Cagney  <cagney@redhat.com>
9247
9248         * gdbint.texinfo (Target Architecture Definition): Document
9249         unwind_dummy_id.  Cross reference unwind_dummy_id and
9250         SAVE_DUMMY_FRAME_TOS.
9251
9252 2003-03-05  James Ingham <jingham@apple.com>
9253             Daniel Jacobowitz  <drow@mvista.com>
9254
9255         * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9256         and "show cp-abi".
9257
9258 2003-03-03  Andrew Cagney  <cagney@redhat.com>
9259
9260         * gdbint.texinfo (Target Architecture Definition): Document
9261         register_type.
9262
9263 2003-03-03  Andrew Cagney  <cagney@redhat.com>
9264
9265         * stabs.texinfo (Structures): Use @samp and separate @var's
9266         instead of a single @var containing a comma separated list.
9267         (Unions): Ditto.
9268
9269 2003-03-02  Daniel Jacobowitz  <drow@mvista.com>
9270
9271         * Makefile.in (distclean): Remove config.log.
9272
9273 2003-03-01  Andrew Cagney  <cagney@redhat.com>
9274
9275         * gdbint.texinfo (Target Architecture Definition): Rename
9276         FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9277
9278 2003-03-01  Andrew Cagney  <cagney@redhat.com>
9279
9280         * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9281         DEPRECATED_INIT_EXTRA_FRAME_INFO.
9282
9283 2003-02-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
9284
9285         * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9286         (Non-debug DLL symbols): New node, describing the minimal symbols
9287         loaded from DLLs without real debugging symbols.
9288
9289 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
9290
9291         * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9292         hardware-breakpoint-limit".
9293         (Set Watchpoints): Add cross reference to "set remote
9294         hardware-watchpoint-limit".
9295         (Remote configuration options): New section.
9296
9297 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
9298
9299         * gdbint.texinfo (Target Architecture Definition): Delete
9300         descrption of IS_TRAPPED_INTERNALVAR.
9301
9302         From Keith Seitz <keiths@redhat.com>:
9303         * gdb.texinfo (Interpreters): New chapter.  Refer the command-line
9304         option "-i"/"--interpreter" to this chapter.  Include index
9305         entries.
9306
9307 2003-02-04  David Carlton  <carlton@math.stanford.edu>
9308
9309         * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9310         (Variables): Recommend stabs+ and DWARF 2.
9311         (C plus plus expressions): Correct info about
9312         compiler versions, debug formats.
9313         (Contributors): Change 'DWARF2' to 'DWARF 2'.
9314         PR symtab/874.
9315
9316 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
9317
9318         * gdbint.texinfo (Target Architecture Definition): Delete
9319         description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9320         ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9321         BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9322         references to nindy and i960.
9323         * gdb.texinfo (i960): Delete all references to i960 and nindy.
9324
9325 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
9326
9327         * gdbint.texinfo (Target Architecture Definition): Delete
9328         FLOAT_INFO.
9329
9330 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
9331
9332         * stabs.texinfo (Member Type Descriptor): Clarify description of
9333         `@'.  Suggested by Ben Hutchings.
9334
9335 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
9336
9337         * gdb.texinfo (M68K): Delete reference to es1800.
9338
9339 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
9340
9341         * gdb.texinfo (Maintenance Commands): Document `maint print
9342         reggroups' and `maint print register-groups'.
9343         * gdbint.texinfo (Target Architecture Definition): Document
9344         register_reggroup_p.
9345
9346 2003-01-23  Jim Blandy  <jimb@redhat.com>
9347
9348         * gdb.texinfo (Separate Debug Files): New section.
9349
9350 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
9351
9352         * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9353         and "maint show profile".
9354
9355 2003-01-16  Michael Chastain  <mec@shout.net>
9356
9357         * gdb.texinfo (Installing GDB): Warn against
9358         ".../gdb-VERSION/gdb/configure".
9359         (Separate Objdir): Likewise.
9360
9361 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
9362
9363         * gdbint.texinfo (Target Architecture Definition): Delete
9364         definition of PRINT_REGISTER_HOOK.
9365
9366 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
9367
9368         (OpenRISC 1000): Fix formatting of command names.
9369
9370 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
9371
9372         * gdb.texinfo (Continuing and Stepping): Add new command
9373         'advance'. Clarify behavior of 'until'.
9374
9375 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
9376
9377         * gdb.texinfo (Files): Document solib-absolute-prefix and
9378         solib-search-path.
9379
9380 2003-01-09  Michael Chastain  <mec@shout.net>
9381
9382         * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9383         (Create a Release): Add new instructions for new @file{src-release}.
9384         Document existing instructions for @file{Makefile.in} as
9385         being for @value{GDBN} 5.3.1 or earlier.
9386
9387 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
9388
9389         * gdbint.texinfo (Target Architecture Definition): Mention
9390         frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9391         allocate memory.
9392
9393 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9394
9395         * gdb.texinfo (Controlling GDB): Add @kindex for
9396         "show osabi".
9397         (Backtraces): Add @kindex's for backtrace-below-main.
9398
9399 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9400
9401         * gdb.texinfo (Controlling GDB): Document "set osabi".
9402
9403 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9404
9405         * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9406         * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9407
9408 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9409
9410         * gdb.texinfo (Controlling GDB): Add ABI section.  Document
9411         "set coerce-float-to-double".
9412         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9413
9414 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
9415
9416         * stabs.texinfo: Remove obsolete text.
9417         * gdbint.texinfo: Ditto.
9418         * gdb.texinfo: Ditto.
9419
9420 2002-12-22  Mark Kettenis  <kettenis@gnu.org>
9421
9422         * gdbint.texinfo (Target Architecture Definition): Update
9423         description of gdbarch_register_osabi.
9424
9425 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
9426
9427         * agentexpr.texi: Fix typos.
9428         * annotate.texi: Likewise.
9429         * fdl.texi: Likewise.
9430
9431 2002-12-10  Andrew Cagney  <cagney@redhat.com>
9432
9433         * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9434         DEPRECATED_INIT_FRAME_PC.
9435
9436 2002-12-01  Andrew Cagney  <ac131313@redhat.com>
9437
9438         * gdbint.texinfo (Target Architecture Definition): Delete
9439         PC_IN_CALL_DUMMY.
9440
9441 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
9442
9443         * gdbint.texinfo (Host Definition): Delete documentation on
9444         USE_GENERIC_DUMMY_FRAMES.
9445
9446 2002-11-26  Elena Zannoni  <ezannoni@redhat.com>
9447
9448         Fix PR gdb/723 and PR gdb/245.
9449         * Makefile.in (install-info): Run the install-info command as part
9450         of the post install steps only.
9451         (uninstall-info): New target.
9452         (uninstall): New target.
9453
9454 2002-11-22  Elena Zannoni  <ezannoni@redhat.com>
9455
9456         * Makefile.in (install): Make install do some real work.
9457
9458 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
9459
9460         Fix POSIX problem reported by Paul Eggert.
9461         * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9462         Fix PR gdb/527.
9463
9464 2002-10-26  Andrew Cagney  <cagney@redhat.com>
9465
9466         * gdbint.texinfo (Target Architecture Definition): Delete
9467         definition of DO_REGISTERS_INFO.
9468
9469 2002-10-18  Kevin Buettner  <kevinb@redhat.com>
9470
9471         * gdbint.texinfo (Address Classes): Fix problems with insertion
9472         of ``{'' and ``}'' in example.
9473
9474 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
9475
9476         * gdbint.texinfo (Address Classes): New section.
9477         (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9478         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9479         ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9480         ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9481
9482 2002-10-11  Klee Dienes  <kdienes@apple.com>
9483
9484         * gdb.texinfo (Registers): Mention vector registers as well as
9485         floating registers in the documentation for 'info registers' and
9486         'info all-registers'.
9487
9488 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
9489
9490         * gdbint.texinfo (CPLUS_MARKER): Remove item.
9491
9492 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
9493
9494         * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9495         interface definition.
9496
9497 2002-10-03  Marko Mlinar   <markom@opencores.org>
9498
9499         * gdb.texinfo (Target Commands): Add or1k target specific
9500         commands.
9501         * gdb.texinfo (Contributors): Add myself to the contributors list.
9502
9503 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
9504
9505         * gdb.texinfo (Mode Options): Update --interpreter option.  "mi2"
9506         and "mi1" instead of "mi1" and "mi0".
9507
9508 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
9509
9510         * gdb.texinfo (Packets): Fix typos "alligned".
9511         Correct z3/Z3 description.  Correct z4/Z4 title.
9512
9513 2002-09-27  Andrew Cagney  <ac131313@redhat.com>
9514
9515         * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
9516
9517 2002-09-25  Kevin Buettner  <kevinb@redhat.com>
9518
9519         * gdb.texinfo: Use GNU/Linux instead of Linux.
9520
9521 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
9522
9523         * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9524
9525 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
9526
9527         * gdb.texinfo: Replace @example with @smallexample.
9528
9529 2002-09-20  Kevin Buettner  <kevinb@redhat.com>
9530
9531         From Eli Zaretskii  <eliz@gnu.org>:
9532         * gdb.texinfo (Character Sets): Use @smallexample instead of
9533         @example.  Use GNU/Linux instead of Linux.
9534
9535 2002-09-20  Jim Blandy  <jimb@redhat.com>
9536
9537         * gdb.texinfo: Add character set documentation.
9538
9539 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9540
9541         * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9542         (Packets): Add cross reference from `b' packet to `z' packets.
9543
9544 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9545
9546         * gdb.texinfo (Maintenance Commands): Document ``maint
9547         internal-error'' and ``maint internal-warning''.
9548
9549         * gdbint.texinfo (Target Architecture Definition): Revise
9550         description of STACK_ALIGN.  Add description of FRAME_ALIGN.
9551
9552 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
9553
9554         * gdbint.texinfo (Target Conditionals): Document the new
9555         NAME_OF_MALLOC macro.
9556
9557 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
9558
9559         * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9560         engineer.
9561
9562 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9563
9564         * gdb.texinfo (TUI Overview): Document status line fields.
9565
9566 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9567
9568         * gdb.texinfo (TUI Commands): Document info win command.
9569
9570 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9571
9572         * gdb.texinfo (TUI Overview): Document breakpoint markers.
9573
9574 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9575
9576         * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9577         (TUI Keys): Likewise.
9578
9579 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9580
9581         * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9582         for a packet receive.
9583
9584 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9585
9586         * Makefile.in (clean): Move to end of file.
9587         (distclean, maintainer-clean, realclean): Ditto.
9588         (mostlyclean): Move rule to end of file.  Use GDB_TEX_TMPS,
9589         GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9590         (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9591         (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9592
9593 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
9594
9595         * Makefile.in (GDBINT_TEX_TMPS): Define.
9596         (gdbint.dvi, gdbint.pdf): Use
9597         (GDB_TEX_TMPS): Define.
9598         (gdb.dvi, gdb.pdf): Use.
9599         (STABS_TEX_TMPS): Define.
9600         (stabs.dvi, stabs.pdf): Use.
9601         (GDB_DOC_SOURCE_INCLUDES): New macros.
9602         (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9603         (GDBINT_DOC_FILES_INCLUDES): New macros.
9604         (GDBINT_DOC_BUILD_INCLUDES): New macros.
9605         (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9606         (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9607         (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9608         (links2roff): Replace SFILES_INCLUDED with
9609         GDB_DOC_SOURCE_INCLUDES.
9610         (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9611         (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9612         (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9613         dependencies.
9614         (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9615         dependencies.
9616         (gdbmi.texinfo): Delete rule.
9617         (inc-hist.texinfo): Delete rule.
9618         (rluser.texinfo): Delete rule.
9619
9620 2002-08-23  Andrew Cagney  <cagney@redhat.com>
9621
9622         * gdbint.texinfo (Target Architecture Definition): Update
9623         STORE_RETURN_VALUE, mention regcache.
9624
9625 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
9626
9627         * gdbint.texinfo (Target Architecture Definition): Document
9628         print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
9629
9630 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
9631
9632         * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
9633         Fix minor typos.  Add index entries.
9634
9635 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
9636
9637         * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9638
9639 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
9640
9641         * gdbint.texinfo (Target Architecture Definition): Document
9642         PRINT_VECTOR_INFO.
9643         * gdb.texinfo (Vector Unit): Document "info vectors" command.
9644
9645 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
9646
9647         * gdb.texinfo (Maintenance Commands): Document "maint print
9648         registers", "maint print raw-registers" and "maint print
9649         cooked-registers".
9650
9651 2002-08-08  Grace Sainsbury  <graces@redhat.com>
9652
9653         From Mark Salter:
9654         * gdb.texinfo (Protocol): Document T packet extension to
9655         allow watchpoint address reporting.
9656
9657 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
9658
9659         * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9660
9661 2002-08-01  Andrew Cagney  <cagney@redhat.com>
9662
9663         * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9664         to CHILL.
9665
9666 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
9667
9668         * gdbint.texinfo (Coding): Revise section "Include Files".
9669
9670 2002-07-24  Andrew Cagney  <cagney@redhat.com>
9671
9672         * gdbint.texinfo: Obsolete references to m88k.
9673         * gdb.texinfo: Ditto.
9674
9675 2002-07-10  Joel Brobecker  <brobecker@gnat.com>
9676
9677         * gdbint.texinfo (Create a release candiate): Add the location
9678         where the proper version of autoconf can be retrieved.
9679
9680 2002-07-09  Don Howard  <dhoward@redhat.com>
9681
9682         * gdb.texinfo (Command Files): Further describe the behavior of
9683         sourced command files.
9684
9685 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
9686
9687         * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9688         (Coding): Clarify ISO C version that GDB assumes.
9689
9690 2002-06-26  Tom Tromey  <tromey@redhat.com>
9691
9692         * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9693         add_setshow_cmd_full.
9694
9695 2002-06-25  Don Howard  <dhoward@redhat.com>
9696
9697         * gdb.texinfo (Memory Region Attributes): Document new behavior
9698         for 'mem' command.
9699
9700 2002-06-11  Jim Blandy  <jimb@redhat.com>
9701
9702         * gdb.texinfo (Symbols): Update documentation for `info source'
9703         command.
9704
9705         * gdb.texinfo (Macros): Call the command `info macro', not
9706         `show macro'.
9707
9708 2002-06-09  Andrew Cagney  <ac131313@redhat.com>
9709
9710         * gdbint.texinfo (Coding): Add section ``Per-architecture module
9711         data''.
9712
9713 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
9714
9715         * gdbint.texinfo (Target Architecture Definition): Document
9716         GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9717
9718 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9719
9720         * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9721         lists.
9722
9723 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9724
9725         * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9726         Branch''.
9727
9728 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
9729
9730         * gdbint.texinfo (Target Architecture Definition): Add section
9731         ``Converting an existing Target Architecture to Multi-arch''.
9732
9733 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
9734
9735         * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9736         to ``Obsoleting code''.  Revise.
9737
9738 2002-05-17  Jim Blandy  <jimb@redhat.com>
9739
9740         * gdb.texinfo (C Preprocessor Macros): New chapter.
9741         Include it in the main menu.
9742         (Contributors): Credit Jim Blandy with macro support.
9743         (Compilation): Explain how to get macro information into the
9744         executable.
9745         (Expressions): Note that preprocessor macros are expanded.
9746
9747 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
9748
9749         * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9750         options for `target remote'.
9751
9752 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
9753
9754         * gdbint.texinfo (Target Architecture Definition): Delete
9755         documentation on NNPC_REGNUM.
9756
9757 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9758
9759         * gdbint.texinfo (Target Architecture Definition): Document
9760         REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9761         (Target Architecture Definition): Revise section `Using Different
9762         Register and Memory Data Representations'.  Add section `Raw and
9763         Virtual Register Representations'.
9764
9765 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9766
9767         * gdbint.texinfo (Target Architecture Definition): Mention
9768         defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9769         (Target Architecture Definition): Mention same.  Add references to
9770         web pages.
9771
9772 2002-05-08  Michael Snyder  <msnyder@redhat.com>
9773
9774         * stabs.texinfo (Attributes): Document new "vector" attribute.
9775
9776 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9777
9778         * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9779
9780 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9781
9782         * gdb.texinfo: Delete obsolete references to a29k.
9783
9784 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
9785
9786         * gdbint.texinfo (Target Architecture Definition): Replace
9787         IN_SIGTRAMP with PC_IN_SIGTRAMP.
9788
9789 2002-04-24  David S. Miller  <davem@redhat.com>
9790
9791         * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9792
9793 2002-04-21  David S. Miller  <davem@redhat.com>
9794
9795         * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9796
9797 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9798
9799         * gdbint.texinfo (Target Architecture Definition): Delete
9800         definition of HAVE_REGISTER_WINDOWS.
9801
9802 2002-04-19  Eli Zaretskii  <eliz@gnu.org>
9803
9804         * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
9805         "Theodore A. Roth" <troth@verinet.com>.
9806
9807 2002-04-15  Don Howard  <dhoward@redhat.com>
9808
9809         From Eli Zaretskii <eliz@gnu.org>
9810         * gdb.texinfo (show max-user-call-depth): Correct formatting.
9811         Provide a better explaination of this feature.
9812
9813 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
9814
9815         * gdbint.texinfo (Target Architecture Definition): Remove
9816         FRAME_CHAIN_COMBINE.
9817
9818 2002-04-12  Michael Chastain  <mec@shout.net>
9819
9820         * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9821         REG_STACK_SEGMENT.
9822
9823 2002-04-09  Michael Chastain  <mec@shout.net>
9824
9825         * gdbint.texinfo (Obsolete Conditionals): Remove references to
9826         PYRAMID_* macros.
9827
9828 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9829
9830         * gdb.texinfo (Bug Reporting): Document that the web is the
9831         prefered way of submitting bug reports.
9832         (Bug Reporting): Delete the s-mail address as the last resort.
9833
9834 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
9835
9836         * gdbint.texinfo (Target Architecture Definition): Delete
9837         references to TARGET_WRITE_FP and write_fp.
9838
9839 2002-03-27  Michael Snyder  <msnyder@redhat.com>
9840
9841         * gdb.texinfo: Document new commands dump, append, and restore.
9842
9843 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9844
9845         * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9846         Branch'.
9847
9848 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9849
9850         * gdb.texinfo: Change all examples to @smallexample.
9851         * gdbint.texinfo: Ditto.
9852
9853 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9854
9855         * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9856         Branches''.
9857
9858 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9859
9860         * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9861         Policy''.
9862
9863 2002-03-04  Fred Fish  <fnf@redhat.com>
9864
9865         * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9866         expresson, suports, dependant, trhe, perhaphs, situtations,
9867         explictily, taged, oportunity, unfortunatly).
9868
9869 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
9870
9871         * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9872         Remove reference to 3.12.
9873
9874 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9875
9876         * gdbint.texinfo: Include fdl.texi.
9877         (Top): Add GNU Free Documentation License.
9878         * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9879         (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9880         (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9881         (gdbint.info): Add srcdir to include path.
9882         * gdb.texinfo: Include gpl.texi.
9883         (Top): Add Copying.
9884         * gpl.texi: New file.
9885
9886 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9887
9888         * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9889
9890 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
9891
9892         * gdb.texinfo: Document Cygwin native specific commands.
9893
9894 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
9895
9896         * gdb.texinfo: Document gdbserver ``--attach'' command.
9897
9898 2002-02-07  Michael Snyder  <msnyder@redhat.com>
9899
9900         * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9901         to @code(_ovly_debug_event).
9902
9903 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
9904
9905         * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9906
9907 2002-02-06  Michael Snyder  <msnyder@redhat.com>
9908
9909         * gdb.texinfo (overlays): Mention new magic symbol
9910         '_ovly_debug_event', which allows GDB to keep better track
9911         of overlays.
9912
9913 2002-02-03  Eli Zaretskii  <eliz@gnu.org>
9914
9915         * gdb.texinfo (Memory Region Attributes): Fix the wording.
9916         Suggested by Dmitry Sivachenko.
9917
9918         * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9919
9920 2002-02-01  Michael Snyder  <msnyder@redhat.com>
9921
9922         * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9923
9924 2002-01-30  Michael Snyder  <msnyder@redhat.com>
9925
9926         * gdb.texinfo: (remote protocol): Gramatical fix-up.
9927         (set trust-readonly-sections): Document.
9928
9929 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
9930
9931         * gdbint.texinfo (Releasing GDB): Revise and update.
9932
9933 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
9934
9935         * gdbint.texinfo (Target Architecture Definition): Delete
9936         description of TARGET_BYTE_ORDER_DEFAULT.
9937
9938 2002-01-27  Eli Zaretskii  <eliz@gnu.org>
9939
9940         * gdb.texinfo: Fix typos and markup.  From Dmitry Sivachenko
9941         <mitya@cavia.pp.ru>.
9942
9943 2002-01-23  Andrew Cagney  <ac131313@redhat.com>
9944
9945         * libgdb.texinfo: Delete file.
9946
9947 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9948
9949         * gdb.texinfo: Remove makeinfo 3.12 hacks.
9950         * gdbint.texinfo: Ditto.
9951
9952 Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
9953
9954         * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9955
9956 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9957
9958         * Makefile.in: Update copyright.
9959         (TEXI2DVI): Define.
9960         (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9961         (gdbint.dvi, gdbint.pdf): Use TEXI2DVI.  Add dependency on
9962         gdb-cfg.texi.
9963         (TEXINDEX, PDFTEX): Delete makefile variables.
9964
9965 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9966
9967         * gdb.texinfo (Protocol): Move section to appendix.
9968
9969 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
9970
9971         * gdb.texinfo (Remote Debugging): Create a menu.
9972         (Top): Add ``Remote Debugging'' to menu.
9973
9974 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
9975
9976         * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9977         serial protocol'' from here.
9978         (Remote Debugging): To here.  New chapter.
9979
9980 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9981
9982         * gdbint.texinfo (Target Architecture Definition): Delete
9983         description of TARGET_BYTE_ORDER_SELECTABLE_P.
9984
9985 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9986
9987         * gdbint.texinfo (Host Definition): Revise.  xm-xyz.h and xyz.mh
9988         are no longer needed.
9989         (Porting GDB): Add maintainer note about configure.host.
9990
9991 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9992
9993         * gdbint.texinfo (Target Architecture Definition): Remove
9994         definition of IEEE_FLOAT.
9995
9996 2002-01-20  Eli Zaretskii  <eliz@gnu.org>
9997
9998         * gdb.texinfo: Beautify copyright years; fix a typo.
9999         (DJGPP Native): Fix overfull hboxes in examples.  From Brian Youmans
10000         <3diff@gnu.org>
10001
10002 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
10003
10004         * gdbint.texinfo (Host Definition): Remove references to
10005         MALLOC_INCOMPATIBLE.
10006
10007 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10008
10009         * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10010         and xyz-xdep.o.
10011
10012 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10013
10014         * gdb.texinfo (Maintenance Commands): Add appendix.
10015         (Set Breaks): Copy ``maint info breakpoint'' doco to
10016         ``Maintenance Commands'' appendix.  Add reference.
10017
10018 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10019
10020         * fdl.texi: Remove next/prev from @node.
10021
10022 2002-01-17  Eli Zaretskii  <eliz@gnu.org>
10023
10024         * gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
10025         for monstrous @multitable (from Brian Youmans).
10026
10027         * fdl.texi: New file.
10028
10029         * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10030
10031 2002-01-15  Andrew Cagney  <ac131313@redhat.com>
10032
10033         * gdbint.texinfo (Releasing GDB): New chapter.
10034
10035 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
10036
10037         * gdb.texinfo (Embedded Processors, Calling program functions):
10038         Obsolete references to a29k.
10039
10040 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10041
10042         * gdbint.texinfo (Coding): Review Cleanups section.  Examples
10043         examples.  Document that a code-block should do or discard its
10044         cleanups before exit.
10045
10046 2002-01-11  Michael Snyder  <msnyder@redhat.com>
10047
10048         * gdb.texinfo (Choosing files): Change @samp to @file.
10049
10050 2002-01-05  Michael Snyder  <msnyder@redhat.com>
10051
10052         * gdb.texinfo (--pid): Document new command line option (attach).
10053
10054 2002-01-07  Eli Zaretskii  <eliz@gnu.org>
10055
10056         * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10057         in the stub.
10058
10059 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
10060
10061         * gdbint.texinfo (Target Architecture Definition): Replace
10062         BIG_ENDIAN with BFD_ENDIAN_BIG.
10063
10064 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
10065
10066         * gdbint.texinfo (Target Architecture Definition): Replace
10067         value_ptr with struct value pointer.
10068
10069 2002-01-02  Eli Zaretskii  <eliz@gnu.org>
10070
10071         * gdb.texinfo (Free Software): Fix wording.
10072
10073 2001-12-31  Eli Zaretskii  <eliz@gnu.org>
10074
10075         * gdb.texinfo (Free Software): New section ``Free Software Needs
10076         Free Documentation''.
10077
10078 2001-12-30  Eli Zaretskii  <eliz@gnu.org>
10079
10080         * stabs.texinfo:
10081         * gdb.texinfo:
10082         * gdbint.texinfo:
10083         * libgdb.texinfo:
10084         * annotate.texi: Fix the application of GFDL in the Copyright notice.
10085
10086 2001-12-29  Michael Snyder  <msnyder@redhat.com>
10087
10088         * gdb.texinfo (maint info sections): Fix typo.
10089
10090 2001-12-26  Michael Snyder  <msnyder@redhat.com>
10091
10092         * gdb.texinfo (maint info sections): Document.
10093
10094         * gdb.texinfo (info proc): Comment out documentation for
10095         'info proc' sub-options that are currently not implemented.
10096
10097 2001-12-20  Jim Blandy  <jimb@redhat.com>
10098
10099         * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10100
10101 2001-12-15  Andrew Cagney  <ac131313@redhat.com>
10102
10103         * gdbint.texinfo (Target Architecture Definition): Replace
10104         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10105
10106 2001-12-01  Andrew Cagney  <ac131313@redhat.com>
10107
10108         * gdbint.texinfo (Host Definition): Delete documentation on
10109         HOST_BYTE_ORDER.
10110
10111 2001-11-30  Jim Blandy  <jimb@redhat.com>
10112
10113         * gdb.texinfo (Overlays): New chapter, documenting GDB's
10114         overlay support.  Add to top-level menu.
10115
10116 2001-11-26  Tom Tromey  <tromey@redhat.com>
10117
10118         * gdb.texinfo (Command Syntax): Document C-o binding.
10119
10120 2001-07-26  Christopher Faylor  <cgf@redhat.com>
10121
10122         * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10123         use since it is described in the referenced section.
10124
10125         From Eli Zaretskii <eliz@gnu.org>
10126         * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10127         clearer when using DJGPP.
10128
10129 2001-11-24  Christopher Faylor  <cgf@redhat.com>
10130
10131         * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10132         specifically refer to MS-DOS.
10133         (command files): Mention gdb.ini is only used on MS-DOS.
10134
10135 2001-11-21  Tom Tromey  <tromey@redhat.com>
10136
10137         * gdb.texinfo (Invoking GDB): Document --args.
10138         (Mode Options): Likewise.
10139
10140 2001-11-21  Jim Blandy  <jimb@redhat.com>
10141
10142         * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
10143         Delete documentation; this macro has been removed from the
10144         sources.
10145
10146 2001-11-13  Jim Blandy  <jimb@redhat.com>
10147
10148         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10149
10150 2001-11-06  Corinna Vinschen  <vinschen@redhat.com>
10151
10152         * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10153
10154 2001-11-05  Michael Snyder  <msnyder@redhat.com>
10155
10156         * gdb.texinfo (info functions): Document use of backslash to
10157         quote regexp chars in function names such as "operator*()".
10158
10159 2001-11-01  Fred Fish  <fnf@redhat.com>
10160
10161         * gdbint.texinfo (SOLIB_ADD): Document additional new
10162         "readsyms" arg.
10163
10164 2001-10-30  Don Howard  <dhoward@redhat.com>
10165
10166         * gdb.texinfo: (Command Files) Added documentation for the
10167         behavior of gdb with input redirected from a file.
10168
10169 2001-10-28  Fred Fish  <fnf@redhat.com>
10170
10171         * gdb.texinfo (auto-solib-add): Change docs to match
10172         implementation change.
10173         (auto-solib-limit): Add docs for new variable.
10174
10175 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
10176
10177         * gdbint.texinfo (Target Architecture Definition): Function
10178         value_as_pointer renamed to value_as_address.
10179
10180 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
10181
10182         * gdbint.texinfo (Target Architecture Definition): Default
10183         POINTER_TO_ADDRESS functions assume unsigned addresses.
10184         (INTEGER_TO_ADDRESS): Document.  Derive pragmatics section from a
10185         posting by Jim Blandy.
10186
10187 2001-10-12  Jim Blandy  <jimb@redhat.com>
10188
10189         * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10190         version of texi2html (1.64) doesn't support this flag any more.
10191
10192 2001-09-08  Mark Kettenis  <kettenis@gnu.org>
10193
10194         * gdbint.texinfo (Host Definition): Remove description of
10195         MEM_FNS_DECLARED.
10196
10197         * gdbint.texinfo (Host Definition): Remove description of R_OK.
10198
10199         * gdbint.texinfo (Host Definition): Remove description of
10200         HAVE_SIGSETMASK.
10201
10202 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
10203
10204         * gdbint.texinfo (Target Architecture Definition): Add
10205         explanation of TARGET_PRINT_INSN macro.
10206
10207 2001-08-30  Jim Blandy  <jimb@redhat.com>
10208
10209         * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10210         Explain what it means to load relocatable files.
10211
10212 2001-08-28  Jim Blandy  <jimb@redhat.com>
10213
10214         * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10215         info `top' menu.
10216
10217 Wed Aug 15 10:47:28 2001  Christopher Faylor <cgf@cygnus.com>
10218
10219         * gdbint.texinfo: Add a cautionary note about macro use.
10220
10221 2001-08-02  Corinna Vinschen  <vinschen@redhat.com>
10222
10223         * gdb.texinfo: Explain omitting the hostname in the
10224         `target remote' command.
10225
10226 2001-07-30  Daniel Jacobowitz  <drow@mvista.com>
10227
10228         * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10229         and END-INFO-DIR-ENTRY.
10230
10231 2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10232
10233         * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10234
10235 2001-07-25  Andrew Cagney  <ac131313@redhat.com>
10236
10237         * gdbint.texinfo (libgdb): Rewrite.
10238
10239 2001-07-26  Eli Zaretskii  <eliz@gnu.org>
10240
10241         * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10242
10243 2001-07-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10244
10245         * gdb.texinfo (TUI): New chapter, document the TUI.
10246         (Mode Options): Document the -tui option.
10247
10248 2001-07-23  Mark Kettenis  <kettenis@gnu.org>
10249
10250         * gdbint.texinfo (Host Definition): Remove description of
10251         NEED_POSIX_SETPGID.
10252
10253 2001-07-23  Eli Zaretskii  <eliz@gnu.org>
10254
10255         * gdb.tex (DJGPP Native): New node, with descriptions of
10256         DJGPP-specific commands.
10257
10258 2001-07-19  John R. Moore  <jmoore@redhat.com>
10259
10260         * gdbint.texinfo: Three misspellings.
10261
10262 2001-07-06  Andrew Cagney  <ac131313@redhat.com>
10263
10264         * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10265         `test` expressions on bash.  Problem reported by Colin Walters.
10266
10267 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
10268
10269         * gdbint.texinfo (User Interface): Update ui-out documentation to
10270         refelect recent UI/MI updates.
10271
10272 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
10273
10274         * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10275         interpreters.
10276
10277 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
10278
10279         * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10280         structure and not macros.
10281         (Host Definition): Document that much of this chapter is obsolete.
10282         (Target Architecture Definition): Update list of files that make
10283         up a target architecture.
10284         (Coding): Update.
10285
10286 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
10287
10288         * gdbint.texinfo (Target Architecture Definition): Update
10289         EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10290         The latter has been changed to a true predicate.
10291
10292 2001-06-17  Eli Zaretskii  <eliz@gnu.org>
10293
10294         * annotate.texi: Add @noindent where needed.  From Dmitry
10295         Sivachenko <dima@Chg.RU>.
10296         * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
10297
10298 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
10299
10300         * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
10301
10302 2001-06-14  Andrew Cagney  <ac131313@redhat.com>
10303
10304         * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10305         returns ``OK''.  Document that the ``R'' packet does not reply.
10306
10307 2001-06-13  Michael Snyder  <msnyder@redhat.com>
10308
10309         * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10310
10311 2001-06-13  Eli Zaretskii  <eliz@gnu.org>
10312
10313         * gdb.texinfo (Signals): Clarify the default setting of signal
10314         handling.
10315
10316 2001-05-14  Andrew Cagney  <ac131313@redhat.com>
10317
10318         * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10319         (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10320
10321 2001-05-12  Andrew Cagney  <ac131313@redhat.com>
10322
10323         * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10324
10325 2001-05-10  Eli Zaretskii  <eliz@gnu.org>
10326
10327         * gdbint.texinfo (Clean Design and Portable Implementation):
10328         Renamed from "Clean Design".
10329         (Clean Design and Portable Implementation): Document portable
10330         methods of handling file names, and the associated macros.
10331
10332 2001-04-02  Eli Zaretskii  <eliz@gnu.org>
10333
10334         * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10335         command and provide a cross-reference to its description.
10336         (Symbols): Note that "info scope" is useful for trace experiments.
10337
10338 2001-04-01  Eli Zaretskii  <eliz@gnu.org>
10339
10340         * gdb.texinfo (Symbols): Document "info scope".
10341         (Tracepoints): New chapter.
10342         (Contributors): Update for v5.1.
10343         <All nodes>: Change "C++" to "C@t{++}".
10344
10345         * gdbint.texinfo (User Interface): A new section about ui_out
10346         functions, based on text written by Fernando Nasser.
10347
10348         * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
10349
10350 2001-03-26  Eli Zaretskii  <eliz@gnu.org>
10351
10352         * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
10353
10354         * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
10355
10356         * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
10357         Replace "GDB" with "@value{GDBN}".  Fix markup.
10358
10359         * annotate.texi: Change Permissions to GFDL.  Update Copyright.
10360
10361         * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10362         a cross-reference to its description.
10363         (Symbols): Document "info symbol".
10364
10365 2001-03-21  Eli Zaretskii  <eliz@gnu.org>
10366
10367         * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10368         subsection "x86 Watchpoints".
10369         (Target Architecture Definition): Document the macros
10370         I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10371         (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10372
10373 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
10374
10375         * gdbint.texinfo (Target Architecture Definition): Update
10376         definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10377         list.
10378
10379 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
10380
10381         * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10382         gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10383
10384 2001-02-21  Eli Zaretskii  <eliz@gnu.org>
10385
10386         * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10387
10388 2001-02-11  Eli Zaretskii  <eliz@gnu.org>
10389
10390         * gdb.texinfo (Environment): Document that `path' does not change
10391         the value of PATH in GDB's own environment (it did in the past,
10392         but that was changed on March 15, 1994).  Reported by Doug Evans
10393         <dje@transmeta.com>.
10394
10395         * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10396         its line.  Fix markup of commands and macros.  Add an Index node
10397         and index entries.
10398
10399 2001-01-23  J.T. Conklin  <jtc@redback.com>
10400
10401         * gdb.texinfo (Memory region attributes): New manual section.
10402
10403 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
10404
10405         * gdbint.texinfo (POP_FRAME): Document use by return_command.
10406
10407 2000-12-25  Eli Zaretskii  <eliz@gnu.org>
10408
10409         * refcard.tex: Version and copyright fixed.  From Phil Edwards
10410         <pedwards@disaster.jaj.com>.
10411
10412 Thu Nov 30 16:57:19 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10413
10414         * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10415         DWARF2_REG_TO_REGNUM): Document.
10416
10417 Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10418
10419         * gdbint.texinfo (Coding): Update current value of
10420         --enable-build-warnings.  Mention --enable-gdb-build-warnings.
10421
10422 2000-11-19  Eli Zaretskii  <eliz@gnu.org>
10423
10424         * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
10425         as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10426
10427 2000-11-10  Christopher Faylor <cgf@cygnus.com>
10428
10429         * gdb.texinfo: Document new 'set step-mode' command.
10430
10431 2000-10-16  Eli Zaretskii  <eliz@gnu.org>
10432
10433         * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10434         changes from Dmitry Sivachenko <dima@Chg.RU>.
10435
10436 2000-09-26  Eli Zaretskii  <eliz@gnu.org>
10437
10438         * gdb.texinfo (Hooks): Document the new post-hook functionality.
10439         From Steven Johnson <sbjohnson@ozemail.com.au>.
10440
10441 2000-08-10  Mark Kettenis  <kettenis@gnu.org>
10442
10443         * gdbint.texinfo (Overall Structure): Spelling fix.
10444
10445 2000-08-10  Eli Zaretskii  <eliz@gnu.org>
10446
10447         * gdbint.texinfo (Target Architecture Definition): Document that
10448         REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10449         for which REGISTER_CONVERTIBLE returns a zero value.
10450
10451 2000-07-08  Christopher Faylor <cgf@cygnus.com>
10452
10453         * Makefile.in (install-info): Find files to install in either the
10454         build or source directories (adapted from Makefile.am).
10455
10456 2000-07-07  Nicholas Duffek  <nsd@redhat.com>
10457
10458         * stabs.texinfo: Fix spelling errors.
10459         (String Field): FILE-NUMBER starts from 0, not 1.
10460
10461 2000-07-05  Eli Zaretskii <eliz@gnu.org>
10462
10463         * refcard.tex: Remove \centerline from the blurb.  Patch from
10464         Brian Youmans.
10465
10466 2000-06-25  Eli Zaretskii <eliz@gnu.org>
10467
10468         * Makefile.in (install-info): Support installation from outside of
10469         the source directory.  Reported by Mark Harig
10470         <markh@frazier.landmark.com>.
10471
10472 2000-06-20  J.T. Conklin  <jtc@redback.com>
10473
10474         * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10475
10476 Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10477
10478         * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10479         Generate using pdftex.
10480         (PDFTEX): Define.
10481         (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10482         (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10483         @contents at the start.
10484
10485 2000-05-24  Eli Zaretskii  <eliz@gnu.org>
10486
10487         * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
10488         Youmans.
10489
10490 Wed May 24 21:27:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10491
10492         From Brian Youmans:
10493         * gdb.texinfo: Fix ``et al.''.
10494
10495 Tue May 23 22:57:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10496
10497         * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10498         loop.
10499
10500 2000-05-19  Jimmy Guo  <guo@cup.hp.com>
10501
10502         * configure: Regenerate.
10503
10504 2000-05-17  Eli Zaretskii  <eliz@gnu.org>
10505
10506         * Makefile.in (install-info): Run install-info on installed Info
10507         files.
10508
10509 Fri May 12 20:18:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10510
10511         * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
10512         Andrew Cagney.
10513
10514 2000-05-09  Eli Zaretskii  <eliz@gnu.org>
10515
10516         * gdb.texinfo: Proofreading changes from Brian Youmans.
10517
10518 2000-05-01  Nick Duffek  <nsd@cygnus.com>
10519
10520         * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10521         startup sequence, minor edits.
10522
10523 2000-05-01  Eli Zaretskii  <eliz@gnu.org>
10524
10525         * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10526         TeX.
10527
10528         * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
10529         "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10530         like `n' and `s' which look weird.  Convert some of the @kindex to
10531         @vindex, when they refer to variables, not commands.
10532
10533 Sat Apr 29 17:01:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10534
10535         * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10536
10537 2000-04-23  Eli Zaretskii  <eliz@gnu.org>
10538
10539         * Makefile.in (GDBMI_DIR): New variable.
10540         (SET_TEXINPUTS): Add $(GDBMI_DIR).
10541         (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10542         (gdbmi.texinfo): New target, for texi2roff.
10543         (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10544         (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10545
10546         * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10547         gdbmi.texinfo.
10548         (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10549         comment.
10550
10551 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10552
10553         * gdb.texinfo (Files): Update description of add-symbol-file
10554         command.
10555
10556 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10557
10558         * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10559         prevents the build (and is generally a Bad Idea).
10560
10561 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10562
10563         * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10564         a comma inside @var.
10565         (Command Files): Index markup changes from Dmitry Sivachenko
10566         <dima@Chg.RU>.
10567
10568 2000-04-16  Eli Zaretskii  <eliz@gnu.org>
10569
10570         * Makefile.in (LN_S): Define.
10571         (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10572         invoke "ln -s" unless it is known to work.
10573
10574         * configure.in (AC_PROG_LN_S): Add.
10575
10576 2000-04-14  Jim Blandy  <jimb@redhat.com>
10577
10578         * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10579         section.
10580         (Target Conditionals): Document ADDRESS_TO_POINTER,
10581         POINTER_TO_ADDRESS.
10582
10583 2000-04-11  Daniel Berlin  <dan@cgsoftware.com>
10584
10585         * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10586         gdb-cfg.texi to get the value.
10587
10588 2000-04-10  Jim Blandy  <jimb@redhat.com>
10589
10590         * gdbint.texinfo (Target Architecture Definition): Fix
10591         cross-references.
10592
10593 2000-04-08  Jim Blandy  <jimb@redhat.com>
10594
10595         * gdbint.texinfo (Using Different Register and Memory Data
10596         Representations): New section.
10597         (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10598         REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10599         REGISTER_CONVERT_TO_RAW): Document.
10600
10601 Mon Apr  3 19:16:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10602
10603         * gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
10604         for acknowledgments.
10605
10606 Tue Mar 28 18:28:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10607
10608         * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10609         qThreadExtraInfo.
10610
10611 2000-03-28  J.T. Conklin  <jtc@redback.com>
10612
10613         * gdb.texinfo: Clarify which remote debug protocol commands are
10614         required and which are optional.
10615
10616 Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10617
10618         * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10619         Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
10620         back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10621         * annotate.texi: Update.
10622
10623 2000-03-28  Stan Shebs  <shebs@apple.com>
10624
10625         * gdb.texinfo: Update dates, bump to Eighth Edition (note
10626         expectation of additional changes before release), update
10627         ISBN, add copy of top-level menu for @ifhtml, remove explicit
10628         node links, rephrase and/or shorten lines to fix formatting
10629         problem in both regular and @smallbook formats.
10630         * annotate.texi: Shorten lines in example, use smallexample
10631         consistently everywhere.
10632         * Makefile.in: Add comment about texinfo 4.0 html generation.
10633         (SFILES_INCLUDED): Add annotate.texi.
10634
10635 2000-03-27  Daniel Berlin  <dan@cgsoftware.com>
10636
10637         * gdb.texinfo (Debugging Output): Added new section, documenting
10638         the "set/show debug" commands.
10639
10640 Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10641
10642         * annotate.texi (Annotations): When GDBN omit @chapter and @node
10643         entry.
10644
10645         * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10646         (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10647         @chapter and @node entries.
10648
10649         * gdb.texinfo: Link all top-level nodes.
10650
10651 Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10652
10653         * Makefile.in (install-info): Create $(infodir) before installing
10654         files.
10655
10656 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
10657
10658         From David Whedon <dwhedon@gordian.com>
10659         * gdbint.texinfo : Added paragraphs about command deprecation.
10660
10661 2000-03-22  Daniel Berlin  <dan@cgsoftware.com>
10662
10663       * gdb.texinfo: Add documentation for the apropos command.
10664
10665 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
10666
10667         * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10668
10669 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
10670
10671         * gdb.texinfo: Add white space to prevent overprinting in
10672         two places.
10673
10674 2000-03-17  Stan Shebs  <shebs@apple.com>
10675
10676         * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10677         <dima@Chg.RU>, also clarification of allowed content for
10678         string constants.
10679
10680 2000-03-16  Eli Zaretskii <eliz@gnu.org>
10681
10682         * gdb.texinfo (main menu): Add Annotations.
10683         (File Options): Add @cindex entries for each command-line option.
10684         Document --epoch, --annotate, --async, --interpreter, --write,
10685         --statistics, and --version.
10686
10687         * annotate.texi: Convert to a chapter.  Use @value{GDBN} instead
10688         of GDB.
10689
10690 2000-02-23  Jim Blandy  <jimb@redhat.com>
10691
10692         * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10693
10694 2000-02-22  Jim Blandy  <jimb@redhat.com>
10695
10696         * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10697
10698 2000-02-15  Jason Molenda  (jsm@bugshack.cygnus.com)
10699
10700         * Makefile.in (diststuff): New target.
10701
10702 2000-02-15  Kevin Buettner  <kevinb@redhat.com>
10703
10704         * agentexpr.texi: Fix wording regarding Intel's IA-64
10705         architecture.  [From Jim Wilson.]
10706
10707 2000-01-16  Tom Tromey  <tromey@cygnus.com>
10708
10709         * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10710         (Delete Breaks): Mention range arguments.
10711         (Disabling): Likewise.
10712
10713 2000-01-05  Dmitry Sivachenko <dima@Chg.RU>
10714
10715         * gdb.texinfo:  Wrap "ASCII" in @sc{}; clarify a few sentences.
10716
10717 Wed Dec  8 19:53:08 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10718
10719         * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10720         valid functions.
10721
10722 1999-11-05  Stan Shebs  <shebs@andros.cygnus.com>
10723
10724         * gdb.texinfo: Clarify regular expressions used in rbreak.
10725
10726 1999-10-15  Kevin Buettner  <kevinb@cygnus.com>
10727
10728         * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10729         MEMORY_REMOVE_BREAKPOINT):  Document.
10730
10731 Thu Oct 14 21:17:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10732
10733         * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10734         offset re-using the DATA offset instead.
10735
10736 1999-10-11  Jim Kingdon  <kingdon@redhat.com>
10737
10738         * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10739
10740 1999-10-05  Stan Shebs  <shebs@andros.cygnus.com>
10741
10742         From Dmitry Sivachenko <demon@gpad.ac.ru>:
10743         * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10744         typos.
10745
10746         * gdb.texinfo: Various minor wording and formatting improvements,
10747         mentions of additional command-line options.
10748
10749 1999-09-30  Fred Fish  <fnf@cygnus.com>
10750
10751         * gdb.texinfo:  Document additional forms of specifying section
10752         names and addresses for the add-symbol-file command.
10753
10754 1999-09-14  Michael Snyder  <msnyder@cleaver.cygnus.com>
10755
10756         * gdbint.texinfo: Fix typo, add the word "have".
10757
10758 1999-09-14  Jim Blandy  <jimb@cris.red-bean.com>
10759
10760         * gdbint.texinfo (Target Architecture Definition): Document the
10761         SKIP_PERMANENT_BREAKPOINT macro.
10762
10763 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
10764
10765         * gdb.texinfo: Fiks speling errers.
10766
10767         * gdb.texinfo: Fix uses of @multitable.
10768
10769         From Eli Zaretskii  <eliz@gnu.org>:
10770         * gdb.texinfo: Include details specific to DOS host, clarify
10771         some confusing language, fix @ref/@xref/@pxref usages, add
10772         comments about using with optimization, add more indexing,
10773         fix info about disassembly-flavor.
10774
10775 Tue Sep  7 09:11:24 1999  Kevin Buettner  <kevinb@cygnus.com>
10776
10777         * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10778         SKIP_SOLIB_RESOLVER): Define.
10779
10780 Fri Sep  3 18:05:14 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10781
10782         * gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
10783         ``g'' packets.
10784
10785 1999-08-30  Stan Shebs  <shebs@andros.cygnus.com>
10786
10787         * gdb.texinfo: Create a new "Configurations" chapter with
10788         platform-specific info, inline remote.texi and move sections of it
10789         into the new chapter, move bits about info proc, heuristic search,
10790         and register stack into the new chapter.
10791         * remote.texi: Remove, now part of gdb.texinfo.
10792         * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10793
10794 1999-08-27  Jason Molenda  (jsm@bugshack.cygnus.com)
10795
10796         * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10797         GDB_TARGET_IS_MACH386): These kludges have gone away.
10798
10799 Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10800
10801         * gdbint.texinfo (Target Architecture Definition): Mention
10802         TDEPLIBS.
10803
10804 1999-08-20  Stan Shebs  <shebs@andros.cygnus.com>
10805
10806         * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10807         surrounding text to fit HP-UX bits into general info.
10808         (HPPA-cfg.texi): Remove, no longer useful.
10809
10810         * gdb.texinfo: Remove explicit links from @node lines, remove
10811         HP-added "Detailed Node Listing" from main menu which confuses
10812         things.
10813
10814         From Dmitry Sivachenko <dima@Chg.RU>:
10815         * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10816         in description of `set environment'.
10817
10818 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
10819
10820         * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10821
10822 1999-08-12  Ben Elliston  <bje@cygnus.com>
10823
10824         * gdbint.texinfo (Breakpoint Handling): Add missing words.
10825
10826 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
10827
10828         * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10829         watch, awatch, and rwatch.  Explain why the latter two cannot be
10830         set as software watchpoints.  Document that watchpoints for local
10831         variables are deleted when the debuggee terminates.
10832
10833 Wed Aug 11 13:18:14 1999  Andrew Cagney  <cagney@amy.cygnus.com>
10834
10835         * remote.texi (Protocol): Further clarification of the "qRcmd"
10836         packet.  Allow E.. response packet.  "qRcmd" packet is no longer
10837         reserved.
10838
10839 1999-08-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10840
10841         * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10842         * gdb.texinfo: Ditto.
10843
10844 1999-08-06  Tom Tromey  <tromey@cygnus.com>
10845
10846         * gdb.texinfo (KOD): New node.
10847
10848 Fri Aug  6 17:05:48 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10849
10850         * remote.texi (Rcmd): Fix minor formatting typos.
10851
10852 Thu Aug  5 17:57:41 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10853
10854         * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10855         packets.
10856
10857 1999-07-14  Jim Blandy  <jimb@zwingli.cygnus.com>
10858
10859         * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10860         fixes.
10861
10862 Tue Jun 29 11:43:55 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10863
10864         * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10865
10866 Fri Jun 25 11:47:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10867
10868         * remote.texi (Communication Protocol): ``v'' is in use. Fix
10869         numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
10870         ``z'' and ``qRcmd'' as draft instead of reserved.  Identify
10871         packets that are not supported on all hosts. Expand examples.
10872         Spell check.
10873
10874 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
10875
10876         * Makefile.in: Recognize html, install-html.  Add targets
10877         to build HTML versions of documentation via texi2html.
10878
10879 Thu Jun 24 15:59:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
10880
10881         * gdbint.texinfo (Testsuite): New chapter, information about the
10882         testsuite.
10883
10884 Fri Jun 25 02:40:34 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10885
10886         * remote.texi (Communication Protocol): Rewrite.
10887
10888 Thu Jun 24 16:59:54 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10889
10890         * stabs.texinfo: Fix uses of xref.
10891
10892 Thu Jun 17 17:23:25 1999  Stan Shebs  <shebs@andros.cygnus.com>
10893
10894         * gdbint.texinfo: Add an anti-printf exhortation, and update the
10895         info about patch submission.
10896
10897 Mon Jun  7 15:49:40 1999  Stan Shebs  <shebs@andros.cygnus.com>
10898
10899         From Per Bothner  <bothner@cygnus.com>:
10900         * gdb.texinfo: Document Chill support.
10901
10902 Fri Jun  4 16:58:22 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10903
10904         * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10905         to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10906         Document that the value should be greater-than or equal-to zero.
10907         (NO_STD_REGS): Document. Deprecate.
10908
10909 Tue Jun  1 15:04:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10910
10911         * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10912         Document that these are not used.
10913
10914 Thu May 27 09:28:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10915
10916         * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10917
10918 Mon May 24 10:07:39 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10919
10920         * gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
10921         numargs was dropped.
10922
10923 Thu May 20 12:26:59 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10924
10925         * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10926
10927 Tue Apr 27 19:14:20 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10928
10929         * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10930         Update.
10931
10932 Thu Apr 22 13:07:37 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10933
10934         * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10935         (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10936
10937 Wed Apr 21 13:59:01 1999  Dave Brolley  <brolley@cygnus.com>
10938
10939         * gdbint.texinfo: Fix typos: $ -> @.
10940
10941 Tue Apr 20 11:59:38 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10942
10943         * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10944         LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10945         BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10946         BREAKPOINT_FROM_PC.
10947
10948 Mon Apr 12 16:00:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10949
10950         * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10951         CALL_DUMMY_STACK_ADJUST): Document.
10952
10953 Thu Apr  8 17:23:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10954
10955         * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10956         SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10957
10958 1999-04-02  Stan Shebs  <shebs@andros.cygnus.com>
10959
10960         * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10961         longer exists.
10962
10963 Tue Mar  9 19:25:11 1999  Stan Shebs  <shebs@andros.cygnus.com>
10964
10965         * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10966         nearly all @ifset/@ifclear conditionals; nobody uses them, and
10967         they make the manual source incomprehensible.
10968         * h8-cfg.texi: Remove, hasn't been used in years.
10969
10970 Thu Feb 11 18:00:59 1999  Stan Shebs  <shebs@andros.cygnus.com>
10971
10972         * gdb.texinfo: Update the credits.
10973
10974 Mon Feb  8 17:33:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
10975
10976         * gdb.texinfo: Fix mistakes noticed in printout of last
10977         draft, add Alpha to discussion of heuristic fence post.
10978
10979 Fri Feb  5 17:20:00 1999  Stan Shebs  <shebs@andros.cygnus.com>
10980
10981         * gdb.texinfo, remote.texi: Many changes; update to Seventh
10982         Edition, merge some HP changes into mainline, describe some
10983         previously undocumented features, describe more of the target
10984         commands available, eliminate obsolete section on renamed
10985         commands.
10986         * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10987
10988 Wed Jan 20 17:47:45 1999  Stan Shebs  <shebs@andros.cygnus.com>
10989
10990         * gdb.texinfo: Make many HPPA conditionals unconditional,
10991         including catchpoint description, since now on for all configs.
10992         * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10993         specializations.
10994
10995 Thu Jan 14 17:10:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
10996
10997         * Makefile.in (GDBvn.texi): Fix match expression to work with
10998         current format of VERSION in gdb/Makefile.in.
10999         * gdb.texinfo: Fix node ref to match new readline.
11000
11001 Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
11002
11003         * gdb.texinfo: Changes made as part of a project to merge in
11004           changes made by HP. Documentation makes extensive use of
11005           @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11006           on remote debugging. There are differences in documentation
11007           (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
11008           the HP manual discusses catchpoints, hardware watchpoints, and
11009           some HPUX specific limitations for shared library support.
11010
11011           There are also a number of @node changes.
11012
11013 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
11014
11015         * gdbint.texinfo (Formatting): Disambiguate a sentence.
11016         (C Usage): Same.
11017
11018 Wed Jan  6 11:55:34 1999  David Taylor  <taylor@texas.cygnus.com>
11019
11020         The following changes were made by Edith Epstein
11021         <eepstein@cygnus.com> as part of a project to merge in changes
11022         made by HP.
11023
11024         * HPPA-cfg.texi: new file.
11025
11026         * all-cfg.texi: set HPPA for HP PA-RISC targets.
11027
11028         * refcard.tex: change documentation about catch.
11029           removed info catch.
11030
11031 Mon Jan  4 18:29:18 1999  Stan Shebs  <shebs@andros.cygnus.com>
11032
11033         * gdbint.texinfo: Expand on GDB's coding standards,
11034         specify the use of arg names with prototypes.
11035
11036 1998-12-14  J.T. Conklin  <jtc@redbacknetworks.com>
11037
11038         * gdb.texinfo: Fix tipo.
11039
11040 Sun Dec 13 10:27:59 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11041
11042         * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
11043         TARGET_BYTE_ORDER_SELECTABLE_P.
11044
11045 Thu Dec 10 16:07:09 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11046
11047         * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11048
11049 1998-12-09  Jim Blandy  <jimb@zwingli.cygnus.com>
11050
11051         * agentexpr.texi: New file.
11052
11053 Wed Dec  9 21:13:57 1998  Andrew Cagney  <cagney@chook>
11054
11055         * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11056
11057 1998-12-03  J.T. Conklin  <jtc@redbacknetworks.com>
11058
11059         * remote.texi: Changed wording that implied that the GDB remote
11060         protocol caches register values instead of GDB itself.
11061
11062 Tue Dec  1 17:45:43 1998  Stan Shebs  <shebs@andros.cygnus.com>
11063
11064         * gdbint.texinfo: Add some info about symbol readers.
11065         (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11066         (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11067         (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11068         (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11069
11070 Mon Nov 30 11:32:21 1998  Andrew Cagney  <cagney@chook>
11071
11072         * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
11073
11074 Sat Nov 28 13:45:53 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11075
11076         * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11077
11078 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
11079
11080         * gdbint.texinfo (NO_SINGLE_STEP): Replace with
11081         SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
11082
11083 Wed Oct 14 10:02:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11084
11085         * gdbint.texinfo: Fix minor typos.
11086
11087 Wed Sep 30 18:03:19 1998  Stan Shebs  <shebs@andros.cygnus.com>
11088
11089         * gdbint.texinfo: Complete overhaul.  Group descriptions more
11090         logically, add more info on generic algorithms, remove much
11091         obsolete and/or wrong material.
11092
11093 Fri Jul 24 17:51:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11094
11095         * stabs.texinfo (Method Type Descriptor): Expand and correct.
11096
11097 Mon May  4 10:37:12 1998  Brian Youmans (3diff@gnu.org)
11098
11099         * refcard.tex:  Copyright, address updates.
11100
11101 Tue Apr 21 18:09:56 1998  Stan Shebs  <shebs@andros.cygnus.com>
11102
11103         * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11104         for the edition instead of confusing GDB-version-like numbers.
11105
11106 Mon Apr 13 14:05:00 1998  Fred Fish  <fnf@cygnus.com>
11107
11108         * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11109
11110 Thu Apr  2 16:52:44 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11111
11112         * LRS: Reformat a bit to keep text under 80 columns.
11113
11114 Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
11115
11116         * gdb.texinfo: Add some credits, mention bug monitor.
11117         * remote.texi: Mention mips monitor targets.
11118         * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
11119
11120 Mon Feb  2 17:13:03 1998  Stan Shebs  <shebs@andros.cygnus.com>
11121
11122         * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
11123         files, finish sorting of host vs target vs native macros, describe
11124         some more of them.
11125
11126 Tue Jan 13 16:44:50 1998  Fred Fish  <fnf@cygnus.com>
11127
11128         * gdbint.texinfo (Host Conditionals): Document change from
11129         using NO_MMALLOC to it's inverse, USE_MMALLOC.
11130
11131 Mon Nov 24 13:55:21 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11132
11133         * gdbint.texinfo (Host Conditionals): Document
11134         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
11135
11136 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11137
11138         * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11139         Document LSEEK_NOT_LINEAR.
11140
11141 Tue Mar 25 14:44:09 1997  Ian Lance Taylor  <ian@cygnus.com>
11142
11143         * stabs.texinfo (Stab Section Basics): Make it clear that only
11144         some versions of the GNU linker remove the leading N_UNDF symbol.
11145
11146 Thu Feb 27 17:45:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11147
11148         * stabs.texinfo (String Field): Document type number pairs here,
11149         instead of in the Sun specific section.
11150         (Include Files): The GNU linker supports the N_BINCL
11151         optimization.  Clarify the N_BINCL value, and what it is used
11152         for.
11153         (Procedures): Document N_FUN with an empty string to mark the end
11154         of a function.
11155         (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11156         (Sun Differences): Remove this node, as the information is now
11157         elsewhere in the main document.
11158         (Stab Section Basics): Mention that the GNU linker may optimize
11159         stabs and remove the leading N_UNDF symbol.
11160
11161 Mon Dec  9 12:23:32 1996  Roland Pesch  <roland@wrs.com>
11162
11163         * gdb.texinfo, refcard.tex: Restore author credit
11164
11165 Wed Oct  2 22:01:36 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
11166
11167         * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11168         documentation to account for START and END macros taking
11169         one arg.
11170
11171 Thu Aug 22 17:59:03 1996  Fred Fish  <fnf@cygnus.com>
11172
11173         From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11174         * gdb.texinfo (Frames): Fix typo.
11175
11176 Tue Jul 23 10:06:20 1996  Fred Fish  <fnf@cygnus.com>
11177
11178         * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11179         a target_signal as arg type, not a pid.
11180
11181 Fri Jul 12 11:10:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
11182
11183         * gdb.texinfo:  Document `set assembly-language'.
11184
11185 Thu Jul 11 13:50:28 1996  Stan Shebs  <shebs@andros.cygnus.com>
11186
11187         * remote.texi: Update list of stubs in the GDB distribution.
11188
11189 Fri Jul  5 15:38:54 1996  Fred Fish  <fnf@cygnus.com>
11190
11191         * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
11192         Also document that some systems can use mmalloc but must define
11193         this if their C runtime allocates memory that is later freed.
11194         (MMCHECK_FORCE): Document new macro.
11195
11196 Fri Jun 28 22:17:10 1996  Dawn Perchik  <dawn@cygnus.com>
11197
11198         * remote.texi: Add documentation for target Sparclet.
11199
11200 Mon Jun 24 18:12:22 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11201
11202         * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
11203         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11204         * configure.in: Rewritten for autoconf.
11205         * configure: New.
11206
11207 Mon Jun 17 10:43:41 1996  Fred Fish  <fnf@cygnus.com>
11208
11209         * Makefile.in (DVIPS): New define, set to dvips.
11210         (dvi): Add stabs.dvi.
11211         (ps): New target.
11212         (all-doc): Depend on info, dvi, and ps targets.
11213         (STAGESTUFF): Add *.ps and *.dvi files.
11214         (clean-info, clean-dvi): Remove.
11215         (mostlyclean): Does not depend upon clean-info or clean-dvi,
11216         rules completely rewritten.
11217         (maintainer-clean): Remove clean-info and clean-dvi
11218         dependencies and put their actions in the rules.
11219         (gdb.ps): New target
11220         (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
11221         intermediate TeX files, whether they have 2 or 3 character
11222         extensions.
11223         (gdbint.ps): Add target and rules.
11224         (gdb-internals): Delete unused target.
11225         (Makefile): Depends upon config.status also.
11226
11227 Sat Mar 30 15:46:58 1996  Fred Fish  <fnf@cygnus.com>
11228
11229         * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11230         set.
11231
11232 Sat Mar 16 15:10:20 1996  Fred Fish  <fnf@cygnus.com>
11233
11234         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11235         * gdb.texinfo (Expressions): Fix erroneous array constant example.
11236
11237 Sat Mar 16 13:28:45 1996  Fred Fish  <fnf@cygnus.com>
11238
11239         * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11240
11241 Sat Feb 10 03:28:36 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11242
11243         * gdb.texinfo (Print settings):  Document
11244         `set/show print static-members' commands.
11245
11246 Wed Jan 10 14:16:37 1996  Fred Fish  <fnf@cygnus.com>
11247
11248         * gdbint.texinfo (Native): Document name change, coredep.c to
11249         core-aout.c.
11250
11251 Wed Dec 13 12:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
11252
11253         * stabs.texinfo (Include Files): Document the values the SunOS4
11254         linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11255
11256 Fri Dec  8 21:08:44 1995  Fred Fish  <fnf@cygnus.com>
11257
11258         * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11259         Fix typo.
11260
11261 Fri Dec  1 11:07:50 1995  Fred Fish  <fnf@cygnus.com>
11262
11263         * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11264         "gdb.tar.Z".
11265
11266 Wed Sep 20 13:14:10 1995  Ian Lance Taylor  <ian@cygnus.com>
11267
11268         * Makefile.in (maintainer-clean): New target, synonym for
11269         realclean.
11270
11271 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
11272
11273         * Update all FSF addresses except those in COPYING* files.
11274
11275 Wed Jul 19 18:43:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
11276
11277         From Richard Earnshaw (rearnsha@armltd.co.uk):
11278         * gdb.texinfo (convenience variables): Document $_exitcode.
11279         (quit): Document optional expression to use as exit code.
11280
11281 Thu Jun 22 21:27:33 1995  Victoria Mixon  <victoria@cygnus.com>
11282
11283         * gdb.texinfo, remote.texi: Brought up to date with various
11284         GDB changes.
11285
11286 Tue Jun 20 14:35:38 1995  Stan Shebs  <shebs@andros.cygnus.com>
11287
11288         * gdb.texinfo: Update dates and versions, fix comments about
11289         hardware watchpoints in future releases and about the
11290         sharedlibrary command.
11291
11292 Mon May  8 09:30:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11293
11294         * stabs.texinfo: Remove node `XCOFF differences'.  Describe value of
11295         C_FUN stab.  Other cleanups.
11296
11297 Wed Apr 19 07:02:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11298
11299         * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11300         for the sparc stub.
11301
11302 Tue Apr 11 11:41:49 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11303
11304         * annotate.texi: Clarify which addresses have differing formats
11305         depending on the language and which do not.
11306
11307 Tue Mar 28 16:56:22 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11308
11309         * remote.texi (NetWare): Changed example to use BOARD= instead of
11310           NODE= argument to reflect correspoding change to gdbserve.nlm.
11311
11312 Fri Mar 17 06:47:02 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11313
11314         * stabs.texinfo (Negative Type Numbers): Mention the fact that
11315         GDB, as well as AIX dbx, supports the size type attribute.
11316
11317 Thu Mar 16 12:11:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11318
11319         * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11320
11321 Mon Mar 13 16:49:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11322
11323         * gdb.texinfo (Define):  Document $arg0... arguments to commands,
11324         and new 'if' and 'while' commands.
11325
11326 Fri Feb 17 15:24:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11327
11328         * gdb.texinfo (Artificial arrays):  Note use of coerce-to-array-type.
11329
11330 Wed Feb 15 11:59:18 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11331
11332         * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11333         * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11334           NetWare targets.  Mostly stolen from the Server node.
11335
11336 Fri Feb 10 20:20:08 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11337
11338         * gdb.texinfo (Setting): Talk about the language of a source file
11339         versus the working language.  The old documentation did not match
11340         what GDB did.
11341
11342 Wed Feb  1 20:26:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11343
11344         * stabs.texinfo (Source Files): Document N_SO used to mark the end
11345         of a source file.
11346
11347 Mon Jan 23 14:23:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11348
11349         * gdb.texinfo (Processes): New node.
11350
11351 Tue Jan 17 14:09:03 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11352
11353         * remote.texi: Update documentation of set/show mipsfpu.
11354
11355 Fri Jan  6 17:17:28 1995  Stan Shebs  <shebs@andros.cygnus.com>
11356
11357         * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11358         * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11359
11360 Sun Sep  4 16:47:21 1994  Stan Shebs  (shebs@andros.cygnus.com)
11361
11362         * gdbint.texinfo: Removed mentions of some incorrectly placed and
11363         obsolete conditionals, described some others.
11364
11365 Mon Aug  1 15:42:39 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11366
11367         * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11368         SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11369
11370 Mon Aug  1 15:12:02 1994  Stan Shebs  (shebs@andros.cygnus.com)
11371
11372         * gdbint.texinfo: Put regex conditionals in their own table.
11373
11374 Tue Jul 26 18:32:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
11375
11376         * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11377         described or fixed the descriptions of many others.
11378
11379 Sun Jul 17 14:14:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
11380
11381         * gdb.texinfo: Add some more credits.
11382         * gdbint.texinfo: Capitalize GDB consistently, describe some
11383         macros and remove some.
11384
11385 Thu Jul 14 18:43:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
11386
11387         * gdbint.texinfo: Removed mentions of many incorrectly placed and
11388         obsolete conditionals, described some others.
11389
11390 Tue Jul 12 12:23:15 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11391
11392         * gdb.texinfo (help targets):  Changed to `help target', which
11393         is the correct gdb command.
11394
11395 Wed Jun 22 18:00:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11396
11397         * annotate.texi (TODO): New node, for keeping track of annotations
11398         suggested but not yet implemented.
11399
11400 Wed Jun  1 16:10:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11401
11402         * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11403         another symbol, it is not the address itself.
11404
11405 Thu May  5 20:23:36 1994  Stan Shebs  (shebs@andros.cygnus.com)
11406
11407         * stabs.texinfo (Stab Section Basics): Add comment about alignment
11408         of stabs-in-coff sections.
11409
11410 Wed May  4 06:26:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11411
11412         * annotate.texi: Change edition to 0.5 and date to May 1994.
11413         Add index.
11414         (Frames): New node, for frame annotation.
11415         (Displays): New node, for display annotation.
11416
11417         * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11418         when waiting for your program to stop.
11419
11420 Fri Apr 29 18:24:46 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11421
11422         * annotate.texi (Breakpoint Info): Document annotation of header
11423         fields and record annotation.
11424
11425 Thu Apr 28 07:44:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11426
11427         * annotate.texi: New file, to document annotations.
11428
11429 Thu Apr 21 14:20:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11430
11431         * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11432         16 I meant to make this change but did not).  Do remove gdb-cfg.texi.
11433
11434 Wed Apr 20 11:22:48 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11435
11436         * stabs.texinfo (Stab Section Basics): Say what is in .stab
11437         section, and say n_strx field is compilation unit relative.
11438         * stabs.texinfo: Don't use @code for a.out when it is the name of
11439         an object file format.
11440
11441 Wed Apr 13 20:29:54 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11442
11443         * gdb.texinfo: Refer to file names, not path names, per rms
11444         convention.
11445         (Arguments): Fix typo.
11446
11447 Thu Mar 24 08:09:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11448
11449         * stabs.texinfo (Global Variables): Talk about stabs in files
11450         where variables are referenced, but not defined.
11451
11452 Wed Mar 23 07:16:36 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11453
11454         * stabs.texinfo: Move stuff on @ and # type descriptors from node
11455         Cplusplus to new nodes Member Type Descriptor and Method Type
11456         Descriptor.  Re-write stuff for #.
11457
11458 Wed Mar 16 08:20:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11459
11460         * gdb.texinfo (Print Settings): Don't document "set print
11461         fast-symbolic-addr off".  The bug which it worked around was fixed
11462         on 25 Feb 94 in coffread.c, so I'm nuking the command.
11463
11464         * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11465         N_ENTRY node.
11466
11467         * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11468
11469 Tue Mar 15 08:43:02 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11470
11471         * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11472         references to ieee-float.c.
11473
11474 Fri Mar 11 08:09:40 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11475
11476         * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11477         match what the code actually does.
11478
11479 Wed Mar  9 19:43:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11480
11481         * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11482
11483 Tue Mar  1 17:04:43 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11484
11485         * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11486         i, and b.
11487
11488 Wed Feb 23 10:44:18 1994  Jim Kingdon  (kingdon@rtl.cygnus.com)
11489
11490         * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11491         well as for ELF and SOM.  Unify the descriptions of ELF and SOM
11492         as "stabs in sections" rather than just saying "ELF and SOM".
11493         Also make that stuff apply to COFF.
11494
11495 Fri Feb 18 08:25:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11496
11497         * gdb.texinfo (Formatting Documentation): Change GhostScript to
11498         Ghostscript.
11499
11500 Fri Feb  4 06:31:31 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11501
11502         * gdb.texinfo (Continuing and Stepping): When talking about "step"
11503         versus functions without line numbers, also mention stepping into
11504         them as well as "step" when you are in them.  Tell the user how to
11505         deal with the situation.  Add comment about "debugging information".
11506
11507 Thu Feb  3 11:39:59 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11508
11509         * stabs.texinfo (Enumerations): Document restriction on where
11510         enumeration types can appear and still win with GDB.
11511
11512 Wed Feb  2 11:29:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11513
11514         * stabs.texinfo (Negative Type Numbers): Document format for type
11515         -16.
11516
11517 Thu Jan 27 16:53:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11518
11519         * gdb.texinfo (Selection, Frame Info): Update information about
11520         arbitrary frame specficiations.
11521
11522 Wed Jan 26 15:31:57 1994  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11523
11524         * gdb.texinfo, remote.texi: general editing pass prior to Net release
11525
11526 Tue Jan 25 12:12:04 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11527
11528         * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11529
11530 Wed Jan 19 06:39:24 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
11531
11532         * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11533
11534 Sun Jan 16 12:43:32 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11535
11536         * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11537         Differences node to Statics node.
11538         (Statics): Discuss XCOFF use of V symbol descriptor.
11539
11540         * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11541         not clean.
11542
11543 Wed Jan 12 21:29:54 1994  John Gilmore  (gnu@cygnus.com)
11544
11545         * gdb.texinfo (Print Settings): Document `set print
11546         fast-symbolic-addr' and improve the doc for some other
11547         `set print's.
11548
11549 Mon Jan  3 17:23:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11550
11551         * stabs.texinfo (String Field): Talk about defining several type
11552         numbers at once.
11553         Fix lint regarding changing node ELF Transformations to
11554         ELF and SOM Transformations.
11555
11556 Fri Dec 31 00:42:43 1993  John Gilmore  (gnu@cygnus.com)
11557
11558         * stabs.texinfo:  Insert Peter Kessler's name as inventor (I think).
11559
11560 Tue Dec 28 09:30:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11561
11562         * stabs.texinfo (Cross-References): `::' is for nested types only
11563         within <>.
11564         (Structures): Document static members.
11565
11566 Mon Dec 27 13:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11567
11568         * stabs.texinfo: Document S type attribute.
11569
11570 Sun Dec 26 20:46:36 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
11571
11572         * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11573
11574 Fri Dec  3 19:13:19 1993  John Gilmore  (gnu@cygnus.com)
11575
11576         * gdbint.texinfo:  Fix a few typos.
11577
11578 Sun Nov 28 18:06:25 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11579
11580         * gdb.texinfo, remote.texi: formatting improvements
11581
11582         * gdb.texinfo (New Features): mention threads.
11583         (Summary, C): fix xrefs in newly contributed text.
11584         (Threads): index entries, clarifications, example
11585         (passim): minor typos fixed, phrasing improvements
11586
11587         * remote.texi (Bootstrapping): rephrase text on ^C and add index
11588         entries; (Server): explain use of gdbserver w/real-time systems,
11589         add example of conflicting TCP port; (MIPS Remote) break up
11590         running text into table, highlighting commands, and add example.
11591
11592 Wed Nov 24 14:15:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11593
11594         * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11595
11596 Fri Nov 12 16:10:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11597
11598         * stabs.texinfo (Nested Symbols): New node.
11599         (String Field, Symbol Descriptors, Cross-References): Refer to it.
11600
11601 Thu Nov 11 13:26:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11602
11603         * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11604         to picking which Bbss.bss symbol to use, and (because there seems to
11605         be no good way of doing it) re-write some of the text to make it
11606         sound like Bbss.bss isn't such a great idea after all (as currently
11607         designed).
11608
11609         * gdb.texinfo (C): In addition to saying people have to use g++ for
11610         good results, say they have to use stabs.  Specifically say cfront
11611         doesn't work well.
11612         (Summary): Merge in information on Modula-2, Pascal, and Chill from
11613         the gdb README.  Add xrefs to places where the support for the various
11614         languages is described in detail.
11615
11616 Mon Nov  8 11:47:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11617
11618         * stabs.texinfo: Clean up stuff about visibility and virtual
11619         characters.
11620
11621         * stabs.texinfo (N_M2C): Cite Sun doc.
11622
11623 Fri Nov  5 16:27:27 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11624
11625         * gdb.texinfo: updates re threads.
11626         * remote.texinfo: avoid index entries starting with digits.
11627
11628 Tue Nov  2 09:08:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11629
11630         * stabs.texinfo (Enumerations): Talk about large, negative and
11631         octal values.  Clean up cross reference to type attributes.
11632         (String Field): Say that GDB 4.11 supports size attribute.
11633
11634 Sun Oct 31 13:31:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11635
11636         * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11637         is a mandatory step.  Make the stuff about that more concise.
11638
11639 Wed Oct 27 00:25:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11640
11641         * stabs.texinfo (Class Names): New node.
11642
11643         * gdb.texinfo (Command Files): Explain order of init file reading.
11644
11645         * remote.texi (Bootstrapping): Talk about getting the serial driver
11646         to deal with ^C sent by gdb to stop the remote system.
11647
11648 Mon Oct 25 03:25:41 1993  Tom Lord  (lord@cygnus.com)
11649
11650         * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11651
11652         * libgdb.texinfo (Defining Commands): made the DOC arg
11653         to gdb_define_app_command a char * instead of char **
11654         per a suggestion from kingdon.
11655
11656         * libgdb.texinfo: total rewrite from a different starting
11657         premise.
11658
11659 Wed Oct 20 18:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11660
11661         * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11662         floats passed as doubles (to improve clarity).
11663
11664 Tue Oct 19 14:21:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11665
11666         * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11667
11668         * a4rc.sed: update to work with Andreas Vogel papersize params
11669
11670         * refcard.tex: use Andreas Vogel simplifications of papersize
11671         params; remove useless version info; update copyright date.
11672
11673 Tue Oct 19 10:46:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11674
11675         * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11676
11677 Tue Oct 12 09:11:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11678
11679         * gdb.texinfo (Files): Say what address the load command loads it at.
11680
11681         * stabs.texinfo (Common Blocks): Minor cleanups.
11682
11683         * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11684         that Sun has backed away from the linker kludge and thus the relevant
11685         issue is changes to the SunPRO tools, not the Solaris linker.
11686
11687         * stabs.texinfo (Traditional Integer Types): Clean up description
11688         of octal bounds a little bit.  Document extra leading zeroes.
11689
11690 Thu Oct  7 16:15:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11691
11692         * gdb.texinfo (Signaling): Update for symbolic symbol names
11693         and add a section explaining the difference between the GDB
11694         signal command and the shell kill utility.
11695
11696 Wed Oct  6 13:23:01 1993  Tom Lord  (lord@rtl.cygnus.com)
11697
11698         * libgdb.texinfo: added `@' to braces that were unescaped.
11699
11700 Mon Oct  4 10:42:18 1993  Tom Lord  (lord@rtl.cygnus.com)
11701
11702         * libgdb.texinfo: new file.  Spec for the gdb library.
11703
11704 Sun Oct  3 15:26:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11705
11706         * stabs.texinfo (Include Files): Fix typo (start -> end).
11707
11708 Thu Sep 30 18:24:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11709
11710         * gdb.texinfo, remote.texi: assorted small improvements, mostly
11711         from Melissa at FSF's editing pass.
11712
11713 Thu Sep 30 11:54:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11714
11715         * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11716         I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11717         Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11718
11719 Wed Sep 22 21:22:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11720
11721         * remote.texi (Bootstrapping): Discuss 386 call gates.
11722
11723 Sat Sep 18 17:10:44 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11724
11725         * stabs.texinfo (Based Variables): New node.
11726
11727 Thu Sep 16 17:48:55 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
11728
11729         * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11730         names, sizes, and formats to suggest how not to lose.
11731
11732 Sat Sep 11 09:35:11 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11733
11734         * stabs.texinfo (Methods): Fix typo.
11735
11736 Fri Sep 10 06:34:20 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11737
11738         * gdb.texinfo: Fix a few typos.
11739
11740 Wed Sep  8 09:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11741
11742         * gdb.texinfo: Clarify how well it works with Fortran.
11743
11744         * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11745         More on relocating stabs in ELF files.
11746
11747 Tue Sep  7 13:45:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11748
11749         * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11750
11751 Mon Sep  6 19:23:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11752
11753         * stabs.texinfo (Local Variable Parameters): Talk about nameless
11754         parameters on VAX.
11755
11756 Fri Sep  3 17:06:08 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11757
11758         * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11759
11760 Fri Sep  3 12:04:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11761
11762         * stabs.texinfo: Make info author notice match the TeX author notice.
11763
11764 Tue Aug 31 13:21:06 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11765
11766         * stabs.texinfo: Initial-caps all words in node names and
11767         non-trivial words in section names.
11768
11769 Mon Aug 30 11:13:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11770
11771         * stabs.texinfo: Many minor cleanups.
11772
11773         * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11774
11775 Sat Aug 28 12:08:09 1993  David J. MacKenzie  (djm@edison.eng.umd.edu)
11776
11777         * stabs.texinfo: Remove full description of big example.
11778         It's not really helpful; just use pieces of it where appropriate.
11779         Add more Texinfo formatting directives (@samp, etc.).
11780         Use @deffn to define stab types.
11781         Eliminate some wordiness.  Break up some nodes.
11782         Add an (alphabetized) index of symbol types.
11783         Use consistent capitalization style in node and section names.
11784
11785 Thu Aug 26 06:36:31 1993  Fred Fish  (fnf@deneb.cygnus.com)
11786
11787         * gdb.texinfo:  Change typo "Two two" to "The two".
11788
11789 Sun Aug 22 12:15:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11790
11791         * stabs.texinfo (XCOFF-differences): Remove references to
11792         non-existent types N_DECL and N_RPSYM.
11793
11794         * stabs.texinfo (String Field): Say that type attributes bug is
11795         fixed in GDB 4.10, since it is.
11796
11797         * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11798
11799 Sat Aug 21 04:32:28 1993  David MacKenzie  (djm@cygnus.com)
11800
11801         * stabs.texinfo: Formatting cleanups.
11802
11803 Fri Aug 20 20:49:53 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11804
11805         * stabs.texinfo: When explaining the n_type of a stab, standardize
11806         how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11807         no tabs, use @r).
11808         (Global Variables): Clean up.
11809
11810 Tue Aug 17 15:57:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11811
11812         * stabs.texinfo (Stack Variables): Re-write.
11813
11814 Mon Aug 16 21:20:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11815
11816         * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11817         addresses of a source file.  Also revise formatting.
11818         Change "object module" or "object file" to "source file".
11819         Various: Miscellaneous cleanups.
11820
11821 Thu Aug 12 15:11:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11822
11823         * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11824
11825 Tue Aug 10 16:57:49 1993  Stan Shebs  (shebs@rtl.cygnus.com)
11826
11827         * gdbint.texinfo: Removed many nonsensical machine-collected
11828         host and target conditionals, described some of the remainder.
11829
11830 Tue Aug 10 13:28:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11831
11832         * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11833
11834         * gdbint.texinfo (Top): Add name to @top line, and re-write the
11835         paragraph which follows.
11836
11837         * gdbint.texinfo (Host): Use @code not @samp for Makefile
11838         variables.  Looks better and avoids overful hbox.
11839
11840 Fri Jul 30 18:26:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11841
11842         * stabs.texinfo (Procedures): Improve stuff on nested functions.
11843
11844 Thu Jul 29 15:10:58 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11845
11846         * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11847         retransmit-timeout
11848
11849 Thu Jul 29 13:16:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11850
11851         * gdbint.texinfo: Update statement about `some ancient Unix
11852         systems, like Ultrix 4.0' to Ultrix 4.2.
11853
11854 Wed Jul 28 15:26:53 1993  Roland H. Pesch  (pesch@el_bosque.cygnus.com)
11855
11856         * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11857
11858         * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11859
11860         * remote.texi: (Server) New node on gdbserver.  (Remote Serial,
11861         ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11862
11863         * remote.texi: new name for former gdbinv-s.texi
11864
11865         * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11866
11867 Wed Jul 28 08:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
11868
11869         * gdbinv-s.texi: Documented timeout and retransmit-timeout
11870         variables for MIPS remote debugging protocol.
11871
11872 Mon Jul 26 13:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11873
11874         * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11875
11876 Tue Jul 20 16:30:41 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
11877
11878         * Makefile.in (refcard.dvi): Use srcdir where necessary.
11879
11880 Mon Jul 19 12:02:50 1993  Roland H. Pesch  (pesch@cygnus.com)
11881
11882         * gdb.texinfo: repair conditional bugs in text markup
11883
11884 Fri Jul 16 18:57:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11885
11886         * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11887         to select Modula-2 material.
11888
11889 Thu Jul 15 13:15:01 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11890
11891         * stabs.texinfo: Cleanups regarding statics.
11892
11893         * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11894         (Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.
11895
11896 Mon Jul 12 13:37:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11897
11898         * stabs.texinfo: N_MAIN is sometimes used for C.
11899
11900 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11901
11902         * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11903
11904 Tue Jul  6 12:41:28 1993  John Gilmore  (gnu@cygnus.com)
11905
11906         * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11907         removed from the code by Kingdon.
11908
11909 Tue Jul  6 12:24:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11910
11911         * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11912         input when evaluating breakpoint conditions; the bug has been fixed.
11913
11914         * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11915         sets the ignore count to N-1, not to N.
11916
11917 Thu Jul  1 14:57:42 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11918
11919         * refcard.tex (\hoffset): correct longstanding error to match
11920           intended offset; avoids cutting off edge on some printers
11921
11922 Wed Jun 30 18:23:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11923
11924         * stabs.texinfo (Parameters): Say that order of stabs is significant.
11925
11926 Fri Jun 25 21:34:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11927
11928         * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11929
11930 Fri Jun 25 16:15:10 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11931
11932         * Makefile.in: (REFEDITS) new var to control whether PS or CM
11933         fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11934         collect sed edits if any, apply to refcard before formatting;
11935         (refcard.ps) stop implying PS fonts if PS output requested;
11936         (lrefcard.ps) delete extra target for variant PS fonts
11937
11938         * refcard.tex: parametrize papersize dependent info, collect
11939           in easily replaced spot
11940
11941         * a4rc.sed: new file, edits to refcard for A4 paper
11942
11943 Fri Jun 25 14:21:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11944
11945         * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11946
11947 Wed Jun 23 15:02:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11948
11949         * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11950
11951 Tue Jun 22 16:31:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11952
11953         * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11954         politely rather than rudely.
11955
11956 Fri Jun 18 19:42:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11957
11958         * stabs.texinfo: Document common blocks.
11959
11960 Fri Jun 18 12:12:57 1993  Fred Fish  (fnf@cygnus.com)
11961
11962         * stabs.texinfo:  Add some basic info about stabs-in-elf.
11963
11964 Fri Jun 18 13:57:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11965
11966         * stabs.texinfo (Top): Minor cleanup.
11967
11968 Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
11969
11970         * Makefile.in (install-info): remove parentdir support
11971
11972 Tue Jun 15 18:11:39 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11973
11974         * gdb.texinfo (Copying): delete this node and references to it;
11975         RMS says this manual need not carry GPL. (passim): Improvements
11976         from last round at FSF, largely due to Ian Taylor review, and
11977         minor formatting improvements.
11978
11979         * gdbinv-s.texi (passim): Improvements from last round at FSF,
11980         largely due to Ian Taylor review. (Debug Session): minor edits to
11981         new text.
11982
11983 Sun Jun 13 12:52:39 1993  Jim Kingdon  (kingdon@cygnus.com)
11984
11985         * Makefile.in (realclean): Remove info and dvi files too.
11986
11987 Sat Jun 12 16:09:22 1993  Jim Kingdon  (kingdon@cygnus.com)
11988
11989         * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11990         * Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.
11991         * gdb.texinfo: Change accordingly.
11992
11993         * stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
11994         N_{L,R}BRAC,N_SLINE are relative to.
11995
11996 Fri Jun 11 15:15:55 1993  Jim Kingdon  (kingdon@cygnus.com)
11997
11998         * Makefile.in (GDBvn.texi): Update atomically.
11999
12000 Wed Jun  9 10:58:16 1993  Jim Kingdon  (kingdon@cygnus.com)
12001
12002         * gdbinv-s.texi (Debug Session): Document exceptionHook.
12003
12004 Tue Jun  8 13:42:04 1993  Jim Kingdon  (kingdon@cygnus.com)
12005
12006         * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12007         addresses together.  Also motivate the set print symbol-filename
12008         command and suggest other solutions.
12009
12010 Tue Jun  1 22:46:43 1993  Fred Fish  (fnf@cygnus.com)
12011
12012         * gdb.texinfo (set print elements):  Note that the number of
12013         elements is set to unlimited by "set print elements 0".
12014
12015 Mon May 31 08:06:55 1993  Jim Kingdon  (kingdon@cygnus.com)
12016
12017         * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12018         NF_LDOUBLE means.
12019         (Stab Types): Include Solaris stab types.
12020         (Procedures): Document Solaris extensions.
12021
12022 Thu May 27 06:20:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12023
12024         * gdb.texinfo:  Add `set print symbol-filename' doc.
12025
12026 Wed May 26 00:26:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12027
12028         * stabs.texinfo (Arrays): Talk about type definition vs. type
12029         information.
12030
12031         * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12032         the trailing semicolon.
12033
12034 Tue May 25 14:49:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12035
12036         * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12037         and merge in other parts of the document addressing these subjects.
12038         gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12039
12040         * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12041         at the end of a range type.
12042
12043         * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12044         AIX extensions.
12045
12046 Mon May 24 09:00:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12047
12048         * stabs.texinfo (Stabs Format):  Misc fixes.
12049
12050 Sat May 22 10:40:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12051
12052         * stabs.texinfo (Constants):  Allow an `e' constant to be non-enum.
12053         (Traditional builtin types): Document convex convention for long long.
12054         (Negative builtin types): Discuss type names, and misc fixes.
12055
12056 Fri May 21 11:20:31 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12057
12058         * stabs.texinfo (Builtin Type Descriptors): Document the floating
12059         point types used with @samp{R} type descriptor.
12060         (Symbol Descriptors): Describe how to handle conflict between
12061         different meanings of @samp{P} symbol descriptor.
12062
12063 Thu May 20 13:35:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12064
12065         * stabs.texinfo: Remove node Quick Reference and put its children
12066         directly under the main menu.
12067
12068         * stabs.texinfo: Many more changes to bring it into line with
12069         AIX documentation and reality.  I think it now has all the
12070         information from the AIX documentation, except that I burned
12071         out when I got to variant records (Pascal and Modula-2) and
12072         all the COBOL types.  Oh well, we can add them later when we're
12073         worrying more about those languages.
12074
12075         * stabs.texinfo (Automatic variables): Talk about what it means
12076         to omit the symbol descriptor.
12077
12078 Tue May 18 17:59:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12079
12080         * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12081         gcc2 behavior with promoted args.
12082
12083 Fri May 14 21:35:29 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12084
12085         * gdb.texinfo: include readline appendices in info version of manual
12086
12087 Fri May  7 11:56:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12088
12089         * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12090         target remote.
12091
12092         * gdb.texinfo (Machine Code): more index entries for disassemble
12093
12094 Fri May  7 10:12:30 1993  Fred Fish  (fnf@cygnus.com)
12095
12096         * Clarify the intended use of the gdb-testers and gdb-patches
12097         mailing lists, and shrink gzip comment.
12098
12099 Thu May  6 16:39:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12100
12101         * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12102         DOSHOST configuration of manual.
12103
12104         * gdb.texinfo (MIPS Stack): new node.
12105
12106         * all-config.texi (MIPS) new switch.
12107
12108         * gdbinv-s.texi (Nindy Options) Remove two instances of future
12109         tense; (MIPS Remote) new node.
12110
12111         * gdb.texinfo (passim) rephrases to work around makeinfo @value
12112         bug; (Environment) less passive, other small cleanups in text about
12113         .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12114         (Remote) new MIPS Remote menu entry.
12115
12116 Thu Apr 29 09:36:25 1993  Jim Kingdon  (kingdon@cygnus.com)
12117
12118         * stabs.texinfo: Many changes to include information from the
12119         AIX documentation.
12120
12121         * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12122
12123 Tue Apr 27 14:02:57 1993  Jim Kingdon  (kingdon@cygnus.com)
12124
12125         * gdbint.texinfo (new node Debugging GDB, elsewhere):
12126         Move a bunch of information from ../README.
12127         (Getting Started): New node.
12128
12129 Fri Apr 23 17:21:13 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12130
12131         * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12132
12133         * gdb.texinfo: advance manual revision dates to present
12134
12135         * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12136         stop using silly Roman numerals in @set variable names
12137
12138 Fri Apr 23 07:30:01 1993  Jim Kingdon  (kingdon@cygnus.com)
12139
12140         * stabs.texinfo (Parameters): Keep trying to get this right.
12141
12142 Wed Apr 21 15:18:47 1993  Jim Kingdon  (kingdon@cygnus.com)
12143
12144         * stabs.texinfo (Parameters): More on "local parameters".
12145
12146 Mon Apr 19 08:00:51 1993  Jim Kingdon  (kingdon@cygnus.com)
12147
12148         * stabs.texinfo (Parameters): Re-do "local parameters" section.
12149
12150 Sun Apr 18 09:47:45 1993  Jim Kingdon  (kingdon@cygnus.com)
12151
12152         * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12153         (Parameters): Rewrite.
12154         (xcoff-differences, Sun-differences): Minor changes.
12155
12156 Thu Apr 15 02:35:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
12157
12158         * stabs.texinfo:  Minor cleanup.
12159
12160 Wed Apr 14 17:31:00 1993  Jim Kingdon  (kingdon@cygnus.com)
12161
12162         * gdbint.texinfo: Minor xcoff stuff.
12163
12164 Wed Apr  7 14:11:07 1993  Fred Fish  (fnf@cygnus.com)
12165
12166         * gdbint.texinfo:  Update for new config directory structure.
12167         Add info about internal type data structures.
12168
12169 Mon Apr  5 09:06:30 1993  Ian Lance Taylor  (ian@cygnus.com)
12170
12171         * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12172         $(srcdir).
12173         (gdb-config.texi): Depend on file in $(srcdir).
12174
12175 Fri Apr  2 16:55:13 1993  Jim Kingdon  (kingdon@cygnus.com)
12176
12177         * stabs.texinfo: Fixes about N_SO.
12178
12179 Fri Mar 26 18:00:35 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12180
12181         * gdb.texinfo: include list of nonstandard init file names
12182
12183         * *-config.texi: new switch GENERIC for text that applies *only*
12184         to (usual) multiple-target version of manual
12185
12186         * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12187         h8 config
12188
12189         * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12190         in menus (rather than conditionally selected multiple alternative
12191         menus).
12192
12193         * Makefile.in: define and use DOC_CONFIG var to select
12194         configuration for GDB user manual.
12195
12196         * gdb-config.texi: delete from repository, generate from Makefile.
12197
12198         * all-config.texi: normal `generic' configuration file, formerly
12199         stored as gdb-config.texi
12200
12201 Wed Mar 24 14:03:19 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
12202
12203         * Makefile.in: add dvi target to build all .dvi files
12204
12205 Tue Mar 23 16:03:24 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12206
12207         * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12208
12209 Fri Mar 19 21:46:50 1993  John Gilmore  (gnu@cygnus.com)
12210
12211         * gdbint.texinfo:  Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12212         host conditionals.
12213         * stabs.texinfo:  More array fixes inspired by Jim's.
12214
12215 Fri Mar 19 10:23:34 1993  Jim Kingdon  (kingdon@cygnus.com)
12216
12217         * stabs.texinfo: Fixes re arrays and continuations.
12218
12219         * gdbint.texinfo: Add XCOFF node.
12220
12221 Mon Mar  8 15:52:18 1993  John Gilmore  (gnu@cygnus.com)
12222
12223         * gdb.texinfo:  Add `set print max-symbolic-offset' doc.
12224
12225 Sun Feb 21 17:09:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
12226
12227         * stabs.texinfo:  Fix for array types to mention lower bounds.
12228
12229 Thu Feb 18 01:19:49 1993  John Gilmore  (gnu@cygnus.com)
12230
12231         * gdbint.texinfo:  Update PTRACE_ARG3_TYPE doc, pull PT_*.
12232
12233 Wed Feb 17 08:15:24 1993  John Gilmore  (gnu@cygnus.com)
12234
12235         * gdbint.texinfo:  Remove SET_STACK_LIMIT_HUGE from target defines.
12236
12237 Thu Feb 11 10:38:40 1993  John Gilmore  (gnu@cygnus.com)
12238
12239         * gdbint.texinfo:  Fix thinko (NM_FILE => NAT_FILE).  Found
12240         by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12241
12242 Wed Feb 10 23:59:19 1993  John Gilmore  (gnu@cygnus.com)
12243
12244         * gdbint.texinfo:  Eliminate IBM6000_HOST, document IBM6000_TARGET.
12245
12246 Tue Feb  9 18:26:21 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12247
12248         * gdb.texinfo, gdbinv-s.texi: misc updates
12249
12250 Sat Feb  6 10:25:47 1993  John Gilmore  (gnu@cygnus.com)
12251
12252         * gdbint.texinfo:  Brief documentation for longjmp support,
12253         from an email msg by Stu.
12254
12255 Fri Feb  5 14:10:15 1993  John Gilmore  (gnu@cygnus.com)
12256
12257         * stabs.texinfo:  Fix description of floating point "range"
12258         types (which really define basic types).  Reported by Jim Meehan,
12259         <meehan@src.dec.com>.
12260
12261         * gdbint.texinfo:  Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12262
12263 Thu Feb  4 13:56:46 1993  Ian Lance Taylor  (ian@cygnus.com)
12264
12265         * gdbint.texinfo: Slightly expand section on supporting a new
12266         object file format.
12267
12268 Thu Feb  4 01:49:04 1993  John Gilmore  (gnu@cygnus.com)
12269
12270         * Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
12271         intermediate file.
12272
12273 Tue Feb  2 12:18:06 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12274
12275         * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12276
12277 Mon Feb  1 15:35:47 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12278
12279         * gdbinv-s.texi: z8000 simulator target name is just "sim"
12280
12281         * gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
12282         as well as Z8002.
12283
12284 Sat Nov 28 06:51:35 1992  John Gilmore  (gnu@cygnus.com)
12285
12286         * gdbint.texinfo:  Add sections on clean design and on how to send
12287         in changes.
12288
12289 Mon Nov  9 23:57:02 1992  John Gilmore  (gnu@cygnus.com)
12290
12291         * gdbint.texinfo:  Add how to declare the result of make_cleanup.
12292
12293 Mon Oct 26 11:09:47 1992  John Gilmore  (gnu@cygnus.com)
12294
12295         * gdb.texinfo:  Fix typo, reported by Karl Berry.
12296
12297 Fri Oct 23 00:41:21 1992  John Gilmore  (gnu@cygnus.com)
12298
12299         * gdb.texinfo:  Add opcodes dir to GDB distribution description.
12300
12301 Sat Oct 10 18:04:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12302
12303         * gdbint.texinfo: fixed a stray email address (needs @@),
12304         added @table @code to node "Native Conditionals"
12305
12306 Tue Sep 22 00:34:15 1992  John Gilmore  (gnu@cygnus.com)
12307
12308         * gdbint.texinfo:  Describe coding style of GDB.
12309
12310 Mon Sep 21 19:32:16 1992  John Gilmore  (gnu@cygnus.com)
12311
12312         * stabs.texinfo:  Minor wording changes.
12313
12314 Tue Sep 15 02:57:09 1992  John Gilmore  (gnu@cygnus.com)
12315
12316         * gdbint.texinfo:  Improve release doc slightly.
12317
12318 Fri Sep 11 01:34:25 1992  John Gilmore  (gnu@sphagnum.cygnus.com)
12319
12320         * gdbint.texinfo:  Improve doc of GDB config macros.
12321
12322 Wed Sep  9 16:52:06 1992  John Gilmore  (gnu@cygnus.com)
12323
12324         * stabs.texinfo:  Remove Bothner's changes for C++ nested types.
12325         These will be reinserted when examined.
12326
12327 Mon Aug 24 01:17:55 1992  John Gilmore  (gnu@cygnus.com)
12328
12329         * gdbint.texinfo:  Make a start at documenting all the #if macros
12330         in GDB.  At least list them all, and start separating them into
12331         host-specific and target-specific.
12332
12333 Tue Aug 18 15:59:13 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12334
12335         * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12336         examples (not consistent w others).
12337         gdb.texinfo: issue disclaimer paragraph on cmdline options only
12338         for generic vn of doc
12339
12340 Tue Aug 18 14:53:27 1992  Ian Lance Taylor  (ian@cygnus.com)
12341
12342         * Makefile.in: always create installation directories.
12343
12344 Tue Aug 18 14:11:50 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12345
12346         * gdb.texinfo: in h8 config, do not describe searching commands.
12347
12348 Mon Aug 17 18:07:59 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12349
12350         * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12351           conditionals; introduce a few generic switches that may be
12352           useful for other cross-dev or dos-hosted configs.
12353
12354         * gdb.texinfo: fix typo in "info reg" description
12355
12356 Sun Aug 16 01:16:18 1992  John Gilmore  (gnu@cygnus.com)
12357
12358         * stabs.texinfo:  Minor updates from running TeX over it.
12359         * Makefile.in (stabs.dvi, stabs.ps):  Add.
12360
12361 Sat Aug 15 20:52:24 1992  Per Bothner  (bothner@rtl.cygnus.com)
12362
12363         * stabs.texinfo:  Stabs documentation, written by Julia Menapace.
12364         First pass at converting it to texinfo.
12365
12366 Sat Aug 15 03:14:59 1992  John Gilmore  (gnu@cygnus.com)
12367
12368         * gdb.texinfo, refcard.tex:  Document mult args on `info reg'.
12369         * Makefile.in (refcard.ps, lrefcard.ps):  Add missing $(srdir).
12370
12371 Fri Aug 14 21:08:47 1992  John Gilmore  (gnu@cygnus.com)
12372
12373         * gdbint.texinfo:  Add section on partial symbol tables.
12374
12375 Sat Jun 20 16:31:10 1992  John Gilmore  (gnu at cygnus.com)
12376
12377         * gdb.texinfo:  document `set remotedebug' and `set
12378         rstack_high_address'.
12379
12380 Thu May 14 17:09:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12381
12382         * gdb.texinfo: slight expansion of new text on reading info files
12383         * gdbinv-s.m4.in: correct and expand info on cross-debugging
12384         H8/300 from DOS.
12385
12386 Tue May 12 12:22:47 1992  John Gilmore  (gnu at cygnus.com)
12387
12388         * gdb.texinfo:  `info user' => `show user'.  Noticed by David Taylor.
12389
12390 Mon May 11 19:06:27 1992  John Gilmore  (gnu at cygnus.com)
12391
12392         * gdb.texinfo:  Say how to read the `info' files.
12393
12394 Tue May  5 12:11:38 1992  K. Richard Pixley  (rich@cygnus.com)
12395
12396         * Makefile.in: gm4 -> m4.
12397
12398 Fri Apr 10 17:50:43 1992  John Gilmore  (gnu at rtl.cygnus.com)
12399
12400         * gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
12401         Documentation' ahead of `Installing GDB' to match README.
12402         Update shared library doc, -readnow and -mapped, and directory
12403         structure (add glob and mmalloc).  Update configure doc.
12404
12405 Tue Mar 24 23:28:38 1992  K. Richard Pixley  (rich@cygnus.com)
12406
12407         * Makefile.in: remove $(srcdir) from gdb.info rule.
12408
12409 Sat Mar  7 18:44:50 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12410
12411         * Makefile.in: commented out gdb-all.texinfo rule.  This is
12412           temporary.
12413
12414 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
12415
12416         * Makefile.in, configure.in: removed traces of namesubdir,
12417           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
12418           copyrights to '92, '13, changed some from Cygnus to FSF.
12419
12420 Fri Dec 13 09:47:31 1991  John Gilmore  (gnu at cygnus.com)
12421
12422         * gdb.texinfo:  Improve how we ask for bug reports.
12423
12424 Tue Dec 10 04:07:21 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12425
12426         * Makefile.in: infodir belongs in datadir.
12427
12428 Fri Dec  6 23:57:34 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12429
12430         * Makefile.in: remove spaces following hyphens, bsd make can't
12431           cope.  install using INSTALL_DATA.  added clean-info.  added
12432           standards.text support.
12433
12434 Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12435
12436         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
12437           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
12438           and mandir now keyed off datadir by default.
12439
12440 \f
12441 Local Variables:
12442 mode: change-log
12443 left-margin: 8
12444 fill-column: 74
12445 version-control: never
12446 coding: utf-8
12447 End: