ba152329d75ef8b4b648011aae8488907b68dd0b
[external/binutils.git] / gdb / doc / ChangeLog
1 2019-04-22  Pedro Alves  <palves@redhat.com>
2
3         * gdb.texinfo (Reverse Execution): Mention and xref process record
4         and replay.  Mention remote and system emulators.
5         (Process Record and Replay): List supported architectures.
6         Mention that "record btrace" is only supported on Intel
7         processors.
8
9 2019-04-17  Alan Hayward  <alan.hayward@arm.com>
10
11         * gdb.texinfo (Other Command-Line Arguments for gdbserver)
12         (Monitor Commands for gdbserver)
13         (gdbserver man): Add debug-file option.
14
15 2019-04-08  Kevin Buettner  <kevinb@redhat.com>
16
17         * python.texi (Inferiors In Python): Rename
18         Inferior.thread_from_thread_handle to Inferior.thread_from_handle.
19         Add note about the former being deprecated.
20
21 2019-04-08  Kevin Buettner  <kevinb@redhat.com>
22
23         * python.texi (Threads In Python): Add description for method
24         InferiorThread.handle.
25
26 2019-04-07  Tom Tromey  <tom@tromey.com>
27
28         * Makefile.in (all): Depend on "info".
29
30 2019-04-01  Andrew Burgess  <andrew.burgess@embecosm.com>
31
32         * gdb.texinfo (Convenience Funs): Document '$_creal' and
33         '$_cimag'.
34
35 2019-03-30  Eli Zaretskii  <eliz@gnu.org>
36
37         * gdb.texinfo (Convenience Vars): Document $_gdb_major and
38         $_gdb_minor.
39
40 2019-03-26  Andrew Burgess  <andrew.burgess@embecosm.com>
41
42         * python.texi (Pretty Printing API): Document use of None for the
43         display_hint.
44
45 2019-03-22  Alan Hayward  <alan.hayward@arm.com>
46             Jiong Wang  <jiong.wang@arm.com>
47
48         * gdb.texinfo (AArch64 Features): Describe pauth feature.
49
50 2019-03-20  Tom Tromey  <tromey@adacore.com>
51
52         * python.texi (Selecting Pretty-Printers): Use @defvar for
53         gdb.pretty_printers.
54
55 2019-03-14  Simon Marchi  <simon.marchi@efficios.com>
56
57         * gdb.texinfo (GDB/MI Development and Front Ends): Fix closing
58         of table, "@end @table" -> "@end table".
59
60 2019-03-14  Tom Tromey  <tromey@adacore.com>
61
62         * gdb.texinfo (Output Styling): Document "set style source" and
63         "show style source".
64
65 2019-03-13  Simon Marchi  <simon.marchi@ericsson.com>
66
67         * gdb.texinfo (Mode Options): Mention mi3.
68         (Interpreters): Likewise.
69         (GDB/MI Development and Front Ends): Add entry for MI 3 in
70         version table.  Document -fix-multi-location-breakpoint-output.
71         (GDB/MI Breakpoint Information): Document format of breakpoint
72         location output.
73
74 2019-03-05  Simon Marchi  <simon.marchi@efficios.com>
75
76         * python.texi (Values From Inferior): Change synopsys of the
77         second form of Value.__init__.
78
79 2019-03-02  Eli Zaretskii  <eliz@gnu.org>
80
81         * gdb.texinfo (Output Styling): Fix typos.  Document the default
82         foreground colors of the available styles.
83
84 2019-02-27  Kevin Buettner  <kevinb@redhat.com>
85
86         * gdb.texinfo (Configure Options): Document minimum python
87         version.
88
89 2019-02-26  Kevin Buettner  <kevinb@redhat.com>
90
91         * python.texi (Values From Inferior): Document second form
92         of Value.__init__.
93
94 2019-02-23  Joel Brobecker  <brobecker@adacore.com>
95
96         * gdb.texinfo: Update copyright year ranges.
97         * refcard.tex: Likewise.
98
99 2019-02-21  Alan Hayward  <alan.hayward@arm.com>
100
101         * gdb.texinfo: Update style defaults.
102
103 2019-02-21  Tom Tromey  <tromey@adacore.com>
104
105         * gdb.texinfo (Remote Configuration): Remove trailing "." from
106         @item.
107
108 2019-01-16  Simon Marchi  <simon.marchi@ericsson.com>
109
110         * gdb.texinfo (GDB/MI Development and Front Ends): Add table of
111         MI versions.  Update text around it.
112
113 2019-01-14  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
114
115         * gdb.texinfo (PowerPC Features): Document the alias
116         pseudo-registers for the org.gnu.gdb.power.altivec feature.
117
118 2019-01-09  Simon Marchi  <simon.marchi@ericsson.com>
119
120         * gdb.texinfo (Print Settings): Remove mention of specific
121         demangle-style values, just refer to the in-process help.
122
123 2018-12-28  Tom Tromey  <tom@tromey.com>
124
125         * gdb.texinfo (Output Styling): New node.
126
127 2018-12-13  John Baldwin  <jhb@FreeBSD.org>
128
129         * gdb.texinfo (Set Catchpoints): Add an anchor for 'catch syscall'.
130         (Native): Add a FreeBSD subsection.
131         (FreeBSD): Document use of system call aliases for compatibility
132         system calls.
133
134 2018-11-21  Andrew Burgess  <andrew.burgess@embecosm.com>
135
136         * gdb.texinfo (Standard Target Features): Add RISC-V Features
137         sub-section.
138
139 2018-11-20  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
140
141         * gdb.texinfo (Examining the Symbol Table): Document language choice
142         for 'info types|functions|variables' commands.
143         (Setting Breakpoints): Document language choice to print
144         the functions in which a breakpoint is set.
145
146 2018-11-09  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
147
148         * gdb.texinfo (PowerPC Features): Document the altivec and fpu
149         requirements for the org.gnu.gdb.power.vsx feature.
150
151 2018-11-01  Joel Brobecker  <brobecker@adacore.com>
152
153         * gdb.texinfo (Ada Tasks): Update the "info task 2" example
154         output to match the current implementation.
155
156 2018-10-27  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
157
158         * gdb.texinfo (Information About a Frame): Document changes
159         to 'info args' and 'info locals'.
160         (Examining the Symbol Table): Document changes to 'info functions'
161         and 'info variables'.
162
163 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
164
165         * gdb.texinfo (PowerPC Features): Describe new features
166         "org.gnu.gdb.power.htm.spr", "org.gnu.gdb.power.htm.core",
167         "org.gnu.gdb.power.htm.fpu", "org.gnu.gdb.power.htm.altivec",
168         "org.gnu.gdb.power.htm.vsx", "org.gnu.gdb.power.htm.ppr",
169         "org.gnu.gdb.power.htm.dscr", "org.gnu.gdb.power.htm.tar".
170
171 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
172
173         * gdb.texinfo (PowerPC Features): Describe new features
174         "org.gnu.gdb.power.ebb" and "org.gnu.gdb.power.linux.pmu".
175
176 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
177
178         * gdb.texinfo (PowerPC Features): Describe new feature
179         "org.gnu.gdb.power.tar".
180
181 2018-10-26  Pedro Franco de Carvalho  <pedromfc@linux.ibm.com>
182
183         * gdb.texinfo (PowerPC Features): Describe new features
184         "org.gnu.gdb.power.ppr" and "org.gnu.gdb.power.dscr".
185
186 2018-10-20  Tom Tromey  <tom@tromey.com>
187
188         * gdb.texinfo (TUI Commands): Add @end table.
189         (TUI Configuration): Remove stray @end table.
190
191 2018-10-19  Tom Tromey  <tom@tromey.com>
192
193         PR tui/18388:
194         * gdb.texinfo (TUI Commands): Remove tabset documentation.
195         (TUI Configuration): Document "set tui tab-width".
196
197 2018-10-09  Tom Tromey  <tom@tromey.com>
198
199         * python.texi (Inferiors In Python): Link to "Frames In Python",
200         not "Unwinding Frames in Python".
201
202 2018-10-09  Tom Tromey  <tom@tromey.com>
203
204         * gdb.texinfo (Configure Options): Update --enable-ubsan
205         documentation.
206
207 2018-10-08  John Baldwin  <jhb@FreeBSD.org>
208
209         * gdb.texinfo (Contributors): Add SRI International and University
210         of Cambridge for FreeBSD/riscv.
211
212 2018-10-06  Tom Tromey  <tom@tromey.com>
213
214         PR python/19399:
215         * python.texi (Inferiors In Python): Document
216         Inferior.Architecture.
217
218 2018-10-06  Tom Tromey  <tom@tromey.com>
219
220         PR python/21765:
221         * python.texi (Symbols In Python): Document the module and
222         common-block domains.  Remove documentation for incorrect
223         domains.
224
225 2018-10-03  Tom Tromey  <tom@tromey.com>
226
227         * gdb.texinfo (Configure Options): Document --enable-ubsan.
228
229 2018-10-02  John Darrington <john@darrington.wattle.id.au>
230
231         * gdb.texinfo (Remote Connection Commands): Describe
232           the changes to target remote and target extended-remote
233           relating to Unix domain sockets.
234
235 2018-10-01  Tom Tromey  <tom@tromey.com>
236
237         * gdb.texinfo (Configure Options): Document configure options.
238
239 2018-09-29  Tom Tromey  <tom@tromey.com>
240
241         * gdb.texinfo (Requirements): Mention C++, GNU make.
242         (Requirements): Sort the table.  Add more libraries.
243         (Running Configure): Remove obsolete text.
244         (Separate Objdir): Likewise.
245         (Configure Options): Likewise.
246
247 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
248
249         * gdb.texinfo (Frames): Rewrite the description of 'frame number'
250         to highlight that the number is also the frame's level.
251         (Selection): Rewrite documentation for 'frame' and 'select-frame'
252         commands.
253         (Frame Info): Rewrite documentation for 'info frame' command.
254
255 2018-09-23  Tom Tromey  <tom@tromey.com>
256
257         PR python/18852:
258         * python.texi (Parameters In Python): Document exception behavior
259         of get_set_string.
260
261 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
262
263         * gdb.texinfo (info proc): Remove "running".
264         (info proc mappings): Replace "program" with "process".
265
266 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
267
268         * gdb.texinfo (Process Information): Document "info proc files"
269         command.
270
271 2018-09-17  Tom Tromey  <tom@tromey.com>
272
273         * gdb.texinfo (Index Files): Update for cache directory change on
274         macOS.
275
276 2018-09-16  Tom Tromey  <tom@tromey.com>
277
278         * python.texi (Basic Python): Update docs for find_pc_line,
279         solib_name.
280         (Progspaces In Python): Update docs for current_progspace.
281         Document block_for_pc, find_pc_line, is_valid, nsolib_name.
282         Move method documentation before example.
283
284 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
285
286         * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
287
288 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
289 2018-09-13  Tom Tromey  <tom@tromey.com>
290
291         * python.texi (Program Spaces In Python): Document the
292         Progspace.objfiles method.
293         (Objfiles In Python): Mention that gdb.objfiles() is identical
294         to gdb.selected_inferior().progspace.objfiles().
295
296 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
297 2018-09-13  Tom Tromey  <tom@tromey.com>
298
299         * python.texi (Inferiors In Python): Document
300         Inferior.progspace.
301         (Program Spaces In Python): Document that
302         gdb.current_progspace() is the same as
303         gdb.selected_inferior().progspace.
304
305 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
306
307         * python.texi (Basic Python): Mention the string representation
308         of GDB Python objects.
309
310 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
311
312         * gdb.texinfo (Skipping Over Functions and Files): Document
313         set/show debug skip.
314
315 2018-09-10  Tom Tromey  <tom@tromey.com>
316
317         * python.texi (Frames In Python, Blocks In Python)
318         (Symbols In Python, Symbol Tables In Python)
319         (Lazy Strings In Python): Remove periods from section titles.
320
321 2018-09-10  Tom Tromey  <tom@tromey.com>
322
323         * python.texi (Pretty Printing API): Swap sentence order.
324
325 2018-09-10  Tom Tromey  <tom@tromey.com>
326
327         PR python/16461:
328         * python.texi (Values From Inferior): Mention use of virtual
329         table.
330
331 2018-09-10  Tom Tromey  <tom@tromey.com>
332
333         * python.texi (Basic Python): Parenthesize argument to
334         decode_line.
335
336 2018-09-10  Tom Tromey  <tom@tromey.com>
337
338         * python.texi (Python): Mention Python versions.  Don't mention
339         execfile.
340
341 2018-09-10  Tom Tromey  <tom@tromey.com>
342
343         PR python/19808:
344         * python.texi (Unwinding Frames in Python): Rewrite
345         create_unwind_info documentation.  Update read_register
346         documentation and add a note about unwinder caution.
347
348 2018-09-10  Tom Tromey  <tom@tromey.com>
349
350         PR python/18909:
351         * python.texi (Events In Python): Fix inferior_call
352         documentation.
353
354 2018-09-10  Tom Tromey  <tom@tromey.com>
355
356         PR python/17752:
357         * python.texi (Frame Filter API): Remove period from subsection
358         title.  Mention 100 as good default priority.
359         (Frame Decorator API): Remove period from subsection title.
360         Mention FrameDecorator module.
361
362 2018-09-10  Tom Tromey  <tom@tromey.com>
363
364         PR python/23108:
365         * python.texi (Exception Handling): Rearrange gdb.GdbError text
366         and add a table.
367
368 2018-09-10  Tom Tromey  <tom@tromey.com>
369
370         * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
371         (Machine Code): Use "binutils", not "binutils.info", in @pxref.
372         (Separate Debug Files): Use "ld", not "ld.info", in @ref.
373         * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
374
375 2018-09-10  Tom Tromey  <tom@tromey.com>
376
377         PR python/16484:
378         * python.texi (Frames In Python): Document that Frame.block can
379         throw.
380
381 2018-09-10  Tom Tromey  <tom@tromey.com>
382
383         PR python/23487:
384         * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
385
386 2018-09-10  Tom Tromey  <tom@tromey.com>
387
388         PR python/16033:
389         * python.texi (Blocks In Python): Document that Block.end is
390         exclusive.
391
392 2018-08-29  Keith Seitz  <keiths@redhat.com>
393
394         * gdb.texinfo (Compiling and injecting code in GDB): Document
395         set/show "compile-oracle" and "compile-cplus-types" commands.
396
397 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
398
399         * gdb.texinfo (The -stack-list-frames Command): Update description
400         to mention "arch".
401         Update MI examples throughout the document to contain "arch" in
402         frame output.
403
404 2018-08-21  Alan Hayward  <alan.hayward@arm.com>
405
406         * gdb.texinfo (AArch64 SVE): New subsubsection.
407
408 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
409
410         * gdb.texinfo (GDB/MI Data Manipulation): Document
411         "-data-disassemble -a addr".
412         (GDB/MI Support Commands): Document "data-disassemble-a-option"
413         feature.
414
415 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
416
417         * gdb.texinfo (Index Files Speed Up GDB): Add section about
418         symbol index cache.
419
420 2018-07-27  Sergio Durigan Junior  <sergiodj@redhat.com>
421
422         * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
423         option sections to further clarify that gcore can take more
424         than one PID, and that "-o" is used to specify a prefix, not a
425         filename.
426
427 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
428
429         * gdb.texinfo (Maintenance Commands): Add description of
430         maintenance command to control dwarf unwinders.
431
432 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
433
434         * gdb.texinfo (Debugging Programs with Multiple Threads):
435         Document changes to 'thread apply'.  Document 'taas'.
436         Document 'tfaas'.
437         (Examining the Stack): Document 'frame apply'.  Document 'faas'.
438
439 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
440             Jan Kratochvil  <jan.kratochvil@redhat.com>
441             Paul Fertser  <fercerpav@gmail.com>
442             Tsutomu Seki  <sekiriki@gmail.com>
443
444         * gdb.texinfo (Remote Connection Commands): Add explanation
445         about new IPv6 support.  Add new connection prefixes.
446
447 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
448
449         * gdb.texinfo (Remote Configuration): Update descriptions for
450         set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
451         and hardware-watchpoint-length-limit variables.
452
453 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
454
455         PR tdep/8282
456         * gdb.texinfo (Source and Machine Code): Document `set
457         disassembler-options' support for the MIPS target.
458
459 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
460
461         * gdb.texinfo (Files): Document "add-symbol-file -o offset".
462
463 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
464
465         * gdb.texinfo (Files): The address argument for "add-symbol-file"
466         is no longer mandatory.
467
468 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
469
470         * gdb.texinfo (Files): Document "symbol-file -o offset".
471
472 2018-06-14  Tom de Vries  <tdevries@suse.de>
473
474         * gdb.texinfo (Background Execution): Add @cindex for '&'.
475
476 2018-06-11  Eli Zaretskii  <eliz@gnu.org>
477
478         * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
479
480 2018-06-08  Gary Benson <gbenson@redhat.com>
481
482         * gdb.texinfo (Maintenance Commands): Document "maint check
483         libthread-db" and "maint set/show check-libthread-db".
484
485 2018-06-05  Tom Tromey  <tom@tromey.com>
486
487         PR cli/12326:
488         * gdb.texinfo (Screen Size): Document "c" response to pagination
489         prompt.
490
491 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
492
493         * gdb.texinfo (Choosing Target Byte Order): Document endianness
494         selection details with the `set endian auto' mode.
495
496 2018-05-04  Tom Tromey  <tom@tromey.com>
497
498         PR python/22731:
499         * python.texi (Breakpoints In Python): Mention that "commands" is
500         writable.
501
502 2018-05-02  Tom Tromey  <tom@tromey.com>
503
504         PR python/20084:
505         * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
506         PARAM_ZUINTEGER_UNLIMITED.
507
508 2018-04-30  Tom Tromey  <tom@tromey.com>
509
510         * python.texi (Types In Python): Document Type.align.
511
512 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
513
514         * gdb.texinfo (Symbols): Mention the fact that "info
515         variables/functions/types" show source files and line numbers.
516
517 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
518
519         * gdb.texinfo: Document set/show record btrace cpu.
520
521 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
522
523         * gdb.texinfo (Ada Settings): New subsubsection.
524
525 2018-03-26  Tom Tromey  <tom@tromey.com>
526
527         PR backtrace/15582:
528         * gdb.texinfo (Backtrace): Mention "hide" argument.
529
530 2018-03-26  Tom Tromey  <tom@tromey.com>
531
532         * gdb.texinfo (Backtrace): Describe options individually.
533
534 2018-03-19  Tom Tromey  <tom@tromey.com>
535
536         * observer.texi: Remove.
537
538 2018-03-04  John Baldwin  <jhb@FreeBSD.org>
539
540         * gdb.texinfo (Debugging Output): Document "set/show debug
541         fbsd-nat".
542
543 2018-02-19  Andrew Burgess  <andrew.burgess@embecosm.com>
544
545         * gdb.texinfo (Machine Code): Additional information about "info
546         line" command.
547
548 2018-01-15  Szabolcs Nagy  <szabolcs.nagy@arm.com>
549
550         * gdb.texinfo (gdb-add-index man): Add pindex.
551
552 2018-01-15  Szabolcs Nagy  <szabolcs.nagy@arm.com>
553
554         * gdb.texinfo (set cwd): Add period.
555         (gdb-add-index man): Move anchor.
556
557 2017-01-12  Tom Tromey  <tom@tromey.com>
558             Sergio Durigan Junior  <sergiodj@redhat.com>
559
560         * gdb.texinfo (Index Files): Mention gdb-add-index.
561         (gdb-add-index man): New section.
562         * Makefile.in (gdb-add-index.1): New rule to generate manpage
563         from gdb.texinfo.
564
565 2018-01-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
566
567         * gdb.texinfo (pwd): Fix whitespace.
568
569 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
570
571         * gdb.texinfo (pwd): Update cross-reference for Process Information
572         node and remove explicit /proc reference.
573         (Native): Rename subsection from SVR4 Process Information to
574         Process Information.
575         (Process Information): Reword introduction to be less /proc
576         centric.  Document support for "info proc" on FreeBSD.
577
578 2018-01-03  Xavier Roirand  <roirand@adacore.com>
579
580         * gdb.texinfo (Set Catchpoints): Add documentation for new
581         "catch handlers" action.
582
583 2017-12-27  Stafford Horne  <shorne@gmail.com>
584
585         * gdb.texinfo (Target Description Format): Explain that arbitrary
586         strings are now allowed for register groups.
587
588 2017-12-27  Stafford Horne  <shorne@gmail.com>
589
590         * gdb.texinfo (Registers): Document info reg $reggroup feature.
591
592 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
593
594         PR cli/16224
595         * gdb.texinfo (ptype): Add documentation for new flag '/o'.
596
597 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
598
599         * python.texi (Manipulating breakpoints using Python): Document
600         qualified parameter to gdb.Breakpoint.
601
602 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
603
604         * python.texi (Manipulating breakpoints using Python): Split doc
605         of Breakpoint.__init__ in two, split text in multiple
606         paragraphs, don't nest parameter square brackets.
607
608 2017-12-12  Stafford Horne  <shorne@gmail.com>
609             Stefan Wallentowitz  <stefan@wallentowitz.de>
610             Franck Jullien  <franck.jullien@gmail.com>
611             Jeremy Bennett  <jeremy.bennett@embecosm.com>
612
613         * gdb.texinfo: Add OpenRISC documentation.
614
615 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
616
617         * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
618
619 2017-12-07  Keith Seitz  <keiths@redhat.com>
620
621         * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
622         and "show print type nested-type-limit".
623
624 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
625
626        * python.texi (Breakpoints In Python): Add text relating
627         to allowed explicit locations and keywords in gdb.Breakpoints.
628
629 2017-12-04  Tom Tromey  <tom@tromey.com>
630
631         * gdb.texinfo (Rust): Update trait object status
632
633 2017-12-01  Andrew Cagney  <cagney@redhat.com>
634             Joel Brobecker  <brobecker@adacore.com>
635             Sergio Durigan Junior  <sergiodj@redhat.com>
636
637         * gdb.texinfo (File Options): Document --readnever.
638         (Commands to Specify Files): Likewise, for 'symbol-file' and
639         'add-symbol-file'.
640
641 2017-11-29  Pedro Alves  <palves@redhat.com>
642
643         PR c++/19436
644         * gdb.texinfo (Debugging C Plus Plus): Document setting
645         breakpoints in functions with ABI tags.
646
647 2017-11-29  Pedro Alves  <palves@redhat.com>
648
649         * gdb.texinfo (Linespec Locations): Document how "function" is
650         interpreted in C++ and Ada.  Document "-qualified".
651         (Explicit Locations): Document how "-function" is interpreted in
652         C++ and Ada.  Document "-qualified".
653
654 2017-11-26  Dominik Czarnota  <dominik.b.czarnota@gmail.com>
655
656         PR gdb/21945
657         * gdb.texinfo (Search Memory): Update description and example
658         about how to search a string without NULL terminator.
659
660 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
661
662         * gdb.texinfo (GDB/MI Ada Exception Information): Document
663         new "exception-message" field.
664
665 2017-11-24  Simon Marchi  <simon.marchi@ericsson.com>
666
667         * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
668
669 2017-11-24  Pedro Alves  <palves@redhat.com>
670
671         * gdb.texinfo (Completion): Update need-quoting examples.  Remove
672         false claim that GDB inserts quoting automatically.
673         (Symbols): Add anchor.
674
675 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
676
677         * gdb.texinfo (Requirements): Document use of GNU MPFR.
678
679 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
680
681         * python.texi (Basic Python): Add rbreak documentation.
682
683 2017-11-07  Xavier Roirand  <roirand@adacore.com>
684             Pedro Alves  <palves@redhat.com>
685
686         * gdb.texinfo (Set Breaks): Document support for breakpoint
687         location ranges in the enable/disable commands.
688
689 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
690
691         * gdb.texinfo (Starting your Program) <The working directory.>:
692         Mention remote debugging.
693         (Working Directory) <Your Program's Working Directory>:
694         Likewise.
695         (Connecting) <Remote Packet>: Add "set-working-dir"
696         and "QSetWorkingDir" to the table.
697         (Remote Protocol) <QSetWorkingDir>: New item, explaining the
698         packet.
699
700 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
701
702         * gdb.texinfo (Starting your Program) <The working directory.>:
703         Mention new "set cwd" command.
704         (Working Directory) <Your Program's Working Directory>:
705         Rephrase to explain that "set cwd" exists and is the default
706         way to change the inferior's cwd.
707
708 2017-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
709
710         * gdb.texinfo (S/390 and System z Features): Document the new
711         features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
712
713 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
714
715         * gdb.texinfo (qXfer:threads:read): Add documentation for handle
716         attribute.
717
718 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
719
720         * python.texi (Inferiors In Python): Add description for method
721         Inferior.thread_from_thread_handle.
722
723 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
724
725         * gdb.texinfo (Starting your Program): Add description of
726         starti command.  Mention starti command as an alternative for
727         debugging the elaboration phase.
728
729 2017-09-16  Simon Marchi  <simon.marchi@ericsson.com>
730
731         * gdb.texinfo (Maintenance Commands): Document filter parameter
732         of "maint selftest".  Document "maint info selftests" command.
733
734 2017-09-11  Tom Tromey  <tom@tromey.com>
735
736         * python.texi (Events In Python): Document new events.
737
738 2017-09-04  Pedro Alves  <palves@redhat.com>
739
740         * gdb.texinfo (Variables) <Program Variables>: Document inspecting
741         no-debug-info variables.
742         (Symbols) <Examining the Symbol Table>: Document inspecting
743         no-debug-info types.
744         (Calling) <Calling functions with no debug info>: New subsection,
745         documenting calling no-debug-info functions.
746         (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
747
748 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
749
750         * gdb.texinfo (set environment): Add @anchor.  Explain that
751         environment variables set by the user are sent to GDBserver.
752         (unset environment): Likewise, but for unsetting variables.
753         (Connecting) <Remote Packet>: Add "environment-hex-encoded",
754         "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
755         "environment-reset" and "QEnvironmentReset" to the table.
756         (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
757         QEnvironmentReset>: New item, explaining the packet.
758
759 2017-08-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
760
761         * gdb.texinfo (Compiling and Injecting Code): Add to subsection
762         "Compiler search for the compile command" descriptions of set
763         compile-gcc and show compile-gcc.
764
765 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
766
767         * gdb.texinfo (Architectures): Add new Sparc64 section to document
768         ADI support.
769         * NEWS: Add "adi examine" and "adi assign" commands.
770
771 2017-08-18  Yao Qi  <yao.qi@linaro.org>
772
773         * gdb.texinfo (Server): Document "--selftest".
774
775 2017-08-16  Ruslan Kabatsayev  <b7.10110111@gmail.com>
776
777         * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
778         Single-Key mode.
779
780 2017-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
781
782         PR gdb/21925
783         * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
784         set...").
785
786 2017-08-09  Simon Marchi  <simon.marchi@ericsson.com>
787
788         * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
789         conditional expression.
790
791 2017-07-31  Simon Marchi  <simon.marchi@ericsson.com>
792
793         * agentexpr.texi (rot): Fix symbolic description, improve
794         textual description.
795
796 2017-07-26  Yao Qi  <yao.qi@linaro.org>
797
798         * gdb.texinfo (Maintenance Commands): Document command
799         "maint check xml-descriptions".
800
801 2017-07-26  Yao Qi  <yao.qi@linaro.org>
802
803         * gdb.texinfo (Maintenance Commands): Document optional
804         argument of "maint print c-tdesc".
805
806 2017-07-18  Yao Qi  <yao.qi@linaro.org>
807
808         * gdb.texinfo (Maintenance Commands): Improve the doc to
809         command "maint print c-tdesc".
810
811 2017-06-20  Sergio Durigan Junior  <sergiodj@redhat.com>
812
813         PR gdb/21606
814         * python.texi (Python representation of Symbols.): Replace
815         SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
816         * guile.texi (Guile representation of Symbols.): Likewise.
817
818 2017-06-11  Simon Marchi  <simon.marchi@ericsson.com>
819
820         * gdb.texinfo (Optional Messages about Internal Happenings):
821         Document {set,show} debug separate-debug-file commands.
822
823 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
824
825         * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
826         (Connecting) <Remote Packet>: Add "startup-with-shell"
827         and "QStartupWithShell" to the table.
828         (Remote Protocol) <QStartupWithShell>: New item, explaining the
829         packet.
830
831 2017-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
832
833         * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
834
835 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
836
837         * python.texi (Recording in Python): Factor out the documentation of
838         gdb.RecordInstruction's super class.
839
840 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
841
842         * python.texi (Recording in Python): Replace gdb.BtraceFunction with
843         gdb.RecordFunctionSegment.  Rename prev_sibling and next_sibling to
844         prev and next.
845
846 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
847
848         * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
849         gdb.RecordInstruction
850
851 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
852
853         * python.texi (Recording in Python): Add documentation for
854         gdb.RecordGap and remove documentation of special cases for
855         gdb.BtraceInstruction.
856
857 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
858
859         * python.texi (Recording in Python): Remove Record.ptid defvar.
860
861 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
862
863         * gdb.texinfo (GDB/MI Thread Information): Add missing
864         fields, re-word some things.
865         (GDB/MI Thread Commands): Describe fields found in the output of
866         -thread-info, remove description of fields in the
867         thread output tuple, replace with a cross-reference to "GDB/MI
868         Thread Information".
869
870 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
871
872         * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
873         from -thread-info output.
874
875 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
876
877         * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
878
879 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
880
881         * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
882
883 2017-03-22  Yao Qi  <yao.qi@linaro.org>
884
885         * python.texi (Inferiors In Python): Remove @code from Python.
886
887 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
888
889         * python.texi (Recordings In Python): Document return type of
890         gdb.BtraceInstruction.data.
891
892 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
893
894         * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
895         command file-list-shared-libraries
896         (GDB/MI Async Records): Update documentation of library-loaded with new
897         field.
898
899 2017-03-16  Doug Evans  <dje@google.com>
900
901         * guile.texi (Lazy Strings In Guile): Mention arrays.
902         * python.texi (Lazy Strings In Python): Ditto.
903
904 2017-03-08  Jiong Wang  <jiong.wang@arm.com>
905
906         * gdb.texinfo (Memory Protection Extensions): Add missing escape
907         character "@".
908
909 2017-03-07  Walfred Tedeschi <walfred.tedeschi@intel.com>
910
911         * Memory Protection Extensions: Add information about inferior
912         calls.
913
914 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
915
916         * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
917         DW_TAG_GNU_* and DW_AT_GNU_*.
918
919 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
920
921         * python.texi (Recordings In Python): New section.
922
923 2017-02-14  Tom Tromey  <tom@tromey.com>
924
925         PR python/13598:
926         * python.texi (Events In Python): Document events.before_prompt.
927
928 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
929
930         * gdb.texinfo (Target Commands): Document the optional offset
931         argument for the load command.
932
933 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
934
935         PR gdb/21122
936         * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
937         space-separated breakpoint lists.  Also add a missing @table command
938         and @cindex for breakpoint lists.
939
940 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
941
942         PR tdep/20936
943         * gdb.texinfo: (Standard Target Features): Document SPARC features.
944         (Sparc Features): New node.
945
946 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
947
948         * gdb.texinfo (i386 Features): Add system segment registers
949         as feature.
950
951 2017-01-24  Simon Marchi  <simon.marchi@ericsson.com>
952
953         * python.texi (Events In Python): Fix typo.
954
955 2017-01-20  Mike Wrighton  <mike_wrighton@codesourcery.com>
956             Luis Machado  <lgustavo@codesourcery.com>
957
958         * gdb.texinfo (-target-flash-erase): New MI command description.
959         (flash-erase): New CLI command description.
960
961 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
962
963         * gdb.texinfo (Contributors): Add SRI International and University
964         of Cambridge for FreeBSD/mips.
965
966 2016-12-22  Doug Evans  <xdje42@gmail.com>
967
968         * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
969         commands.
970
971 2016-12-02  Pedro Alves  <palves@redhat.com>
972
973         * gdb.texinfo (User-defined Commands): Limit on number of
974         arguments passed to user-defined commands removed; update.
975
976 2016-12-02  Pedro Alves  <palves@redhat.com>
977
978         PR cli/20559
979         * gdb.texinfo (Define): Add example of using "eval" to process a
980         variable number of arguments.
981         (Output) <eval>: Add anchor.
982
983 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
984
985         * Makefile.in: Likewise.
986
987 2016-11-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
988
989         * gdb.texinfo (GDB/MI Async Records): Add missing comma after
990         xref.
991
992 2016-10-29  Pedro Alves  <palves@redhat.com>
993
994         * gdb.texinfo (Packets) <vCont>: Remove mention of default
995         actions.
996
997 2016-10-26  Pedro Alves  <palves@redhat.com>
998
999         * gdb.texinfo (Packets): Clarify vCont packets with multiple
1000         actions that match a thread, and what happens when an action
1001         matches a thread that is already running.
1002
1003 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
1004
1005         * gdb.texinfo (Using Trace Files): Fix typo.
1006         (GDB/MI Tracepoint Commands): Likewise.
1007
1008 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
1009
1010         * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
1011         of -trace-save.
1012
1013 2016-10-06  Tom Tromey  <tom@tromey.com>
1014
1015         * guile.texi (Types In Guile): Remove Java mentions.
1016         * python.texi (Types In Python): Remove Java mentions.
1017         * gdb.texinfo (Address Locations, Supported Languages)
1018         (Index Section Format): Remove Java mentions.
1019
1020 2016-08-15  Doug Evans  <dje@google.com>
1021
1022         * gdb.texinfo (Target Description Format): Update docs on "end"
1023         field spec and field default type.
1024
1025 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1026 2016-10-03  Simon Marchi  <simon.marchi@ericsson.com>
1027
1028         PR gdb/20487
1029         * gdb.texinfo (Context management): Update mention of frame
1030         change notifications.
1031         (gdb/mi Async Records): Document frame field in
1032         =thread-select event.
1033         * observer.texi (GDB Observers): New user_selected_context_changed
1034         observer.
1035
1036 2016-09-28  Tom Tromey  <tom@tromey.com>
1037
1038         * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
1039         than "memory breakpoint".  Further document "kind".  Move
1040         protocol-details link earlier.
1041         <z1>: Document the cmd_list argument.  Fix typo.
1042         <g>: Remove incorrect sentence.
1043         (Stop Reply Packets): Document "OK" response to requests when in
1044         non-stop mode.
1045         <swbreak>: Use "software breakpoint" rather than "memory
1046         breakpoint".
1047         <create>: Document that "R" is ignored.
1048         <W, X, w>: Document formatting of "AA".
1049         (Notification Packets): Use "%Stop", not "%%Stop".
1050
1051 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
1052
1053         * gdb.texinfo (Embedded Processors): Document ARC.
1054         (Synopsys ARC): New section.
1055         (Standard Target Features): Document ARC features.
1056         (ARC Features): New section.
1057
1058 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
1059
1060         * .gitignore: New file.
1061
1062 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
1063
1064         * gdb.texinfo (Input/Output): Mention possibility to unset
1065         inferior-tty.
1066
1067 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
1068
1069         * gdb.texinfo: Resume btrace on reconnect.
1070
1071 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
1072
1073         * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
1074         syscall.
1075
1076 2016-06-30  Руслан Ижбулатов  <lrn1986@gmail.com>
1077
1078         * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
1079         command.
1080
1081 2016-07-13  Tom Tromey  <tom@tromey.com>
1082
1083         PR python/15620, PR python/18620:
1084         * python.texi (Events In Python): Document new breakpoint events.
1085
1086 2016-07-13  Tom Tromey  <tom@tromey.com>
1087
1088         PR python/17698:
1089         * python.texi (Breakpoints In Python): Document
1090         Breakpoint.pending.
1091
1092 2016-07-13  Tom Tromey  <tom@tromey.com>
1093
1094         * python.texi (Breakpoints In Python): Move table of types and
1095         table of watchpoint types earlier in node.
1096
1097 2016-07-12  Tom Tromey  <tom@tromey.com>
1098
1099         PR python/19293:
1100         * python.texi (Frames In Python): Document
1101         gdb.invalidate_cached_frames.
1102
1103 2016-06-21  Pedro Alves  <palves@redhat.com>
1104
1105         * gdb.texinfo (Interpreters): Update intepreter-exec section,
1106         document new-ui and explain use case.
1107
1108 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
1109
1110         * gdb.texinfo (Standard Target Features): Document NDS32 features.
1111         (NDS32 Features): New Section.
1112
1113 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
1114
1115         * gdb.texinfo (Examining Memory): Document negative repeat
1116         count in the 'x' command.
1117
1118 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
1119
1120         * gdb.texinfo (GDB/MI Async Records): Document method and
1121         format fields in =record-started.
1122         * observer.texi (record_changed): Add method and format
1123         parameters.
1124
1125 2016-05-27  Eli Zaretskii  <eliz@gnu.org>
1126
1127         * gdb.texinfo (General Query Packets): Move the description of the
1128         response before the long list of the specific 'read' and 'write'
1129         requests.
1130
1131 2016-05-23  Tom Tromey  <tom@tromey.com>
1132
1133         * python.texi (Basic Python): Document gdb.breakpoints return.
1134
1135 2016-05-24  Tom Tromey  <tom@tromey.com>
1136
1137         PR gdb/19194:
1138         * gdb.texinfo (gdb man): Fix typo.
1139
1140 2016-05-17  Tom Tromey  <tom@tromey.com>
1141
1142         * gdb.texinfo (Supported Languages): Mention Rust.  Update menu.
1143         (Rust): New node.
1144
1145 2016-05-17  Tom Tromey  <tom@tromey.com>
1146
1147         * gdb.texinfo (Maintenance Commands): Document "maint selftest".
1148
1149 2016-04-27  Yao Qi  <yao.qi@linaro.org>
1150
1151         * gdb.texinfo (tfind): Complete doc about tfind without
1152         argument.
1153
1154 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1155
1156         * agentexpr.texi (byte): Fix zero_ext description.
1157
1158 2016-03-31  Pedro Alves  <palves@redhat.com>
1159
1160         * gdb.texinfo (M32R/SDI): Delete node.
1161         (MIPS Embedded): Remove references to the MIPS remote debugging
1162         protocol, PMON and variants, and the associated commands.
1163
1164 2016-03-15  Doug Evans  <dje@google.com>
1165
1166         * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
1167         (Target Description Format): Mention enum types.  Update docs on
1168         flags types.
1169         (Predefined Target Types): Add "bool".
1170         (Enum Target Types): New node.
1171
1172 2016-03-15  Pedro Alves  <palves@redhat.com>
1173
1174         * gdb.texinfo (Tracepoint Actions): Fix typo.
1175
1176 2016-03-15  Pedro Alves  <palves@redhat.com>
1177             Andreas Arnez  <arnez@linux.vnet.ibm.com>
1178             Marcin Kościelnicki  <koriakin@0x04.net>
1179
1180         * gdb.texinfo (Tracepoint Actions): Document possible
1181         unreliability of '$_ret'.
1182
1183 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
1184
1185         * gdb.texinfo (Symbols): Document new 'maint info line-table'
1186         command.
1187
1188 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
1189
1190         * gdb.texinfo (Convenience Functions): Document $_as_string.
1191
1192 2016-02-23  Doug Evans  <dje@google.com>
1193
1194         * gdb.texinfo (Skipping Over Functions and Files): Document new
1195         options to "skip" command.  Update docs of output of "info skip".
1196
1197 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1198
1199         * gdb.texinfo (Signals): Add bound violation display hints for
1200         a SIGSEGV.
1201
1202 2016-02-18  Marcin Kościelnicki  <koriakin@0x04.net>
1203
1204         * gdb.texinfo (Trace File Format): Add documentation for description
1205         section lines.
1206
1207 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
1208
1209         * gdb.texinfo (Trace File Format): Remove misleading information
1210         about register block ordering.
1211
1212 2016-02-01  Doug Evans  <dje@google.com>
1213
1214         * gdb.texinfo (Value Sizes): Fix typo.
1215
1216 2016-02-01  Doug Evans  <dje@google.com>
1217
1218         * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1219
1220 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
1221
1222         * gdb.texinfo (Value Sizes): New section.
1223         (Data): Add the 'Value Sizes' node to the menu.
1224
1225 2016-01-26  John Baldwin  <jhb@FreeBSD.org>
1226
1227         * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1228
1229 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1230
1231         * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1232
1233 2016-01-18  Pedro Alves  <palves@redhat.com>
1234
1235         * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1236         of the thread that hit a breakpoint or received a signal.
1237
1238 2016-01-15  Pedro Alves  <palves@redhat.com>
1239
1240         * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1241
1242 2016-01-13  Pedro Alves  <palves@redhat.com>
1243
1244         * gdb.texinfo (Threads): Document the $_gthread convenience
1245         variable.
1246         (Convenience Vars): Likewise.
1247
1248 2016-01-13  Pedro Alves  <palves@redhat.com>
1249
1250         * gdb.texinfo (Threads): Document "info threads -gid".
1251
1252 2016-01-13  Pedro Alves  <palves@redhat.com>
1253
1254         * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1255         anchor.
1256         (Threads In Python): Document new InferiorThread.global_num
1257         attribute.
1258
1259 2016-01-07  Pedro Alves  <palves@redhat.com>
1260
1261         * gdb.texinfo (Threads): Document per-inferior thread IDs,
1262         qualified thread IDs, global thread IDs and thread ID lists.
1263         (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1264         thread IDs.
1265         (Convenience Vars): Document the $_thread convenience variable.
1266         (Ada Tasks): Adjust to refer to thread IDs.
1267         (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1268         Commands, GDB/MI Variable Objects): Update to mention global
1269         thread IDs.
1270         * guile.texi (Breakpoints In Guile)
1271         <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1272         global thread IDs instead of thread IDs.
1273         * python.texi (Threads In Python): Adjust documentation of
1274         InferiorThread.num.
1275         (Breakpoint.thread): Mention global thread IDs instead of thread
1276         IDs.
1277
1278 2016-01-13  Pedro Alves  <palves@redhat.com>
1279
1280         * python.texi (Threads In Python): Document
1281         InferiorThread.inferior.
1282
1283 2016-01-13  Pedro Alves  <palves@redhat.com>
1284
1285         * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1286         convenience variable.
1287         (Convenience Vars): Likewise.
1288
1289 2016-01-12  Josh Stone  <jistone@redhat.com>
1290             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1291
1292         * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1293         (Stop Reply Packets): List the syscall entry and return stop reasons.
1294         (General Query Packets): Describe QCatchSyscalls, and add it to the
1295         table and the detailed list of stub features.
1296
1297 2016-01-12  Pedro Alves  <palves@redhat.com>
1298
1299         Remove use of the registered trademark symbol throughout.
1300
1301 2016-01-12  Yao Qi  <yao.qi@linaro.org>
1302
1303         * gdb.texinfo (Interrupts): Update the document on handling
1304         interrupt when program is stopped.
1305
1306 2015-12-11  Don Breazeal  <donb@codesourcery.com>
1307
1308         * gdb.texinfo (Forks): Correct Linux kernel version where
1309         fork and exec events are supported, add notes about support
1310         of these events in target remote mode.
1311         (Connecting): Reorganize and clarify distinctions between
1312         target remote, extended-remote, and multiprocess.
1313         Reorganize related text from separate sections into new
1314         sections.
1315         (Server): Note effects of target extended-remote mode.
1316         Delete section on Multi-Process Mode for gdbserver.
1317         Move some text to "Connecting" node.
1318
1319 2015-12-10  Pedro Alves  <palves@redhat.com>
1320
1321         * gdb.texinfo (Threads): Replace warning with explanation
1322         about single-threaded programs.
1323
1324 2015-12-10  Pedro Alves  <palves@redhat.com>
1325
1326         * gdb.texinfo (Threads): Remove mention of SGI.
1327         (Forks): Remove mention of HP-UX.
1328         (Breakpoints): Remove mention of HP-UX.
1329         (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1330         Reword in terms of architectures.
1331         (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1332         mention supported systems.
1333         (Convenience Vars): Don't mention HP-UX.
1334         (Jumping): Remove mention of HP-UX in comment.
1335         (Files) <shared libraries>: Update supported shared library types
1336         list.  Remove mention of HP-UX.
1337         (Native): Remove HP-UX subsection.
1338         (SVR4 Process Information): Remove mention of HP-UX.
1339
1340 2015-12-10  Pedro Alves  <palves@redhat.com>
1341
1342         * gdb.texinfo (Stack): Reorder menu.
1343
1344 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
1345
1346         * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1347         -var-set-format's new zero-hexadecimal format.
1348
1349 2015-12-08  Pierre-Marie de Rodat  <derodat@adacore.com>
1350
1351         * gdb.texinfo (Ada Mode Into): Move overloading support
1352         description to its own node.
1353         (Overloading support for Ada): New node.
1354
1355 2015-11-30  Pedro Alves  <palves@redhat.com>
1356
1357         PR 14618
1358         * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1359         (Remote Configuration): Add the "set/show remote
1360         no-resumed-stop-reply" to the available settings table.
1361         (General Query Packets): Document the "no-resumed" qSupported
1362         feature.
1363
1364 2015-11-30  Pedro Alves  <palves@redhat.com>
1365
1366         * gdb.texinfo (Remote Configuration): List "set/show remote
1367         thread-events" command in configuration table.
1368         (Stop Reply Packets): Document "T05 create" stop
1369         reason and 'w' stop reply.
1370         (General Query Packets): Document QThreadEvents packet.  Document
1371         QThreadEvents qSupported feature.
1372
1373 2015-11-30  Pedro Alves  <palves@redhat.com>
1374
1375         * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1376         anchor.
1377         (Packets): Document vCtrlC.
1378
1379 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
1380
1381         * gdb.texinfo (Thread List Format): Mention thread names.
1382
1383 2015-11-24  Pedro Alves  <palves@redhat.com>
1384
1385         PR 17539
1386         * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1387         program-spaces" example to ascending order listing.
1388         (Threads): Adjust "info threads" example to ascending order
1389         listing.
1390         (Forks): Adjust "info inferiors" example to ascending order
1391         listing.
1392
1393 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
1394
1395         * gdb.texinfo (Process Record and Replay): Document "record
1396         instruction-history" modifiers.
1397
1398 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1399
1400         * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1401         description.
1402         (Frame Filter Management): Move to later in the 'Examining the
1403         Stack' chapter.
1404         (Selection): Add entry for 'select-frame'.
1405
1406 2015-09-25  Doug Evans  <dje@google.com>
1407
1408         * gdb.texinfo (Process Record and Replay): Fix syntax of
1409         "record instruction-history begin, end" and
1410         "record function-call-history begin, end".
1411
1412 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
1413
1414         * gdb.texinfo (Specifying Source Directories): Fix
1415         substitute-path example.
1416
1417 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
1418
1419         * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1420
1421 2015-09-15  Pedro Alves  <palves@redhat.com>
1422
1423         PR remote/18965
1424         * gdb.texinfo (Stop Reply Packets): Revert previous change to
1425         the vforkdone description.
1426
1427 2015-09-15  Pedro Alves  <palves@redhat.com>
1428
1429         PR remote/18965
1430         * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1431         part indicates the thread ID of the parent process.
1432
1433 2015-09-15  Yao Qi  <yao.qi@linaro.org>
1434
1435         * gdb.texinfo (General Query Packets): Add vContSupported to
1436         tables of 'gdbfeatures' and 'stub features' supported in the
1437         qSupported packet, as well as to the list containing stub
1438         feature details.
1439
1440 2015-09-11  Don Breazeal  <donb@codesourcery.com>
1441
1442         * gdb.texinfo (Remote Configuration): Add exec event
1443         feature to table of packet settings.
1444         (Stop Reply Packets): Add exec events to the list of stop
1445         reasons.
1446         (General Query Packets): Add exec events to tables of
1447         'gdbfeatures' and 'stub features' supported in the qSupported
1448         packet, as well as to the list containing stub feature
1449         details.
1450
1451 2015-08-24  Pedro Alves  <palves@redhat.com>
1452
1453         * gdb.texinfo (Remote Configuration): Document the "set/show
1454         remote multiprocess-extensions-packet" commands.
1455
1456 2015-08-24  Pedro Alves  <palves@redhat.com>
1457
1458         * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1459         <M32R>: Remove references to M32R/D.
1460         <M68K>: Remove references to target dbug.
1461         <MIPS Embedded>: Remove references to target r3900 and target
1462         array.
1463         <PowerPC Embedded>: Remove references to target dink32 and target
1464         ppcbug, target sds
1465         <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1466
1467 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1468
1469         * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1470
1471 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1472
1473         * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1474
1475 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1476
1477         * gdb.texinfo (Maintenance Commands): Move documentation of "main
1478         info bfds" to...
1479         (File Caching): A New section.  Outline bfd caching, and add new
1480         description for "main set/show bfd-sharing".
1481
1482 2015-08-14  Doug Evans  <xdje42@gmail.com>
1483
1484         * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1485         disassembly.
1486         (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1487
1488 2015-08-11  Keith Seitz  <keiths@redhat.com>
1489
1490         * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1491         Use "location(s)"instead of "linespec(s)".
1492         (Specifying a Location): Rewrite.
1493         Add subsections describing linespec, address, and explicit locations.
1494         Add node/menu for each subsection.
1495         (Source and Machine Code, C Preprocessor Macros)
1496         (Create and Delete Trace points)
1497         (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1498         (Continuing at a Different Address): Remove "linespec" examples.
1499         Add reference to "Specify a Location"
1500         (The -break-insert Command): Rewrite.  Add anchor.
1501         Add reference to appropriate manual section discussing locations.
1502         (The -dprintf-insert Command): Refer to -break-insert for
1503         specification of 'location'.
1504
1505 2015-08-07  Pedro Alves  <palves@redhat.com>
1506
1507         * gdb.texinfo (Maintenance Commands): Document "maint set/show
1508         target-non-stop".
1509
1510 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
1511
1512         * gdb.texinfo (Process Record and Replay): Document prefixing of
1513         speculatively executed instructions in the "record instruction-history"
1514         command.
1515
1516 2015-07-20  Doug Evans  <dje@google.com>
1517
1518         * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1519
1520 2015-07-16  Doug Evans  <dje@google.com>
1521
1522         * stabs.texinfo: @include gdb-cfg.texi.
1523
1524 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1525
1526         Revert the previous 2 commits:
1527         gdbserver build-id attribute generator
1528         Validate symbol file using build-id
1529
1530 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1531
1532         * gdb.texinfo (Files): Add 'set validate-build-id'
1533         and 'show validate-build-id'.
1534
1535 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
1536             Jan Kratochvil  <jan.kratochvil@redhat.com>
1537
1538         gdbserver build-id attribute generator.
1539         * gdb.texinfo (Library List Format for SVR4 Targets): Add
1540         'build-id' in description, example, new attribute in dtd.
1541
1542 2015-07-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1543
1544         * gdb.texinfo (Selection): Update documentation for 'frame'
1545         command.
1546
1547 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
1548
1549         * gdb.texinfo (Maintenance Commands): Document "maint btrace"
1550         commands.
1551
1552 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
1553
1554         * gdb.texinfo (Process Record and Replay): Spell out that variables
1555         and registers are not available during btrace replay.
1556         Describe the new "record btrace pt" command.
1557         Describe the new "set|show record btrace pt buffer-size" options.
1558         (General Query Packets): Describe the new Qbtrace:pt and
1559         Qbtrace-conf:pt:size packets.
1560         Expand "bts" to "Branch Trace Store".
1561         Update the branch trace DTD.
1562
1563 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
1564
1565         * gdb.texinfo (Command History): Document the new option
1566         "history remove-duplicates".
1567
1568 2015-06-19  Doug Evans  <dje@google.com>
1569
1570         * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1571         longer supported.
1572
1573 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
1574
1575         * gdb.texinfo (Command History): Mention that setting
1576         GDBHISTSIZE to the empty string disables history truncation.
1577
1578 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
1579
1580         PR gdb/16999
1581         * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1582         behavior.
1583
1584 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
1585
1586         * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1587         with GDBHISTSIZE.
1588
1589 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
1590
1591         * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1592         bytes and memory units for -data-{read,write}-memory-bytes.
1593         (Packets): Same for m, M and X packets.
1594         * python.texi (Inferiors In Python): Same for read_memory and
1595         write_memory.
1596
1597 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
1598
1599         * gdb.texinfo (Separate Debug Files): Document that PE is also
1600         supported.
1601
1602 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
1603
1604         * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1605         single table entry.
1606
1607 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1608
1609         * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1610
1611
1612 2015-06-10  Gary Benson <gbenson@redhat.com>
1613
1614         * gdb.texinfo (Remote Configuration): Document the
1615         "set/show remote hostio-setfs-packet" command.
1616         (Host I/O Packets): Document the vFile:setfs packet.
1617
1618 2015-06-10  Gary Benson <gbenson@redhat.com>
1619
1620         * gdb.texinfo (Debugging Output): Document the "set/show debug
1621         linux-namespaces" command.
1622
1623 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1624             Mircea Gherzan  <mircea.gherzan@intel.com>
1625
1626         * gdb.texinfo (i386): Add documentation about "show mpx bound"
1627         and "set mpx bound".
1628
1629 2015-05-27  Doug Evans  <dje@google.com>
1630
1631         * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1632
1633 2015-05-26  Doug Evans  <dje@google.com>
1634
1635         * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1636         command renamings.
1637         (Maintenance Commands): Update for DWARF "set debug" command renamings.
1638
1639 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1640
1641         * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1642
1643 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
1644
1645         * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1646         (TUI Commands): Add 'tui enable' and 'tui disable' details.
1647
1648 2015-05-16  Doug Evans  <xdje42@gmail.com>
1649
1650         * guile.texi (Memory Ports in Guile): Document support for unbuffered
1651         memory ports.
1652
1653 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1654
1655         * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1656
1657 2015-05-12  Don Breazeal  <donb@codesourcery.com>
1658
1659         * gdb.texinfo (Forks): Note that fork debugging is
1660         supported in extended mode.
1661         (Remote Configuration): Add fork event features to table
1662         of packet settings.
1663         (Stop Reply Packets): Add fork events to list of stop reasons.
1664         (General Query Packets): Add fork events to tables of
1665         'gdbfeatures' and 'stub features' supported in the qSupported
1666         packet, as well as to the list containing stub feature
1667         details.
1668
1669 2015-05-12  Gary Benson <gbenson@redhat.com>
1670
1671         * gdb.texinfo (General Query Packets): Document
1672         qXfer:exec-file:read with empty annex.
1673
1674 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
1675
1676         * python.texi (Values From Inferior): Add descriptions of new
1677         methods gdb.Value.reference_value and gdb.Value.const_value.
1678
1679 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
1680
1681         * gdb.texinfo (Files): Add "info dll" documentation.
1682         (Cygwin Native): Remove "info dll" documentation.
1683
1684 2015-04-29  Doug Evans  <dje@google.com>
1685
1686         * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1687         Document.
1688         (Writing an Xmethod): Add get_result_type to example.
1689
1690 2015-04-28  Sasha Smundak  <asmundak@google.com>
1691
1692         * python.texi: New method documented.
1693
1694 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1695
1696         * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1697         format.
1698
1699 2015-04-24  Doug Evans  <dje@google.com>
1700
1701         * python.texi (Xmethods In Python): Fix name of method to call the
1702         xmethod.
1703
1704 2015-04-17  Gary Benson <gbenson@redhat.com>
1705
1706         * gdb.texinfo (Connecting to a Remote Target): Mention that
1707         GDB can access program files from remote targets that support
1708         qXfer:exec-file:read and Host I/O packets.
1709
1710 2015-04-17  Gary Benson <gbenson@redhat.com>
1711
1712         * gdb.texinfo (Remote Configuration): Document the "set/show
1713         remote pid-to-exec-file-packet" command.
1714         (General Query Packets): Document the qXfer:exec-file:read
1715         qSupported features.  Document the qXfer:exec-file:read packet.
1716
1717 2015-04-17  Gary Benson <gbenson@redhat.com>
1718
1719         * gdb.texinfo (set sysroot): Document that "set sysroot" also
1720         applies to executable paths if supplied to GDB as absolute.
1721
1722 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1723
1724         * gdb.texinfo (Mode Options): Remove -xdb.
1725
1726 2015-04-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1727             Eli Zaretskii  <eliz@gnu.org>
1728
1729         * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1730         compile, show debug compile.  New subsection Compilation options for
1731         the compile command.  New subsection Compiler search for the compile
1732         command.
1733
1734 2015-04-09  Andy Wingo  <wingo@igalia.com>
1735
1736         * guile.texi (Frames In Guile): Describe frame-read-register.
1737
1738 2015-04-02  Gary Benson <gbenson@redhat.com>
1739
1740         * gdb.texinfo (set sysroot): Document "target:".
1741
1742 2015-04-01  Sasha Smundak  <asmundak@google.com>
1743
1744         * doc/python.texi (Writing a Frame Unwinder in Python): Add
1745         section.
1746
1747 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
1748
1749         PR corefiles/16092
1750         * gdb.texinfo (gcore): Mention new command 'set
1751         use-coredump-filter'.
1752         (set use-coredump-filter): Document new command.
1753
1754 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1755
1756         * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1757         documentation, reorder the info os entries in alphabetical order.
1758
1759 2015-03-26  Simon Marchi  <simon.marchi@ericsson.com>
1760
1761         * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1762         -data-write-memory-bytes.
1763
1764 2015-03-24  Pedro Alves  <palves@redhat.com>
1765
1766         * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1767         mention that threads may sometimes run unlocked.
1768
1769 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
1770
1771         * gdb.texinfo (Remote configuration): Document "set/show
1772         serial parity" command.
1773
1774 2015-03-18  Gary Benson <gbenson@redhat.com>
1775
1776         * gdb.texinfo (General Query Packets): Remove documentation
1777         for now-removed vFile:fstat qSupported features.
1778
1779 2015-03-11  Gary Benson <gbenson@redhat.com>
1780
1781         * gdb.texinfo (Remote Configuration): Document the
1782         "set/show remote hostio-fstat-packet" command.
1783         (General Query Packets): Document the vFile:fstat
1784         qSupported features.
1785         (Host I/O Packets): Document the vFile:fstat packet.
1786
1787 2015-03-11  Andy Wingo  <wingo@igalia.com>
1788
1789         * guile.texi (Objfiles In Guile): Document objfile-progspace.
1790
1791 2015-03-04  Pedro Alves  <palves@redhat.com>
1792
1793         * gdb.texinfo (Remote Configuration): Document the "set/show
1794         remote swbreak-feature-packet" and "set/show remote
1795         hwbreak-feature-packet" commands.
1796         (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1797         decription.
1798         (Stop Reply Packets): Document the swbreak and hwbreak stop
1799         reasons.
1800         (General Query Packets): Document the swbreak and hwbreak
1801         qSupported features.
1802         (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1803
1804 2015-03-03  Philippe Proulx  <eeppeliteloop@gmail.com>
1805
1806         * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1807         under *stopped.
1808
1809 2015-03-02  Doug Evans  <xdje42@gmail.com>
1810
1811         * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1812
1813 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1814
1815         * gdb.texinfo (S/390 and System z Features): Describe new feature
1816         "org.gnu.gdb.s390.vx".
1817
1818 2015-02-23  Sergio Durigan Junior  <sergiodj@redhat.com>
1819
1820         PR gdb/18008
1821         * gdb.texinfo (maint internal-error, maint internal-warning, maint
1822         demangler-warning): Fix typo ("problam").
1823
1824 2015-02-19  David Taylor  <dtaylor@emc.com>
1825
1826         * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1827
1828 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1829
1830         * gdb.texinfo (Static Probe Points): Add cindex `static probe
1831         point, DTrace'.
1832         (Static Probe Points): Modified to cover DTrace probes in addition
1833         to SystemTap probes.  Also modified to cover the `enable probe'
1834         and `disable probe' commands.
1835
1836 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1837
1838         * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1839         `disable probe' commands.
1840
1841 2015-02-12  David Taylor  <dtaylor@emc.com>
1842
1843         * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1844         fields of the QTDV packet.
1845
1846 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1847
1848         * gdb.texinfo (Branch Trace Configuration Format): Add size.
1849         (Process Record and Replay): Describe new set|show commands.
1850         (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1851
1852 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1853
1854         * gdb.texinfo (Process Record and Replay): Describe the "record
1855         btrace bts" command.
1856         (General Query Packets): Describe qXfer:btrace-conf:read packet.
1857         (Branch Trace Configuration Format): New.
1858
1859 2015-01-31  Gary Benson <gbenson@redhat.com>
1860             Doug Evans  <dje@google.com>
1861
1862         * gdb.texinfo (Command Completion): Document new
1863         "set/show max-completions" option.
1864
1865 2015-01-31  Doug Evans  <xdje42@gmail.com>
1866
1867         * gdb.texinfo (Symbols): Document new commands
1868         "maint print symbol-cache", "maint print symbol-cache-statistics",
1869         "maint flush-symbol-cache".  Document new option
1870         "maint set symbol-cache-size".
1871
1872 2015-01-31  Doug Evans  <xdje42@gmail.com>
1873
1874         * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1875         distinguish script files vs inlined scripts.
1876         * python.texi (Python Auto-loading): Ditto.
1877
1878 2015-01-30  Doug Evans  <dje@google.com>
1879
1880         * gdb.texinfo (Symbols) <info source>: Output now contains producer
1881         string if present.
1882
1883 2015-01-27  Doug Evans  <dje@google.com>
1884
1885         * python.texi (Objfiles In Python): Document Objfile.username.
1886
1887 2015-01-27  Doug Evans  <dje@google.com>
1888
1889         * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1890         * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1891
1892 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1893
1894         * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1895
1896 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
1897
1898         * doc/gdb.texinfo (TUI Commands): Document the possible
1899         values of NAME argument to 'winheight' command.  Explain the
1900         effect of 'tabset' setting better.
1901
1902 2015-01-11  Doug Evans  <xdje42@gmail.com>
1903
1904         PR gdb/15830
1905         * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1906         (Symbols): Ditto.
1907         (Maintenance Commands): Delete docs for "maint demangle".
1908
1909 2014-12-31  Joel Brobecker  <brobecker@adacore.com>
1910
1911         * gdb.texinfo (Files): Remove documentation of the
1912         "add-shared-symbol-files" and "assf" commands.
1913         (Cygwin Native): Remove documentation of the "dll-symbols"
1914         command.
1915
1916 2014-12-17  Doug Evans  <xdje42@gmail.com>
1917
1918         * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1919
1920 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
1921             Jan Kratochvil  <jan.kratochvil@redhat.com>
1922
1923         * gdb.texinfo (Altering): Update.
1924         (Compiling and Injecting Code): New node.
1925
1926 2014-12-12  Doug Evans  <dje@google.com>
1927
1928         * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1929
1930 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1931
1932         * gdb.texinfo: Document "maint print user-registers".
1933
1934 2014-12-08  Doug Evans  <dje@google.com>
1935
1936         * python.texi (Objfiles In Python): Document Objfile.owner.
1937
1938 2014-12-04  Doug Evans  <dje@google.com>
1939
1940         * python.texi (Objfiles In Python): Document
1941         Objfile.add_separate_debug_file.
1942
1943 2014-12-04  Doug Evans  <dje@google.com>
1944
1945         * python.texi (Objfiles In Python): Document Objfile.build_id.
1946
1947 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
1948
1949         * python.texi (Events In Python): Document new events
1950         InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1951         and RegisterChangedEvent.
1952
1953 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1954
1955         Add add-auto-load-scripts-directory.
1956         * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1957         (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1958
1959 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1960
1961         * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1962         description typo.
1963
1964 2014-10-30  Doug Evans  <dje@google.com>
1965
1966         * python.texi (Progspaces In Python): Document ability to add
1967         random attributes to gdb.Progspace objects.
1968         (Objfiles In Python): Document ability to add random attributes to
1969         gdb.objfile objects.
1970
1971 2014-10-27  Pedro Alves  <palves@redhat.com>
1972
1973         * gdb.texinfo (Continuing and Stepping): Add cross reference to
1974         info on stepping and signal handlers.
1975         (Signals): Explain stepping and signal handlers.  Add context
1976         index entry, and cross references.
1977
1978 2014-10-20  Simon Marchi  <simon.marchi@ericsson.com>
1979
1980         * python.texi (Breakpoints In Python): Add parenthesis after
1981         Breakpoint.delete.  Clarify Breakpoint.enabled description so
1982         that it contains "disable".
1983
1984 2014-10-17  Doug Evans  <dje@google.com>
1985
1986         * python.texi (Events In Python): Document clear_objfiles event.
1987
1988 2014-10-17  Doug Evans  <dje@google.com>
1989
1990         * python.texi (Objfiles In Python): Document new progspace attribute.
1991
1992 2014-10-17  Pedro Alves  <palves@redhat.com>
1993
1994         * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1995         (SVR4 Process Information): Delete mention of OSF/1.
1996
1997 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1998
1999         * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
2000         exit-code field in -list-thread-groups output.
2001
2002 2014-09-22  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
2003
2004         * gdb.texinfo (Set Breaks): Add missing "@end table".
2005
2006 2014-09-22  Pedro Alves  <palves@redhat.com>
2007
2008         * gdb.texinfo (Set Breaks): Document that "set breakpoint
2009         always-inserted off" is the default mode now.  Delete
2010         documentation of "set breakpoint always-inserted auto".
2011
2012 2014-09-18  Doug Evans  <dje@google.com>
2013
2014         * python.texi (Symbol Tables In Python): Document "producer"
2015         attribute of gdb.Symtab objects.
2016
2017 2014-09-16  Pedro Alves  <palves@redhat.com>
2018
2019         * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
2020         (Embedded OS): Remove VxWorks menu entry.
2021         (VxWorks): Remove node.
2022
2023 2014-09-13  Doug Evans  <xdje42@gmail.com>
2024
2025         * gdb.texinfo (Signaling): Document new queue-signal command.
2026
2027 2014-09-06  Doug Evans  <xdje42@gmail.com>
2028
2029         PR 15276
2030         * gdb.texinfo (Convenience Funs): Document $_caller_is,
2031         $_caller_matches, $_any_caller_is, $_any_caller_matches.
2032
2033 2014-09-03  Justin Lebar <jlebar@google.com>
2034
2035         * python.texi (Types In Python): Type.template_argument(n) returns a
2036         gdb.Value or a gdb.Type and throws an exception if n is out of
2037         range.
2038
2039 2014-09-03  Sasha Smundak  <asmundak@google.com>
2040
2041         * python.texi (Frames in Python): Add read_register description.
2042
2043 2014-08-04  Tom Tromey  <tromey@redhat.com>
2044
2045         * gdb.texinfo (Debugging Output): Update for change to "set debug
2046         target".
2047
2048 2014-08-01  Masaki Muranaka  <monaka@monami-software.com>
2049
2050         Pushed by Joel Brobecker  <brobecker@adacore.com>.
2051         * Makefile.in (transform): New variable.
2052         (install-man1, install-man5): Apply $(transform) to man file names.
2053
2054 2014-07-26  Doug Evans  <xdje42@gmail.com>
2055
2056         PR guile/17177
2057         * guile.texi (Guile Pretty Printing API): Fix typo.
2058         Document set-pretty-printers!, pretty-printers.
2059         (Selecting Guile Pretty-Printers): Update.
2060         Mention program-space based pretty-printers.
2061
2062 2014-07-25  Pedro Alves  <palves@redhat.com>
2063             Eli Zaretskii  <eliz@gnu.org>
2064
2065         * gdb.texinfo (Signaling) <signal command>: Explain what happens
2066         with multi-threaded programs.
2067
2068 2014-06-27  Yao Qi  <yao@codesourcery.com>
2069
2070         * gdb.texinfo (Maintenance Commands): Update the output of
2071         'maint print dummy-frames' command.
2072
2073 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
2074
2075         * gdb.texinfo (Screen Size): Improve indexing.
2076
2077 2014-06-19  Gary Benson  <gbenson@redhat.com>
2078
2079         * gdb.texinfo (Maintenance Commands): Document new
2080         "maint set/show catch-demangler-crashes" option.
2081
2082 2014-06-19  Gary Benson  <gbenson@redhat.com>
2083
2084         * gdb.texinfo (Maintenance Commands): Document new
2085         "maint demangler-warning" command and new
2086         "maint set/show demangler-warning" option.
2087
2088 2014-06-09  Siva Chandra Reddy  <sivachandra@google.com>
2089
2090         * python.texi (Xmethod API): Add space before the opening
2091         parenthesis in function descriptions.
2092
2093 2014-06-06  Doug Evans  <xdje42@gmail.com>
2094
2095         * guile.texi (Guile Configuration): Document guile-data-directory.
2096
2097 2014-06-06  Mingjie Xing  <mingjie.xing@gmail.com>
2098
2099         * gdb.texinfo (Invoking GDB): Add -q and --quiet.
2100
2101 2014-06-04  Doug Evans  <xdje42@gmail.com>
2102
2103         * guile.texi (Breakpoints In Guile): Update.
2104
2105 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
2106
2107         * python.texi (Xmethod API): Fix reference to "Progspaces In
2108         Python".
2109
2110 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
2111
2112         *  python.texi (Xmethods In Python, XMethod API)
2113         (Writing an Xmethod): New nodes.
2114         (Python API): New menu entries "Xmethods In Python",
2115         "Xmethod API", "Writing an Xmethod".
2116
2117 2014-06-02  Doug Evans  <xdje42@gmail.com>
2118
2119         * guile.texi (Guile API): Add entry for Parameters In Guile.
2120         (GDB Scheme Data Types): Mention <gdb:parameter> object.
2121         (Parameters In Guile): New node.
2122
2123 2014-06-02  Doug Evans  <xdje42@gmail.com>
2124
2125         * guile.texi (Guile API): Add entry for Commands In Guile.
2126         (Basic Guile) <parse-and-eval>: Add reference.
2127         (Basic Guile) <string->argv>: Move definition to Commands In Guile.
2128         (GDB Scheme Data Types): Mention <gdb:command> object.
2129         (Commands In Guile): New node.
2130
2131 2014-06-02  Doug Evans  <xdje42@gmail.com>
2132
2133         * guile.texi (Guile API): Add entry for Progspaces In Guile.
2134         (GDB Scheme Data Types): Mention <gdb:progspace> object.
2135         (Progspaces In Guile): New node.
2136
2137 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
2138
2139         * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
2140         * python.texi (Frames In Python): Mention
2141         gdb.FRAME_UNWIND_MEMORY_ERROR.
2142
2143 2014-05-29  Pedro Alves  <palves@redhat.com>
2144             Tom Tromey  <tromey@redhat.com>
2145
2146         * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
2147         from example.
2148         (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
2149         Mention that target-async is now deprecated.
2150         (Maintenance Commands): Document maint set/show target-async.
2151
2152 2014-05-29  Pedro Alves  <palves@redhat.com>
2153
2154         * observer.texi (sync_execution_done, command_error): New
2155         subjects.
2156
2157 2014-05-29  Pedro Alves  <palves@redhat.com>
2158
2159         PR gdb/13860
2160         * observer.texi (signal_received, end_stepping_range)
2161         (signal_exited, exited, no_history): New observer subjects.
2162
2163 2014-05-26  Andy Wingo  <wingo@igalia.com>
2164
2165         * guile.texi (GDB Scheme Data Types): Remove documentation for
2166         removed interfaces.  Update spelling of gdb-object-kind.
2167
2168 2014-05-26  Andy Wingo  <wingo@igalia.com>
2169
2170         * guile.texi (Basic Guile): Fix some typos.
2171
2172 2014-05-26  Andy Wingo  <wingo@igalia.com>
2173
2174         * guile.texi (Writing a Guile Pretty-Printer)
2175         (Guile Types Module): Fix excess parentheses in use-modules forms.
2176
2177 2014-05-24  Eli Zaretskii  <eliz@gnu.org>
2178
2179         * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
2180         (Breakpoints In Guile, Guile Printing Module)
2181         (Guile Exception Handling, Values From Inferior In Guile)
2182         (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
2183         Don't use @var at the beginning of a sentence.
2184
2185         * gdb.texinfo (Frame Filter Management, Trace Files)
2186         (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
2187         (PowerPC Embedded, Define, Annotations for Running)
2188         (IPA Protocol Commands, Packets, General Query Packets)
2189         (Tracepoint Packets, Notification Packets, Environment)
2190         (Inferiors and Programs, Set Breaks, Set Catchpoints)
2191         (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
2192         (Frames, Backtrace, Selection, Expressions, Registers)
2193         (Trace State Variables, Built-In Func/Proc, Signaling, Files)
2194         (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
2195         (Source Annotations, Using JIT Debug Info Readers, Packets)
2196         (Stop Reply Packets, Host I/O Packets)
2197         (Target Description Format): Don't use @var at the beginning of a
2198         sentence.
2199
2200         * python.texi (Basic Python, Types In Python)
2201         (Commands In Python, Frames In Python, Line Tables In Python)
2202         (Breakpoints In Python, gdb.printing, gdb.types)
2203         (Type Printing API): Don't use @var at the beginning of a
2204         sentence.
2205
2206 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
2207
2208         * gdb.texinfo (Process Record and Replay): Document "set/show btrace
2209         replay-memory-access".
2210
2211 2014-05-21  Pedro Alves  <palves@redhat.com>
2212
2213         * gdb.texinfo (Starting): Document "set/show
2214         auto-connect-native-target".
2215         (Target Commands): Document "target native".
2216
2217 2014-05-20  Pedro Alves  <palves@redhat.com>
2218
2219         * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2220         not be remote specific.  Add cross reference to the qCRC packet.
2221         (Separate Debug Files): Update cross reference to the qCRC packet.
2222         (General Query Packets) <qCRC packet>: Add anchor.
2223
2224 2014-05-17  Doug Evans  <xdje42@gmail.com>
2225
2226         Copy over changes from guile.texi.
2227         * python.texi (Basic Python) <gdb.execute>: Add text.
2228         (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2229         (Values From Inferior) <Python string>: Add text.
2230         (Values From Inferior) <Value.string>: Clarify string length handling.
2231         (Pretty Printing API): Add cindex.
2232         (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2233         Remove unnecessary index of gdb.TYPE_CODE_*.  Replace @findex with
2234         @vindex.
2235         (Commands In Python) <COMPLETE_*>: Similarly.
2236         (Symbols In Python) <SYMBOL_*>: Similarly.
2237         (Breakpoints In Python) <WP_*>: Similarly.
2238         (Breakpoints In Python) <BP_*>: Similarly.
2239
2240 2014-05-17  David Taylor <dtaylor@emc.com>
2241
2242         * gdb.texinfo (General Query Packets): Add a note about thread IDs
2243         mentioned in the qfThreadInfo reply.
2244
2245 2014-05-16  Doug Evans  <dje@google.com>
2246
2247         * gdb.texinfo (Mode Options): Add -D.
2248
2249 2014-05-09  Samuel Bronson  <naesten@gmail.com>
2250
2251         * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2252         "make -C".
2253
2254 2014-04-29  Tom Tromey  <tromey@redhat.com>
2255
2256         * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2257         "show debug varobj".
2258
2259 2014-05-01  David Taylor  <dtaylor@emc.com>
2260
2261         * gdb.texinfo (compare-sections): Document the new -r (read-only)
2262         option.
2263
2264 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
2265             Walfred Tedeschi  <walfred.tedeschi@intel.com>
2266
2267         * gdb.texinfo (i386 Features): Add description of AVX512
2268         registers.
2269
2270 2014-03-31  Doug Evans  <dje@google.com>
2271
2272         * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2273
2274 2014-03-30  Doug Evans  <dje@google.com>
2275
2276         * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2277         (Background Execution): Ditto.
2278
2279 2014-03-21  Pedro Alves  <palves@redhat.com>
2280             Stan Shebs  <stan@codesourcery.com>
2281             Hui Zhu  <hui@codesourcery.com>
2282
2283         * gdb.texinfo (Packets): Add anchor to "? packet".
2284         Remove fixme and update introduction of "k packet".
2285         Add anchor to "vKill packet".
2286
2287 2014-03-12  Stan Shebs  <stan@codesourcery.com>
2288
2289         * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2290
2291 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
2292
2293         * guile.texi (Basic Guile): Document 'history-append!'.
2294
2295 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
2296
2297         * gdb.texinfo (Files): Document "add-shared-symbol-files"
2298         and "assf" as being deprecated.
2299         (Cygwin Native): Likewise for "dll-symbols".
2300         (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2301         as a way to force the loading of symbols from a DLL.
2302
2303 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
2304
2305         * python.texi (Values From Inferior): Add description about the
2306         new feature.
2307
2308 2014-02-17  Doug Evans  <xdje42@gmail.com>
2309
2310         * Makefile.in (GDB_DOC_FILES): Add python.texi.
2311         * gdb.texinfo (Python): Moved to ...
2312         * python.texi: ... here.  New file.
2313
2314 2014-02-17  Ludovic Courtès  <ludo@gnu.org>
2315
2316         * guile.texi (Writing a Guile Pretty-Printer) <example>:
2317         Remove 'string-begins-with' procedure.  Add 'pretty-printer'
2318         parameter to 'str-lookup-function' procedure.  Look for
2319         the "std::string<" prefix.
2320         (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2321         Adjust description.
2322
2323 2014-02-11  Tejas Belagod  <tejas.belagod@arm.com>
2324
2325         * guile.texi (Values From Inferior In Guile): Remove stray
2326         parantheses for deffn.
2327         (Disassembly In Guile): Ditto.
2328
2329 2014-02-10  Stan Shebs  <stan@codesourcery.com>
2330
2331         Add Doxygen support.
2332         * Makefile.in (doxy): New action, generates Doxygen files.
2333         (DOXYGEN): New.
2334         (doxyedit): New.
2335         * Doxyfile-base.in: New file.
2336         * Doxyfile-gdb-api.in: New file.
2337         * Doxyfile-gdb-xref.in: New file.
2338         * Doxyfile-gdbserver.in: New file.
2339         * doxy-index.in: New file.
2340         * filter-for-doxygen: New file.
2341         * filter-params.pl: New file.
2342
2343 2014-02-10  Doug Evans  <xdje42@gmail.com>
2344
2345         * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2346         * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2347         (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2348         (Guile docs): Include guile.texi.
2349         (objfile-gdbdotext file): Add objfile-gdb.scm.
2350         (dotdebug_gdb_scripts section): Mention Guile scripts.
2351         (Multiple Extension Languages): New node.
2352         * guile.texi: New file.
2353
2354 2014-01-28  Joel Brobecker  <brobecker@adacore.com>
2355
2356         * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2357         ignore-descriptive-types". commands.
2358
2359 2014-01-22  Doug Evans  <dje@google.com>
2360
2361         * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2362         (gdbserver man): Ditto.
2363
2364 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2365
2366         * gdb.texinfo: Document limited reverse/replay support
2367         for target record-btrace.
2368
2369 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2370
2371         * gdb.texinfo (Process Record and Replay): Update documentation.
2372
2373 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2374
2375         * gdb.texinfo (Process Record and Replay): Document new /c
2376         modifier accepted by "record function-call-history".
2377         Add /i modifier to "record function-call-history" example.
2378
2379 2014-01-15  Yuanhui Zhang  <asmwarrior@gmail.com>
2380             Joel Brobecker  <brobecker@adacore.com>
2381
2382         * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2383         markers.  Remove one that was misplaced.
2384
2385 2014-01-10  Pedro Alves  <palves@redhat.com>
2386
2387         * gdb.texinfo (Your Program's Environment) <set environment>:
2388         Mention the shell, and point at 'set exec-wrapper'.
2389
2390 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
2391
2392         * gdb.texinfo (Types In Python): Document new attribute Types.name.
2393
2394 2013-12-30  Joel Brobecker  <brobecker@adacore.com>
2395
2396         * gdb.texinfo (Types In Python): Clarify the documentation
2397         of attribute gdb.Field.bitpos.
2398
2399 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
2400
2401         * gdb.texinfo (Types In Python): Fix the documentation of
2402         attribute "bitpos" in class gdb.Field for enum types.  Add
2403         documentation for attribute "enumval" in that same class.
2404
2405 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
2406
2407         * gdb.texinfo (GDB/MI Support Commands): Change @table into
2408         @ftable.
2409
2410 2013-12-23  Doug Evans  <xdje42@gmail.com>
2411
2412         * gdb.texinfo (Auto-loading): Move menu up.  Move discussion of
2413         auto-loaded objfile scripts and .debug_gdb_scripts section to their
2414         corresponding section in Extending GDB.
2415         (Extending GDB): Move menu up.  New menu item "Auto-loading
2416         extensions".
2417         (Sequences): New menu item "Auto-loading sequences".
2418         (Auto-loading sequences): New node.
2419         (Python): Rename section from Scripting GDB to Extending GDB.
2420         (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2421         Move docs on ways to auto-load extensions to ...
2422         (Auto-loading extensions): ... here.  New node.
2423
2424 2013-12-23  Joel Brobecker  <brobecker@adacore.com>
2425
2426         * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2427         in menu.
2428         (GDB/MI Variable Objects): Adjust reference to "-list-features"
2429         command, now in a new node.
2430         (GDB/MI Support Commands): New node, with its contents being
2431         extracted from the "GDB/MI Miscellaneous Commands" node.
2432         A small paragraph introducing the section is also added at
2433         the start.
2434         (GDB/MI Miscellaneous Commands): Delete the description of the
2435         -info-gdb-mi-command, -list-features and -list-target-features
2436         commands, now hosted in the "GDB/MI Support Commands" node.
2437
2438 2013-12-12  Siva Chandra Reddy  <sivachandra@google.com>
2439
2440         PR python/16113
2441         * gdb.texinfo (Values From Inferior): Add a note about using
2442         gdb.Field objects as subscripts on gdb.Value objects.
2443         (Types In Python): Add description about the new attribute
2444         "parent_type" of gdb.Field objects.
2445
2446 2013-12-12  Joel Brobecker  <brobecker@adacore.com>
2447
2448         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2449         entry for section docuumenting the -list-features GDB/MI command.
2450
2451 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
2452
2453         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2454         "exec-run-start-option" entry in the output of the "-list-features"
2455         command.
2456
2457 2013-12-04  Eli Zaretskii  <eliz@gnu.org>
2458
2459         * gdb.texinfo (i386): Fix yesterday's commit.
2460
2461 2013-12-03  Tom Tromey  <tromey@redhat.com>
2462
2463         * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2464         documented here.
2465
2466 2013-12-03  Tom Tromey  <tromey@redhat.com>
2467
2468         * gdb.texinfo (@direntry): Add menu item for gdbserver.
2469
2470 2013-12-03  Walfred Tedeschi  <walfred.tedeschi@intel.com>
2471
2472         * gdb.texinfo (i386 Features): Add MPX feature registers.
2473         (x86 Specific featuresx86 Architecture-specific Issues): Adds
2474         a subsubsection for MPX and describes the display of the
2475         boundary registers.
2476
2477 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
2478
2479         * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2480         documentation of the "ada-exceptions" entry.
2481
2482 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
2483
2484         * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2485         "^error" result record concerning the error message.  Document
2486         the error code that may also be part of that result record.
2487         (GDB/MI Miscellaneous Commands): Document the
2488         "undefined-command-error-code" element in the output of
2489         the "-list-features" GDB/MI command.
2490
2491 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
2492
2493         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2494         the new -info-gdb-mi-command GDB/MI command.  Document
2495         the meaning of "-info-gdb-mi-command" in the output of
2496         -list-features.
2497
2498 2013-11-29  Pedro Alves  <palves@redhat.com>
2499
2500         * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2501         Update comment.
2502
2503 2013-11-24  Yao Qi  <yao@codesourcery.com>
2504
2505         * gdb.texinfo (Caching Remote Data): Document new
2506         "set/show stack-cache" option.
2507
2508 2013-11-24  Yao Qi  <yao@codesourcery.com>
2509
2510         * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2511         (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2512         "off" respectively.
2513
2514 2013-11-23  Yao Qi  <yao@codesourcery.com>
2515
2516         * gdb.texinfo (GDB/MI Variable Objects): Add the description
2517         of "displayhint" to the table about child results.
2518
2519 2013-11-21  Yao Qi  <yao@codesourcery.com>
2520
2521         * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2522         'dynamic' for the output of command -var-list-children.
2523
2524 2013-11-21  Yao Qi  <yao@codesourcery.com>
2525
2526         * gdb.texinfo (Caching Target Data): Remove "see" before
2527         @pxref.
2528
2529 2013-11-20  Yao Qi  <yao@codesourcery.com>
2530
2531         * gdb.texinfo (Caching Target Data): Update doc for
2532         per-address-space dcache.
2533
2534 2013-11-20  Yao Qi  <yao@codesourcery.com>
2535
2536         * gdb.texinfo (Data): Rename menu item.
2537         (Caching Remote Data): Rename to ...
2538         (Caching Target Data): ... it.  Update.
2539
2540 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
2541
2542         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2543         "language-option" entry in the output of the "-list-features"
2544         command.
2545
2546 2013-11-15  Tom Tromey  <tromey@redhat.com>
2547
2548         * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2549         Add example.
2550
2551 2013-11-14  Tom Tromey  <tromey@redhat.com>
2552
2553         * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2554
2555 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
2556
2557         * gdb.texinfo (Show): Add xref anchor for "show language" command.
2558         (Context management): Place current subsection text into its own
2559         subsubsection.  Add new subsubsection describing the "--language"
2560         command option.
2561
2562 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
2563
2564         * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2565         the documentation of "info-ada-exceptions" in the output
2566         of the "-list-features" command.  Add the documentation
2567         of the "ada-exception" entry instead.
2568
2569 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
2570
2571
2572         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2573         word of a couple of sentences to start with a capital letter.
2574
2575 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
2576
2577         * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2578         (Ada Exceptions): New node.
2579         (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2580         Commands" node.
2581         (GDB/MI Ada Exceptions Commands): New node.
2582         (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2583         field in the output of the "-list-features" command.
2584         * NEWS: Add entry for the new "info exceptions" CLI command,
2585         and for the new "-info-ada-exceptions" GDB/MI command.
2586
2587 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
2588
2589         * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2590         (Line Tables In Python): New node.
2591
2592 2013-11-08  Doug Evans  <dje@google.com>
2593
2594         * gdb.texinfo (Debugging Output): Update text for
2595         "set debug dwarf2-read".
2596
2597 2013-11-08  Doug Evans  <dje@google.com>
2598
2599         * gdb.texinfo (Debugging Output): Update text for
2600         "set debug symtab-create".
2601
2602 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
2603
2604         * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2605         constant.
2606
2607 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
2608
2609         * gdb.texinfo (Breakpoints In Python): Document temporary
2610         option in breakpoint constructor, and add documentation to the
2611         temporary attribute.
2612
2613 2013-11-07  Yao Qi  <yao@codesourcery.com>
2614
2615         * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2616         output of "-var-info-expression".
2617
2618 2013-11-06  Pedro Alves  <palves@redhat.com>
2619
2620         * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2621         non-interactive mode.
2622         (Environment) <shell startup files warning>: Mention
2623         non-interactive mode.  Mention .zshenv for Z shell, and talk about
2624         BASH_ENV instead of .bashrc for BASH.
2625
2626 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
2627
2628         * gdb.texinfo (Commands to Specify Files): Add description
2629         of the remove-symbol-file command.
2630         * observer.texi: New free_objfile event
2631
2632 2013-10-24  Pedro Alves  <palves@redhat.com>
2633
2634         * gdb.texinfo (Starting): Document set/show startup-with-shell.
2635
2636 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2637
2638         * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2639         New subsection inside which the "-catch-load" and "-catch-unload"
2640         commands documentation is now placed.
2641         (Ada Exception GDB/MI Catchpoint Commands): New subsection
2642         documenting the "-catch-assert" and "-catch-exception" new
2643         GDB/MI commands.
2644
2645 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
2646
2647         * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2648
2649 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
2650
2651         * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2652         serial baud".
2653         (Remote Configuration): Replace "set remotebaud" by "set serial
2654         baud".  Replace "show remotebaud" by "show serial baud".
2655
2656 2013-10-07  Pedro Alves  <palves@redhat.com>
2657
2658         PR breakpoints/11568
2659         * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2660         when the thread is removed from the thread list.
2661
2662 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
2663
2664         * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2665         Update entry for $_exitcode.
2666
2667 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2668
2669         * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2670         new "--start" option.
2671
2672 2013-10-02  Pedro Alves  <palves@redhat.com>
2673
2674         * gdb.texinfo (Registers): Expand description of saved registers
2675         in frames.  Explain <not saved>.
2676
2677 2013-09-25  Doug Evans  <dje@google.com>
2678
2679         * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2680
2681 2013-09-16  Stan Shebs  <stan@codesourcery.com>
2682
2683         Remove the internals manual gdbint.texinfo.
2684         * Makefile.in (INFO_DEPS): Remove gdbint.info.
2685         (PDFFILES): Remove gdbint.pdf.
2686         (HTMLFILES): Remove gdbint/index.html.
2687         (HTMLFILES_INSTALL): Remove gdbint.
2688         (GDBINT_DOC_FILES): Remove.
2689         (dvi): Remove gdbint.dvi.
2690         (ps): Remove gdbint.ps.
2691         * gdbint.texinfo: Remove file.
2692         * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2693
2694 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2695
2696         * gdb.texinfo (Convenience Functions): Mention new convenience
2697         function $_isvoid.
2698
2699 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2700
2701         * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2702         (Standard Target Features): Add new node to menu.
2703         (S/390 and System z Features): New node.
2704
2705 2013-09-13  Sanimir Agovic  <sanimir.agovic@intel.com>
2706
2707         * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2708         -list-target-features in the example.
2709
2710 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2711
2712         * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2713         mini_debuginfo.  Strip binary before adding mini_debuginfo to it.
2714
2715 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2716
2717         Sync documentation with gdb.base/gnu-debugdata.exp.
2718         * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2719
2720 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2721
2722         * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2723
2724 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
2725             Yao Qi  <yao@codesourcery.com>
2726
2727         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2728         Document new --skip-unavailable option.
2729         <-stack-list-variables>: Document new --skip-unavailable option.
2730
2731 2013-08-26  Doug Evans  <dje@google.com>
2732
2733         * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2734         an optional regexp.
2735
2736 2013-08-13  Tom Tromey  <tromey@redhat.com>
2737
2738         * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2739         Document GDB_PARALLEL and GDB_INOTIFY.
2740
2741 2013-08-09  Stan Shebs  <stan@codesourcery.com>
2742
2743         * LRS: Remove file, describes a long-abandoned live-range
2744         splitting extension to stabs.
2745
2746 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
2747
2748         * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2749
2750 2013-07-17  Doug Evans  <dje@google.com>
2751
2752         * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2753
2754 2013-07-02  Tom Tromey  <tromey@redhat.com>
2755
2756         * gdb.texinfo (Target Commands): Don't mention "target nrom".
2757
2758 2013-06-28  Tom Tromey  <tromey@redhat.com>
2759
2760         * Makefile.in (version.subst): Use version.in, not
2761         common/version.in.
2762         * gdbint.texinfo (Versions and Branches, Releasing GDB):
2763         Likewise.
2764
2765 2013-06-27  Pedro Alves  <palves@redhat.com>
2766
2767         * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2768         dynamic symbol resolution code>: New section, based on infrun.c
2769         comment.
2770
2771 2013-06-26  Tom Tromey  <tromey@redhat.com>
2772
2773         * gdbint.texinfo (Versions and Branches): Use common/version.in.
2774         Update.
2775         (Releasing GDB): Likewise.
2776
2777 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
2778             Yao Qi  <yao@codesourcery.com>
2779
2780         * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2781         -trace-frame-collected.
2782
2783 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
2784
2785         * gdb.texinfo (Traceframe Info Format): Document tvar element
2786         and its attributes.
2787
2788 2013-06-25  Yao Qi  <yao@codesourcery.com>
2789
2790         * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2791
2792 2013-06-24  Tom Tromey  <tromey@redhat.com>
2793
2794         * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2795         (GDBvn.texi): Use version.subst.
2796         (version.subst): New target.
2797         (mostlyclean): Remove version.subst.
2798
2799 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
2800
2801         * gdb.texinfo (GDB/MI Data Manipulation)
2802         <-data-list-register-values>: Document the --skip-unavailable
2803         option.
2804
2805 2013-06-07  Yao Qi  <yao@codesourcery.com>
2806
2807         * gdb.texinfo (Symbols): Add kindex and cindex for
2808         'maint print msymbols'.
2809
2810 2013-06-05  Simon Marchi  <simon.marchi@ericsson.com>  (tiny change)
2811
2812         * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2813         response field name (thread-group to inferior).
2814
2815 2013-06-04 Gary Benson  <gbenson@redhat.com>
2816
2817         * gdb.texinfo (General Query Packets/qSupported): Added
2818         "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2819         to the table of currently defined stub features.
2820         Added a more detailed entry for "augmented-libraries-svr4-read".
2821         (General Query Packets/qXfer:libraries-svr4:read): Documented
2822         the augmented form of this packet.
2823
2824 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2825
2826         * gdb.texinfo (System-wide Configuration Scripts): Renames
2827         "Installed System-wide Configuration Scripts". Add associated
2828         @menu block.
2829
2830 2013-05-23  Yao Qi  <yao@codesourcery.com>
2831             Pedro Alves  <palves@redhat.com>
2832
2833         * gdb.texinfo (Packets): Document 'vCont;r'.
2834         (Continuing and Stepping): Document target-assisted range
2835         stepping, and the 'set range-stepping' and 'show range-stepping'
2836         commands.
2837
2838 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2839
2840         * gdb.texinfo (Installed System-wide Configuration Scripts):
2841         Add subsection describing the scripts now available under
2842         the data-dir's system-gdbbinit subdirectory.
2843         * NEWS: Add entry announcing the availability of system-wide
2844         configuration scripts for ElinOS and Wind River Linux.
2845
2846 2013-05-21  Hui Zhu  <hui@codesourcery.com>
2847
2848         * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2849         "-dprintf-insert" command.
2850
2851 2013-05-17  Doug Evans  <dje@google.com>
2852
2853         * gdb.texinfo (Maintenance Commands): Update doc for
2854         "maint check-psymtabs".  Add doc for "maint check-symtabs",
2855         "maint expand-symtabs".
2856
2857 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
2858
2859         * gdb.texinfo (Process Record and Replay): Document the
2860         "record goto" command and its sub-commands.
2861
2862 2013-05-10 Phil Muldoon  <pmuldoon@redhat.com>
2863
2864         * gdb.texinfo (Backtrace): Add "no-filter" argument.
2865         (Python API): Add Frame Filters API, Frame Wrapper API,
2866         Writing a Frame Filter/Wrapper, Managing Management of Frame
2867         Filters chapter entries.
2868         (Frame Filters API): New Node.
2869         (Frame Wrapper API): New Node.
2870         (Writing a Frame Filter): New Node.
2871         (Managing Frame Filters): New Node.
2872         (Progspaces In Python): Add note about frame_filters attribute.
2873         (Objfiles in Python): Ditto.
2874         (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2875         @anchors and --no-frame-filters option to -stack-list-variables,
2876         -stack-list-frames, -stack-list-locals and -stack-list-arguments
2877         commands.
2878
2879 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2880
2881         * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2882         Support" subsection documenting the XML format used to transfer
2883         shared library info on AIX.
2884
2885 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2886
2887         * gdb.texinfo (Debugging Output): Add documentation of
2888         "set debug aix-solib" and "show debug aix-solib" commands.
2889
2890 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
2891
2892         * gdb.texinfo (Nios II): New section.
2893         (Nios II Features): New section.
2894
2895 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
2896
2897         * gdbint.texinfo (Algorithms): Remove entries documenting
2898         DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2899         SOLIB_CREATE_INFERIOR_HOOK.
2900
2901 2013-04-29  Tom Tromey  <tromey@redhat.com>
2902
2903         PR python/14204:
2904         * gdb.texinfo (Python API): Fix menu entry.
2905         (Blocks In Python): Fix subsubsection text.  Rewrite intro.
2906         Define global and static block.  Add example.  Clarify
2907         block relationship for inline functions.
2908
2909 2013-04-29  Tom Tromey  <tromey@redhat.com>
2910
2911         * gdb.texinfo (Python API): Mention Python help and keyword
2912         arguments.  Move pagination text to Basic Python.
2913         (Basic Python): Put pagination text here.  Document
2914         close-on-exec, SIGCHLD, and SIGINT.
2915
2916 2013-04-19  Pedro Alves  <palves@redhat.com>
2917
2918         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2919         "signedness" instead of "signness".
2920
2921 2013-04-19  Pedro Alves  <palves@redhat.com>
2922
2923         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2924         -Wno-pointer-sign text with text on -Wpointer-sign.
2925
2926 2013-04-16  Tom Tromey  <tromey@redhat.com>
2927
2928         * gdb.texinfo (Set Catchpoints): Mention earliest version of
2929         GCC that has the SDT probe points.
2930
2931 2013-04-15  Tom Tromey  <tromey@redhat.com>
2932
2933         * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2934         exception catchpoints.
2935
2936 2013-04-15  Tom Tromey  <tromey@redhat.com>
2937
2938         * gdb.texinfo (Set Catchpoints): Document $_exception.
2939         (Convenience Vars): Mention $_exception.
2940
2941 2013-04-15  Tom Tromey  <tromey@redhat.com>
2942
2943         * gdb.texinfo (Set Catchpoints): Reorganize exception
2944         catchpoints.  Document "catch rethrow".
2945         (Debugging C Plus Plus): Mention "catch rethrow".
2946
2947 2013-04-15  Tom Tromey  <tromey@redhat.com>
2948
2949         * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2950
2951 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2952             Eli Zaretskii  <eliz@gnu.org>
2953
2954         * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2955         line below the sample output.
2956
2957 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
2958
2959         * gdb.texinfo (Mode Options): Document '-configuration'.
2960         (Help): Document "show configuration".
2961         (Bug Reporting): Add requirements to include the configuration
2962         details in bug reports.
2963
2964 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2965
2966         * Makefile.in (MAN1S): Add gcore.1.
2967         Remove "Host, target, and site specific Makefile fragments" comment.
2968         (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2969         (install-man1, uninstall-man1): Conditionalize gcore.1.
2970         (gcore.1): New.
2971         * gdb.texinfo (Man Pages): Add gcore man.
2972         (gcore man): New node.
2973
2974 2013-04-10  Pedro Alves  <palves@redhat.com>
2975
2976         * gdb.texinfo (Process Record and Replay): Document that "set
2977         record full insn-number-max", "set record
2978         instruction-history-size" and "set record
2979         function-call-history-size" accept "unlimited".
2980         (Backtrace): Document that "set backtrace limit" accepts
2981         "unlimited".
2982         (List): Document that "set listsize" accepts "unlimited".
2983         (Print Settings)" Document that "set print max-symbolic-offset",
2984         "set print elements" and "set print repeats" accept "unlimited".
2985         (Starting and Stopping Trace Experiments): Document that "set
2986         trace-buffer-size" accepts "unlimited".
2987         (Remote Configuration): Document that "set tcp connect-timeout"
2988         accepts "unlimited".
2989         (Command History): Document that "set history size" accepts
2990         "unlimited".
2991         (Screen Size): Document that "set height" and "set width" accepts
2992         "unlimited".  Adjust "set pagination"'s description to suggest
2993         "set height unlimited" instead of "set height 0".
2994
2995 2013-04-10  Yao Qi  <yao@codesourcery.com>
2996
2997         * gdb.texinfo (Trace Files): Add "target ctf".
2998
2999 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3000
3001         * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
3002
3003         * Makefile.in (install-man1, install-man5, uninstall-man1)
3004         (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
3005
3006         * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
3007
3008 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3009             Eli Zaretskii  <eliz@gnu.org>
3010
3011         * gdb.texinfo (gdbserver man): Rename tty to comm.  Swap --attach
3012         parameters order.  Remove "On some targets" for --attach.  Document the
3013         --multi parameter and extended-remote command.  Document all the
3014         options.
3015
3016 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3017
3018         * gdb.texinfo (gdb man): Mention option -p.  Include Fortran to
3019         the list of supported languages.
3020
3021 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3022
3023         Convert man pages to texinfo, new gdbinit.5 texinfo page.
3024         * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
3025         (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
3026         (diststuff): Add man.
3027         (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
3028         (uninstall-man5): New.
3029         (STAGESTUFF): Add *.1 and *.5.
3030         (GDBvn.texi): Add SYSTEM_GDBINIT.
3031         (gdb.1, gdbserver.1, gdbinit.5): New.
3032         (maintainer-clean realclean): Add $(MANS).
3033         (install): Add install-man.
3034         (uninstall): Add uninstall-man.
3035         * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
3036         (@copying): Wrap it by @c man begin COPYRIGHT.
3037         (Top): Add Man Pages.
3038         (Man Pages, gdb man, gdbserver man, gdbinit man): New.
3039
3040 2013-04-02  Pedro Alves  <palves@redhat.com>
3041
3042         * gdb.texinfo (Debugging Output): Document "set/show debug
3043         aarch64", "set/show debug coff-pe-read" and "set/show debug
3044         mach-o".
3045
3046 2013-04-02  Pedro Alves  <palves@redhat.com>
3047
3048         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3049         table>: Add entry for "trace-buffer-size".
3050
3051 2013-03-28  Pedro Alves  <palves@redhat.com>
3052
3053         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
3054         table>: Add entry for "trace-status".
3055
3056 2013-03-28  Eli Zaretskii  <eliz@gnu.org>
3057
3058         * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
3059         @bullet", which is invalid (makeinfo 5.1 barfs).
3060
3061 2013-03-28  Pedro Alves  <palves@redhat.com>
3062
3063         PR gdb/15294
3064
3065         * gdb.texinfo (List) <set listsize>: Adjust to document that
3066         listsize 0 means no limit, and remove mention of -1.
3067
3068 2013-03-22  Yao Qi  <yao@codesourcery.com>
3069
3070         * gdb.texinfo (Embedded Processors): Remove menu item
3071         "OpenRISC 1000".
3072         (OpenRISC 1000): Remove.
3073
3074 2013-03-21  Doug Evans  <dje@google.com>
3075
3076         * gdb.texinfo (Maintenance Commands): Add docs for
3077         "mt set per-command {space,time,symtab} {on,off}".
3078
3079 2013-03-14  Hui Zhu  <hui@codesourcery.com>
3080             Yao Qi  <yao@codesourcery.com>
3081
3082         * gdb.texinfo (Trace Files): Add "tsave -ctf".
3083
3084 2013-03-13  Keith Seitz  <keiths@redhat.com>
3085
3086         * gdb.texinfo (Maintenance Commands): Add missing ')' for
3087         "maint agent" reference to Dynamic printf.
3088
3089 2013-03-11  Eli Zaretskii  <eliz@gnu.org>
3090
3091         * gdb.texinfo (General Query Packets): Don't use colon in index
3092         entries visible to Info format.
3093
3094 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
3095
3096         * gdb.texinfo (Process Record and Replay): Document record
3097         changes.
3098
3099 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
3100
3101         * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
3102         (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
3103         qXfer:btrace:read.
3104
3105 2013-03-09  Eli Zaretskii  <eliz@gnu.org>
3106
3107         * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
3108         use colons in @anchor and @cindex entries.
3109
3110 2013-03-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
3111
3112         * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
3113
3114 2013-03-08  Stan Shebs  <stan@codesourcery.com>
3115             Hafiz Abid Qadeer  <abidh@codesourcery.com>
3116
3117         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3118         trace-buffer-size set and show commands.
3119         (Tracepoint Packets): Document QTBuffer:size.
3120         (General Query Packets): Document QTBuffer:size.
3121
3122 2013-02-21  Tom Tromey  <tromey@redhat.com>
3123
3124         * gdb.texinfo: Remove bad @syncodeindex.
3125         (Values From Inferior, Types In Python, Inferiors In Python)
3126         (Events In Python, Threads In Python, Frames In Python, Blocks In
3127         Python, Symbols In Python, Symbol Tables In Python): Remove
3128         @tables.
3129         (Packets, General Query Packets, Tracepoint Packets)
3130         (Host I/O Packets): Use @w{} for empty @item.
3131
3132 2013-02-20  Siva Chandra Reddy <sivachandra@google.com>
3133
3134         * gdb.texinfo (Architectures In Python): Add description about
3135         the new method gdb.Architecture.disassemble.
3136
3137 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
3138             Hafiz Abid Qadeer  <abidh@codesourcery.com>
3139
3140         * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
3141         Document the "trace-file" field.
3142
3143 2013-02-07  Doug Evans  <dje@google.com>
3144
3145         * gdb.texinfo (Machine Code): Clarify argument to disassemble
3146         command.
3147
3148 2013-02-06  Yao Qi  <yao@codesourcery.com>
3149
3150         * gdb.texinfo (GDB/MI Async Records): Document new MI
3151         notification "=tsv-modified".  Update the document of MI
3152         notification "=tsv-created".
3153         * observer.texi (GDB Observers): New observer tsv_modified.
3154         Update observer tsv_created and tsv_delete.
3155
3156 2013-02-05  Yufeng Zhang  <yufeng.zhang@arm.com>
3157
3158         * gdb.texinfo (AArch64 Features): New section; document
3159         org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
3160         (Architectures): Add new AArch64 section to document AArch64
3161         architecture specific commands.
3162         (ABI): Add description of the new OS ABI "Newlib" and its influence
3163         on the longjmp handling.
3164
3165 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
3166             Jan Kratochvil  <jan.kratochvil@redhat.com>
3167
3168         * gdb.texinfo (Backtrace): Added description of 'filename-display'
3169         variable in 'set/show backtrace' section.
3170
3171 2013-01-31  Tom Tromey  <tromey@redhat.com>
3172
3173         * gdb.texinfo (Target Commands): Fix typo.
3174
3175 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
3176
3177         * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
3178         describing the gdb.Architecture class.
3179         (Frames In Python): Add description about the new method
3180         gdb.Frame.architecture().
3181
3182 2013-01-23  Doug Evans  <dje@google.com>
3183
3184         * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
3185
3186 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
3187
3188         * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
3189         'thread-groups' field when printing a breakpoint in MI.
3190
3191 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
3192         * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
3193         to reflect that jit-reader-load now supports absolute file-names.
3194
3195 2013-01-16  Tom Tromey  <tromey@redhat.com>
3196
3197         * gdb.texinfo (Set Catchpoints): Document "catch signal".
3198         (Signals): Likewise.
3199
3200 2013-01-16  Tom Tromey  <tromey@redhat.com>
3201
3202         * gdb.texinfo (GDB/MI Breakpoint Information): Document
3203         "catch-type" field.
3204         (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
3205
3206 2013-01-07  Tom Tromey  <tromey@redhat.com>
3207
3208         * gdb.texinfo (Mode Options): Don't mention -epoch.
3209         (Data, Emacs): Remove obsolete comments.
3210
3211 2013-01-02  Tom Tromey  <tromey@redhat.com>
3212
3213         * gdb.texinfo (GDB/MI Output Records): Update menu.
3214         (GDB/MI Breakpoint Information): New node.
3215         (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
3216         <-break-insert>: Likewise.
3217
3218 2012-12-31  Yao Qi  <yao@codesourcery.com>
3219
3220         * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3221         (Packets): Move "vStopped" packet to ...
3222         (Notification Packets): ... here.  Describe the components
3223         of notification.  Add a table of supported notifications.
3224         Add an example on the process of he async notification.
3225
3226 2012-12-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3227
3228         * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3229         present.
3230         (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3231         fullname output always present.
3232
3233 2012-12-23  Pierre Muller  <muller@sourceware.org>
3234
3235         * gdbint.texinfo (Function prototypes): Require use of "extern"
3236         modifier for function prototypes in headers.
3237
3238 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
3239
3240         * refcard.tex: Update copyright notice to GPL v3 or later.
3241         Update contact info.
3242
3243 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
3244
3245         * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3246
3247 2012-12-15  Yao Qi  <yao@codesourcery.com>
3248
3249         * gdb.texinfo (Debugging Output): Document 'set debug
3250         notification' and 'show debug notification'.
3251
3252 2012-12-15  Yao Qi  <yao@codesourcery.com>
3253
3254         * gdb.texinfo (Listing Tracepoints): New item and example about
3255         'installed on target' output.
3256         Add more in the example about 'installed on target'.
3257         (GDB/MI Breakpoint Commands): Doc about 'installed field.
3258
3259 2012-12-14  Tom Tromey  <tromey@redhat.com>
3260
3261         * gdb.texinfo (SVR4 Process Information): Mention core files.
3262
3263 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
3264
3265         * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3266
3267 2012-12-11  Pedro Alves  <palves@redhat.com>
3268
3269         * gdb.texinfo: Remove all mentions of Unixware throughout.
3270
3271 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3272
3273         * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3274
3275 2012-11-29  Tom Tromey  <tromey@redhat.com>
3276
3277         * gdb.texinfo (SVR4 Process Information): Document missing
3278         "info proc" subcommands.
3279
3280 2012-11-29  Yao Qi  <yao@codesourcery.com>
3281
3282         PR gdb/1477.
3283         * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3284         to 'auto' instead of 'gnu'.
3285
3286 2012-11-26  Tom Tromey  <tromey@redhat.com>
3287
3288         * gdb.texinfo (MiniDebugInfo): New node.
3289         (GDB Files): Update.
3290
3291 2012-11-16  Doug Evans  <dje@google.com>
3292
3293         * gdb.texinfo (System-wide configuration): If the system-wide init
3294         file lives in the data-directory, and --data-directory is provided,
3295         look for it there.
3296
3297 2012-11-15  Tom Tromey  <tromey@redhat.com>
3298
3299         * gdb.texinfo (Signaling): Fix typo.
3300
3301 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
3302
3303         * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3304         parameter "count" of -data-write-memory-bytes, and add an example.
3305
3306 2012-11-12  Tom Tromey  <tromey@redhat.com>
3307
3308         * gdb.texinfo (Symbols): Document "info type-printers",
3309         "enable type-printer" and "disable type-printer".
3310         (Python API): Add new node to menu.
3311         (Type Printing API): New node.
3312         (Progspaces In Python): Document type_printers field.
3313         (Objfiles In Python): Likewise.
3314         (gdb.types) <get_type_recognizers, apply_type_recognizers,
3315         register_type_printer, TypePrinter>: Document.
3316
3317 2012-11-12  Tom Tromey  <tromey@redhat.com>
3318
3319         * gdb.texinfo (Symbols): Document "set print type methods",
3320         "set print type typedefs", and flags to ptype and whatis.
3321
3322 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
3323
3324         * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3325         the example -data-disassemble output.  Extend the description of
3326         the -data-disassemble results to document all fields.  Document
3327         the cli disassemble command as being related to -data-disassemble.
3328
3329 2012-11-09  Yao Qi  <yao@codesourcery.com>
3330
3331         PR gdb/14777.
3332         * gdb.texinfo (OS Information): Remove doc on command
3333         'info udot'.
3334
3335 2012-11-08  Joel Brobecker  <brobecker@adacore.com>
3336
3337         * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3338         gdb.ini warning for Windows port.
3339
3340 2012-11-08  Yao Qi  <yao@codesourcery.com>
3341
3342         * gdb.texinfo (Search): Add kindex for 'fo'.
3343
3344 2012-11-05  Tom Tromey  <tromey@redhat.com>
3345
3346         PR python/14802:
3347         * gdb.texinfo (Functions In Python): Add example.
3348
3349 2012-11-03  Yao Qi  <yao@codesourcery.com>
3350
3351         * observer.texi (GDB Observers): Remove observer
3352         'tracepoint_modified', 'tracepoint_created' and
3353         'tracepoint_deleted'.
3354
3355 2012-10-26  Tom Tromey  <tromey@redhat.com>
3356
3357         * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3358
3359 2012-10-25  Tom Tromey  <tromey@redhat.com>
3360
3361         * gdb.texinfo (General Query Packets): Use @itemx.
3362
3363 2012-10-17  Yao Qi  <yao@codesourcery.com>
3364
3365         * observer.texi (GDB Observers): Update observer
3366         'memory_changed'.
3367         * gdb.texinfo (GDB/MI Async Records): Document for
3368         "memory-changed" notification.
3369
3370 2012-10-15  Doug Evans  <dje@google.com>
3371
3372         * gdb.texinfo (Mode Options): Document -nh.
3373         Elaborate on docs for -nx.
3374
3375 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3376
3377         * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3378
3379 2012-09-21  Yao Qi  <yao@codesourcery.com>
3380             Pedro Alves  <palves@redhat.com>
3381
3382         * gdb.texinfo (GDB/MI Async Records): Document notification
3383         'record-started' and 'record-stopped'.
3384         * observer.texi (GDB Observers): New observer 'record-changed'.
3385
3386 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
3387
3388         * gdb.texinfo: Document the removal of SH's 'regs' command.
3389
3390 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3391
3392         * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3393
3394 2012-09-18  Yao Qi  <yao@codesourcery.com>
3395
3396         * gdb.texinfo (GDB/MI Async Records): Document new MI
3397         notifications '=tsv-created' and '=tsv-deleted'.
3398         * observer.texi (GDB Observers): New observer tsv_created and
3399         tsv_deleted.
3400
3401 2012-09-18  Yao Qi  <yao@codesourcery.com>
3402
3403         * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3404         * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3405         '=traceframe-changed'.
3406
3407 2012-09-17  Yao Qi  <yao@codesourcery.com>
3408
3409         * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3410         'set listsize'.
3411
3412 2012-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3413             Eli Zaretskii  <eliz@gnu.org>
3414
3415         * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3416         encoding for gdbarch_breakpoint_from_pc, bp_addr for
3417         gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3418
3419 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3420
3421         * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3422
3423 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
3424
3425         Document how to return from "python-interactive" to GDB.
3426         * gdb.texinfo (Python Commands): Update documentation.
3427
3428 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
3429
3430         Add a new "python-interactive" command that starts a standard
3431         Python interactive prompt with "pi" as alias, and add "py" as
3432         an alias to "python".
3433         * gdb.texinfo (Python Commands): Document the new commands.
3434
3435 2012-08-22  Tom Tromey  <tromey@redhat.com>
3436
3437         * gdbint.texinfo (Host Definition): Remove documentation for
3438         SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3439
3440 2012-08-17  Keith Seitz  <keiths@redhat.com>
3441
3442         PR c++/13356
3443         * gdb.texinfo (Type and Range Checking): Remove warning.
3444         Remove spurious commas.
3445         Update text and examples for re-implementation of set/show
3446         check type.
3447         (C and C++ Type and Range Checks): Likewise.
3448
3449 2012-08-16  Yao Qi  <yao@codesourcery.com>
3450
3451         * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3452         is deprecated.
3453
3454 2012-08-13  Doug Evans  <dje@google.com>
3455
3456         * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3457         to include functions.
3458
3459 2012-08-10  Doug Evans  <dje@google.com>
3460
3461         * gdb.texinfo (Convenience Funs): New node.
3462         (Types In Python): Document Type.vector.
3463
3464 2012-08-09  Yao Qi  <yao@codesourcery.com>
3465
3466         * observer.texi: New observer command_param_changed.
3467         * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3468
3469 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3470
3471         * gdbint.texinfo (Debugging GDB): In section
3472         'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3473         Mention also gdb-gdb.py.
3474
3475 2012-08-07  Yao Qi  <yao@codesourcery.com>
3476
3477         Revert the folloing patch:
3478         2012-08-06  Yao Qi  <yao@codesourcery.com>
3479         * gdb.texinfo (Remote Configuration): Add kindex for 'set
3480         remote hardware-watchpoint-limit' and 'set
3481         remote hardware-breakpoint-limit'.
3482
3483 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
3484
3485         * gdb.texinfo (Working Directory): Added information about new
3486         default argument for 'cd' command.
3487
3488 2012-08-06  Yao Qi  <yao@codesourcery.com>
3489
3490         * gdb.texinfo (Remote Configuration): Add kindex for 'set
3491         remote hardware-watchpoint-limit' and 'set
3492         remote hardware-breakpoint-limit'.
3493
3494 2012-08-06  Yao Qi  <yao@codesourcery.com>
3495
3496         Fix PR14371.
3497
3498         * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3499         '=breakpoint-deleted'.
3500
3501 2012-08-02  Yao Qi  <yao@codesourcery.com>
3502
3503         * gdb.texinfo (Native): Remove node Neutrino.
3504
3505 2012-07-27  Yao Qi  <yao@codesourcery.com>
3506
3507         * gdb.texinfo (IPA Protocol Commands): Document new command
3508         'close'.
3509
3510 2012-07-25  Tom Tromey  <tromey@redhat.com>
3511
3512         * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3513
3514 2012-07-20  Doug Evans  <dje@google.com>
3515
3516         * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3517         (Index Files): Document how to control the use of deprecated index
3518         sections.
3519         (Index Section Format): Replace --use-deprecated-index-sections with
3520         "set use-deprecated-index-sections on".
3521
3522 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
3523
3524         * gdbint.texinfo: Remove @syncodeindex directives that put all the
3525         indices into a single node "Index".  Instead, join function and
3526         variable indices into a single index, separate from the concept
3527         index.  Requested in
3528         http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3529         (Top): Update the top-level menu: instead of one "Index" there are
3530         now separate entries "Concept Index" and "Function and Variable
3531         Index".
3532         (Concept Index, Function and Variable Index): New nodes.
3533         (Index): Node deleted.
3534
3535 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
3536
3537         * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3538         and "maint agent-eval".
3539
3540 2012-07-03  Eli Zaretskii  <eliz@gnu.org>
3541
3542         * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3543         avoid file-name clashes between Index.html and index.html on
3544         case-insensitive filesystems.  See the discussion starting in
3545         http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3546         details of the problem.
3547         (Top): Update the master menu for the above.
3548         (Concept Index, Command and Variable Index): New nodes, instead of
3549         the old "Index" node that was deleted.  All cross-references
3550         updated.
3551
3552 2012-07-02  Stan Shebs  <stan@codesourcery.com>
3553
3554         * gdb.texinfo (Dynamic Printf): Mention agent style and
3555         disconnected dprintf.
3556         (Maintenance Commands): Describe maint agent-printf.
3557         (General Query Packets): Mention BreakpointCommands feature.
3558         (Packets): Document commands extension to Z0 packet.
3559         * agentexpr.texi (Bytecode Descriptions): Document printf
3560         bytecode.
3561
3562 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3563
3564         * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3565         only after gdbinit files.
3566         (Startup): Move -iex and -iex commands down after gdbinit files.
3567
3568 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3569
3570         * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3571         possibility.
3572
3573 2012-06-29  Tom Tromey  <tromey@redhat.com>
3574
3575         * gdb.texinfo (Index Section Format): Update for version 7.
3576
3577 2012-06-28  Stan Shebs  <stan@codesourcery.com>
3578
3579         * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3580         example, add note about title column.
3581
3582 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
3583
3584         * gdb.texinfo (Symbol Tables In Python): Add description about
3585         the new 'last' attribute of gdb.Symtab_and line.
3586
3587 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
3588
3589         * gdb.texinfo (Symbol Tables In Python): Correct the description
3590         of the 'pc' attribute of gdb.Symtab_and_line.
3591
3592 2012-06-26  Doug Evans  <dje@google.com>
3593
3594         * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3595         and symtab-create.
3596
3597 2012-06-25  Keith Seitz  <keiths@redhat.com>
3598
3599         * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3600         from example.  Remove "rbreak" from list of corresponding
3601         gdb commands.
3602
3603 2012-06-23  Doug Evans  <dje@google.com>
3604
3605         * gdb.texinfo (Index Section Format): Document version 7 format.
3606
3607 2012-06-22  Yao Qi  <yao@codesourcery.com>
3608
3609         * gdb.texinfo: Add missing cindex for some packets.
3610
3611 2012-06-20  Keith Seitz  <keiths@redhat.com>
3612
3613         * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3614         for -break-insert and document -p.
3615
3616 2012-06-20  Yao Qi  <yao@codesourcery.com>
3617
3618         * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3619         and "gdb.write_memory" with "Inferior.read_memory" and
3620         "Inferior.write_memory".
3621
3622 2012-06-15  Patrice Dumas  <pertusus@free.fr>  (tiny change)
3623
3624         * gdb.texinfo (Summary): Add a link to "Free Documentation".
3625         (Free Documentation): Add @node line.
3626         (Continuing and Stepping) <advance location>: Use @item instead of
3627         @itemx.
3628         (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3629         @itemx.
3630         (Embedded Processors): Put the link to "PA" to its correct place,
3631         according to document structure.
3632         (Python API): Put the link to "Lazy Strings In Python" to its
3633         correct place.
3634         (Index): Use @@ in @tex block to get a literal @.
3635
3636         * gdbint.texinfo: Fix the @subtitle line.
3637
3638         * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3639         correct place.
3640
3641 2012-06-08  Yao Qi  <yao@codesourcery.com>
3642
3643         * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3644         Protocol'.
3645         (In-Process Agent Protocol, IPA Protocol Objects)
3646         (IPA Protocol Commands): New nodes.
3647         (Tracepoint Packets): Add anchors.
3648
3649 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
3650
3651         * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3652
3653 2012-06-06  Yao Qi  <yao@codesourcery.com>
3654
3655         * gdb.texinfo: Update copyright year.
3656
3657 2012-05-23  Stan Shebs  <stan@codesourcery.com>
3658             Kwok Cheung Yeung  <kcy@codesourcery.com>
3659
3660         * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3661
3662 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3663
3664         * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3665         Mention also --with-separate-debug-dir.
3666         (Auto-loading): Prepend $debugdir in the sample output.
3667         (Auto-loading safe path): Likewise.  Mention also $debugdir for the
3668         auto-load safe-path variable.
3669         (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3670         Mention also $debugdir for 'set auto-load scripts-directory'.
3671
3672 2012-05-19  Eli Zaretskii  <eliz@gnu.org>
3673
3674         * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3675         (MIPS Embedded, MIPS, MIPS Register packet Format)
3676         (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3677         appropriate.
3678
3679 2012-05-18  Sandra Loosemore  <sandra@codesourcery.com>
3680             Maciej W. Rozycki  <macro@codesourcery.com>
3681
3682         * gdb.texinfo (MIPS): Document "set mips compression" and "show
3683         mips compression".
3684         (MIPS Breakpoint Kinds): New subsubsection.
3685
3686 2012-05-18  Eli Zaretskii  <eliz@gnu.org>
3687
3688         * gdb.texinfo (Architecture-Specific Protocol Details): Define
3689         nodes for subsections.  Add @acronym mark-ups and adjust
3690         formatting.
3691
3692 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3693
3694         Rename $ddir to $datadir.
3695         * gdb.texinfo (Auto-loading, Auto-loading safe path)
3696         (objfile-gdb.py file): Rename $ddir to $datadir.
3697
3698 2012-05-18  Tom Tromey  <tromey@redhat.com>
3699
3700         * gdb.texinfo (Print Settings): Document 'set print symbol'.
3701
3702 2012-05-14  Stan Shebs  <stan@codesourcery.com>
3703
3704         * gdb.texinfo (Dynamic Printf): New subsection.
3705
3706 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
3707
3708         * gdb.texinfo (Basic Python): Add description about the function
3709         gdb.find_pc_line
3710
3711 2012-05-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3712             Eli Zaretskii  <eliz@gnu.org>
3713
3714         * gdb.texinfo (Separate Debug Files): Use plural form for global
3715         debugging information directory.
3716
3717 2012-05-11  Stan Shebs  <stan@codesourcery.com>
3718             Kwok Cheung Yeung  <kcy@codesourcery.com>
3719
3720         * gdb.texinfo (Operating System Auxiliary Information): Document new
3721         'info os' subcommands.
3722
3723 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3724
3725         * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3726         (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3727         (dotdebug_gdb_scripts section): Add reference
3728         to 'Auto-loading safe path'.
3729
3730 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3731
3732         Implement multi-component --with-auto-load-dir.
3733         * gdb.texinfo (Auto-loading): New references
3734         for 'set auto-load scripts-directory'
3735         and 'show auto-load scripts-directory'.
3736         (Auto-loading safe path): Describe the new default.  Move $ddir
3737         substituation reference to 'objfile-gdb.py file'.
3738         (objfile-gdb.py file): Describe script-name alias.  Change real-name to
3739         script-name.  Describe new 'set auto-load scripts-directory'
3740         and 'show auto-load scripts-directory'.
3741
3742 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3743
3744         Provide $ddir substitution for --with-auto-load-safe-path.
3745         * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3746         (Auto-loading safe path): Likewise.  Mention the default value,
3747         $ddir substitution, --with-auto-load-safe-path and
3748         --without-auto-load-safe-path.
3749         * observer.texi (gdb_datadir_changed): New.
3750
3751 2012-05-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3752
3753         * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3754         Twice.
3755
3756         * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3757         directory separator by path separator.
3758
3759 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3760
3761         * gdb.texinfo (Auto-loading safe path): Make 'directories'
3762         for 'set auto-load safe-path' optional.  Mention if it is omitted.
3763         Change disabling security protection condition to "/", twice.
3764
3765 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
3766
3767         * gdb.texinfo (Symbol Tables In Python): Add documentation about
3768         the new methods global_block and static_block on gdb.Symtab
3769         objects.
3770
3771 2012-05-02  Siva Chandra Reddy  <sivachandra@google.com>
3772
3773         * gdb.texinfo (Blocks In Python): Add a note saying that future
3774         improvements to GDB and its infrastructure can move symbols
3775         across blocks within a symbol table.
3776
3777 2012-04-29  Yao Qi  <yao@codesourcery.com>
3778
3779         * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3780         (A29K): Remove.
3781
3782 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
3783             Tom Tromey  <tromey@redhat.com>
3784
3785         * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3786         and generic static probe support on GDB.
3787
3788 2012-04-25  Doug Evans  <dje@google.com>
3789
3790         * gdb.texinfo (Go): Fix thinko.
3791
3792         * gdb.texinfo (Supported Languages): Add Go.
3793         (Go): New node.
3794
3795 2012-04-25  Yao Qi  <yao@codesourcery.com>
3796
3797         * gdbint.texinfo (Testsuite): New section `Board settings'.
3798
3799 2012-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
3800
3801         * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3802         Three times.
3803
3804         * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3805         Three times.
3806
3807 2012-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3808
3809         * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3810         by @table @asis.  Fix formatting of one item.
3811
3812 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3813
3814         * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3815
3816 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3817
3818         New option "set debug auto-load".
3819         * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3820         (auto-load verbose mode): New node.
3821
3822 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3823
3824         New option "set auto-load safe-path".
3825         * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3826         and "info auto-load" examples for safe-path.  Put there also references
3827         for "set auto-load safe-path" and "show auto-load safe-path".
3828         New menu item for Auto-loading safe path.
3829         (Auto-loading safe path): New node.
3830         (Python Auto-loading): Update the expected output from "Missing"
3831         to "No".
3832
3833 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3834
3835         auto-load: Implementation.
3836         * gdb.texinfo (Mode Options): New anchor for -nx.
3837         (Startup): New anchors for Option -init-eval-command,
3838         Home Directory Init File
3839         and Init File in the Current Directory during Startup.
3840         Mention set auto-load local-gdbinit with a reference.
3841         Change the sample code to "set auto-load python-scripts".
3842         (Threads): New anchor set libthread-db-search-path.
3843         Provide references to libthread_db.so.1 file.
3844         (Controlling GDB): New menu item for Auto-loading.
3845         (Auto-loading, Init File in the Current Directory)
3846         (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3847         (Python): Rename the menu item Auto-loading to Python Auto-loading.
3848         (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3849         reference.
3850         (Auto-loading): Rename to ...
3851         (Python Auto-loading): ... here.  Change "set auto-load-scripts" to
3852         "set auto-load python-scripts", new anchor for it.  Change
3853         "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3854         for it.  Change "info auto-load-scripts"
3855         to "info auto-load python-scripts", new anchor for it.  Change "scripts"
3856         to "Python scripts".
3857
3858 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
3859
3860         PR mi/13393
3861         * gdb.texinfo (Print Settings): Extend the description for "set print
3862         object".
3863         (GDB/MI Variable Objects): Extend the description for -var-create and
3864         -var-list-children.
3865
3866 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
3867
3868         * gdb.texinfo (Examining Data): Document the 'explore' command.
3869
3870 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
3871
3872         * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3873         to the children of a varobj and its update range when -var-update
3874         returns that the varobj's type changed.
3875
3876 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3877
3878         * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3879         Create two new links fir 'objfile-gdb.py file'
3880         and 'dotdebug_gdb_scripts section'.
3881
3882 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3883
3884         * gdb.texinfo (Auto-loading): Rename node reference
3885         '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3886         Twice.
3887         (.debug_gdb_scripts section): Rename the node ...
3888         (dotdebug_gdb_scripts section): ... here.
3889         (Maintenance Commands): Also rename this node reference.
3890
3891 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
3892
3893         * gdb.texinfo (Python API/Values From Inferior): Add description
3894         about the new method Value.referenced_value.  Add description on
3895         how Value.dereference is different (and similar) to
3896         Value.referenced_value.
3897
3898 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3899
3900         * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3901         --init-eval-command=COMMAND, -iex.
3902         (Startup): Describe -iex and -ix.  Simplify the example
3903         for "set auto-load-scripts off".
3904
3905 2012-03-16  Gary Benson  <gbenson@redhat.com>
3906
3907         PR breakpoints/10738
3908         * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3909         stating that GDB cannot set breakpoints on inlined functions.
3910         (Mode Options): Document --use-deprecated-index-sections.
3911         (Index Section Format): Document new index section version format.
3912
3913 2012-03-15  Tom Tromey  <tromey@redhat.com>
3914
3915         * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3916
3917 2012-03-13  Doug Evans  <dje@google.com>
3918
3919         * gdb.texinfo (Help): Change apropos example to use "alias" instead
3920         of "reload".
3921         (Symbols): Delete docs for set/show symbol-reloading.
3922         * gdbint.texinfo (Defining Other Architecture Features): Delete
3923         SYMBOL_RELOADING_DEFAULT.
3924         * refcard.tex: Delete reference to symbol-reloading.
3925
3926 2012-03-07  Pedro Alves  <palves@redhat.com>
3927
3928         * gdb.texinfo (General Query Packets): Document new
3929         QProgramSignals packet.
3930         * gdb.texinfo (Remote configuration): Mention
3931         "program-signals-packet".
3932
3933 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3934
3935         * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3936
3937 2012-03-03  Yao Qi  <yao@codesourcery.com>
3938
3939         * gdb.texinfo (In-Process Agent): New node.
3940         Document new commands.
3941         (General Query Packets): Add packet `QAgent'.
3942
3943 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
3944
3945         * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3946
3947 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
3948
3949         * gdb.texinfo (Commands In Python): Put example python macro in
3950         COMMAND_USER category rather than COMMAND_OBSCURE.
3951         Document gdb.COMMAND_USER.
3952         (User-defined Commands): Update documentation to clarify
3953         "set/show max-user-call-depth" and "show user" don't apply to python
3954         commands.  Update documentation to clarify "help user-defined" may
3955         also include python commands defined as COMMAND_USER.
3956
3957 2012-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3958
3959         * gdb.texinfo (Startup): Add option -ex description to the option -x
3960         description.
3961
3962 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
3963
3964         * gdb.texinfo (Setting Breakpoints): Mention and explain the
3965         condition-evaluation breakpoint parameter.
3966         Mention condition-evaluation mode being shown in "info break".
3967         (Break Conditions): Add description for target-side
3968         conditional breakpoints.
3969         (Remote Configuration): Mention conditional-breakpoints-packet.
3970         (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3971         cond-expr.
3972         (General Query Packets): Mention new ConditionalBreakpoint feature.
3973
3974 2012-02-22  Tom Tromey  <tromey@redhat.com>
3975
3976         * gdb.texinfo (Blocks In Python): Clarify block iteration.
3977
3978 2012-02-17  Tom Tromey  <tromey@redhat.com>
3979
3980         PR python/10753:
3981         * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3982         directory.
3983
3984 2012-02-14  Stan Shebs  <stan@codesourcery.com>
3985
3986         * gdb.texinfo (Disabling Breakpoints): Document enable count.
3987
3988 2012-02-13  Pedro Alves  <palves@redhat.com>
3989
3990         * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3991         mips-idt-ecoff.
3992
3993 2012-02-09  Yao Qi  <yao@codesourcery.com>
3994
3995         * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3996
3997 2012-02-07  Tom Tromey  <tromey@redhat.com>
3998
3999         * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
4000         Symbol.value.
4001
4002 2012-02-07  Tom Tromey  <tromey@redhat.com>
4003
4004         * gdb.texinfo (Symbols In Python): Document Symbol.line.
4005
4006 2012-01-27  Thomas Schwinge  <thomas@codesourcery.com>
4007
4008         * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
4009
4010 2012-01-24  Tom Tromey  <tromey@redhat.com>
4011
4012         * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
4013         unload".
4014         (Files): Mention new catch commands.
4015         (GDB/MI Async Records): Likewise.
4016
4017 2012-01-24  Gary Benson  <gbenson@redhat.com>
4018
4019         Delete #if 0'd out code.
4020         * gdb.texinfo (Frame Info): Remove "info catch".
4021
4022 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
4023
4024         * gdb.texinfo (Remote Configuration): Document
4025         "set remote hostio-readlink-packet" command.
4026         (General Query Packets): Document vFile:readlink packet.
4027
4028 2012-01-16  Tom Tromey  <tromey@redhat.com>
4029
4030         * gdb.texinfo (Specify Location): Document relative file name
4031         handling.
4032
4033 2012-01-16  Tom Tromey  <tromey@redhat.com>
4034
4035         * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
4036
4037 2012-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4038             Eli Zaretskii  <eliz@gnu.org>
4039
4040         * gdbint.texinfo (Coding Standards): Require braces for two lines of
4041         code.
4042
4043 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
4044
4045         * gdb.texinfo (Variables): Document use of :: for non-static
4046         variables.
4047
4048 2012-01-05  Joel Brobecker  <brobecker@adacore.com>
4049
4050         * gdbint.texinfo (Start of New Year Procedure): Update
4051         to replace use of copyright.sh by use of copyright.py.
4052
4053 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4054
4055         Remove the gdbtui binary.
4056         * all-cfg.texi (GDBTUI): Remove.
4057         * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
4058         (TUI): Remove GDBTUI pindex.  Remove the GDBTUI reference.
4059         * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
4060
4061 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
4062
4063         Introduce gdb.FinishBreakpoint in Python.
4064         * gdb.texinfo (Finish Breakpoints in Python): New subsection.
4065         (Python API): Add menu entry for Finish Breakpoints.
4066
4067 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4068
4069         * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
4070         tests.
4071
4072 2011-12-16  Doug Evans  <dje@google.com>
4073
4074         * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
4075
4076 2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
4077
4078         * gdb.texinfo (Python Commands): Remove "maint set/show print
4079         stack".  Add documentation for "set/show python print-stack".
4080
4081 2011-12-14  Pedro Alves  <pedro@codesourcery.com>
4082
4083         * gdb.texinfo (Implementing a Remote Stub): Explain that you
4084         should transfer control to the stub in the startup code instead of
4085         in main.  Mention the need to get past the initial breakpoint.
4086
4087 2011-12-06  Tom Tromey  <tromey@redhat.com>
4088
4089         * gdb.texinfo (Set Breaks): Update for new behavior.
4090
4091 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4092
4093         * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
4094         List Format for SVR4 Targets'.
4095         (General Query Packets): New item qXfer:libraries-svr4:read.
4096         (Library List Format for SVR4 Targets): New node.
4097
4098 2011-12-01  Tom Tromey  <tromey@redhat.com>
4099
4100         * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
4101         add.
4102
4103 2011-11-22  Tom Tromey  <tromey@redhat.com>
4104
4105         * gdb.texinfo (GDB/MI Async Records): Document new *stopped
4106         reasons.
4107
4108 2011-11-20  Stan Shebs  <stan@codesourcery.com>
4109
4110         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4111         note-related options and variables.
4112         (Tracepoint Packets): Document packet changes.
4113
4114 2011-11-20  Sanjoy Das  <sdas@igalia.com>
4115
4116         * gdb.texinfo (JIT Interface): Add documentation on writing and
4117         usind JIT debug info readers.
4118         (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
4119         Debug Info Readers): New nodes.
4120
4121 2011-11-18  Yao Qi  <yao@codesourcery.com>
4122
4123         * gdb.texinfo (Create and Delete Tracepoints): Mention pending
4124         tracepoint.
4125
4126 2011-11-15  Doug Evans  <dje@google.com>
4127
4128         * gdb.texinfo (Files): Document basenames-may-differ.
4129
4130 2011-11-14  Doug Evans  <dje@google.com>
4131
4132         * gdb.texinfo (Shell Commands): Document "!".
4133
4134 2011-11-14  Stan Shebs  <stan@codesourcery.com>
4135             Kwok Cheung Yeung  <kcy@codesourcery.com>
4136
4137         * gdb.texinfo (Create and Delete Tracepoints): Describe what is
4138         needed to get shorter fast tracepoints.
4139         (Tracepoint Packets): Document new qTMinFTPILen packet.
4140
4141 2011-11-14  Yao Qi  <yao@codesourcery.com>
4142
4143         * gdb.texinfo (Create and Delete Tracepoints): Describe changed
4144         behavior of tracepoint.
4145         (General Query Packets): New feature InstallInTrace.
4146         (Remote Configuration): Document "set remote
4147         install-in-trace-packet".
4148
4149 2011-11-12  Matt Rice  <ratmice@gmail.com>
4150
4151         * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
4152         Add arguments to info macro.
4153
4154 2011-11-10  Tom Tromey  <tromey@redhat.com>
4155
4156         * gdb.texinfo (Compilation): Don't mention -gdwarf-2.  Link to GCC
4157         manual.
4158         (Variables): Don't mention -gdwarf-2.  Link to Compilation node.
4159         (Macros): Add a footnote.
4160         (C): Remove paragraph about compiler options.
4161         (C Constants): Mention wide character and string constants.
4162         (C Plus Plus Expressions): Update compiler option advice.  Mention
4163         using declarations.  Mention ADL.  Remove old HP compiler
4164         information.
4165
4166 2011-11-10  Tom Tromey  <tromey@redhat.com>
4167
4168         PR c++/9257:
4169         * gdb.texinfo (Print Settings): Add an extra note about the need
4170         for a vtable.
4171
4172 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
4173
4174         * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
4175         "set mips abi" documentation.
4176
4177 2011-11-04  Doug Evans  <dje@google.com>
4178
4179         * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
4180
4181 2011-11-03  Tom Tromey  <tromey@redhat.com>
4182
4183         * gdb.texinfo (Stopping): Add menu entry.
4184         (Continuing and Stepping): Restore @node.  Use @section, not
4185         @subsection.
4186
4187 2011-11-03  Maciej W. Rozycki  <macro@codesourcery.com>
4188
4189         * gdb.texinfo (Skipping Over Functions and Files): Remove node
4190         designation.  Fix "Specify Location" cross-reference.
4191
4192 2011-11-02  Stan Shebs  <stan@codesourcery.com>
4193
4194         * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
4195         (General Query Packets): Describe tracenz feature.
4196         * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
4197
4198 2011-10-28  Paul Koning  <paul_koning@dell.com>
4199
4200         * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
4201
4202 2011-10-27  Kevin Pouget  <kevin.pouget@st.com>
4203
4204         * gdb.texinfo ((Frames In Python): Document
4205         gdb.FRAME_UNWIND_FIRST_ERROR contant.
4206
4207 2011-10-26  Paul Koning  <paul_koning@dell.com>
4208
4209         * gdb.texinfo (gdb.types): Document new deepitems function.
4210
4211 2011-10-25  Paul Koning  <paul_koning@dell.com>
4212
4213         PR python/13327
4214
4215         * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
4216         fetch_lazy method.
4217
4218 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
4219
4220         PR python/12656
4221
4222         * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4223         global_block, static_block function.
4224
4225 2011-10-19  Tom Tromey  <tromey@redhat.com>
4226
4227         * gdb.texinfo (Commands In Python): Add missing "@"s.
4228
4229 2011-10-13  Kevin Pouget  <kevin.pouget@st.com>
4230
4231         PR python/13285 Document named constants for frame unwind stop reasons
4232         * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
4233         constants.
4234
4235 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4236
4237         Fix compatibility with texinfo versions older than 4.12.
4238         * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4239         (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4240         (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4241         (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4242         * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4243         Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4244         CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4245
4246 2011-10-09  Doug Evans  <dje@google.com>
4247
4248         * gdb.texinfo (Extending GDB): Document alias command.
4249
4250 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4251
4252         Support @entry in input expressions.
4253         * gdb.texinfo (Variables): Describe @entry names suffix.
4254         (Print Settings): Add anchor for `set print entry-values'.
4255
4256 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4257             Eli Zaretskii  <eliz@gnu.org>
4258
4259         Display @entry parameter values (without references).
4260         * gdb.texinfo (Tail Call Frames): Add anchor.  Add self tail call
4261         example.
4262         (Print Settings): New description of set print entry-values and show
4263         print entry-values.
4264
4265 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4266             Eli Zaretskii  <eliz@gnu.org>
4267
4268         Recognize virtual tail call frames.
4269         * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4270         (Tail Call Frames): New node.
4271         (Frames In Python): Add gdb.TAILCALL_FRAME.
4272
4273 2011-10-07  Doug Evans  <dje@google.com>
4274
4275         * gdb.texinfo (gdb.printing): Document new `replace' arg to
4276         register_pretty_printer.
4277
4278 2011-10-07  Phil Muldoon  <pmuldoon@redhat.com>
4279
4280         PR python/12930
4281         PR python/12802
4282
4283         * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4284         stop method.
4285
4286 2011-10-07  Ulrich Weigand  <ulrich.weigand@linaro.org>
4287
4288         * gdb.texinfo (Starting your Program): "set disable-randomization"
4289         is no longer Linux-specific.
4290         (Remote Configuration): Document "set remote
4291         disable-randomization-packet".
4292         (General Query Packets): Document "QDisableRandomization" packet
4293         and add it to "qSupported" list.
4294
4295 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
4296
4297         Allow Python notification of new object-file loadings.
4298         * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4299         event type.
4300
4301 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
4302
4303         PR python/12691: Add the inferior to Python exited event
4304         * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4305
4306 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
4307
4308         * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4309         rephasing.
4310
4311 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
4312
4313         * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4314         (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4315         as possible feature returned by the `-list-features'
4316         command.
4317
4318 2011-09-28  Paul Koning  <paul_koning@dell.com>
4319
4320         * gdb.texinfo (gdb.Type): Document field access by dictionary
4321         key syntax.
4322
4323 2011-09-28  Yao Qi  <yao@codesourcery.com>
4324
4325         * gdb.texinfo (Files): Update options for `add-symbol-file'.
4326         Add one space after option `-s'.  Remove @r{} markup.
4327
4328 2011-09-27  Stan Shebs  <stan@codesourcery.com>
4329
4330         * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4331
4332 2011-09-16  Hui Zhu  <teawater@gmail.com>
4333
4334         * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4335         to *(unsigned char *)$esp@300.
4336
4337 2011-09-15  Paul Koning  <paul_koning@dell.com>
4338
4339         * gdb.texinfo: Make style of Python functions and methods match
4340         the syntax of Python.  Also put class and module names explicitly
4341         on function, member, and variable names, matching Python
4342         documentation conventions.
4343
4344 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
4345
4346         PR Python/12692 Add gdb.selected_inferior() to Python interface.
4347         * gdb.texinfo (Inferiors In Python): Describe new
4348         gdb.selected_inferior() function.
4349
4350 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
4351
4352         Handle multiple breakpoint hits in Python interface:
4353         * gdb.texinfo (Events In Python): New function documentation:
4354         gdb.BreakpointEvent.breakpoints. Indicate that
4355         gdb.BreakpointEvent.breakpoint is now deprecated.
4356
4357 2011-09-04  Joel Brobecker  <brobecker@adacore.com>
4358
4359         * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4360
4361 2011-08-25  Andrew Oakley  <andrew@ado.is-a-geek.net>
4362
4363         * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4364
4365 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
4366
4367         * gdb.texinfo (Prompt): Add set/show extended-prompt
4368         documentation
4369         (Basic Python): Add prompt_hook anchor.
4370         (Python modules): Reword module text to reflect multiple modules.
4371         (gdb.prompt): Document gdb.prompt module.
4372
4373 2011-08-14  Yao Qi  <yao@codesourcery.com>
4374
4375         * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4376
4377 2011-08-14  Yao Qi  <yao@codesourcery.com>
4378
4379         * gdb.texinfo (Standard Target Features): Document C6x features.
4380         (TIC6x Features): New node.
4381
4382 2011-08-12  Doug Evans  <dje@google.com>
4383
4384         * gdb.texinfo (Symbols In Python): Document symbol.type.
4385
4386 2011-08-09  Phil Muldoon  <pmuldoon@redhat.com>
4387
4388         * gdb.texinfo (Python): Document command and function
4389         auto-loading.
4390
4391 2011-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4392             Eli Zaretskii  <eliz@gnu.org>
4393
4394         * gdb.texinfo (whatis, ptype): Highlight their differences.  Describe
4395         typedefs unrolling.  Extend the sample code by an inner typedef and
4396         outer typedefs unrolling.
4397
4398 2011-07-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
4399
4400         * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4401         size and line-size.
4402
4403 2011-07-21  Matt Rice  <ratmice@gmail.com>
4404
4405         PR macros/12999
4406         * gdb.texinfo (Macros): Add info definitions and info macros commands.
4407         Update text and cindex entries for info macro command.
4408
4409 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
4410
4411         * observer.texi (GDB Observers): Add before_prompt observer.
4412         * gdb.texinfo (Basic Python): Add documentation for prompt
4413         substitution.
4414
4415 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
4416
4417         PR python/12438
4418         * gdb.texinfo (Python Commands): Add deprecate note to maint
4419           set/show python print-stack.  Document set/show python
4420           print-backtrace.
4421
4422 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
4423
4424         * gdb.texinfo: Fix typos.
4425
4426 2011-07-01  Tom Tromey  <tromey@redhat.com>
4427
4428         * gdb.texinfo (Debugging Output): Document set debug
4429         check-physname.
4430
4431 2011-06-29  Tom Tromey  <tromey@redhat.com>
4432
4433         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4434         breakpoint-notifications feature.
4435
4436 2011-06-29  Ulrich Weigand  <ulrich.weigand@linaro.org>
4437
4438         * gdb.texinfo (Target Description): Remove warning about
4439         possibly unstable format.
4440
4441 2011-06-03  Tom Tromey  <tromey@redhat.com>
4442
4443         * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4444         (Events In Python): Note that exit_code is optional.
4445
4446 2011-05-17  Pedro Alves  <pedro@codesourcery.com>
4447
4448         * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4449         required for multi-threading support.
4450         (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4451         Hc are deprecated for multi-threading debugging.  Point readers at
4452         the vCont packet.
4453
4454 2011-05-15  Doug Evans  <dje@google.com>
4455
4456         * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4457
4458 2011-05-13  Doug Evans  <dje@google.com>
4459
4460         * gdb.texinfo (Threads): Document $sdir,$pdir.
4461         (Server): Document $pdir exception.
4462
4463         * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4464
4465         * gdb.texinfo (Threads): Clarify default value for
4466         libthread-db-search-path.
4467
4468         * gdb.texinfo (Completion): Update example.
4469         (Debugging Output): Delete `set/show debug lin-lwp-async'.
4470
4471 2011-05-12  Kwok Cheung Yeung  <kcy@codesourcery.com>
4472
4473         * gdb.texinfo: Document change in the behaviour of the enable and
4474         disable GDB commands when applied to tracepoints.
4475         Document the EnableDisableTracepoints remote stub feature.
4476         Document QTEnable and QTDisable in the list of tracepoint packets.
4477
4478 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4479
4480         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4481         hsuser.texi.
4482         * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4483         comment to hsuser.texi.  Change rluser.texi name in the comment.
4484
4485 2011-05-10  Doug Evans  <dje@google.com>
4486
4487         * gdb.texinfo (Threads): If an empty path is provided for
4488         libthread-db-search-path it is reset to its default value.
4489         (Server): Ditto.
4490
4491 2011-05-09  Doug Evans  <dje@google.com>
4492
4493         * gdb.texinfo (Requirements): Fix typo.  Mention --with-iconv-bin.
4494
4495 2011-05-06  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4496             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4497
4498         Implement support for PowerPC BookE masked watchpoints.
4499         * gdb.texinfo (Set Watchpoints): Document mask parameter.
4500         (PowerPC Embedded): Mention support of masked watchpoints.
4501
4502 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
4503
4504         * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4505         `@value{GDBN}'.
4506
4507 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
4508
4509         * gdb.texinfo (titlepage): Remove dedication.
4510         (In Memoriam): New appendix.
4511
4512 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4513             Eli Zaretskii  <eliz@gnu.org>
4514
4515         * gdb.texinfo (Index Section Format): Change the version to 5.
4516         Describe the different formula.
4517
4518 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4519             Eli Zaretskii  <eliz@gnu.org>
4520
4521         * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4522         for disconnected tracing.
4523         (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4524         extended-remote relationship.  Mention --once.
4525         (TCP port allocation lifecycle of @code{gdbserver}): New.
4526
4527 2011-04-23  Eli Zaretskii  <eliz@gnu.org>
4528
4529         * gdb.texinfo (Server): Improve indexing.  Index all optional
4530         switches to gdbserver.
4531
4532 2011-04-20  Tom Tromey  <tromey@redhat.com>
4533
4534         * gdb.texinfo (Index Section Format): New node.
4535         (Top): Add new node to menu.
4536
4537 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
4538
4539         * gdb.texinfo (Maintenance Commands): Document `maint print
4540         remote-registers'.
4541
4542 2011-04-20  Tom Tromey  <tromey@redhat.com>
4543
4544         * gdb.texinfo (Trace File Format): Move node later.
4545
4546 2011-04-19  Tom Tromey  <tromey@redhat.com>
4547
4548         * gdbint.texinfo (Register Information Functions): Remove
4549         duplicate "the".
4550         * gdb.texinfo (Emacs): Remove duplicate "to".
4551         (GDB/MI Variable Objects): Remove duplicate "the".
4552         (General Query Packets): Likewise.
4553
4554 2011-04-02  Joel Brobecker  <brobecker@adacore.com>
4555
4556         * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4557         "GDB/MI Ada Exception Information" node.
4558
4559 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
4560
4561         * gdb.texinfo (GDB/MI Ada Exception Information): Document
4562         the "exception-name" field in the *stopped async record.
4563
4564 2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4565             Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4566
4567         Implement support for PowerPC BookE ranged breakpoints.
4568         * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4569
4570 2011-03-28  Tom Tromey  <tromey@redhat.com>
4571
4572         * gdb.texinfo (Set Tracepoints): Fix typo.
4573
4574 2011-03-24  Tom Tromey  <tromey@redhat.com>
4575
4576         * gdb.texinfo (Specify Location): Document `function:label'
4577         linespec.
4578
4579 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
4580
4581         PR python/12149
4582
4583         * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4584
4585 2011-03-17  Phil Muldoon  <pmuldoon@redhat.com>
4586
4587         * gdb.texinfo (Blocks In Python): Add is_valid method description.
4588         (Inferiors In Python): Likewise.
4589         (Threads In Python): Likewise.
4590         (Symbols In Python): Likewise.
4591         (Objfiles In Python): Likewise.
4592         (Symbol Tables In Python): Likewise.
4593
4594 2011-03-15  Pedro Alves  <pedro@codesourcery.com>
4595
4596         * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4597         display>: Explain that the commands accept number ranges.
4598
4599 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
4600
4601         * gdb.texinfo (Breakpoints In Python): Add description and example
4602         of Python stop function operation.
4603
4604 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
4605
4606         * gdb.texinfo (Parameters In Python): Document get_set_string and
4607         get_show_string methods.
4608
4609 2011-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4610
4611         * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4612
4613         * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4614         circular-trace-buffer name.
4615
4616 2011-02-28  Joel Brobecker  <brobecker@adacore.com>
4617
4618         * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4619         in the previous change.
4620
4621 2011-02-27  Michael Snyder  <msnyder@vmware.com>
4622
4623         * gdb.texinfo (Inferiors and Programs): Update commands to show
4624         that they can accept multiple arguments.
4625
4626 2011-02-24  Joel Brobecker  <brobecker@adacore.com>
4627
4628         Revert the following patch (code patch was not approved):
4629         2011-02-21  Hui Zhu  <teawater@gmail.com>
4630         * agentexpr.texi (bytecode descriptions): add printf.
4631         * gdb.texinfo (tracepoint action lists): add printf.
4632
4633 2011-02-23  Doug Evans  <dje@google.com>
4634
4635         * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4636
4637 2011-02-23  Michael Snyder  <msnyder@vmware.com>
4638
4639         * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4640         (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4641         (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4642
4643 2011-02-22  Doug Evans  <dje@google.com>
4644
4645         * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4646         Clarify behaviour of lookup_symbol when `block' argument is omitted,
4647         add description of result, fix @defun formatting.
4648
4649 2011-02-21  Hui Zhu  <teawater@gmail.com>
4650
4651         * agentexpr.texi (Bytecode Descriptions): Add printf.
4652         * gdb.texinfo (Tracepoint Action Lists): Add printf.
4653
4654 2011-02-18  Tom Tromey  <tromey@redhat.com>
4655
4656         * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4657
4658 2011-02-14  Michael Snyder  <msnyder@vmware.com>
4659
4660         * gdb.texinfo (threads): Document argument for "info threads" cmd.
4661         Document new command "thread find".
4662
4663 2011-02-14  Michael Snyder  <msnyder@vmware.com>
4664
4665         * gdb.texinfo (Threads): Update example of new thread message.
4666
4667 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
4668
4669         * gdb.texinfo (Remote Configuration): Mention set/show remote
4670         traceframe-info.
4671         (Tools/Packages Optional for Building GDB): Mention that expat is
4672         used for traceframe info.
4673         (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4674         (General Query Packets) <qSupported>: Describe the
4675         qXfer:traceframe-info:read feature.
4676         (qXfer::read): Describe qXfer:traceframe-info:read.
4677         (Traceframe Info Format): New section.
4678
4679 2011-02-04  Pedro Alves  <pedro@codesourcery.com>
4680
4681         * gdbint.texinfo (Formatting): Mention some formatting guidelines
4682         for casts and unary operators.
4683
4684 2011-02-04  Tom Tromey  <tromey@redhat.com>
4685
4686         * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4687         is not useful.
4688
4689 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
4690
4691         * gdb.texinfo: s/value optimized out/optimized out/g
4692
4693 2011-01-21  Joel Brobecker  <brobecker@adacore.com>
4694
4695         * gdb.texinfo (Other Misc Settings): Rework part of the
4696         documentation of the "set interactive mode" command.
4697
4698 2011-01-19  Tom Tromey  <tromey@redhat.com>
4699
4700         * gdb.texinfo (Threads): Document thread name output and `thread
4701         name' command.
4702         (Threads In Python): Document Thread.name attribute.
4703         (GDB/MI Thread Commands): Document thread attributes.
4704
4705 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
4706
4707         * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4708         changes in mi/mi-cmd-disas.c
4709
4710 2011-01-12  Tom Tromey  <tromey@redhat.com>
4711
4712         * gdb.texinfo (Threads): Remove duplicate text.  Update examples.
4713         Fix "thread apply" text.
4714
4715 2011-01-11  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4716             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4717
4718         Implement support for PowerPC BookE ranged watchpoints.
4719         * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4720         the "set powerpc exact-watchpoints" flag.
4721
4722 2011-01-07  Tom Tromey  <tromey@redhat.com>
4723
4724         * gdb.texinfo (Python API): Add descriptions to @menu items.
4725
4726 2011-01-06  Tom Tromey  <tromey@redhat.com>
4727
4728         * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4729
4730 2010-01-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
4731
4732         * gdb.texinfo (Debugging Output): Document "set debug jit".
4733
4734 2011-01-06  Tom Tromey  <tromey@redhat.com>
4735
4736         PR python/12133:
4737         * gdb.texinfo (Frames In Python): Document various frame
4738         constants.
4739
4740 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
4741
4742         * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4743         doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4744         doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4745
4746 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4747
4748         * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4749         (clean): Add GDBvn.texi.
4750
4751 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
4752
4753         * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4754         occasional case where the debugger prints an array address
4755         instead of the array itself.
4756
4757 2010-12-23  Pedro Alves  <pedro@codesourcery.com>
4758
4759         * gdb.texinfo (Packets) <read registers packet>: Document support
4760         for registers that were not collected.
4761
4762 2010-12-15  Doug Evans  <dje@google.com>
4763
4764         * gdb.texinfo (Startup): Document auto-loading of scripts during
4765         startup.
4766         (Auto-loading): Delete "maint set python auto-load on|off".
4767         Add "set auto-load-scripts on|off".
4768
4769 2010-12-07  Doug Evans  <dje@google.com>
4770
4771         * gdb.texinfo (Mode Options): Document -data-directory.
4772         (Data Files): Add reference to -data-directory.
4773
4774 2010-11-29  Doug Evans  <dje@google.com>
4775
4776         * gdb.texinfo (Pretty-Printer Introduction): Change
4777         printer-name:subprinter-name to printer-name;subprinter-name.
4778
4779 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
4780
4781         PR python/12199
4782
4783         * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4784
4785 2010-11-23  Tom Tromey  <tromey@redhat.com>
4786
4787         * gdb.texinfo (Top): Check SYSTEM_READLINE.
4788         (Editing): Likewise.
4789         (Command History): Likewise.
4790         (TUI Keys): Likewise.
4791         (Bug Reporting): Conditionally include rluser.texi and
4792         inc-history.texinfo.
4793         * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4794         (GDB_DOC_SOURCE_INCLUDES): Add comment.
4795         (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4796         (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4797         (gdb.pdf): Likewise.
4798         (gdb.info): Likewise.
4799         (gdb/index.html): Likewise.
4800
4801 2010-11-23  Tom Tromey  <tromey@redhat.com>
4802
4803         * Makefile.in (Makefile): Run ../config.status.
4804         (distclean): Update.
4805         * configure: Remove.
4806         * configure.ac: Remove.
4807
4808 2010-11-12  Tom Tromey  <tromey@redhat.com>
4809
4810         * gdb.texinfo (Basic Python): Update.  Add xref.
4811         (Exception Handling): Document new exception classes.
4812         (Types In Python): Update.
4813         (Frames In Python): Update.
4814
4815 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
4816
4817         * gdb.texinfo (Breakpoints In Python): Document "internal"
4818         parameter, and visible attribute.
4819
4820 2010-11-05  Doug Evans  <dje@google.com>
4821
4822         * gdb.texinfo (Source Path): Document "set directories".
4823
4824 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
4825
4826         * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4827         (OpenCL C): New node.
4828
4829 2010-11-02  Doug Evans  <dje@google.com>
4830
4831         * gdb.texinfo (Pretty Printing): Expand into three sections,
4832         introduction, example, and commands.
4833         (Python API): Delete section Disabling Pretty-Printers, merge into
4834         Selecting Pretty-Printers.
4835         (Writing a Pretty-Printer): New section.  Move the pretty-printer
4836         example here, and reformat to match python coding style.  Add a second
4837         example using the gdb.printing module.
4838         (Python modules): Add gdb.printing.
4839
4840 2010-10-29  Doug Evans  <dje@google.com>
4841
4842         * gdb.texinfo (Python): Fix long line.
4843
4844 2010-10-20  Doug Evans  <dje@google.com>
4845
4846         * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4847         All references updated.  Correct sections marked as subsections.
4848         (Coding Standards): New chapter.  Move the coding standard related
4849         subsections here.  Add section on Python coding standards.
4850
4851 2010-10-13  Doug Evans  <dje@google.com>
4852
4853         * gdb.texinfo (Python): Add "Python modules".
4854         (Types in Python): Add reference to gdb.types section.
4855         (Python modules): New node.
4856
4857 2010-10-11  Doug Evans  <dje@google.com>
4858
4859         * gdb.texinfo (Values From Inferior): Add reference to "Types in
4860         Python" from gdb.Value.type description.
4861
4862 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
4863
4864         * gdb.texinfo (Ravenscar Profile): New node.
4865
4866 2010-09-22  Tom Tromey  <tromey@redhat.com>
4867
4868         * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4869
4870 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
4871
4872         * gdb.texinfo (Values From Inferior): Clarify that
4873         value.dynamic_type works only in C++ programs with RTTI.
4874
4875 2010-09-15  Paul Bolle  <pebolle@tiscali.nl>
4876
4877         * gdb.texinfo (Character Sets): Correctly reference host-charset
4878         in example.
4879
4880 2010-09-13  Tom Tromey  <tromey@redhat.com>
4881
4882         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4883         Document "fullname" and "from".
4884
4885 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
4886
4887         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4888         feature `reverse' output by -list-target-features.
4889
4890 2010-08-31  H.J. Lu  <hongjiu.lu@intel.com>
4891
4892         * gdb.texinfo (i386 Features): Remove an extra "@item".
4893
4894 2010-08-30  Tom Tromey  <tromey@redhat.com>
4895
4896         PR python/11792:
4897         * gdb.texinfo (Values From Inferior): Document dynamic_type.
4898
4899 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
4900
4901         * gdb.texinfo (ARM Features): Document
4902         org.gnu.gdb.arm.m-profile.
4903
4904 2010-08-23  Tom Tromey  <tromey@redhat.com>
4905
4906         PR python/11145:
4907         * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4908         reinterpret_cast methods.
4909
4910 2010-08-23  Tom Tromey  <tromey@redhat.com>
4911
4912         PR python/11915:
4913         * gdb.texinfo (Types In Python): Document array method.
4914
4915 2010-08-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4916
4917         * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4918
4919 2010-08-16   Tom Tromey  <tromey@redhat.com>
4920
4921         * gdb.texinfo (Set Watchpoints): Document -location option.
4922
4923 2010-08-13  Doug Evans  <dje@google.com>
4924
4925         * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4926
4927 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
4928
4929         * gdb.texinfo (GDB/MI Data Manipulation): Document
4930         -data-read-memory-raw and -data-write-memory-raw.
4931
4932 2010-08-11  Tom Tromey  <tromey@redhat.com>
4933             Phil Muldoon <pmuldoon@redhat.com>
4934
4935         * gdb.texinfo (Basic Python): Describe post_event API.
4936
4937 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
4938
4939         * gdb.texinfo (Basic Python): Describe solib_address and
4940         decode_line Python APIs
4941
4942 2010-08-10  Tom Tromey  <tromey@redhat.com>
4943
4944         * gdb.texinfo (Pretty Printing API): Document
4945         gdb.default_visualizer.
4946
4947 2010-08-10  Tom Tromey  <tromey@redhat.com>
4948
4949         Revert gdb-add-index addition:
4950         * gdb.texinfo (Index Files): Don't document gdb-add-index.
4951
4952 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4953             Eli Zaretskii <eliz@gnu.org>
4954
4955         * gdb.texinfo (Mode Options) <-batch>
4956         (Basic Python) <gdb.execute>: Describe setting width and height.
4957
4958 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
4959
4960         * gdb.texinfo (Threads): Document 'debug libthread-db'.
4961
4962 2010-07-30  Tom Tromey  <tromey@redhat.com>
4963
4964         * gdb.texinfo (Index Files): Mention gdb-add-index.
4965
4966 2010-07-30  Hui Zhu  <teawater@gmail.com>
4967
4968         * gdb.texinfo (Inferiors and Programs): Update the introduce of
4969         "detach inferior" and "kill inferior".
4970
4971 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
4972
4973         * gdb.texinfo (Machine Code): Update description of two forms of
4974         arguments, and add new example to demonstrate the new form.
4975
4976 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
4977
4978         * gdb.texinfo (Values From Inferior): Add value inferior function
4979         call description.
4980
4981 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4982
4983         * gdb.texinfo (Active Targets): Fix wrong comma placement.
4984
4985 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4986             Eli Zaretskii  <eliz@gnu.org>
4987
4988         Make core files the process_stratum.
4989         * gdb.texinfo (Active Targets): Remove core_stratum.  Include
4990         record_stratum example.
4991
4992 2010-07-13  Tom Tromey  <tromey@redhat.com>
4993
4994         * gdb.texinfo (Index Files): New node.
4995
4996 2010-07-13  Tom Tromey  <tromey@redhat.com>
4997
4998         * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4999
5000 2010-07-13  Tom Tromey  <tromey@redhat.com>
5001
5002         * gdb.texinfo (Specify Location): Document labels.
5003
5004 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
5005
5006         * gdb.texinfo (Create and Delete Tracepoints): Add more index
5007         entries for fast tracepoints and static tracepoints.
5008
5009 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
5010
5011         * gdb.texinfo (General Query Packets) <qfThreadInfo,
5012         qsThreadInfo>: Spell out `l' as ell.
5013
5014 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
5015
5016         * gdb.texinfo (Convenience Variables): Document $_sdata.
5017         (Commands to Set Tracepoints): Describe static tracepoints.  Add
5018         `Listing Static Tracepoint Markers' menu entry.  Document
5019         "strace".
5020         (Tracepoint Action Lists): Document collecting $_sdata.
5021         (Listing Static Tracepoint Markers): New subsection.
5022         (Tracepoints support in gdbserver): Mention static tracepoints.
5023         (remote packets, enabling and disabling): Mention
5024         read-sdata-object.
5025         (General Query Packets) <qSupported>: Document qXfer:sdata:read
5026         and StaticTracepoint.
5027         Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
5028         Document qXfer:sdata:read.
5029         (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
5030
5031 2010-06-29  Joel Brobecker  <brobecker@adacore.com>
5032
5033         * gdb.texinfo (Threads In Python): Fix unmatched @end table.
5034
5035 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
5036             Tom Tromey  <tromey@redhat.com>
5037             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5038
5039         * gdb.texinfo (Inferiors In Python): New node.
5040         * gdb.texinfo (Threads In Python): New node.
5041
5042 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
5043
5044         * gdb.texinfo (Python): Document what the python directory is
5045         and what its location is.
5046         (Basic Python): Document the gdb.PYTHONDIR constant.
5047
5048 2010-06-25  Tom Tromey  <tromey@redhat.com>
5049
5050         PR python/10808:
5051         * gdb.texinfo (Basic Python): Document new gdb.execute argument.
5052
5053 2010-06-24  Hui Zhu  <teawater@gmail.com>
5054
5055         * gdb.texinfo: (Commands for Controlled Output): Add
5056         documentation for command "eval".
5057
5058 2010-06-21  Stan Shebs  <stan@codesourcery.com>
5059
5060         * gdb.texinfo: Add explicit @node and @appendix for GFDL.
5061         * annotate.texinfo: Ditto.
5062         * gdbint.texinfo: Ditto.
5063         * stabs.texinfo: Ditto.
5064
5065 2010-06-22  Hui Zhu  <teawater@gmail.com>
5066
5067         * gdb.texinfo: (Process Record and Replay): Add documentation
5068         for command "set record memory-query".
5069
5070 2010-06-21  Stan Shebs  <stan@codesourcery.com>
5071
5072         * gdb.texinfo: Relicense under GFDL version 1.3.
5073         * annotate.texinfo: Relicense under GFDL version 1.3.
5074         * gdbint.texinfo: Relicense under GFDL version 1.3.
5075         * stabs.texinfo: Relicense under GFDL version 1.3.
5076         * fdl.texi: Update to version 1.3.
5077
5078 2010-06-18  Stan Shebs  <stan@codesourcery.com>
5079
5080         * gdb.texinfo (Operating System Auxiliary Information): Describe
5081         "info os" when no arguments given.
5082
5083         * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
5084         $_thread.
5085
5086 2010-06-18  Hui Zhu  <teawater@gmail.com>
5087
5088         * gdb.texinfo: (Process Record and Replay): Add documentation
5089         for commands "record save" and "record restore".
5090
5091 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5092
5093         * gdb.texinfo: Include information about the correct use
5094         of addresses in the `watch' command.
5095
5096 2010-06-11  Stan Shebs  <stan@codesourcery.com>
5097
5098         * gdb.texinfo (Observer Mode): New section.
5099         (General Query Packets): Document QAllow.
5100
5101 2010-06-04  Doug Evans  <dje@google.com>
5102
5103         * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
5104
5105 2010-06-03  Doug Evans  <dje@google.com>
5106
5107         * gdbint.texinfo (Coding): Add subsection on command names.
5108
5109 2010-06-02  Tom Tromey  <tromey@redhat.com>
5110
5111         * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
5112         always-disassemble.
5113
5114 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
5115
5116         * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
5117         gdbserver, and add cross reference.
5118         (Tracepoints support in gdbserver): New subsection.
5119
5120 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
5121
5122         * gdb.texinfo (General Query Packets) <qSupported>: Describe the
5123         `qRelocInsn' feature.
5124         (Relocate instruction reply packet): New subsection
5125         of `Tracepoint Packets'.
5126         (Tracepoint Packets): Mention that packets QTDP and QTStart
5127         support the qRelocInsn request, and add cross reference to new
5128         subsection.
5129
5130 2010-05-25  Doug Evans  <dje@google.com>
5131
5132         * gdb.texinfo (Exception Handling): Document gdb.GdbError.
5133         (Commands In Python): Document gdb.string_to_argv.
5134
5135 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5136
5137         * gdbint.texinfo (Host Definition): Remove items NORETURN and
5138         ATTR_NORETURN.
5139
5140 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
5141             Tom Tromey  <tromey@redhat.com>
5142             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5143
5144         * gdb.texinfo (Parameters In Python): New Node.
5145
5146 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
5147
5148         * gdb.texinfo: (Summary) Add mention about D language support.
5149         (Filenames): Add D suffixes.
5150         (D): New node.
5151
5152 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5153
5154         * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
5155         of macro deleted from GDB code.
5156
5157 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
5158
5159         * gdb.texinfo (Commands to specify files): Describe what how GDB
5160         looks up DOS-based filesystem paths on the system root.  Document
5161         the new `set/show target-file-system-kind' commands.
5162
5163 2010-04-23  Doug Evans  <dje@google.com>
5164
5165         * gdb.texinfo (Python): Move Auto-loading section here ...
5166         (Python API): from here.
5167         (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
5168         (Maintenance Commands): Add docs for "maint print section-scripts".
5169
5170 2010-04-20  Chris Moller  <cmoller@redhat.com>
5171
5172         * gdb.texinfo (Setting Breakpoints): Added description of
5173         filename-qualified rbreak.
5174         * refcard.tex (Breakpoints and Watchpoints): Added brief
5175         description of filename-qualified rbreak.
5176
5177 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
5178
5179         * gdb.texinfo (Data): New @menu reference to Pretty Printing.
5180         (Python API): Change the reference to Pretty Printing API.
5181         (Pretty Printing): Move the user part under the Data node.  Reformat
5182         the sample output to 72 columns.  Create a new reference to Pretty
5183         Printing API.  Rename the API part ...
5184         (Pretty Printing API): To a new node name.
5185         (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
5186         (GDB/MI Variable Objects): Change references to Pretty Printing API.
5187
5188 2010-04-21  Stan Shebs  <stan@codesourcery.com>
5189
5190         * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
5191         and commands.
5192         (Listing Tracepoints): Update to reflect current behavior.
5193
5194 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
5195
5196         * gdb.texinfo (Examining memory): Update for change in string
5197         display with explicit size.
5198
5199 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
5200
5201         PR breakpoints/8554.
5202
5203         * gdb.texinfo (Save Breakpoints): New node.
5204         (save-tracepoints): Rename to ...
5205         (save tracepoints): ... this.  Mention that `save-tracepoints' is
5206         a deprecated alias to `save tracepoints'.
5207
5208 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
5209
5210         * gdb.texinfo ($_tlb): Document new automatic convinience variable.
5211         (info w32 thread-information-block): Document new command.
5212         (qGetTIBAddress): Document new gdbserver query.
5213         (maint set/show show-all-tib): Document new command.
5214
5215 2010-04-15  Doug Evans  <dje@google.com>
5216
5217         * gdb.texinfo (Python API): Add progspaces section.
5218         (Selecting Pretty-Printers): Progspace pretty-printers are
5219         searched too.
5220         (Progspaces In Python): New section.
5221
5222         * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5223
5224 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
5225
5226         * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5227         returns None.
5228
5229 2010-04-09  Stan Shebs  <stan@codesourcery.com>
5230
5231         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5232         Describe the `frames-created' field, tweak grammar.
5233
5234 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
5235
5236         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5237         Describe the `circular' and `disconnected' fields.
5238
5239 2010-04-09  H.J. Lu  <hongjiu.lu@intel.com>
5240
5241         * gdb.texinfo (maint print registers): Mention unavailable and
5242         invisible registers.
5243
5244 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
5245             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5246             Tom Tromey  <tromey@redhat.com>
5247
5248         * gdb.texinfo (Breakpoints In Python): New Node.
5249
5250 2010-04-08  Stan Shebs  <stan@codesourcery.com>
5251
5252         * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5253         trace status fields.
5254
5255 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
5256
5257         * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5258         optional.  Make org.gnu.gdb.i386.avx requires
5259         org.gnu.gdb.i386.avx.
5260
5261 2010-04-08  Doug Evans  <dje@google.com>
5262
5263         * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5264         search path, and document that gdb only scans the search path if
5265         the script's path doesn't specify a directory.
5266
5267 2010-04-05  Doug Evans  <dje@google.com>
5268
5269         * gdb.texinfo (maint show python auto-load): Fix typo.
5270
5271 2010-04-04  Stan Shebs  <stan@codesourcery.com>
5272
5273         * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5274         (Setting Watchpoints): Update description of "info watch".
5275         (Disabling Breakpoints): Only "info break" lists all.
5276
5277         * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5278         (tdump): Explain how tdump works.
5279
5280 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
5281
5282         * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5283         add cross reference.
5284
5285 2010-03-31  Pedro Alves  <pedro@codesourcery.com>
5286
5287         * gdb.texinfo (TUI Commands): Mention that in some cases, these
5288         commands error out.
5289
5290 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
5291
5292         * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5293
5294 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
5295
5296         * gdb.texinfo (General Query Packets): Add xmlRegisters.
5297
5298 2010-03-29  Stan Shebs  <stan@codesourcery.com>
5299             Nathan Sidwell  <nathan@codesourcery.com>
5300
5301         * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5302         GDBN equivalent.
5303         (Set Tracepoints): Remove mention that conditional tracepoints
5304         don't exist.
5305         (Tracepoint Actions): Clarify when while-stepping collection
5306         happens, note that while-stepping does not automatically collect
5307         $pc.
5308
5309 2010-03-29  Stan Shebs  <stan@codesourcery.com>
5310
5311         * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5312         (General Query Packets): Describe TracepointSource.
5313
5314 2010-03-27  Matt Rice  <ratmice@gmail.com>
5315
5316         * gdb.texinfo (ARM): Document arguments to "target sim".
5317         (Set Catchpoints): Use @dots{} instead of @r{...}.
5318
5319 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
5320
5321         * gdb.texinfo (Tracepoint Packets): Remove mention that
5322         terror:string may be plain text, and drop mention of X prefix.
5323
5324 2010-03-26  Vladimir Prus  <vladimir@codesourcery.com>
5325
5326         * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5327
5328 2010-03-24  Stan Shebs  <stan@codesourcery.com>
5329
5330         * gdb.texinfo (Tracepoint Packets): Document trace error status.
5331
5332 2010-03-24  Tom Tromey  <tromey@redhat.com>
5333
5334         PR breakpoints/9352:
5335         * gdb.texinfo (Break Commands): Update.
5336
5337 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
5338
5339         * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5340         commands.
5341
5342 2010-03-16  Stan Shebs  <stan@codesourcery.com>
5343
5344         * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5345         circular-trace-buffer.
5346         (Tracepoint Packets): Describe QTBuffer, and details of the
5347         qTStatus reply.
5348
5349 2010-03-12  Stan Shebs  <stan@codesourcery.com>
5350             Nathan Sidwell  <nathan@codesourcery.com>
5351
5352         * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5353         doing instruction stepping.
5354         (Tracepoint Restrictions): New node.
5355
5356 2010-03-10  Tom Tromey  <tromey@redhat.com>
5357
5358         * gdbint.texinfo (Symbol Handling): Update.
5359
5360 2010-03-08  Tom Tromey  <tromey@redhat.com>
5361
5362         PR cli/9591:
5363         * gdb.texinfo (Mode Options): Mention lack of pagination and
5364         confirmation with --batch.
5365         (Screen Size): Mention --batch.
5366         (Messages/Warnings): Likewise.
5367
5368 2010-03-05  Tom Tromey  <tromey@redhat.com>
5369
5370         * gdb.texinfo (Basic Python): Document target_charset and
5371         target_wide_charset.
5372
5373 2010-03-05  Tom Tromey  <tromey@redhat.com>
5374
5375         * gdb.texinfo (Data): Link to pretty-printing.
5376         (Output Formats): Likewise.  Correct text.
5377
5378 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
5379
5380         * gdb.texinfo (Types): Describe <struct> and <flags>.
5381
5382 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
5383
5384         * gdb.texinfo (Frames In Python): Add block parameter and
5385         description to read_var text.
5386
5387 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
5388             Tom Tromey  <tromey@redhat.com>
5389
5390         * gdb.texinfo (Types In Python): Describe block argument in
5391         template_argument and gdb.lookup_type.
5392
5393 2010-02-24  Tom Tromey  <tromey@redhat.com>
5394
5395         * gdb.texinfo (Cygwin Native): Fix typo.
5396
5397 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
5398
5399         * gdb.texinfo (Frames In Python): Add block, find_sal, function
5400         and select method descriptions.
5401         (Python API): Add Blocks In Python, Symbols in Python and Symbol
5402         Tables in Python to menu.
5403         (Blocks In Python): New node.
5404         (Symbols In Python): New node.
5405         (Symbol Tables in Python): New node.
5406
5407 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
5408
5409         Multiexec MI
5410
5411         gdb/
5412         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5413
5414         gdb/doc/
5415         * gdb.texinfo (GDB/MI Command Syntax): Document notification
5416         changes.
5417         (GDB/MI Program Execution): Document current behaviour of
5418         --all and --thread-group.
5419         (GDB/MI Miscellaneous Commands): Document -add-inferior and
5420         -remove-inferior.
5421         * observer.texi (inferior_added, inferior_removed): New
5422         observers.
5423
5424 2010-02-19  Tom Tromey  <tromey@redhat.com>
5425
5426         * gdbint.texinfo (Getting Started): Fix @node.
5427         (Debugging GDB): Likewise.
5428
5429 2010-02-13  Joel Brobecker  <brobecker@adacore.com>
5430
5431         * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5432         documenting the gdb_test_timeout variable.
5433
5434 2010-02-12  Jakob Engblom  <jakob@virtutech.com>
5435
5436         * gdb.texinfo (MI commands): Added documentation of --reverse
5437         option to a set of MI commands. Restructured documentation of MI
5438         commands --exec-continue to reflect the complexity of reverse
5439         execution.
5440
5441 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
5442
5443         * gdb.texinfo (Using the Collected Data): Specify that the address
5444         range of `tfind outsize' is exclusive, and that the address range
5445         of `tfind range' is inclusive.
5446         (Tracepoint Packets): Specify that the address range of
5447         `QTFrame:range' is inclusive, and that the address range of
5448         `QTFrame:outside' is exclusive
5449
5450 2010-02-12  Vladimir Prus  <vladimir@codesourcery.com>
5451
5452         * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5453
5454 2010-02-10  Tom Tromey  <tromey@redhat.com>
5455
5456         * gdb.texinfo (Debugging Output): Document set debug parser and
5457         show debug parser.
5458
5459 2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>
5460
5461         * gdb.texinfo (Predefined Target Types): Add i387_ext,
5462         i386_eflags and i386_mxcsr.
5463
5464 2010-02-08  H.J. Lu  <hongjiu.lu@intel.com>
5465
5466         * gdb.texinfo: Document i386 target features.
5467
5468 2010-02-05  Doug Evans  <dje@google.com>
5469
5470         * gdbint.texinfo (Testsuite): Add a new section to document the
5471         various DejaGnu variables that may be overridden.
5472         Document INTERNAL_GDBFLAGS.
5473
5474 2010-02-04  Tom Tromey  <tromey@redhat.com>
5475
5476         PR cli/8830:
5477         * gdb.texinfo (Files): -readnow comes before the filename for file
5478         and symbol-file.
5479
5480 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
5481
5482         * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5483         Document ARM breakpoint types.
5484         (Register Packet Format): Move into the new section.
5485         (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5486
5487 2010-01-21  Joel Brobecker  <brobecker@adacore.com>
5488
5489         * gdb.texinfo (File Options): Adjust the documentation of this
5490         switch to refer to the "source" command rather than partially
5491         duplicating some of the relevant information.
5492         (Extending GDB): Introduce and document the set/show script-extension
5493         setting.
5494         (Command Files): Add note explaining that the "source" command
5495         is also used to evalute scripts written in other languages.
5496         Remove the short slightly incorrect reference to sourcing Python
5497         scripts.
5498         (Python Commands): Document how to execute a Python script from GDB.
5499
5500 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
5501
5502         * gdb.texinfo (Command Files): Fix typo.
5503
5504 2010-01-18  Tom Tromey  <tromey@redhat.com>
5505
5506         * gdb.texinfo (File Options): Document -x on .py files.
5507         (Command Files): Document handling of Python scripts.
5508
5509 2010-01-18  Jie Zhang  <jie.zhang@analog.com>
5510
5511         * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5512
5513 2010-01-15  Stan Shebs  <stan@codesourcery.com>
5514
5515         * gdb.texinfo (Trace Files): New section.
5516         (Tracepoint Packets): Document QTSave and qTBuffer.
5517         (Trace File Format): New appendix.
5518
5519 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
5520
5521         * gdb.texinfo (Values From Inferior): Document lazy_string value
5522         method.
5523         (Python API): Add Lazy strings menu item.
5524         (Lazy Strings In Python): New node.
5525
5526 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
5527
5528         * gdb.texinfo (GDB/MI Thread Information): New.
5529         (GDB/MI Async Records): Document the core field in *stopped.
5530         (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5531         documentation
5532         (Process list): Document that osdata document may contain
5533         threads.
5534         (Remote Serial Protocol): Document qXfer:threads.
5535
5536 2010-01-06  Stan Shebs  <stan@codesourcery.com>
5537
5538         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5539         disconnected tracing.
5540         (Tracepoint Packets): Document new protocol.
5541
5542 2010-01-05  Stan Shebs  <stan@codesourcery.com>
5543
5544         * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5545         tracepoints.
5546         (Tracepoint Packets): Describe remote protocol for fast
5547         tracepoints.
5548
5549 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
5550
5551         Update the "Start of New Year Procedure".
5552         * gdbint.texinfo: Add the list of files that need to be updated
5553         manually.  Minor reformatting.
5554
5555 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
5556
5557         * refcard.tex: Update copyright year in header and text.
5558
5559 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
5560
5561         * agentexpr.texi: Add 2010 to the list of copyright years.
5562         * annotate.texinfo: Likewise.
5563         * gdb.texinfo: Likewise.
5564         * gdbint.texinfo: Likewise.
5565         * observer.texi: Likewise.
5566         * stabs.texinfo: Likewise.
5567
5568 2009-12-31  Stan Shebs  <stan@codesourcery.com>
5569
5570         * gdb.texinfo (Tracepoint Actions): Describe teval.
5571
5572 2009-12-29  Stan Shebs  <stan@codesourcery.com>
5573
5574         * gdb.texinfo (Tracepoint Actions): Describe default-collect.
5575
5576 2009-12-28  Stan Shebs  <stan@codesourcery.com>
5577
5578         * gdb.texinfo (Trace State Variables): New section.
5579         (Tracepoint Packets): Describe trace state variable packets.
5580         * agentexpr.texi (Bytecode Descriptions): Describe trace state
5581         variable bytecodes.
5582
5583 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
5584
5585         * gdb.texinfo (Symbols): "info variables" prints definitions, not
5586         declarations.
5587
5588 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
5589
5590         * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5591         -gdb-exit behaviour.
5592
5593 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
5594
5595         * gpl.texi: Update to version 3 of the GPL.
5596
5597 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
5598
5599         * Makefile.in: Update copyright header.
5600         * observer.texi: Fix the copyright header of the generated files.
5601
5602 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
5603
5604         * gdb.texinfo (Types In Python): Describe range function.
5605
5606 2009-12-03  Richard Ward  <richard.j.ward1@googlemail.com>
5607
5608         * gdb.texinfo (Types In Python): Describe "is_base_class".
5609
5610 2009-12-03  Tom Tromey  <tromey@redhat.com>
5611
5612         * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5613
5614 2009-12-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
5615
5616         * observer.texi: New memory_changed observer.
5617
5618 2009-12-01  Tom Tromey  <tromey@redhat.com>
5619
5620         * gdb.texinfo (Reverse Execution): Fix typo.
5621
5622 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
5623
5624         PR gdb/8704
5625
5626         * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5627         are allowed after the breakpoint condition.
5628
5629 2009-11-23  Tom Tromey  <tromey@redhat.com>
5630
5631         PR python/10782:
5632         * gdb.texinfo (Types In Python): Document Type.pointer.
5633
5634 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
5635
5636         * gdb.texinfo (Machine Code): Adjust.
5637
5638 2009-11-11  Pedro Alves  <pedro@codesourcery.com>
5639
5640         * agentexpr.texi (Tracing On Symmetrix): Delete section.
5641         (Using Agent Expressions): Delete cross reference.
5642
5643 2009-11-07  Joel Brobecker  <brobecker@adacore.com>
5644
5645         * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5646         and @settitle directives up to help makeinfo find them.
5647
5648 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5649
5650         * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5651         (Auto-loading): Use plural and note one can use multiple components now.
5652
5653 2009-11-01  Vladimir Prus  <vladimir@codesourcery.com>
5654
5655         * gdb.texinfo (GDB/MI Stack Manipulation): Make
5656         -stack-list-arguments have the same documentation for parameter
5657         as -stack-list-locals. Add comas.
5658
5659 2009-10-27  Tom Tromey <tromey@redhat.com>
5660             Eli Zaretskii <eliz@gnu.org>
5661
5662         PR python/10781
5663
5664         * gdb.texinfo (Values From Inferior): Document cast method.
5665
5666 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
5667
5668         * gdb.texinfo (Machine Code): Mention function name in disasssembly
5669         and adjust example.
5670
5671 2009-10-22  Michael Snyder  <msnyder@vmware.com>
5672
5673         * gdb.texinfo (Process Record and Replay): Document new form of
5674         info record command.  Also document the new save and restore
5675         commands.
5676
5677 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
5678
5679         * gdb.texinfo (Machine Code): Mention current pc marker.
5680         (Memory): Likewise.
5681
5682 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
5683             Stan Shebs  <stan@codesourcery.com>
5684
5685         * observer.texi (new_inferior): Rename to...
5686         (inferior_appeared): ... this.
5687
5688         * gdb.texinfo (Inferiors): Rename node to ...
5689         (Inferiors and Programs): ... this.  Mention running multiple
5690         programs in the same debug session.
5691         <info inferiors>: Mention the new 'Executable' column if "info
5692         inferiors".  Update examples.  Document the "add-inferior",
5693         "clone-inferior", "remove-inferior" and "maint info
5694         program-spaces" commands.
5695         (Process): Rename node to...
5696         (Forks): ... this.  Document "set|show follow-exec-mode".
5697
5698 2009-10-11  Michael Snyder  <msnyder@vmware.com>
5699
5700         * gdb.texinfo (ReverseStep): Show default as "unsupported".
5701         (ReverseContinue): Ditto.
5702
5703 2009-10-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
5704
5705         * gdb.texinfo (Server): Document libthread-db-search-path.
5706
5707 2009-10-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5708
5709         * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5710
5711 2009-10-06  Michael Eager  <eager@eagercon.com>
5712
5713         * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5714         (Embedded Processors): Add MicroBlaze.
5715         (MicroBlaze): New.  Describe Xilinx MicroBlaze
5716
5717 2009-10-04  Pedro Alves  <pedro@codesourcery.com>
5718
5719         * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5720
5721 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5722
5723         * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5724
5725 2009-09-23  Joel Brobecker  <brobecker@adacore.com>
5726
5727         * observer.texi (solib_unloaded): Document explicitly the fact that
5728         this observer is called before the associated symbols are unloaded.
5729
5730 2009-09-19  Vladimir Prus  <vladimir@codesourcery.com>
5731
5732         * gdb.texinfo (GDB/MI Stack Manipulation): Document
5733         -stack-list-variables.
5734
5735 2009-09-18  Tom Tromey  <tromey@redhat.com>
5736
5737         * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5738         is experimental.
5739
5740 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
5741
5742         * gdb.texinfo (convenince variables): Mention
5743         $_siginfo could be empty.
5744
5745 2009-09-15  Tom Tromey  <tromey@redhat.com>
5746
5747         * gdb.texinfo (GDB/MI Variable Objects): Document
5748         -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5749         Expand -var-update documentation.
5750
5751 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5752
5753         * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5754         feature.
5755
5756 2009-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
5757
5758         * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5759
5760 2009-09-10  Michael Snyder  <msnyder@vmware.com>
5761
5762         * gdb.texinfo (qSupported): Mention new ReverseContinue and
5763         ReverseStep replies to the qSupported query.
5764
5765 2009-09-10  Joel Brobecker  <brobecker@adacore.com>
5766
5767         Add documentation for set/show interactive-mode.
5768         * gdb.texinfo (Other Misc Settings): New node.
5769
5770 2009-09-01  Doug Evans  <dje@google.com>
5771
5772         * gdb.texinfo (Caching Data of Remote Targets): Add note on
5773         non-stop mode's affect on remote caching.
5774
5775 2009-08-31  Jacob Potter  <jdpotter@google.com>
5776             Doug Evans  <dje@google.com>
5777
5778         * gdb.texinfo (Caching Data of Remote Targets): Update text.
5779         Mark `set/show remotecache' options as obsolete.
5780         Document new `set/show stack-cache' option.
5781         Update text for `info dcache'.
5782
5783 2009-08-27  Doug Evans  <dje@google.com>
5784
5785         * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5786         (Files): Add note on new optional regex arg to `info sharedlibrary'.
5787
5788 2009-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5789
5790         * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5791         about autoconf.
5792
5793 2009-08-25  Pedro Alves  <pedro@codesourcery.com>
5794
5795         * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5796         small example, and describe its columns.  Replace "inferior-id" by
5797         "infno" throughout.
5798
5799 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5800
5801         * gdbint.texinfo (Releasing GDB): Point to
5802         README-maintainer-mode file for required autoconf version.
5803         * configure.ac: Do not substitute datarootdir, htmldir,
5804         pdfdir, docdir.  Do not process --with-datarootdir,
5805         --with-htmldir, --with-pdfdir, --with-docdir.
5806         * configure: Regenerate.
5807
5808         * configure: Regenerate.
5809
5810 2009-08-20  Reid Kleckner  <reid@kleckner.net>
5811
5812         * gdb.texinfo: Add chapter on JIT interface.
5813
5814 2009-08-07  Nick Roberts  <nickrob@snap.net.nz>
5815
5816         * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5817         confirmation request.
5818
5819 2009-08-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5820
5821         * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5822         CRC definitions.
5823
5824 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
5825
5826         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5827         -break-commands.
5828
5829 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5830
5831         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5832         "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5833
5834 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5835
5836         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5837         "set spu stop-on-load" and "show spu stop-on-load" commands.
5838
5839 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5840
5841         * gdb.texinfo (Target Descriptions): Document <compatible> element.
5842
5843 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
5844
5845         * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5846         org.gnu.gdb.arm.neon.
5847
5848 2009-07-20  Pedro Alves  <pedro@codesourcery.com>
5849
5850         * gdb.texinfo (Target Description Format): Mention the new <osabi>
5851         optional element.
5852         (subsection OS ABI): New subsection.
5853
5854 2009-07-14  Stan Shebs  <stan@codesourcery.com>
5855
5856         * gdb.texinfo (Tracepoint Conditions): New section.
5857         (General Query Packets): Describe ConditionalTracepoints.
5858         (Tracepoint Packets): Describe condition field.
5859         (Maintenance Commands): Describe maint agent-eval.
5860         * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5861
5862 2009-07-11  Hui Zhu  <teawater@gmail.com>
5863
5864         * gdb.texinfo (disassemble): Add a new modifier /r
5865         to "disassemble" command to make it print the raw instructions
5866         in hex as well as in symbolic form.
5867
5868 2009-07-09  Tom Tromey  <tromey@redhat.com>
5869
5870         * gdbint.texinfo (Testsuite): Document parallel make check.
5871
5872 2009-07-09  Tom Tromey  <tromey@redhat.com>
5873
5874         * gdbint.texinfo (Testsuite): Document test transcripts.
5875
5876 2009-07-10  Phil Muldoon  <pmuldoon@redhat.com>
5877
5878         * gdb.texinfo (Values From Inferior): Add length parameter
5879         description.
5880
5881 2009-07-04  Chris Genly  <chris@genly.us>
5882
5883         * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5884         in -var-list-children.  Fix example according to what the code
5885         does.
5886
5887 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
5888
5889         * gdb.texinfo (Debugging multiple inferiors): Document the
5890         "inferior", "detach inferior" and "kill inferior" commands.
5891         (Debugging Programs with Multiple Processes): Adjust to mention
5892         generic "inferior" commands.  Delete mention of "detach fork" and
5893         "delete fork".  Cross reference to "Debugging multiple inferiors"
5894         section.
5895
5896 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5897
5898         * gdbint.texinfo (Item Output Functions): Update signature
5899         for ui_out_field_core_addr.
5900
5901 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5902
5903         * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5904         Update example code extrated from breakpoint.c.
5905
5906 2009-06-28  Paul Pluzhnikov  <ppluzhnikov@google.com>
5907
5908         * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5909         MI commands.
5910         (GDB/MI Symbol Query): Likewise.
5911         (GDB/MI File Commands): Likewise.
5912         (GDB/MI File Transfer Commands): Likewise.
5913         (GDB/MI Target Manipulation): Likewise.
5914         (GDB/MI Miscellaneous Commands): Likewise.
5915
5916 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
5917
5918         * gdb.texinfo (Debugging Optimized Code): New chapter.
5919         (Compiling for Debugging): Reference it.  Move some
5920         text to the new section.
5921
5922 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
5923
5924         * doc/gdb.texinfo (Calling): Document
5925         set-unwind-on-terminating-exception usage.
5926
5927 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
5928
5929         * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5930         command.
5931
5932 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
5933
5934         * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5935         references.
5936
5937 2009-06-04  Ulrich Weigand  <uweigand@de.ibm.com>
5938
5939         * gdbint.texinfo: Rename formal parameters to gdbarch function
5940         protoypes from "current_gdbarch" to "gdbarch".
5941
5942 2009-05-28  Tom Tromey  <tromey@redhat.com>
5943
5944         * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5945
5946 2009-05-27  Tom Tromey  <tromey@redhat.com>
5947
5948         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5949         feature.
5950         (GDB/MI Variable Objects): Document -var-set-visualizer.
5951
5952 2009-04-02  Tom Tromey  <tromey@redhat.com>
5953
5954         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5955         feature.
5956         (GDB/MI Variable Objects): Document -var-set-visualizer.
5957
5958 2009-05-27  Tom Tromey  <tromey@redhat.com>
5959             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5960             Phil Muldoon  <pmuldoon@redhat.com>
5961
5962         * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5963         (Pretty Printing): New node.
5964         (Selecting Pretty-Printers): Likewise.
5965         (Python API): Update.
5966         (Output Formats): Document /r format.
5967
5968 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5969             Tom Tromey  <tromey@redhat.com>
5970
5971         * gdb.texinfo (Types In Python): New node.
5972         (Values From Inferior): "type" is now an attribute.
5973         (Python API): Update.
5974
5975 2009-05-27  Tom Tromey  <tromey@redhat.com>
5976             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5977             Phil Muldoon  <pmuldoon@redhat.com>
5978
5979         * gdb.texinfo: Add @syncodeindex for `tp'.
5980         (Python API): Update.
5981         (Auto-loading): New node.
5982         (Objfiles In Python): New node.
5983
5984 2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
5985
5986         * gdb.texinfo (Threads): Document libthread-db-search-path.
5987
5988 2009-05-15  Nick Roberts  <nickrob@snap.net.nz>
5989
5990         * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5991
5992 2009-05-12  Pedro Alves  <pedro@codesourcery.com>
5993
5994         * gdb.texinfo: Document 'set/show debug gnu-nat'.  Replace 'maint
5995         show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5996         show show-debug-regs' docs.
5997
5998 2009-05-08  Eli Zaretskii  <eliz@gnu.org>
5999
6000         * gdb.texinfo (Process Record and Replay): Add description of
6001         reverse execution.
6002
6003 2009-05-07  Joel Brobecker  <brobecker@adacore.com>
6004
6005         * gdbint.texinfo (Adding support for debugging core files): New node.
6006         (Native Debugging): Remove the ``Native core file Support'' section.
6007
6008 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
6009
6010         * gdb.texinfo (Process Record and Replay): Improve and clarify.
6011         Add index entries.
6012
6013 2009-04-30  Hui Zhu  <teawater@gmail.com>
6014             Michael Snyder  <msnyder@vmware.com>
6015
6016         * gdb.texinfo: (Process Record and Replay): Add documentation for
6017         process record and replay.
6018
6019 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
6020
6021         * gdb.texinfo (Macros): Note command-line for `info macro'.  Append
6022         a new part on command-line defined macros.
6023
6024 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
6025
6026         * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
6027         clarify the wording.
6028
6029 2009-04-23  Tom Tromey  <tromey@redhat.com>
6030
6031         * gdb.texinfo (Data Files): New node.
6032         (GDB Files): Update menu.
6033
6034 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
6035
6036         * gdbint.texinfo (Defining Other Architecture Features): Remove
6037         entry for PROCESS_LINENUMBER_HOOK.
6038
6039 2009-04-22  Vladimir Prus  <vladimir@codesourcery.com>
6040
6041         * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
6042
6043 2009-04-22  Hui Zhu  <teawater@gmail.com>
6044
6045         * gdb.texinfo (disassemble-next-line): Set the default of
6046         disassemble-next-line to off.
6047
6048 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
6049
6050         * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
6051         --with-htmldir): New.
6052         * configure: Regenerate.
6053         * Makefile.in (datarootdir, docdir): Define.
6054         (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
6055         instead of $(SET_TEXINPUTS).
6056         (gdbint.dvi, gdbint.pdf): Use same -I options as for building
6057         gdbint.info instead of $(SET_TEXINPUTS).
6058         (gdbint/index.html): Use same -I options as for building
6059         gdbint.info.
6060         (stabs.dvi, stabs.pdf): Use same -I options as for building
6061         stabs.info instead of $(SET_TEXINPUTS).
6062         (stabs/index.html): Use same -I options as for building
6063         stabs.info.
6064         (annotate.dvi, annotate.pdf): Use same -I options as for building
6065         annotate.info instead of $(SET_TEXINPUTS).
6066         (annotate/index.html): Use same -I options as for building
6067         annotate.info.
6068
6069 2009-04-21  David Daney  <ddaney@caviumnetworks.com>
6070
6071         * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
6072
6073 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
6074
6075         * gdb.texinfo (Source Path): Document --with-relocated-sources.
6076
6077 2009-04-18  Carlos O'Donell  <carlos@codesourcery.com>
6078             Joseph Myers  <joseph@codesourcery.com>
6079
6080         * Makefile.in (MAKEHTML): Set to makeinfo --html.
6081         (MAKEHTMLFLAGS): Set to empty.
6082         (html__strip_dir): Define.
6083         (HTMLFILES): Define.
6084         (HTMLFILES_INSTALL): Define.
6085         (install-html): Copy new automake rule.
6086         (html): Depend on $(HTMLFILES).
6087         (gdb_toc.html): Rename to gdb/index.html.
6088         (gdbint_toc.html): Rename to gdbint/index.html.
6089         (stabs_toc.html): Rename to stabs/index.html.
6090         (annotate_toc.html): Rename to annotate/index.html.
6091
6092 2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
6093
6094         * Makefile.in: Set pdfdir and htmldir from configure
6095         substitutions.
6096         * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
6097         * configure: Regenerate.
6098
6099 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
6100
6101         * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
6102         This macro is no longer used.
6103
6104 2009-04-15  Tom Tromey  <tromey@redhat.com>
6105
6106         * gdb.texinfo (Character Sets): Document default character set.
6107
6108 2009-04-14  Pierre Muller  <muller@ics.u-strasbg.fr>
6109
6110         * gdbint.texinfo: Change server name from sources.redhat.com to
6111         sourceware.org throughout.
6112
6113 2009-04-09  Joel Brobecker  <brobecker@adacore.com>
6114
6115         * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
6116         about a missing dot or coma after @xref.
6117
6118 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
6119
6120         * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
6121         example, and add a small explanation about it.
6122         (Print Settings): Change the documentation of the "set print
6123         frame-arguments" to reflect the fact that the default is now "scalars".
6124
6125 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
6126
6127         * gdb.texinfo (Print Settings): Add kindex for command "set
6128         print frame-arguments".
6129
6130 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
6131
6132         * gdb.texinfo (Ada Tasks): Add documentation about task-specific
6133         breakpoints.
6134         (Set Breaks): Add reference to thread-specific and task-specific
6135         breakpoints.
6136
6137 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
6138
6139         * gdb.texinfo (Ada Tasks): Remove the documentation about
6140         the "Running" state, as this state has been eliminated.
6141         Now all runnable tasks are shown as "Runnable".
6142
6143 2009-03-30  Stan Shebs  <stan@codesourcery.com>
6144
6145         * gdb.texinfo (Tracepoints): Describe tracepoints as a
6146         special case of breakpoints.
6147         (Enable and Disable Tracepoints): Mention deprecation.
6148         (Listing Tracepoints): Update description and example.
6149
6150 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6151
6152         * gdb.texinfo (Frames in Python): New node.
6153         (Python API): Update.
6154
6155 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6156
6157         * gdb.texinfo (Values From Inferior): Change gdb.Value.address
6158         from a method to an attribute.
6159
6160 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6161
6162         * gdb.texinfo (Values From Inferior): Document is_optimized_out
6163         attribute.
6164
6165 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
6166
6167         * observer.texi (thread_exit): Add "silent" parameter.
6168
6169 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
6170
6171         * observer.texi (about_to_proceed): New.
6172
6173 2009-03-21  Jeremy Bennett  <jeremy.bennett@embecosm.com>
6174
6175         * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
6176         field throughout to handle types with spaces in them.  Fix typos
6177         found by aspell.
6178         (Summary, Requirements, Contributors): New first chapter,
6179         "Summary" added, old Requirements section moved there, and new
6180         section, "Contributors" added.
6181         (Initializing a New Architecture, Register Representation)
6182         (Frame Interpretation, Inferior Call Setup, Adding a New Target)
6183         (Porting gdb): These sections extended and updated.
6184         (Compiler Characteristics): This section (empty) deleted.
6185         (Defining Other Architecture Features): This section renamed and
6186         duplicate material removed from (formerly "Target Conditionals").
6187         Use braces {} in @deftypeXX type field throughout to handle types
6188         with spaces in them. Typos found by aspell fixed.
6189
6190         * stack_frame.svg: New file, source of image for gdbint.texinfo.
6191         * stack_frame.pdf: Version of image for PDF output.
6192         * stack_frame.png: Version of image for HTML output and for Emacs.
6193         * stack_frame.txt: Version of image for Info output.
6194         * stack_frame.eps: Version of image for TeX DVI output.
6195
6196 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
6197
6198         * gdb.texinfo (Character Sets): Fix last change.
6199
6200 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6201
6202         * gdb.texinfo (Values From Inferior): Fix optional arguments
6203         markup.
6204         (Commands In Python): Adjust argument names of gdb.Command.__init__
6205         to what the function accepts as keywords.
6206
6207 2008-03-20  Tom Tromey  <tromey@redhat.com>
6208
6209         * gdb.texinfo (Convenience Vars): Document convenience functions.
6210         (Functions In Python): New node.
6211         (Python API): Update.
6212
6213 2009-03-20  Tom Tromey  <tromey@redhat.com>
6214
6215         * gdb.texinfo (Character Sets): Remove obsolete text.  Document
6216         set target-wide-charset.
6217         (Requirements): Mention iconv.
6218
6219 2009-03-17  Hui Zhu  <teawater@gmail.com>
6220
6221         * gdb.texinfo: Change the introduce of "disassemble-next-line".
6222
6223 2009-03-17  Hui Zhu  <teawater@gmail.com>
6224
6225         * gdb.texinfo: Add documentation for disassemble-next-line.
6226
6227 2009-03-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6228
6229         * gdb.texinfo (Commands In Python): Remove tindex entries.
6230
6231 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6232
6233         * gdb.texinfo (Returning): New description for missing debug info.
6234
6235 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
6236
6237         * gdb.texinfo (Remote Configuration): Document query-attached.
6238         (General Query Packets): Document qAttached.
6239
6240 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
6241
6242         * gdb.texinfo (Background Execution): Better describe the set
6243         target-async command.
6244         (Maintenance Commands): Delete description of the `maint set/show
6245         linux-async' and `maint set/show remote-async' commands.
6246
6247 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
6248
6249         * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6250         between sentences.
6251
6252 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
6253
6254         * gdb.texinfo (GDB/MI Async Records): Document the
6255         =library-loaded and =library-unloaded notifications.
6256
6257 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
6258
6259         * observer.texi (test_notification): New observer.
6260
6261 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
6262
6263         * observer.texi: Add parameter 'print_frame' to normal_stop
6264         observer.
6265
6266 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
6267
6268         * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6269         (Commands In Python): Fix COMMAND_* constants in last change.  Use
6270         @kbd for interactive input.  Add cross-references and index
6271         entries.
6272
6273 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
6274
6275         * gdb.texinfo (Signals): Document $_siginfo.
6276         (Convenience Variables): Mention $_siginfo.
6277         (Remote Configuration): Document qXfer:siginfo:read,
6278         qXfer:siginfo:write packets, and the read-siginfo-object,
6279         write-siginfo-object commands.
6280
6281 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
6282
6283         * gdbint.texinfo (Values): New chapter.
6284
6285 2009-02-06  Tom Tromey  <tromey@redhat.com>
6286
6287         * gdb.texinfo (Python API): Add entry for Commands In Python.
6288         (Commands In Python): New node.
6289
6290 2009-02-05  Tom Tromey  <tromey@redhat.com>
6291
6292         * gdb.texinfo (Values From Inferior): Document Value.string.
6293
6294 2009-02-05  Tom Tromey  <tromey@redhat.com>
6295
6296         * gdb.texinfo (Basic Python): Document execute's from_tty
6297         argument.
6298
6299 2009-02-04  Tom Tromey  <tromey@redhat.com>
6300
6301         * gdb.texinfo (Basic Python): Document gdb.history.
6302
6303 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
6304
6305         * gdb.texinfo (GDB/MI Thread Commands): Document the
6306         'current-thread-id' field.  Remove the example with zero threads,
6307         since current GDB won't ever report that if there's inferior.
6308
6309 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
6310
6311         * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6312         option to -break-insert.
6313
6314 2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
6315             Jerome Guitton  <guitton@adacore.com>
6316
6317         * gdb.texinfo (Startup): Document --with-system-gdbinit.
6318         (System-wide configuration): New section.
6319
6320 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
6321
6322         PR gdb/7580:
6323         * gdb.texinfo (Maintenance Commands): Document "maint set|show
6324         internal-error|internal-warning quit|corefile ask|yes|no".
6325
6326 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
6327
6328         * gdb.texinfo (Using the `gdbserver' Program): Document
6329         --remote-debug.
6330
6331 2009-01-23  Doug Evans  <dje@google.com>
6332
6333         * gdb.texinfo: Add nexti to list of commands that support
6334         background execution.
6335
6336 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
6337
6338         * gdb.texinfo (Define, Hooks): Document prefix command support.
6339
6340 2009-01-14  Joseph Myers  <joseph@codesourcery.com>
6341             Carlos O'Donell  <carlos@codesourcery.com>
6342
6343         Fixes for makeinfo --html.
6344
6345         * annotate.texinfo: Use @copying and @insertcopying.  Use
6346         @ifnottex in place of @ifinfo.
6347         * gdb.texinfo: Use @copying and @insertcopying.  Use @ifnottex in
6348         place of @ifinfo.  Use @ifnotinfo for one index entry.
6349         * gdbint.texinfo: Use @copying and @insertcopying.  Use @ifnottex
6350         in place of @ifinfo.
6351         * stabs.texinfo: Use @copying and @insertcopying.  Use @ifnottex
6352         in place of @ifinfo.  Include contents at start unconditionally.
6353
6354 2009-01-13  Pedro Alves  <pedro@codesourcery.com>
6355
6356         * gdb.texinfo (General Query Packets): Remove @var{} around the
6357         "spu" literal string.
6358
6359 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
6360
6361         * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6362         program may be running in another process" errors.
6363         * gdbint.texinfo (Native Conditionals): Delete
6364         ONE_PROCESS_WRITETEXT description.
6365
6366 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
6367
6368         * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6369         emacs local variable to be placed at the end of the ChangeLog.
6370         Add server.c and gdbreplay.c to the list of files where the
6371         copyright year needs to be updated.
6372
6373 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
6374
6375         * gdb.texinfo (Remote Configuration): Document new
6376         "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6377         commands.
6378
6379 2008-12-28  Pedro Alves  <pedro@codesourcery.com>
6380
6381         * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6382         FETCH_INFERIOR_REGISTERS.
6383         (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6384         FETCH_INFERIOR_REGISTERS descriptions.  Remove
6385         gdbarch_get_longjmp_target descrition, since already described in
6386         Target Conditionals.  Move gdbarch_fp0_regnum description to ...
6387         (Target Conditionals): ... here.
6388
6389 2008-12-16  Joel Brobecker  <brobecker@adacore.com>
6390
6391         * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6392         examples.
6393         (Additions to Ada): Likewise.  Add the missing opening and closing
6394         parenthesis of the GDB prompt in one of the examples.
6395
6396 2008-12-14  Joel Brobecker  <brobecker@adacore.com>
6397
6398         * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6399         about the result of 'Address not being of type System.Address.
6400         This problem has been fixed a while ago.
6401
6402 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
6403
6404         MI non-stop and multiprocess docs.
6405
6406         * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6407         (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6408         Adjust documentation for *stopped, document =thread-created,
6409         =thread-exited, =thread-group-created and =thread-group-exited.
6410         (GDB/MI Thread Commands): Document the 'state' field in
6411         -thread-info output.
6412         (GDB/MI Program Execution): Mention --all and --thread-group
6413         options.
6414         (GDB/MI Variable Objects): Describe floating and fixed variable
6415         objects.
6416         (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
6417
6418 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
6419
6420         * gdb.texinfo (Operating System Information): New appendix.
6421         (Operating System Auxiliary Information): Document 'info os processes'
6422         (Remote Configuration): Document 'osdata'
6423         (General Query Packets): Document qXfer:osdata:read.
6424
6425 2008-11-27  Tristan Gingold  <gingold@adacore.com>
6426
6427         * gdb.texinfo (Darwin): Document Darwin specific features.
6428
6429 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
6430
6431         * gdbint.texinfo (Target Conditionals): Extend the
6432         gdbarch_breakpoint_from_pc description.
6433
6434 2008-11-22  Vladimir Prus  <vladimir@codesourcery.com>
6435
6436         * gdb.texinfo (M68K Features): Fix typo.
6437
6438 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
6439
6440         * gdb.texinfo (Symbols): Mention printing containing
6441         image name in "info symbol".
6442         (Maint translate-address): Likewise.
6443
6444 2008-11-18  Joel Brobecker  <brobecker@adacore.com>
6445
6446         * gdb.texinfo (Set Catchpoints): Remove the documentation of
6447         commands "catch load" and "catch unload".
6448
6449 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
6450
6451         * gdb.texinfo (GDB/MI Async Records): Document
6452         =thread-selected.
6453
6454 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
6455
6456         * observer.texi (new_inferior, inferior_exit): New observers.
6457
6458 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
6459
6460         * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6461         .mt files, TM_CLIBS or TM_CDEPS.
6462         (x86 Watchpoints): Don't mention TDEPFILES.
6463
6464 2008-10-24  Sandra Loosemore  <sandra@codesourcery.com>
6465
6466         * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6467         (Overview): Mention notifications and non-stop mode behavior.
6468         (Packets): Update documentation of ?, vAttach, vCont, and vRun
6469         with non-stop mode behavior.  Add vStopped description.
6470         (Stop Reply Packets):  Update list of packets that return
6471         stop replies.  Mention non-stop behavior.
6472         (General Query Packets): Document QNonStop packet and associated
6473         qSupported query response.
6474         (Interrupts): Clarify multi-threaded behavior.  Mention non-stop
6475         behavior.
6476         (Notification Packets): New section.
6477         (Remote Non-Stop): New section.
6478         (File-I/O Overview): Mention non-stop behavior.
6479
6480 2008-10-24  Hui Zhu  <teawater@gmail.com>
6481             Pedro Alves  <pedro@codesourcery.com>
6482
6483         * gdb.texinfo (displaced-stepping): Describe the auto mode
6484         setting, and say it's the default.  This is now a mainstream
6485         setting instead of a maintenance setting.
6486
6487 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
6488
6489         * observer.texi (thread_stop_requested): New.
6490
6491 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
6492
6493         * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6494         (Patching): Replace incorrect usage of @samp by @kbd.
6495
6496 2008-10-17  Michael Snyder  <msnyder@vmware.com>
6497
6498         * gdb.texinfo: Add documentation for reverse execution.
6499
6500 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6501             Eli Zaretskii  <eliz@gnu.org>
6502
6503         * gdb.texinfo. (Values From Inferior): New subsubsection.
6504
6505 2008-10-06  Doug Evans  <dje@google.com>
6506
6507         * gdb.texinfo (set debug dwarf2-die): Document it.
6508
6509 2008-10-01  Joel Brobecker  <brobecker@adacore.com>
6510
6511         * gdb.texinfo (catch) [exception]: Document how to insert
6512         a breakpoint on user-defined exceptions when the exception
6513         name is identical to one of the language-defined ones.
6514
6515 2008-09-27  Tom Tromey  <tromey@redhat.com>
6516
6517         * gdb.texinfo (Macros): Remove text about stringification,
6518         varargs, and splicing.
6519
6520 2008-09-27  Tom Tromey  <tromey@redhat.com>
6521
6522         * gdbint.texinfo (Language Support): Remove text about omitting
6523         support for a language.
6524
6525 2008-09-23  Doug Evans  <dje@google.com>
6526
6527         * gdb.texinfo (info dcache): Update.
6528
6529 2008-09-22  Sandra Loosemore  <sandra@codesourcery.com>
6530
6531         * gdb.texinfo (Packets): Add info on thread-id syntax and
6532         multiprocess extensions.
6533         <D>: Document multiprocess form of packet.
6534         <H>: Use thread-id syntax.
6535         <T>: Likewise.
6536         <vCont>: Likewise.  Note this is required for multiprocess.
6537         <vKill>: New packet.
6538         (Stop Reply Packets) <T>: Use thread-id syntax.
6539         <W>: Document multiprocess form of reply.
6540         <X>: Likewise.
6541         (General Query Packets) <qC>: Use thread-id syntax.
6542         <qfThreadInfo>: Likewise.
6543         <qGetTLSAddr>: Likewise.
6544         <qP>: Likewise.
6545         <qSupported>: Add "multiprocess" feature.
6546         <qThreadExtraInfo>: Use thread-id syntax.
6547
6548 2008-09-22  Stan Shebs  <stan@codesourcery.com>
6549
6550         * gdb.texinfo (Inferiors): New section.
6551
6552 2008-09-12  Pedro Alves  <pedro@codesourcery.com>
6553
6554         * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6555
6556 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
6557
6558         * gdbint.texinfo (Target Conditionals): Remove documentation
6559         for gdbarch_name_of_malloc.
6560
6561 2008-09-03  Angela Marie Thomas <angela@releasedominatrix.com>
6562
6563         * gdb.texinfo (Interrupts): Mention TCP interface for
6564         sending BREAK.
6565
6566 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
6567
6568         * gdb.texinfo (Commands to Specify Files): Document "remote:"
6569         argument prefix to "set sysroot".
6570
6571 2008-08-21  Paul N. Hilfinger  <hilfinger@adacore.com>
6572
6573         * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6574         and False.
6575
6576 2008-08-20  Vladimir Prus  <vladimir@codesourcery.com>
6577
6578         * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6579         for possible features of -list-features.
6580
6581 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
6582
6583         * gdb.texinfo (Background execution): Adjust example
6584         (GDB/MI Miscellaneous Commands): Document -list-target-features.
6585
6586 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
6587
6588         * doc/gdb.texinfo (PowerPC): Fix typo.
6589         (PowerPC features): Fix typo.
6590
6591 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
6592
6593         * observer.texi (thread_ptid_changed): New.
6594
6595 2008-08-18  Luis Machado  <luisgpm@br.ibm.com>
6596
6597         * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6598         (PowerPC features): Mention feature set for VSX registers.
6599
6600 2008-08-13  Joel Brobecker  <brobecker@adacore.com>
6601
6602         * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6603         the direct visibility of all names in user-written packages.
6604
6605 2008-08-13  Pedro Alves  <pedro@codesourcery.com>
6606
6607         * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6608         setting, and make it the default.
6609         (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6610         non-stop script example.
6611
6612 2008-08-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6613
6614         * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6615         reference to the "Using Different Register and Memory Data
6616         Representation" section.
6617
6618 2008-08-12  Sandra Loosemore  <sandra@codesourcery.com>
6619
6620         * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6621         (Remote Protocol): Add Packet Acknowledgment to menu.
6622         (Overview): Mention +/- can be disabled, and point to new section
6623         where this is discussed in detail.
6624         (General Query Packets): Document QStartNoAckMode packet, and
6625         corresponding qSupported reply.
6626         (Packet Acknowledgment): New section.
6627
6628 2008-08-11  Sandra Loosemore  <sandra@codesourcery.com>
6629             Pedro Alves  <pedro@codesourcery.com>
6630
6631         * gdb.texinfo (Threads): Move paragraph about automatic thread
6632         selection to All-Stop Mode subsection.
6633         (Thread Stops): Reorganize existing material into subsections.
6634         Add introductory blurb and menu.
6635         (Non-Stop Mode): New subsection.
6636         (Background Execution): New subsection.
6637         (Maintenance Commands): Add cross-references from async mode
6638         commands to the new Background Execution section.
6639
6640 2008-08-06  Tom Tromey  <tromey@redhat.com>
6641
6642         * gdb.texinfo (Extending GDB): New chapter.
6643         (Sequences): Demoted chapter, now a section under the new
6644         Extending GDB chapter.
6645         (Python): New section.
6646
6647 2008-07-31  Stan Shebs  <stan@codesourcery.com>
6648
6649         * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6650
6651 2008-07-29  Stan Shebs  <stan@codesourcery.com>
6652
6653         * gdbint.texinfo: General round of cleanup and minor
6654         clarifications.
6655         (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6656         (Longjmp Support): Update description to reflect how it is done
6657         for targets without using native header.
6658         (Symbol Handling): Add a little more general explanation.
6659         (COFF, ELF): Mention stabs encapsulation.
6660         (DWARF 3): New section.
6661         (Adding a New Host): Scrub out some obsolete bits.
6662         (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6663         (Host Conditionals): Remove descriptions of NO_STD_REGS,
6664         HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6665         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6666         SEEK_SET, STOP_SIGNAL, USG.
6667         (Raw and Virtual Register Representations): Ditto for
6668         DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6669         DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6670         (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6671         DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6672         DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6673         DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6674         DEPRECATED_REGISTER_VIRTUAL_SIZE,
6675         DEPRECATED_REGISTER_VIRTUAL_TYPE,
6676         DEPRECATED_USE_STRUCT_CONVENTION.
6677         Describe gdbarch_deprecated_fp_regnum.
6678         Update description of gdbarch_print_insn.
6679         (Adding a New Target): Scrub out obsolete bits.
6680         (Obsolete Conditionals): Remove entire section.
6681
6682 2008-07-25  Tom Tromey  <tromey@redhat.com>
6683
6684         * observer.texi (GDB Observers): Document new observers:
6685         breakpoint_created, breakpoint_deleted, breakpoint_modified,
6686         tracepoint_created, tracepoint_deleted, tracepoint_modified,
6687         architecture_changed.
6688
6689 2008-07-21  Stan Shebs  <stan@codesourcery.com>
6690
6691         * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6692         instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6693
6694 2008-07-21  Tom Tromey  <tromey@redhat.com>
6695
6696         * observer.texi (GDB Observers): Remove obsolete comment.
6697         <executable_changed>: Remove argument.
6698
6699 2008-07-18  Tom Tromey  <tromey@redhat.com>
6700
6701         * gdb.texinfo (Macros): Update.  Use @code rather than @command.
6702
6703 2008-07-10  Doug Evans  <dje@google.com>
6704
6705         * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6706
6707 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6708
6709         * gdb.texinfo (Starting): Document "set disable-randomization".
6710
6711 2008-07-07  Andreas Schwab  <schwab@suse.de>
6712
6713         * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6714
6715 2008-07-06  Vladimir Prus  <vladimir@codesourcery.com>
6716
6717         * gdb.texinfo (GDB/MI Target Manipulation): Add
6718         example of -target-attach.
6719
6720 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
6721
6722         * observer.texi (target_resumed): New observer.
6723         * gdb.texinfo (GDB/MI Output Records): Document *running.
6724
6725 2008-06-06  Tom Tromey  <tromey@redhat.com>
6726
6727         * gdb.texinfo (Completion): Add field name example.
6728
6729 2008-06-06  Marc Khouzam  <marc.khouzam@ericsson.com>
6730
6731         * gdb.texinfo (GDB/MI Program Context): Added example
6732         to -exec-arguments
6733
6734 2008-06-05  Nick Roberts  <nickrob@snap.net.nz>
6735
6736         * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6737         annotation.
6738
6739 2008-06-05  Vladimir Prus  <vladimir@codesourcery.com>
6740             Nathan Sidwell  <nathan@codesourcery.com>
6741             Joseph Myers  <joseph@codesourcery.com>
6742
6743         * configure.ac: Include ../../config/acx.m4.  Use ACX_PKGVERSION
6744         and ACX_BUGURL.
6745         * configure: Regenerate.
6746         * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6747         (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6748         * gdb.texinfo: Use VERSION_PACKAGE and BUGURL.  Remove
6749         mailing-list-specific text about bug reporting unless
6750         BUGURL_DEFAULT.
6751
6752 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
6753
6754         * gdb.texinfo (-target-select): Remove reference to target async.
6755         (Maintenance Commands): Document "maint set/show remote-async".
6756
6757 2008-06-04  Marc Khouzam  <marc.khouzam@ericsson.com>
6758
6759         * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6760         in -target-file-get section.
6761
6762 2008-05-22  Pedro Alves  <pedro@codesourcery.com>
6763
6764         * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6765         killing the inferior when it is already debugging a process.
6766
6767 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
6768
6769         * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6770         abbreviation for "finish".
6771
6772 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
6773
6774         * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6775
6776 2008-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
6777
6778         * gdbint.texinfo (Target Conditionals): Delete entry for
6779         gdbarch_dwarf_reg_to_regnum.
6780
6781 2008-05-09  Doug Evans  <dje@google.com>
6782
6783         * gdb.texinfo: Document "find" command, qSearch:memory packet.
6784
6785 2008-05-05  Doug Evans  <dje@google.com>
6786
6787         * gdb.texinfo (disassemble): Document /m modifier.
6788
6789 2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
6790
6791         * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6792         will not report the time of commands that run the target.
6793
6794 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6795
6796         * gdb.texinfo (GDB/MI Output Records): Add
6797         missing semicolon.
6798
6799 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6800
6801         * gdb.texinfo (GDB/MI Output Records):
6802         Document =thread-create and =thread-exited.
6803
6804 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6805
6806         * gdb.texinfo (GDB/MI Development and Front Ends):
6807         Remove mention of dmi-discuss.
6808
6809 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
6810
6811         * observer.texi (thread_exit): New.
6812
6813 2008-05-02  Pedro Alves  <pedro@codesourcery.com>
6814
6815         * gdb.texinfo (Debugging Output): Document "set/show debug
6816         displaced".
6817         (Maintenance Commands): Document "maint set/show
6818         can-use-displaced-stepping".
6819
6820 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
6821
6822         * gdb.texinfo (ARM): Document set/show arm fallback-mode
6823         and set/show arm force-mode.
6824
6825 2008-05-02  Andreas Schwab  <schwab@suse.de>
6826
6827         * gdbint.texinfo (Algorithms): Describe
6828         target_watchpoint_addr_within_range.
6829
6830 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
6831
6832         * gdbint.texinfo (Stack Frames): New chapter.
6833         (Algorithms): Move Frames text to the new chapter.
6834         (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS.  Document
6835         gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6836
6837 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
6838
6839         * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6840         output does not necessary include any tokens.
6841
6842 2008-04-22  Corinna Vinschen  <vinschen@redhat.com>
6843
6844         * gdb.texinfo (Set SH Calling convention): New @item.
6845         (Show SH Calling convention): Ditto.
6846
6847 2008-04-22  Markus Deuling  <deuling@de.ibm.com>
6848
6849         * gdb.texinfo (Fortran Operators): Describe '%' operator.
6850
6851 2008-04-20  Eli Zaretskii  <eliz@gnu.org>
6852
6853         * gdb.texinfo (Set Breaks): Mention that multiple location
6854         breakpoints need line number info.  Add index entries.
6855
6856 2008-04-19  Craig Silverstein  <csilvers@google.com>
6857
6858         * gdb.texinfo (Requirements): Add an optional requirement on
6859         zlib.
6860         * gdbint.texinfo (Debugging File Formats): Add new subsection for
6861         Compressed DWARF 2.
6862
6863 2008-04-16  Aleksandar Ristovski  <aristovski@qnx.com>
6864
6865         * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6866         sample output for 'stopped,reason="breakpoint-hit"' message.
6867         (GDB/MI Program Execution): Likewise.
6868
6869 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
6870
6871         * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6872         -var-set-format.  Add -f option to -var-evaluate-expression.
6873
6874 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
6875
6876         * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6877         new node "Ambiguous Expressions".  Replace references to this
6878         node by references to "Ambiguous Expressions" throughout.
6879         (Ambiguous Expressions): New node.
6880
6881 2008-03-26  Daniel Jacobowitz  <dan@codesourcery.com>
6882
6883         * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6884
6885 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
6886
6887         * gdb.texinfo (Debugging Output): Document
6888         "set/show debug lin-lwp-async".
6889         (Maintenance Commands): Document "maint set/show linux-async".
6890
6891 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
6892
6893         * gdb.texinfo (Expressions): Update description of malloced arrays.
6894
6895 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
6896
6897         * gdb.texinfo (Thread Commands): Document
6898         -thread-info.  Remove -thread-list-all-threads.
6899
6900 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
6901             Sandra Loosemore  <sandra@codesourcery.com>
6902
6903         * gdb.texinfo (Library List Format): Update to mention the
6904         possibility to pass section addresses instead of segment
6905         addresses.
6906
6907 2008-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
6908
6909         * gdb.texinfo (Starting): Document "set exec-wrapper".
6910         (Server): Document gdbserver --wrapper.
6911
6912 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
6913
6914         * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6915         unreadable memory.  Delete obsolete SPARClite reference.
6916
6917 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
6918
6919         * gdb.texinfo (Starting): Mention always-running targets.
6920         (Target Commands): Add an anchor for load.
6921         (Connecting): Explain continue instead of run.
6922
6923 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
6924
6925         * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6926
6927 2008-02-26  Nick Roberts  <nickrob@snap.net.nz>
6928
6929         * gdb.texinfo (Set Breaks): Revert description of Enb column of
6930         breakpoint table.
6931
6932 2008-02-19  Pedro Alves  <pedro@codesourcery.com>
6933
6934         * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6935         killing the inferior when it is already debugging a process.
6936
6937 2008-02-13  Markus Deuling  <deuling@de.ibm.com>
6938
6939         * gdbint.texinfo (Build Script): New section. Mention new build script
6940         gdb_buildall.sh.
6941
6942 2008-02-01  Jim Blandy  <jimb@red-bean.com>
6943
6944         * gdb.texinfo (Help): Summarize 'info args' correctly.
6945
6946 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6947
6948         * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6949         available in PowerPC architecture.
6950         (Embedded Processors): Change node name of PowerPC item in menu.
6951         (PowerPC): Rename to...
6952         (PowerPC Embedded): this.
6953         (Architectures): Add new PowerPC item in menu.
6954         (PowerPC): New node.
6955
6956 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6957
6958         * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6959         commands.
6960
6961 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6962
6963         * gdb.texinfo (Setting Catchpoints): Mention features
6964         supported on GNU/Linux.
6965
6966 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
6967
6968         * gdb.texinfo (GDB/MI File Commands): Describe new output
6969         field for MI command -file-list-exec-source-file.
6970
6971 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
6972
6973         * gdb.texinfo (Using the `gdbserver' Program): Add security
6974         warning.  Rearrange into subsections and subsubsections.  Document
6975         --multi and --debug.  Correct --with-sysroot typo.  Update --attach
6976         usage.  Make load reference clearer.  Document monitor exit.
6977         (Remote Configuration): Document set remote exec-file, attach-packet,
6978         and run-packet.
6979         (Packets): Document vAttach and vRun.
6980
6981 2008-01-29  Nick Roberts  <nickrob@snap.net.nz>
6982
6983         * gdb.texinfo (Processes): Mention process command.
6984         detach-on-follow -> detach-on-fork.
6985
6986 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
6987
6988         * gdbint.texinfo (Native Conditionals): Remove
6989         SHELL_COMMAND_CONCAT and SHELL_FILE.
6990
6991 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
6992
6993         * gdb.texinfo (Specify Location): Improve wording.
6994
6995 2008-01-23  Chris Demetriou  <cgd@google.com>
6996
6997         * gdb.texinfo (Threads): Document new "set print thread-events"
6998         and "show print thread-events" commands.
6999
7000 2008-01-19  Eli Zaretskii  <eliz@gnu.org>
7001
7002         * gdb.texinfo (Specify Location): New section.
7003         (Delete Breaks, Edit, Set Breaks): Remove description of
7004         locations.  Instead, add a reference to "Specify Location".
7005         (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
7006         (Symbols): Refer to "Specify Location" for the valid forms of
7007         linespecs and locations.
7008
7009 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
7010
7011         * gdbint.texinfo (Target Conditionals): Replace the description of
7012         BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
7013
7014 2008-01-12  Paul Hilfinger  <hilfinger@adacore.com>
7015
7016         * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
7017         about &&var, which is rejected by the expression parser.
7018
7019 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
7020
7021         * gdb.texinfo (Output): Update documentation on using printf with DFP
7022         types.
7023
7024 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
7025
7026         * gdb.texinfo (C and C++): Add Decimal Floating Point format
7027         subsubsection.
7028         (Decimal Floating Point format): New subsubsection.
7029
7030 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
7031
7032         * gdb.texinfo (File Options): Remove mention of the attempt to
7033         open a core file with the -p option.  Don't list -c as a valid
7034         option to attach to a process.
7035
7036 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
7037
7038         * gdbint.texinfo (Host Conditionals): Remove mention of
7039         ALIGN_STACK_ON_ENTRY.
7040
7041 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
7042
7043         * gdbint.texinfo (Start of New Year Procedure): Add item
7044         describing how to update the source and documentation copyright
7045         notices.
7046
7047 2007-12-18  Jim Blandy  <jimb@codesourcery.com>
7048
7049         * gdb.texinfo (Set Watchpoints): Integrate per-thread
7050         watchpoint explanation into the main description of the watchpoint
7051         command; update synopses of 'watch', 'rwatch', and 'awatch'
7052         commands.
7053
7054 2007-12-18  Vladimir Prus  <vladimir@codesourcery.com>
7055
7056         * gdb.texinfo (Miscellaneous gdb/mi Commands):
7057         Document 'pending-breakpoints' feature of
7058         -list-features.
7059
7060 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
7061
7062         * gdb.texinfo: Add new parameter's description.
7063
7064 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
7065
7066         * gdb.texinfo (Overview): Clarify run-length encoding
7067         example.  Remove the restriction on "+" and "-" characters.
7068
7069 2007-12-15  Eli Zaretskii  <eliz@gnu.org>
7070
7071         * gdb.texinfo (Host I/O Packets): Fix xref syntax.
7072
7073 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
7074
7075         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
7076         the -f option for -break-insert, remove -r option,
7077         and clarify specification of location.
7078
7079 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
7080
7081         * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
7082         formatting.
7083         (Remote Debugging): Add File Transfer section.
7084         (Remote Configuration): Document Host I/O packets.
7085         (GDB/MI): Add GDB/MI File Transfer Commands section.
7086         (Host I/O Packets): New section in "Remote Protocol".
7087         (Packets): Add vFile.
7088
7089 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
7090
7091         * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
7092         breakpoints with multiple locations.
7093         (Breakpoint Menus): Improve wording.
7094         (Output): Fix last change.
7095
7096 2007-11-17  Ulrich Weigand  <uweigand@de.ibm.com>
7097
7098         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
7099
7100 2007-11-15  Doug Evans  <dje@google.com>
7101
7102         * gdb.texinfo (Symbols): Update output of "maint info symtabs".
7103
7104 2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
7105
7106         * gdbint.texinfo (Native Conditionals): Remove
7107         mention of CLEAR_SOLIB.
7108
7109 2007-11-11  Joel Brobecker  <brobecker@adacore.com>
7110
7111         * gdb.texinfo (Print Settings): Add documentation for "set/show
7112         print frame-arguments".
7113
7114 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
7115
7116         * gdb.texinfo (Output): Update printf command's description.
7117
7118 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
7119
7120         * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
7121         powerpc soft-float".
7122
7123 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7124
7125         * gdb.texinfo (Files): Correct formatting.  Mention Expat
7126         requirement.
7127         (Requirements for Building GDB): Expand the list of Expat
7128         uses.
7129         (Library List Format, Memory Map Format): Mention Expat.
7130         (Target Descriptions): Update Expat wording.
7131
7132 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
7133
7134         * gdbint.texinfo (Register and Memory Data, Target Conditionals):
7135         Document that gdbarch_convert_register_p should return zero for no-op
7136         conversions.
7137
7138 2007-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
7139
7140         * gdbint.texi (Compiler Characteristics): Move documentation
7141         of set_gdbarch_sofun_address_maybe_missing back to ...
7142         (Target Conditionals): ... here to fix build break.
7143
7144 2007-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
7145
7146         * gdbint.texi (Target Conditionals): Remove documentation of
7147         SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
7148         (Compiler Characteristics): ... documentation of
7149         set_gdbarch_sofun_address_maybe_missing.
7150
7151 2007-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
7152
7153         * gdbint.texinfo (Target Conditionals): Use
7154         frame_unwind_register_unsigned in examples instead of
7155         frame_unwind_unsigned_register.
7156
7157 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
7158
7159         * gdb.texinfo (Predefined Target Types): Add int128
7160         and uint128.
7161         (Standard Target Features): Add PowerPC features.
7162
7163 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
7164
7165         * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
7166
7167 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
7168
7169         * gdbint.texi (Target Conditionals): Remove documentation
7170         of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
7171         gdbarch_extract_return_value, and gdbarch_store_return_value.
7172
7173 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
7174
7175         * gdbint.texi (Target Conditionals): Remove documentation of
7176         and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
7177
7178 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
7179
7180         * gdb.texinfo: Mention that inaccessible-by-default is on by
7181         default.
7182
7183 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
7184
7185         * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
7186
7187 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
7188
7189         * gdb.texinfo (Setting Watchpoints): Adjust warning text about
7190         multi-threaded watchpoints.
7191         * gdbint.texinfo (Watchpoints): Describe how watchpoints are
7192         checked.  Describe sticky notification.  Expand description
7193         of steppable and continuable watchpoints.
7194         (Watchpoints and Threads): New subsection.
7195
7196 2007-09-28  Vladimir Prus  <vladimir@codesourcery.com>
7197
7198         * gdb.texinfo (Setting Breakpoints): Revise
7199         documentation for pending breakpoints.  Document
7200         breakpoints with multiple locations.
7201
7202 2007-09-19  Vladimir Prus  <vladimir@codesourcery.com>
7203
7204         * gdb.texinfo (Miscellaneous gdb/mi Commands):
7205         Document -list-features.
7206
7207 2007-09-15  Eli Zaretskii  <eliz@gnu.org>
7208
7209         * gdb.texinfo (Output): Spell out which features of C's printf are
7210         not supported by GDB's printf.
7211         (Separate Debug Files): More accurate wording regarding build ID
7212         and a reference to the ld manual rather than the Fedora wiki.
7213
7214 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
7215             Jim Blandy  <jimb@codesourcery.com>
7216
7217         * gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
7218         (Examining Memory): Update mentions of the 's' format.
7219         (Automatic Display): Likewise.
7220
7221 2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
7222
7223         * gdb.texinfo: Update the FSF's Back-Cover Text.
7224
7225 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7226             Eli Zaretskii  <eliz@gnu.org>
7227
7228         * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7229         Fixed the ``build ID'' name.  New binaries build instructions for the
7230         build ID inclusion.  Explain how the commands are specific to the build
7231         ID vs. debug link.
7232
7233 2007-09-01  Eli Zaretskii  <eliz@gnu.org>
7234
7235         * gdb.texinfo (Separate Debug Files): Fix last change.  Add
7236         indexing for ``build ID'' support.
7237
7238 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7239
7240         * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7241         Enlisted BUILD ID to the debug file searching example.
7242         Included a BUILD ID `.note.gnu.build-id' section description.
7243         Updated/added the debug files splitting instructions for OBJCOPY.
7244
7245 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
7246
7247         * gdb.texinfo (Variable Objects): Adjust docs
7248         for -var-info-expression and document
7249         -var-info-path-expression.
7250
7251 2007-08-20  Jim Blandy  <jimb@codesourcery.com>
7252
7253         * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7254         (title page): Include the dedication in the printed manual, as a
7255         separate page after the copyright notice.
7256
7257         * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7258         don't break a @var across a line.
7259
7260 2007-07-25  Maciej W. Rozycki  <macro@mips.com>
7261
7262         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7263         for include files.
7264
7265 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
7266
7267         * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
7268         in annotate.texinfo.
7269         (Command History): Link to new node.
7270
7271 2007-07-05  Markus Deuling  <deuling@de.ibm.com>
7272
7273         * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7274
7275 2007-07-05  Eli Zaretskii  <eliz@gnu.org>
7276
7277         * gdbint.texinfo (Target Conditionals): Fix last change.
7278
7279 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
7280
7281         * gdb.texinfo: Replace following macros by their appropriate gdbarch
7282         routines:
7283         (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7284         (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7285         (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7286         (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7287         (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7288         (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7289         (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7290         (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7291         (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7292         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7293         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7294         (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7295         (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7296         (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7297         (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7298         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7299         (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7300         (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7301         (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7302         (SOFTWARE_SINGLE_STEP_P)
7303
7304         (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7305         (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7306
7307         (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7308         (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7309         (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7310         (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7311         (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7312         (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7313         (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7314         (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7315         (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7316         (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7317
7318         (Converting an existing Target Architecture to Multi-arch): Remove
7319          section.
7320
7321         (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7322         (gdbarch_addr_bits_remove): Add code example.
7323
7324         * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7325
7326 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
7327
7328         * gdb.texinfo (Remote Configuration): Document library-info-packet.
7329         Add other missing entries.  Adjust the table size to fit.
7330         (Stop Reply Packets): Use @itemize instead of @enumerate.  Document
7331         stop reasons including the new "library" event.
7332         (General Query Packets): Adjust table widths for qSupported.  Mention
7333         qXfer:libraries:read reply to qSupported and document the new packet.
7334         (Library List Format): New section.
7335
7336 2007-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7337
7338         * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7339
7340 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
7341
7342         * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7343
7344 2007-06-25  Nick Roberts  <nickrob@snap.net.nz>
7345
7346         * gdbint.texinfo (Register and Memory Data): Break sections
7347         into nodes and add a menu.
7348
7349 2007-06-21  Maciej W. Rozycki  <macro@mips.com>
7350
7351         * gdb.texinfo (Examining Memory): Document the new behaviour.
7352
7353 2007-06-21  Vladimir Prus  <vladimir@codesourcery.com>
7354
7355         * gdb.texinfo (Standard Target Features): Document
7356         m68k features.
7357
7358 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
7359
7360         * gdb.texinfo (General Query Packets): Document qOffsets changes.
7361
7362 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
7363
7364         * gdb.texinfo (Target Description Format): Add version attribute
7365         for <target>.
7366
7367 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
7368
7369         * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7370
7371 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
7372
7373         * gdb.texinfo (MIPS Features): New subsection.
7374
7375 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
7376             Markus Deuling  <deuling@de.ibm.com>
7377
7378         * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7379         and qXfer:spu:write packets and mention them under qSupported.
7380
7381 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
7382             Markus Deuling  <deuling@de.ibm.com>
7383
7384         * gdb.texinfo (Architectures): Add new SPU section to document
7385         Cell Broadband Engine SPU architecture specific commands.
7386
7387 2007-06-09  Vladimir Prus  <vladimir@codesourcery.com>
7388
7389         * gdb.texinfo (GDB/MI Variable Objects): Editorial
7390         comments.
7391
7392 2007-06-07  Nick Roberts  <nickrob@snap.net.nz>
7393
7394         * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7395
7396 2007-05-29  Jim Blandy  <jimb@codesourcery.com>
7397
7398         * gdb.texinfo (Overview): Doc fix.
7399
7400 2007-05-22  Maciej W. Rozycki  <macro@mips.com>
7401
7402         * gdb.texinfo (Remote Configuration): Document "set/show
7403         remoteflow".
7404
7405 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
7406
7407         * gdb.texinfo (MIPS): Remove documentation for set mips
7408         saved-gpreg-size, show mips saved-gpreg-size, and set mips
7409         stack-arg-size.
7410
7411 2007-05-14  Bob Wilson  <bob.wilson@acm.org>
7412
7413         * all-cfg.texi (GDBTUI): New.
7414         * gdb.texinfo (Mode Options): Use GDBTUI variable.
7415         (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7416         (TUI Configuration): Edit to improve clarity and fix problems of
7417         both style and content.
7418
7419 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
7420
7421         * observer.texi (GDB Observers): New observer "new_objfile".
7422
7423 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
7424
7425         * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7426
7427 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
7428
7429         * gdb.texinfo (GDB/MI Variable Objects): Document
7430         frozen variables objects.
7431
7432 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
7433
7434         * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7435         (Character Sets, Caching Data of Remote Targets): Likewise.
7436         (Targets): Delete Remote node.  Move its text...
7437         (Debugging Remote Programs): ...to here.  Delete description
7438         of the "remote" command.
7439         (Remote configuration): Delete description of "set remotedevice"
7440         and "show remotedevice".
7441         (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7442
7443 2007-04-11  Bob Wilson  <bob.wilson@acm.org>
7444
7445         * gdb.texinfo (Contributors, Continuing and Stepping)
7446         (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7447         (General Query Packets, File-I/O Remote Protocol Extension)
7448         (Protocol Basics, The F Reply Packet, Write)
7449         (Protocol-specific Representation of Datatypes, Memory Transfer):
7450         Fix hyphenation, punctuation and grammar problems.
7451         (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
7452         'section' instead of 'subsection' in the text.
7453         (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7454         (i386): Remove period from section name.
7455         (Installing GDB, Requirements, Running Configure,  Separate Objdir)
7456         (Config Names, Configure Options): Use @file{configure}.
7457
7458 2007-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
7459
7460         * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7461         and tab expansion.
7462
7463 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
7464
7465         * gdbint.texinfo (SOM): Correct location of the SOM reader.
7466
7467 2007-04-02  Bob Wilson  <bob.wilson@acm.org>
7468
7469         * gdb.texinfo: Consistently capitalize all significant words in
7470         node names, chapter titles, section titles, and headings.  Update
7471         cross references to match.
7472         (Starting and Stopping Trace Experiment): Make node name plural.
7473         (Breakpoint related warnings): Hyphenate "Breakpoint-related".
7474
7475 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
7476
7477         * gdb.texinfo (WinCE): Delete obsolete subsection.
7478
7479 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
7480
7481         * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7482         * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7483         references.
7484
7485 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
7486
7487         * gdb.texinfo (Startup): Delete references to some alternate
7488         names for .gdbinit.
7489         (Thread): Remove LynxOS reference.
7490         (Tandem ST2000): Delete target-specific documentation.
7491         * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7492         (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7493         and GDB_OSABI_LYNXOS.
7494
7495 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
7496
7497         * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7498
7499 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
7500
7501         * gdbint.texinfo (Target Conditionals): Remove mention of
7502         DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7503         and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7504
7505 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
7506
7507         * Makefile.in: Add "pdfdir" installation
7508         directory, PDFTEX macro, support for "install-pdf" target,
7509         and rules for making a pdf version of refcard.texi.
7510         * refcard.tex: Specify paper size for PDF output.
7511
7512 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7513
7514         * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
7515
7516 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7517
7518         * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7519         (Source Path, Character Sets, Macros, Define)
7520         (GDB/MI Result Records, GDB/MI Simple Examples)
7521         (GDB/MI Program Execution, GDB/MI File Commands)
7522         (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7523         (Bug Reporting): Use @value{GCC}.
7524
7525 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7526
7527         * gdb.texinfo (Help): Fix formatting of examples.
7528         (Variables): Use @ifnotinfo instead of @iftex.
7529         (Non-debug DLL symbols): Use @ref instead of @pxref.
7530         (Sparclet File): Use @samp instead of quotes.
7531
7532 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7533
7534         * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7535
7536 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7537
7538         * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7539         the order of the nodes.
7540         (C Operators, C Constants, Debugging C): Remove extra menus.
7541         (Method Names in Commands): Do not specify next/prev/up nodes.
7542
7543 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7544
7545         * gdb.texinfo (File Options): Add missing parenthesis.
7546         (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7547
7548 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
7549
7550         * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7551
7552 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
7553
7554         * gdb.texinfo (Standard Target Features): Mention
7555         case insensitivity.
7556         (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7557
7558 2007-02-18  Nick Roberts  <nickrob@snap.net.nz>
7559
7560         * gdb.texinfo (Top): Put Appendix A after numbered sections.
7561         (Files): Add section name to argument list for pxref.
7562         (Non-debug DLL symbols): Don't use `see' for pxref.
7563         (Embedded Processors): Fix typo.
7564         (GDB/MI Breakpoint Commands): Execution commands generate
7565         *stopped not ^done.
7566
7567 2007-02-13  Nick Roberts  <nickrob@snap.net.nz>
7568
7569         * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7570         values for in_scope.  Mention that only root variables can be
7571         updated.
7572         (GDB/MI Development and Front Ends): Explain new values may be
7573         added to existing fields.
7574
7575 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
7576
7577         * gdb.texinfo (-target-disconnect): Use @smallexample.
7578         (Requirements): Add anchor for Expat.  Update description.
7579         (Target Descriptions): Mention Expat.
7580         (Target Description Format): Document new elements.  Use
7581         @smallexample.
7582         (Predefined Target Types, Standard Target Features): New sections.
7583         * gdbint.texinfo (Target Descriptions): New section.
7584
7585 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
7586
7587         * gdb.texinfo (Target Description Format): Add section on XInclude.
7588
7589 2006-02-03  Nick Roberts  <nickrob@snap.net.nz>
7590
7591         * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7592         command -enable-timings.
7593
7594 2007-02-02  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
7595
7596         * gdbint.texinfo (Operation System ABI Variant Handling): Update
7597         descriptions for new/deleted elements in gdb_osabi.  Add missing
7598         description for function generic_elf_osabi_sniff_abi_tag_sections.
7599
7600 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
7601
7602         * gdb.texinfo (Maintenance Commands): Add documentation for
7603         the new "maint print target-stack" command.
7604
7605 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
7606             Eli Zaretskii  <eliz@gnu.org>
7607
7608         * gdb.texinfo: Describe CHAR array vs. string identification rules.
7609
7610 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
7611
7612         * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7613         Use @value{NGCC} instead of @value{GCC}.
7614
7615 2007-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7616
7617         * agentexpr.texi: Fix typos.
7618         * annotate.texinfo: Likewise.
7619         * gdb.texinfo: Likewise.
7620         * gdbint.texinfo: Likewise.
7621         * observer.texi: Likewise.
7622         * stabs.texinfo: Likewise.
7623
7624 2007-01-20  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
7625
7626         * gdbint.texinfo (Support Libraries): Remove mmalloc
7627         entry.  Describe readline library.
7628
7629 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
7630
7631         * gdb.texinfo (Target Descriptions): New section.
7632         (General Query Packets): Add QPassSignals anchor.  Mention
7633         qXfer:features:read under qSupported.  Expand mentions of
7634         qXfer:memory-map:read and QPassSignals.  Document
7635         qXfer:features:read.
7636
7637 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
7638
7639         * gdb.texinfo (Commands to specify files): Describe
7640         "set sysroot" and "show sysroot".
7641         (Using the `gdbserver' program): Lowercase argument
7642         to @var.  Expand description of setting up GDB on the
7643         host.
7644
7645 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
7646
7647         * gdb.texinfo (Set Catchpoints): Add documentation for the new
7648         catch exception, catch exception unhandled, and catch assert
7649         commands.
7650
7651 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7652
7653         * gdb.texinfo (Debugging Output): Document "set debug xml"
7654         and "show debug xml".
7655
7656 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7657
7658         * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7659
7660 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
7661
7662         * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7663
7664 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
7665
7666         * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7667         note in @ignore, to be removed later if nobody complains.
7668
7669 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
7670
7671         * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7672         of -var-delete.
7673
7674 2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>
7675
7676         * gdb.texinfo (Setting breakpoints): Document
7677         automatic software/hardware breakpoint usage and
7678         the "set breakpoint auto-hw" command.
7679
7680 2006-11-21  Vladimir Prus  <vladimir@codesourcery.com>
7681
7682         * gdb.texinfo (Memory Access Checking): New.
7683
7684 2006-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
7685
7686         * gdb.texinfo (Remote configuration): Mention
7687         "pass-signals-packet".
7688         (General Query Packets): Document QPassSignals.  Fix
7689         a typo.
7690
7691 2006-11-14  Maxim Grigoriev  <maxim@tensilica.com>
7692
7693         * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7694
7695 2006-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7696
7697         * gdb.texinfo (Remote configuration): Rewrite documentation for
7698         packet configuration commands.
7699         (OS Information): Adjust reference to qXfer:auxv:read.
7700         (General Query Packets): Remove references to read-aux-vector-packet
7701         and set remote get-thread-local-storage-address.
7702
7703 2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
7704
7705         * gdbint.texinfo (Target Architecture Definition): Add new
7706         Initializing a New Architecture section.
7707
7708 2006-10-31  David Taylor  <dtaylor@emc.com>
7709
7710         * stabs.texinfo (Macro define and undefine): New node describing
7711         stabs for #define and #undef.
7712
7713 2006-10-27  Andreas Schwab  <schwab@suse.de>
7714
7715         * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7716
7717 2006-10-21  Eli Zaretskii  <eliz@gnu.org>
7718
7719         * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7720         clarify on the possible meanings of ``expression'' watched by
7721         watchpoints.  Add indexing.
7722         (Prompting, Errors, Invalidation, Annotations for Running)
7723         (Source Annotations): Fix index entries by adding "annotation" to
7724         them, to discriminate from index entries that point to the more
7725         general topic descriptions.
7726
7727 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
7728
7729         * gdbint.texinfo (Target Vector Definition): Move most
7730         content into Existing Targets.  Add a menu.
7731         (Existing Targets): New section, moved from Target Vector
7732         Definition.  Use @subsection.
7733         (Managing Execution State): New section.
7734
7735 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
7736
7737         * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7738
7739 2006-10-15  Eli Zaretskii  <eliz@gnu.org>
7740
7741         * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7742         (Command Syntax, Signals, Backtrace, Connecting)
7743         (Remote configuration, Renesas Boards, Console I/O): Fix last
7744         change: use Ctrl- instead of C-, except wrt Emacs.
7745         (File-I/O Examples): Put Ctrl-c in @kbd.
7746         (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7747         (Console I/O): Use @samp with Ctrl-.
7748         (Signals, Set Breaks, Set Watchpoints): Document optional
7749         arguments to `info signals'  `handle', `info breakpoints', and
7750         `info watchpoints'.
7751
7752 2006-10-14  Eli Zaretskii  <eliz@gnu.org>
7753
7754         * gdb.texinfo (Backtrace): Fix last change.
7755
7756 2006-10-14  Nick Roberts  <nickrob@snap.net.nz>
7757
7758         * gdb.texinfo (Backtrace): Order correctly and add other cases.
7759
7760 2006-10-10  Bob Wilson  <bob.wilson@acm.org>
7761
7762         * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7763         (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7764         (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7765
7766 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
7767             Daniel Jacobowitz  <dan@codesourcery.com>
7768
7769         * gdb.texinfo (Packets): Document vFlashErase,
7770         vFlashWrite and vFlashDone packets.
7771         (General Query Packets): Document qXfer:memory-map:read.
7772         Add a new feature for qXfer:memory-map:read.
7773         (Memory map format): New section.
7774         (Target Commands): Mention that gdb can write flash.
7775
7776 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
7777             Daniel Jacobowitz  <dan@codesourcery.com>
7778
7779         * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7780         memory regions and "mem auto".
7781
7782 2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
7783
7784         * gdbint.texinfo (Array Containers): New section.
7785
7786 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
7787
7788         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7789         -stack-list-arguments HIGH_FRAME argument can be larger then the
7790         actual number of frames.
7791
7792 2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
7793
7794         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7795         -stack-list-locals HIGH_FRAME argument can be larger then the
7796         actual number of frames.
7797
7798 2006-09-02  Bob Wilson  <bob.wilson@acm.org>
7799
7800         * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7801         Register Packet Format, Tracepoint Packets): Fix spelling errors.
7802
7803 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
7804
7805         * gdbint.texinfo (Overall Structure): New section "Source Tree
7806         Structure".
7807
7808 2006-08-17  Jim Blandy  <jimb@codesourcery.com>
7809
7810         * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7811         responses.
7812
7813 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
7814
7815         * gdb.texinfo (Source Path): Add documentation for new
7816         substitute-path commands.
7817
7818 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
7819
7820         * gdb.texinfo (Installing GDB): Update menu.  Move text to...
7821         (Running Configure): ...here.
7822         (Requirements): New node.  Mention expat.
7823
7824 2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
7825
7826         * gdb.texinfo (Target Commands): Remove
7827         'set download-write-size' and 'show download-write-size'.
7828
7829 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
7830
7831         * stabs.texinfo (Member Type Descriptor): Correct example for
7832         pointer to member types.
7833
7834 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
7835
7836         * gdb.texinfo (Optional warnings and messages): Add
7837         'set/show trace-commands'.
7838         (Command files): Add '-v' to source command.
7839
7840 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
7841
7842         * gdb.texinfo (OS Information): Update qPart reference to
7843         qXfer.
7844         (Remote configuration): Likewise.
7845         (Overview): Move @cindex to the start of a paragraph.  Talk
7846         about binary data encoding.
7847         (Packets): Refer to the overview for the details of the X
7848         packet encoding.
7849         (General Query Packets): Remove qPart description.  Add qXfer
7850         description.  Add an anchor to qSupported.  Correct feature
7851         table title.  Add a new feature for qXfer:auxv:read.
7852         (Interrupts): Add a missing parenthesis.
7853
7854 2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
7855
7856         * gdb.texinfo (KOD): Remove node.
7857         (GDB/MI Kod Commands): Remove commented out node.
7858
7859 2006-07-01  Eli Zaretskii  <eliz@gnu.org>
7860
7861         * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7862         (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7863         (GDB/MI Thread Commands, GDB/MI Program Execution)
7864         (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7865         (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7866         (GDB/MI File Commands, GDB/MI Target Manipulation)
7867         (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7868         since the MI prompt is hard-wired into the code.
7869
7870 2006-07-01  Nick Roberts  <nickrob@snap.net.nz>
7871
7872         * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7873         (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7874         (GDB/MI Data Manipulation): Remove description of unimplemented
7875         display related commands as variable objects perform this function
7876         and are superior: -display-delete, -display-disable,
7877         -display-enable, -display-insert and -display-list.  Move
7878         -environment-cd, -environment-directory, -environment-path
7879         and -environment-pwd to "Program Context".
7880         (GDB/MI Program Control): Rename to "Program Execution".  Move
7881         -exec-arguments -exec-abort to...
7882         (GDB/MI Program Context): ...here.  New node split from "Data
7883          Manipulation".
7884
7885 2006-06-21  Daniel Jacobowitz  <dan@codesourcery.com>
7886
7887         * gdb.texinfo (Remote configuration): Document set / show
7888         remote supported-packets.
7889         (General Query Packets): Document qSupported packet.
7890
7891 2006-06-10  Sandra Loosemore <sandra@codesourcery.com>
7892
7893         * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7894         and font markup.
7895         (Protocol basics): Likewise.
7896         (The F request packet): Likewise.
7897         (The F reply packet): Likewise.
7898         (Memory transfer): Move this node to be a subsubsection of
7899         "Protocol specific representation of datatypes".
7900         (The Ctrl-C message): More copy editing.
7901         (Console I/O): Likewise.
7902         (The isatty call): Delete this node, and merge its content into
7903         the "isatty" node.  Fixed references elsewhere.
7904         (The system call): Delete this node, and merge its content into
7905         the "system" node.  Fixed references elsewhere.
7906         (open): Reformat to use @table, and add appropriate font markup.
7907         (close): Likewise.
7908         (read): Likewise.
7909         (write): Likewise.
7910         (lseek): Likewise.
7911         (rename): Likewise.
7912         (unlink): Likewise.
7913         (stat/fstat): Likewise.
7914         (gettimeofday): Likewise.
7915         (isatty): Likewise.
7916         (system): Likewise, plus minor changes to fix confusing wording.
7917         (Integral datatypes): Fix font markup.
7918         (Pointer values): Likewise.
7919         (struct stat): Fix markup to use @table, plus minor copy editing.
7920         (struct timeval): Fix font markup, plus minor copy editing.
7921         (Constants): Minor copy editing.
7922         (Errno values): Add font markup.
7923         (File-I/O Examples): Likewise.
7924
7925 2006-06-10  Nick Roberts  <nickrob@snap.net.nz>
7926
7927         * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7928         (GDB/MI Simple Examples): Move node up one level.  Use real
7929         examples.
7930         (GDB/MI Compatibility with CLI): Update.
7931         (GDB/MI Result Records): Add "connected" and "exit" result
7932         classes.
7933         (GDB/MI Stream Records): Clarify target output.
7934         (GDB/MI Command Description Format): Modify example description.
7935         (GDB/MI Breakpoint Table Commands): Rename to...
7936         (GDB/MI Breakpoint Commands): ...this
7937         (GDB/MI Breakpoint Commands): Add optional thread field.
7938         (GDB/MI Program Control): Add an introduction.  Move "Program
7939         termination" examples into exec-run description.
7940         (GDB/MI File Commands): Mention similar CLI commands.
7941         (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
7942         is similar to "-gdb-version".
7943
7944 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
7945
7946         * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7947
7948 2006-06-02  Nick Roberts  <nickrob@snap.net.nz>
7949
7950         * gdb.texinfo (GDB/MI Development and Front Ends): Use
7951         sourceware.org for mailing lists.
7952         (GDB/MI File Commands): New node split from Program Control.
7953
7954 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
7955
7956         * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7957
7958 2006-05-22  Eli Zaretskii  <eliz@gnu.org>
7959
7960         * gdb.texinfo (Cygwin Native): Fix last change.
7961
7962 2006-05-22  Christopher Faylor  <cgf@timesys.com>
7963
7964         * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7965
7966 2006-05-15  Nick Roberts  <nickrob@snap.net.nz>
7967
7968         * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7969         (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7970
7971 2006-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
7972
7973         * gdb.texinfo (General Query Packets): Recommend not starting
7974         new packets with qC and clarify.
7975
7976 2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
7977
7978         * gdb.texinfo (M2 Types): New section.
7979
7980 2006-05-10  Daniel Jacobowitz  <dan@codesourcery.com>
7981
7982         * agentexpr.texi: Add a copyright and license notice.
7983         * observer.texi: Likewise, with GPL clause for function prototypes.
7984         Remove trailing whitespace.
7985
7986 2006-05-05  Jim Blandy  <jimb@codesourcery.com>
7987
7988         * gdb.texinfo (General Query Packets): Document conventions for
7989         terminating packet names, and their violations.
7990
7991 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7992
7993         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7994         * gdb.texinfo: Likewise.
7995
7996 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7997
7998         * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7999         and "show remotedebug".
8000         (Debugging Output): Add additional index entries.
8001
8002 2006-04-27  Michael Snyder  <msnyder@redhat.com>
8003
8004         * gdb.texinfo (delete-fork): Command renamed to "delete fork".
8005
8006 2006-04-22  Andrew Cagney  <cagney@redhat.com>
8007
8008         * gdb.texinfo (Contributors): Credit frame unwinder contributors.
8009         * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
8010
8011 2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
8012
8013         * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
8014         and remove breakpoint prototypes.
8015         (Watchpoints): Move description of target_insert_hw_breakpoint and
8016         target_remove_hw_breakpoint ...
8017         (Breakpoints): ... to here.  Document target_insert_breakpoint and
8018         target_remove_breakpoint.
8019
8020 2006-04-17  Jim Blandy  <jimb@codesourcery.com>
8021
8022         * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
8023         and C packets are optional.
8024
8025 2006-04-14  Frederic Riss  <frederic.riss@st.com>
8026
8027         * gdb.texinfo (Specifying source directories): Update the description
8028         of the source file search to reflect the fact that the source path
8029         always contains at least $cdir and $cwd.
8030
8031 2006-03-31  Michael Snyder  <msnyder@redhat.com>
8032
8033         * gdb.texinfo: Update copyright dates.
8034
8035 2006-03-31  Eli Zaretskii  <eliz@gnu.org>
8036
8037         * gdb.texinfo (Overview): Add an index entry to "empty response".
8038
8039 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
8040
8041         * gdbint.texinfo (Prologue Analysis): New section.
8042
8043 2006-03-07  Jim Blandy  <jimb@red-bean.com>
8044
8045         * gdb.texinfo (Connecting): Document 'target remote pipe'.
8046
8047         * gdb.texinfo (Target Commands): Update text describing how to
8048         specify a target.  Refer to the detailed section on remote
8049         debugging, not the brief mention.
8050
8051         * gdb.texinfo (Connecting): Organize the different 'target remote'
8052         connection methods into a table.  Add a 'target remote' index
8053         entry. (!!!)
8054
8055 2006-02-17  Fred Fish  <fnf@specifix.com>
8056
8057         * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
8058         'ptype' commands to reflect the fact that the only significant
8059         difference between them is that ptype prints the complete type
8060         description instead of just the name.
8061
8062 2006-02-13  Wu Zhou  <woodzltc@cn.ibm.com>
8063
8064         * gdbint.texinfo (Watchpoints): Delete
8065         TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
8066
8067 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
8068
8069         * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
8070         times fields where needed.  Fix typos.  Update general form given
8071         for output of -break-insert.
8072         (GDB/MI): Abbreviate some unnecessarily long fullnames.
8073
8074 2006-02-06  Daniel Jacobowitz  <dan@codesourcery.com>
8075
8076         * gdbint.texinfo (Symbol Handling): Add a section
8077         on memory management.
8078
8079 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
8080
8081         * gdb.texinfo (Breakpoint table commands): Document the fullname
8082         field in -break-list output.
8083
8084 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
8085
8086         * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
8087         debugging information produced by the various "set debug..."
8088         options.
8089
8090 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
8091
8092         * gdb.texinfo (Files): Remove obsolete bits from the description
8093         of "symbol-file".
8094
8095 2006-01-25  Jim Blandy  <jimb@redhat.com>
8096
8097         * gdbint.texinfo (Testsuite): Explain how to run selected tests.
8098
8099 2006-01-24  Jim Blandy  <jimb@redhat.com>
8100
8101         * gdbint.texinfo (Frames): Document the basics of GDB's register
8102         unwinding model, and explain the existence of the "sentinel" frame.
8103
8104 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
8105
8106         * gdb.texinfo (Choosing files): Mention that -directory is used
8107         for script files.
8108         (Specifying source directories): Likewise.
8109         (Command files): Explain how script files are found.
8110
8111 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
8112
8113         * gdb.texinfo (Backtrace): Describe how to get backtrace of all
8114         the threads in a multi-threaded program.
8115         (Threads): The threadno argument of "thread apply" can be a range
8116         of numbers.
8117
8118 2006-01-18  Jim Blandy  <jimb@redhat.com>
8119
8120         * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
8121         of warning flags.
8122
8123 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
8124
8125         * gdb.texinfo (Sequences): Improve menu annotations.
8126         (Define): Add index entries for arguments of user-defined
8127         commands.  Move the description of flow-control commands...
8128         (Command Files): ...to here.  Document loop_break and
8129         loop_continue.
8130         (Define, Command Files): Document `end' and add index entries for
8131         it.
8132
8133 2006-01-04  Michael Snyder  <msnyder@redhat.com>
8134
8135         * gdb.texinfo: Add documentation for linux-fork.
8136         * gdbint.texinfo: Add internal documentation for checkpoints.
8137
8138 2006-01-02  Paul N. Hilfinger  <hilfinger@gnat.com>
8139
8140         * gdb.texinfo (Omissions from Ada): Document that there is now
8141         limited aggregate support.
8142
8143 2005-12-28  Eli Zaretskii  <eliz@gnu.org>
8144
8145         * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
8146         registers and the likes.
8147
8148 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
8149
8150         * gdb.texinfo (Target Commands, Bug Reporting, File Options)
8151         (Symbols): Fix usage of "e.g.".
8152         (Memory Region Attributes): Fix usage of "etc."
8153
8154         * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
8155         (Coding): Fix usage of "e.g.".
8156
8157 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
8158
8159         * stabs.texinfo:
8160         * refcard.tex:
8161         * gpl.texi:
8162         * gdbint.texinfo:
8163         * gdb.texinfo:
8164         * gdb-cfg.texi:
8165         * fdl.texi:
8166         * annotate.texinfo:
8167         * all-cfg.texi:
8168         * Makefile.in: Add (C) after Copyright.  Update the FSF
8169         address.
8170
8171 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
8172
8173         * gdb.texinfo (Connecting): Explain that `monitor' is a way to
8174         extend GDB with commands for external monitor.
8175
8176 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
8177
8178         * gdb.texinfo (Convenience variables): Add init-if-undefined command.
8179
8180 2005-11-25  Joel Brobecker  <brobecker@adacore.com>
8181
8182         * gdbint.texinfo (Start of New Year Procedure): New chapter.
8183
8184 2005-11-21  Jim Blandy  <jimb@redhat.com>
8185
8186         * gdb.texinfo (Tracepoint Packets): Document restrictions on
8187         placement of 'R' actions in tracepoint action packets; document
8188         dependence of 'X' and 'M' actions on a preceding 'R' action for
8189         their registers.
8190
8191 2005-11-19  Jim Blandy  <jimb@redhat.com>
8192
8193         * gdb.texinfo (Tracepoint Packets): New node.
8194         (General Query Packets): Add entries for the tracepoint packets,
8195         referring to the "Tracepoint Packets" node.
8196         (Tracepoints): Add reference to "Tracepoint Packets".
8197
8198 2005-11-18  Kevin Buettner  <kevinb@redhat.com>
8199
8200         * gdb.texinfo (set remotebreak): Add anchor.
8201         (X packet): Likewise.
8202         (Remote Protocol): Add new section `Interrupts' and new index
8203         entry `interrupts (remote protocol)'.
8204
8205 2005-11-18  Jim Blandy  <jimb@redhat.com>
8206
8207         * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
8208         entries into the General Query Packets section.  Add a
8209         cross-reference to that section.  Drop description of replies, as
8210         these are covered in the descriptions of each packet.
8211         (General Query Packets): Add introductory text.  Explain naming
8212         conventions, and how the end of a name is recognized.
8213
8214 2005-11-17  Kevin Buettner  <kevinb@redhat.com>
8215
8216         * gdb.texinfo (Remote configuration): Fix typo in description of
8217         "set remotebreak" command.
8218
8219 2005-11-16  Jim Blandy  <jimb@redhat.com>
8220
8221         * gdb.texinfo (Packets, Stop Reply Packets)
8222         (General Query Packets): Various formatting cleanups.
8223         - Use @samp for packet contents.
8224         - Drop summaries from packet @item lines; the same information appears
8225           immediately below in the description.
8226         - Delete paragraph breaks after packet @item commands, so that the
8227           description appears directly to the right of the packet prototype
8228           in the printed manual, if it fits.
8229         - Place spaces in packet prototypes between @vars and non-@var
8230           letters, and explain that they're just for formatting.
8231         - Use @dots{} instead of '...'.
8232         - Fix uses of @code where @var was needed.
8233         - Replace "deprecated" markers with English text spelling out the
8234           packet's status and the preferred alternatives.
8235         - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8236           what this ever meant.
8237         - Remove "(draft)" markers on 'i' packets; nobody has commented on
8238           this for a long time.
8239         - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8240           implemented several times, and have been in use for years.
8241
8242 2005-11-15  Jim Blandy  <jimb@redhat.com>
8243
8244         * gdb.texinfo (Packets): Add index entries for 'm' packet
8245         disclaimers.
8246
8247         * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8248         of stub when processing an 'm' packet.
8249
8250         * gdb.texinfo (Packets): Mention that packets beginning with
8251         letters are reserved once, at the top, instead of actually listing
8252         them all and saying "reserved".
8253
8254 2005-11-15  Andrew Stubbs  <andrew.stubbs@st.com>
8255
8256         * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8257         Change @var{$arg0 to @code{$arg0.
8258
8259 2005-11-14  Wu Zhou  <woodzltc@cn.ibm.com>
8260
8261         * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8262
8263 2005-11-12  Jim Blandy  <jimb@redhat.com>
8264
8265         * gdb.texinfo (General Query Packets): Put packets in alphabetical
8266         order.  Remove extraneous 'z'.
8267
8268 2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>
8269
8270         * gdb.texinfo (Choosing files): Add --eval-command.
8271
8272 2005-11-04  Andrew Stubbs  <andrew.stubbs@st.com>
8273
8274         * gdb.texinfo (Choosing modes): Add --return-child-result.
8275
8276
8277 2005-11-01  Andrew Stubbs  <andrew.stubbs@st.com>
8278
8279         * gdb.texinfo (Choosing modes): Add --batch-silent.
8280
8281 2005-10-28  Eli Zaretskii  <eliz@gnu.org>
8282
8283         * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8284         "The -var-update Command".
8285
8286 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
8287
8288         * gdb.texinfo (Print Settings): Add documentation for set/show
8289         print array-indexes.
8290
8291 2005-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
8292
8293         * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8294         6.2 and 6.3.
8295
8296 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
8297
8298         * gdb.texinfo (File Options): Don't document --mapped, it's gone
8299         since 19-Jan-2004.
8300         (Files): Likewise.
8301         (Variables, Symbols): Document the "<incomplete type>" message and
8302         its reasons.
8303
8304 2005-08-01  Fred Fish  <fnf@specifix.com>
8305
8306         * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8307
8308 2005-07-15  Nick Roberts  <nickrob@snap.net.nz>
8309
8310         * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8311         option for -var-list-children and -var-update.
8312         (GDB/MI Stack Manipulation): Simplify description of
8313         print-values option for -stack-list-locals.
8314         (GDB/MI Command Description Format): Clarify.
8315         (Mode Options): Spelling of superseded.
8316
8317 2005-07-12  Bob Rossi  <bob@brasko.net>
8318
8319         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8320         corresponding GDB command comment.
8321
8322 2005-07-06  Bob Rossi  <bob@brasko.net>
8323
8324         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8325         and -inferior-tty-show.
8326         (Input/Output): Document "set/show inferior-tty" and tty alias.
8327
8328 2005-07-02  Nathan J. Williams  <nathanw@wasabisystems.com>
8329
8330         * gdb.texinfo (Packets): Change description of 'D' packet to note
8331         that GDB does wait for a response.
8332
8333 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
8334
8335         * gdb.texinfo (History) Rename "Command History".
8336         (Command History): Move node "Server Prefix" from section on
8337         Annotations here.
8338
8339 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
8340
8341         * gdb.texinfo (GDB/MI Stack Manipulation):
8342         Re-instate -stack-info-frame with example.  Say that it gets
8343         info on selected frame, not current frame.
8344
8345 2005-06-18  Eli Zaretskii  <eliz@gnu.org>
8346
8347         * gdb.texinfo (Server): Clarify that `file' should be used before
8348         connecting to the server.
8349         (Files): Add an xref to the above description.
8350         (Output Formats): More detailed description of the `c' format.
8351         (Memory): List explicitly all the formats supported by `x'.
8352         (Threads): Add an @cindex entry for "thread apply".
8353         (Files): Document the possibility of loading unlinked object
8354         files.  Add more indexing for solib-absolute-prefix and
8355         --with-sysroot.
8356         (Machine Code): Document possible problems with locations in
8357         shared libraries.
8358         (Backtrace): Document that free-standing environments do not need
8359         to have a `main' function.
8360
8361 2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
8362
8363         * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8364         -stack-info-frame.
8365
8366 2005-06-07  Andrew Cagney  <cagney@gnu.org>
8367
8368         * gdb.texinfo (Contributors): Note the original multi-arch
8369         contributors.
8370
8371 2005-06-03  Eli Zaretskii  <eliz@gnu.org>
8372
8373         * gdb.texinfo (Registers): Add index entries for the standard
8374         registers.
8375         (Frames): Add cross-reference from frame pointer description to
8376         the Registers node.
8377         (Annotations Overview): Fix the reference to GDB name.
8378
8379 2005-06-01  Eli Zaretskii  <eliz@gnu.org>
8380
8381         * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8382         can-use-hw-watchpoints.
8383
8384 2005-05-28  Bob Rossi  <bob@brasko.net>
8385
8386         * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8387         the possible reasons why an exec async record would be returned to FE.
8388
8389 2005-05-26  Andrew Cagney  <cagney@gnu.org>
8390
8391         * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8392         Andrew Cagney implemented the original GDB/MI.
8393
8394 2005-05-23  Orjan Friberg  <orjanf@axis.com>
8395
8396         * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8397         documentation.  Add documentation for cris-mode.
8398
8399 2005-05-20  Eli Zaretskii  <eliz@gnu.org>
8400
8401         * gdb.texinfo (Numbers): Explain the example and make the wording
8402         more acurate.
8403
8404 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
8405             Dennis Brueni  <dennis@slickedit.com>
8406
8407         * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8408         (GDB/MI Data Manipulation, GDB/MI Program Control)
8409         (GDB/MI Stack Manipulation): Update examples to include the fullname
8410         attribute in stack frames.
8411
8412 2005-05-12  Eli Zaretskii  <eliz@gnu.org>
8413
8414         * gdb.texinfo (Startup): Fix last change.  Treat gdb.ini like we
8415         do with other non-standard names of init files.
8416
8417 2005-05-11  Eli Zaretskii  <eliz@gnu.org>
8418
8419         * gdb.texinfo (Command Files): Move the description of the startup
8420         from here...
8421         (Startup): ...to this new subsection of the Invocation chapter.
8422         Rearrange the description of init files more logically and add a
8423         cross-reference to "Command Files".  Document the special gdbinit
8424         name for CISCO 68k.  Expand the description of what GDB does
8425         during startup.
8426         (History): Add index entry for HISTSIZE.
8427
8428 2005-05-02  Mark Kettenis  <kettenis@gnu.org>
8429
8430         * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8431
8432 2005-05-02  Eli Zaretskii  <eliz@gnu.org>
8433
8434         * gdb.texinfo (SVR4 Process Information, The isatty call)
8435         (The system call): Don't use foo(N) notation for man pages and
8436         functions.
8437         (Compilation, DJGPP Native): Improve wording.
8438
8439 2005-04-27  Eli Zaretskii  <eliz@gnu.org>
8440
8441         * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8442         were optimized away.
8443
8444 2005-04-22  Eli Zaretskii  <eliz@gnu.org>
8445
8446         * gdb.texinfo (Remote configuration): Document "set/show
8447         get-thread-local-storage-address".  Add cross-reference to the
8448         description of the qGetTLSAddr packet.
8449         (General Query Packets): Mention "set remote
8450         get-thread-local-storage-address" and add a reference to its
8451         description.
8452
8453 2005-04-19  Nick Roberts  <nickrob@snap.net.nz>
8454
8455         * gdb.texinfo (Backtrace): Describe 'bt full'.
8456
8457 2005-04-17  Nick Roberts  <nickrob@snap.net.nz>
8458
8459         * gdb.texinfo (Mode Options): Fix typo.
8460         (GDB/MI): Describe how to invoke GDB/MI.
8461
8462 2005-04-16  Eli Zaretskii  <eliz@gnu.org>
8463
8464         * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
8465         references changed.  Add description of "info udot".
8466         (Files): Document "set/show stop-on-solib-events".
8467         (M32R/D): Document "set/show download-path", "set/show
8468         board-address", "set/show server-address", "upload", "tload".
8469         Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8470         "use_mon_code", "use_ib_break", "use_dbt_break".
8471         (Maintenance Commands): Improve indexing.
8472         (Target Commands): Document "set/show hash", "set/show debug
8473         monitor".
8474         (SVR4 Process Information): Document "info pidlist" and "info
8475         meminfo".  Document "set/show procfs-tarce" and "set/show
8476         procfs-file".  Document "proc-trace-*" and "proc-untrace-*".
8477         (Symbols, The Print Command with Objective-C): Improve indexing.
8478         (Objective-C): Add references to "info classes" and "info
8479         selectors".
8480         (Debugging Output): Improve wording.  Document "set/show debug
8481         solib-frv".  Fix "set/show debugvarobj".
8482         (Set Breaks): Add index entry for "hardware breakpoints".
8483         (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8484         and "set/show usehardbreakpoints".
8485         (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8486         monitor-prompt", "set/show monitor-warnings", "pmon".
8487         (ARM): Document "rdilogfile", "rdilogenable", "set/show
8488         rdiromatzero", "set/show rdiheartbeat".
8489         (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8490         "sds".
8491         (Embedded Processors): Document the "sim" command.
8492         (Remote): Document the "remote" command.
8493         (DJGPP Native): Document the "info serial" command.
8494         (Threads): Document "maint info sol-threads".
8495         (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8496         (Set Breaks): Improve indexing.
8497         (Command Syntax): Add a reference to dont-repeat.
8498         (Define): Document "dont-repeat".
8499         (TUI Commands): Document "tabset".
8500         (WinCE): New subsection.  Document "set/show remotedirectory",
8501         "set/show remoteupload", "set/show remoteaddhost".
8502
8503 2005-04-15  Eli Zaretskii  <eliz@gnu.org>
8504
8505         * gdb.texinfo (Hurd Native): New subsection, documents
8506         Hurd-specific commands.
8507         (Maintenance Commands): Add cross-reference to "Debugging Output".
8508         (Debugging Output): Document "set/show debug lin-lwp".
8509         (MIPS): Improve documentation of heuristic-fence-post.  Document
8510         "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8511         mips stack-arg-size", "set/show mips mask-address", "set/show mips
8512         remote-mips64-transfers-32bit-regs", "set/show debug mips".
8513         (ARM): Document ARM-specific commands.
8514         (AVR): New section.  Document "info io_registers".
8515         (CRIS): New section.  Document "set/show cris-version" and
8516         "set/show cris-dwarf2-cfi".
8517         (HPPA): New section.  Document "set/show debug hppa" and "maint
8518         print unwind".
8519         (Neutrino): New subsection.  Document "set/show debug nto-debug".
8520         (Super-H): New section.  Document the "regs" command.
8521         (Debugging Output): Document "set/show debug aix-thread".
8522
8523 2005-04-09  Eli Zaretskii  <eliz@gnu.org>
8524
8525         * gdb.texinfo (Print Settings): Document "set/show print
8526         pascal_static-members", "set print repeats", "show print
8527         null-stop".  Improve indexing.  Fix documentation of "set print
8528         union".
8529         (Pascal): New section.
8530         (Supported languages): Rename from "Support"; all references
8531         updated.  Add a menu item for Pascal.
8532         (Numbers): Document "set radix.
8533         (Screen Size): Document "set/show pagination".
8534         (MIPS Embedded): Remove "set processor" documentation.
8535         (Remote configuration): Document "set/show X/P/Z-packet",
8536         "set/show read-aux-vector-packet", "set/show remote
8537         symbol-lookup-packet", "set/show remote verbose-resume-packet",
8538         "set/show remoteaddresssize", "set/show remotebaud", "set/show
8539         remotedebug", "set/show remotebreak", "set/show remotedevice",
8540         "set/show remotelogfile".
8541         (Auxiliary Vector): Add reference to the description of the
8542         read-aux-vector-packet setting.
8543         (Set Watchpoints): Add a cross-reference to "set remote
8544         hardware-breakpoint-limit".
8545         (General Query Packets): Add indexing of requests and
8546         cross-references to related commands in "Remote configuration".
8547         (File-I/O Overview, The system call): Fix wording and typos.
8548         (Thread Stops): Add index entries.
8549         (Continuing and Stepping): Document "show step-mode".
8550         (i386): New node.  Document "set/show struct-convention".
8551         (Files): Document "show trust-readonly-sections".
8552         (Calling): Document "set/show unwindonsignal".
8553         (Messages/Warnings): Add index entries.
8554         (Maintenance Commands): Document "set/show watchdog".
8555         (Annotations Overview): Document "show annotate".
8556         (Set Watchpoints): Add index entries.
8557         (Symbols): Fix doc of case-sensitive.
8558         (ABI): Document "show coerce-float-to-double".
8559         (Convenience Vars, Help): Improve indexing.
8560         (Machine Code): Document "show disassembly-flavor".
8561         (Debugging C plus plus): Document "show overload-resolution".
8562         (Value History, Signaling): Add index entries.
8563
8564 2005-04-08  Eli Zaretskii  <eliz@gnu.org>
8565
8566         * gdb.texinfo (Show): Move @kindex entries to their proper places.
8567         (Processes): Fix wording.
8568         (History, List, Logging output, Define, Symbols, Print Settings):
8569         Improve indexing.
8570
8571 2005-04-03  Eli Zaretskii  <eliz@gnu.org>
8572
8573         * gdb.texinfo (Targets): Document "set/show architecture".  Remove
8574         redundant index entry for "target" command.
8575         (Backtrace): Add index entries.
8576         (Symbols, Fortran): Document the "set case-sensitive" command.
8577         (DJGPP Native): Document "set com1base", "set com1irq", etc.
8578         (Print Settings): Add index entry for "set demangle-style".
8579         (Target Commands): Document "set download-write-size".
8580         (Debugging Output): Document "set exec-done-display".
8581
8582 2005-04-02  Eli Zaretskii  <eliz@gnu.org>
8583
8584         * gdb.texinfo (Files): Fix the name and documentation of
8585         add-shared-symbol-files.  Document its alias assf.  Update the
8586         list of OSs where GDB supports shared libraries.  Fix markup.
8587         (Continuing and Stepping): Add reference to @var{location} in the
8588         text.
8589         (Dump/Restore Files): Fix reference to @{filename}.
8590         (Help): Fix wording.
8591         (Attach): Ditto.
8592         (Set Watchpoints): Ditto.
8593         (Backtrace): Remove redundant index entries.  Improve index
8594         entries.
8595         (Delete Breaks): Fix wording.
8596         (Memory): Document the compare-sections command.
8597         (Memory Region Attributes): Improve wording.
8598         (Disabling): Improve wording.
8599         (Fortran): New subsection.  Document the "info common" command.
8600         (Help): Document aliases "info copying" and "info warranty".
8601         (Caching Remote Data): New section.  Document the "set/show
8602         remotecache" and "info dcache" commands.
8603         (Show): Fix wording of the documentation of the "set
8604         extension-language" command.
8605         (Signals): Add index entry for "info handle".
8606         (Memory Region Attributes): Fix punctuation.
8607         (Symbols): Change the arg name to "location" and refer to it in
8608         the text.  Fix wording of "info types" doc.
8609         (Threads): Fix usage of @enumerate @item's.
8610         (Listing Tracepoints): Add index entry for "info tp".
8611         (Set Watchpoints): Add xref to "info break" description.
8612         (Macros): Add an index entry for "macro exp1".  Document the
8613         "macro list" command.
8614         (Maintenance Commands): Document "flushregs", "maint agent",
8615         "maint check-symtabs", "maint cplus", "maint demangle", "maint
8616         deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8617         "maint print architecture", "maint print objfiles", "maint print
8618         statistics", "maint print type", "maint show-debug-regs", "maint
8619         space", "maint time", and "maint translate-address".
8620         (Connecting): Document the "monitor" command.
8621         (Annotations Overview): Describe the "set annotate" command.
8622
8623 2005-04-01  Eli Zaretskii  <eliz@gnu.org>
8624
8625         * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8626         Rearrange index entries and improve wording about support for
8627         hardware watchpoints.
8628
8629 2005-03-10  Bob Rossi  <bob@brasko.net>
8630
8631         * gdb.texinfo: Update copyright
8632
8633 2005-02-09  Theodore A. Roth  <troth@openavr.org>
8634
8635         * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8636         error.
8637
8638 2005-02-03  Kevin Buettner  <kevinb@redhat.com>
8639
8640         * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8641
8642 2005-01-17  Michael Snyder  <msnyder@redhat.com>
8643
8644         * gdb.texinfo: Fix spelling, infinte  ->  infinite.
8645
8646 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
8647
8648         * observer.texi (GDB Observers): Document "solib_loaded".
8649
8650 2005-01-07  Andrew Cagney  <cagney@gnu.org>
8651
8652         * configure.ac: Rename configure.in, require autoconf 2.59.
8653         * configure: Re-generate.
8654
8655         * configure.in: Replace configdirs with multiple references to
8656         AC_CONFIG_SUBDIRS.
8657         * configure: Re-generate.
8658
8659 2005-01-04  Andrew Cagney  <cagney@gnu.org>
8660
8661         * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8662         part of the version number.
8663
8664 2004-12-24  Mark Kettenis  <kettenis@gnu.org>
8665
8666         * gdbint.texinfo (Algorithms): Remove description of
8667         TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8668
8669 2004-12-07  Jim Blandy  <jimb@redhat.com>
8670
8671         * gdb.texinfo (General Query Packets): Specify that thread ID's in
8672         the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8673         numbers.
8674
8675 2004-12-07  Andreas Schwab  <schwab@suse.de>
8676
8677         * gdb.texinfo (Mode Options): Document -l option.
8678
8679 2004-12-04  Eli Zaretskii  <eliz@gnu.org>
8680
8681         * gdbint.texinfo (Algorithms): More accurate description of
8682         STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
8683         is not needed unless data-read and data-access watchpoints are
8684         supported.  Add a description of how GDB checks whether the
8685         inferior stopped because a watchpoint was hit.
8686
8687 2004-11-23  Eli Zaretskii  <eliz@gnu.org>
8688
8689         * gdb.texinfo (Files): Add cross-reference to description of
8690         -readnow command-line switch.
8691
8692 2004-11-10  Randolph Chung  <tausq@debian.org>
8693
8694         * gdb.texinfo: Document set/show backtrace past-entry commands.
8695         Rearrange index entries for set/show backtrace past-main.
8696
8697 2004-11-10  Jon Beniston <jon@beniston.com>
8698
8699         Committed by Andrew Cagney  <cagney@gnu.org>.
8700         * gdb.texinfo (Remote Serial Protocol): Further describe
8701         binary transfer escaping mechanism .
8702
8703 2004-11-08  Randolph Chung  <tausq@debian.org>
8704
8705         * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8706         and "show debug infrun".  Add index entries.
8707
8708 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
8709
8710         * gdb.texinfo (SVR4 Process Information): Document subcommands of
8711         "info proc" that are already implemented.  Add index entries.
8712         (Working Directory): Add a cross-reference to "info proc" command.
8713         (Files): Add a tip for decreasing memory used for symtabs from
8714         shared libraries.
8715         (Starting): Fix whitespace; make "elaboration" stand out where it
8716         is first used, and add an index entry for the term.
8717         (Calling): Expand and elaborate text.  Add "print".  Add the
8718         description of problems with weak aliases.
8719         (Core File Generation): New section.
8720
8721 2004-10-12  Andrew Cagney  <cagney@gnu.org>
8722
8723         * gdbint.texinfo (Versions and Branches): New chapter.
8724         (Releasing GDB): Delete "Versions and Branches" section.
8725         (Top): Add "Versions and Branches".
8726
8727 2004-10-08  Eli Zaretskii  <eliz@gnu.org>
8728
8729         * gdb.texinfo (Editing, History): Add cross-references to the
8730         included Readline and History user documentation.  Remove
8731         references to the symbol have-readline-appendices which is unused
8732         and undefined.
8733         (History): Fix indexing.
8734
8735 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
8736
8737         * gdbint.texinfo (target_stopped_data_address): Update to
8738         new prototype.
8739         (i386_stopped_data_address): Update prototype and description.
8740         (i386_stopped_by_watchpoint): New function and description.
8741
8742 2004-10-03  Paul N. Hilfinger  <hilfinger@gnat.com>
8743
8744         * gdb.texinfo (Filenames): Add Ada suffixes.
8745         (Ada) New section.
8746
8747 2004-09-27  Andrew Cagney  <cagney@gnu.org>
8748             Robert Picco  <Robert.Picco@hp.com>
8749
8750         * gdb.texinfo (Packets): Document the "p" packet.
8751
8752 2004-09-21  Jason Molenda  (jmolenda@apple.com)
8753
8754         * gdb.texinfo (Paths and Names of the Source Files): Document the
8755         meaning of values in the 'desc' field of a SO stab.
8756
8757 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
8758
8759         * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8760         max-cache-age" and "maint show dwarf2 max-cache-age".
8761
8762 2004-09-16  Eli Zaretskii  <eliz@gnu.org>
8763
8764         * gdb.texinfo (Set Breaks): Add index entry for setting
8765         breakpoints on overloaded C++ functions that are not members of
8766         any classes.  Add an example and an index entry for setting
8767         breakpoints on all program functions.
8768         (Character Sets, Macros, Overlay Commands)
8769         (Non-debug DLL symbols, GDB/MI Output Syntax)
8770         (Annotations Overview, Maintenance Commands, File-I/O Overview):
8771         Use "(@value{GDBP})" instead of a literal "(gdb)".
8772
8773 2004-09-12  Andrew Cagney  <cagney@gnu.org>
8774
8775         * gdbint.texinfo (Native Debugging): Delete description of
8776         FILES_INFO_HOOK.
8777
8778 2004-09-11  Paul Hilfinger  <hilfinger@gnat.com>
8779
8780         * gdbint.texinfo (User Interface): Change local_hex_string_custom
8781         to hex_string_custom (not historically correct, but more
8782         understandable, given the current code).
8783
8784 2004-09-03  Andrew Cagney  <cagney@gnu.org>
8785
8786         * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8787
8788 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
8789
8790         * observer.texi (solib_unloaded): New observer.
8791
8792 2004-08-24  Andrew Cagney  <cagney@gnu.org>
8793
8794         * gdbint.texinfo (Target Architecture Definition): Add missing
8795         comma.
8796
8797 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
8798
8799         * (Using the Testsuite): build != host is supported,
8800         but some test scripts do not support build != host.
8801
8802 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
8803
8804         * gdbint.texinfo (Host Definition): Delete description of
8805         FCLOSE_PROVIDED and GETENV_PROVIDED.
8806
8807 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
8808
8809         * gdbint.texinfo (Host Definition): Delete description of
8810         NO_SYS_FILE.
8811         (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8812         PTRACE_FP_BUG.
8813
8814 2004-08-05  Andrew Cagney  <cagney@gnu.org>
8815
8816         * gdbint.texinfo (Target Architecture Definition): Delete
8817         reference to deprecated_read_fp.
8818
8819 2004-08-02  Andrew Cagney  <cagney@gnu.org>
8820
8821         * gdbint.texinfo (Target Architecture Definition): Delete
8822         description of DEPRECATED_REGISTER_BYTES.
8823
8824 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
8825
8826         * gdb.texinfo (Source Path): Document the new behavior of
8827         searching for the source files.
8828
8829 2004-07-17  Eli Zaretskii  <eliz@gnu.org>
8830
8831         * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8832         (Search, Expressions, Arrays, Variables, Data, Machine Code)
8833         (Auto Display): Improve indexing.
8834
8835 2004-07-16  Andrew Cagney  <cagney@gnu.org>
8836
8837         * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8838         "-noasync".
8839
8840 2004-07-09  Eli Zaretskii  <eliz@gnu.org>
8841
8842         * gdb.texinfo: Fix @kindex entries so that multiple commands that
8843         have the same prefix have only their prefix in the index.
8844
8845 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
8846
8847         * gdb.texinfo (BSD libkvm Interface): New node (section)
8848         (Native): Add it to the menu.
8849
8850 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
8851
8852         * gdbint.texinfo (Target Architecture Definition): Remove
8853         PCC_SOL_BROKEN.
8854
8855 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
8856
8857         * gdbint.texinfo (Target Architecture Definition): Remove
8858         SUN_FIXED_LBRAC_BUG.
8859
8860 2004-06-26  Andrew Cagney  <cagney@gnu.org>
8861
8862         * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8863
8864 2004-06-20  Andrew Cagney  <cagney@gnu.org>
8865
8866         * gdbint.texinfo (Target Architecture Definition): Deprecate
8867         USE_STRUCT_CONVENTION.
8868
8869 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
8870
8871         gdb.texinfo (Bug Reporting): Mention session recording,
8872         with the script command or Emacs.
8873
8874 2004-06-18  Andrew Cagney  <cagney@gnu.org>
8875
8876         * gdbint.texinfo (Target Architecture Definition): Deprecate
8877         FUNCTION_START_OFFSET.
8878
8879 2004-06-14  Andrew Cagney  <cagney@gnu.org>
8880
8881         Based on changes from Karl Berry.
8882         * gdb.texinfo: Do not use @sc in a direntry.
8883         * stabs.texinfo: Change @dircateogry to "Software development".
8884         * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8885
8886 2004-06-13  Andrew Cagney  <cagney@gnu.org>
8887
8888         * gdbint.texinfo (Target Architecture Definition): Delete
8889         description of RETURN_VALUE_ON_STACK.
8890
8891 2004-06-09  Andrew Cagney  <cagney@gnu.org>
8892
8893         * gdbint.texinfo (Native Debugging): Restore "@table @code"
8894         deleted by previous patch.
8895
8896 2004-06-08  Andrew Cagney  <cagney@gnu.org>
8897
8898         * gdbint.texinfo (Native Debugging): Delete documentation on
8899         ATTACH_DETACH.
8900
8901 2004-06-06  Randolph Chung  <tausq@debian.org>
8902
8903         * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8904
8905 2004-06-06  Randolph Chung  <tausq@debian.org>
8906
8907         * gdb.texinfo (push_dummy_call): Update argument list to match
8908         the new push_dummy_call method signature.  Describe the function
8909         argument.
8910
8911 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
8912
8913         * gdb.texinfo (Starting): Document new start command.
8914
8915 2004-05-21  Andrew Cagney  <cagney@redhat.com>
8916
8917         * observer.texi (GDB Observers): Document "inferior_created".
8918
8919 2004-05-08  Andrew Cagney  <cagney@redhat.com>
8920
8921         * gdbint.texinfo (Target Architecture Definition): Delete
8922         description of DO_DEFERRED_STORES.
8923
8924         * gdbint.texinfo (Target Architecture Definition): Delete
8925         references to DEPRECATED_FIX_CALL_DUMMY.
8926
8927         * gdbint.texinfo (Target Architecture Definition): Delete
8928         description of DEPRECATED_CALL_DUMMY_WORDS,
8929         DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8930
8931         * gdbint.texinfo (Target Architecture Definition): Delete
8932         description of DEPRECATED_PUSH_DUMMY_FRAME.
8933
8934         * gdbint.texinfo (Target Architecture Definition): Delete
8935         reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8936
8937 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8938
8939         * observer.texi (GDB Observers): Add "Debugging" section.  Include
8940         cross reference to "set/show debug observer".
8941         * gdb.texinfo (Debugging Output): Document "set/show debug
8942         observer".
8943
8944 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8945
8946         * gdbint.texinfo (Target Architecture Definition): Delete
8947         description of DEPRECATED_PC_IN_SIGTRAMP.
8948
8949 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8950
8951         * gdbint.texinfo (Target Architecture Definition): Delete
8952         documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8953
8954 2004-04-30  Orjan Friberg  <orjanf@axis.com>
8955
8956         * observer.texi (GDB Observers): Correct spelling.
8957
8958 2004-04-26  Orjan Friberg  <orjanf@axis.com>
8959
8960         * observer.texi (GDB Observers): Add target_changed event.
8961
8962 2004-04-08  Andrew Cagney  <cagney@redhat.com>
8963
8964         * observer.texi (GDB Observers): Rework, provide generic observer
8965         definitions and then a list of observable events.
8966
8967 2004-04-04  Andrew Cagney  <cagney@redhat.com>
8968
8969         * gdbint.texinfo (Host Definition): Delete reference to
8970         NO_SIGINTERRUPT.
8971
8972 2004-04-02  Andrew Cagney  <cagney@redhat.com>
8973
8974         * gdbint.texinfo (Target Architecture Definition): Delete
8975         reference to DEPRECATED_CALL_DUMMY_LENGTH.
8976
8977 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
8978
8979         * gdb.texinfo (TUI Commands): Document tui reg commands.
8980
8981 2004-03-26  Andrew Cagney  <cagney@redhat.com>
8982
8983         * gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
8984         "gdbtui".
8985         (Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
8986         (Contributors): Mention both Text and Terminal User Interface.
8987
8988 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8989
8990         * gdbint.texinfo (Target Architecture Definition): Deprecate
8991         references to SIGTRAMP_START and SIGTRAMP_END.
8992
8993 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8994
8995         * gdbint.texinfo (Target Architecture Definition): Deprecate
8996         references to PC_IN_SIGTRAMP.
8997
8998 2004-03-19  Andrew Cagney  <cagney@redhat.com>
8999
9000         * gdbint.texinfo (Target Architecture Definition): Delete
9001         reference to GDB_TARGET_IS_HPPA.
9002
9003 2004-03-18  Andrew Cagney  <cagney@redhat.com>
9004
9005         * gdbint.texinfo (Coding): Update section on gdbarch_data,
9006         describe pre_init and post_init.
9007
9008 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
9009
9010         * gdb.texinfo (Debugging Output): Document values for "set debug
9011         target".
9012
9013 2004-02-28  Andrew Cagney  <cagney@redhat.com>
9014
9015         * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
9016
9017 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
9018
9019         * gdb.texinfo (breakpoints): Add information about the
9020         new "set breakpoint pending" and "show breakpoint pending"
9021         commands.
9022
9023 2004-02-26  Andrew Cagney  <cagney@redhat.com>
9024
9025         * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
9026         in Per-architecture module data section.
9027
9028 2004-02-25  Roland McGrath  <roland@redhat.com>
9029
9030         * gdb.texinfo (General Query Packets): Document qPart:... packets.
9031
9032 2004-02-24  Andrew Cagney  <cagney@redhat.com>
9033
9034         * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
9035         * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
9036         * fdl.texi: Import Version 1.2, November 2002.
9037
9038 2004-02-17  Andrew Cagney  <cagney@redhat.com>
9039
9040         * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
9041
9042 2004-02-16  Andrew Cagney  <cagney@redhat.com>
9043
9044         * gdbint.texinfo (Target Architecture Definition): Deprecate
9045         FRAMELESS_FUNCTION_INVOCATION.
9046
9047 2004-02-16  Andrew Cagney  <cagney@redhat.com>
9048
9049         * gdbint.texinfo (Coding): Mention -Wunused-function.
9050
9051 2004-02-14  Andrew Cagney  <cagney@redhat.com>
9052
9053         * gdbint.texinfo (Target Architecture Definition): Delete
9054         description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9055
9056 2004-02-12  Elena Zannoni  <ezannoni@redhat.com>
9057
9058         * gdb.texinfo: Properly quote the name "C++".
9059         * gdbint.texinfo: Ditto.
9060         * stabs.texinfo: Ditto.
9061
9062 2004-02-11  Elena Zannoni  <ezannoni@redhat.com>
9063
9064         * gdbint.texinfo (Support Libraries): Add doco about obstacks and
9065         minimal information about libiberty.
9066
9067 2004-02-06  Michael Chastain  <mec.gnu@mindspring.com>
9068
9069         * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
9070
9071 2004-02-04  Roland McGrath  <roland@redhat.com>
9072
9073         * gdb.texinfo (Auxiliary Vector): New node (section).
9074         (Data): Add it to the menu.
9075
9076 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
9077
9078         * gdb.texinfo (Breakpoints): Add information about pending
9079         breakpoint support.
9080
9081 2004-01-26  Andrew Cagney  <cagney@redhat.com>
9082
9083         * gdb.texinfo (Overview): Delete references to the cisco protocol
9084         including the "N" response.
9085
9086 2004-01-26  Andrew Cagney  <cagney@redhat.com>
9087
9088         * gdbint.texinfo (Target Architecture Definition): Rename
9089         EXTRACT_STRUCT_VALUE_ADDRESS to
9090         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
9091
9092 2004-01-24  Eli Zaretskii  <eliz@gnu.org>
9093
9094         * gdb.texinfo (KOD): Document "show os".  Add index entries for
9095         "set/show os" and "info cisco" commands.
9096
9097 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
9098
9099         * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
9100
9101 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
9102
9103         * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
9104         MMAP_BASE_ADDRESS, MMAP_INCREMENT.
9105
9106 2004-01-19  Nick Roberts  <nick@nick.uklinux.net>
9107
9108         * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
9109         -stack-list-locals.
9110         (GDB/MI Variable Objects): Describe extension to
9111         -var-list-children.
9112
9113 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
9114
9115         * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
9116
9117 2004-01-17  Andrew Cagney  <cagney@redhat.com>
9118
9119         * gdbint.texinfo (Target Architecture Definition): Delete
9120         documentation on DEPRECATED_NPC_REGNUM.
9121
9122 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
9123
9124         * gdb.texinfo: Update copyright year.  Mention that set
9125         follow-fork-mode is supported on GNU/Linux.  Remove documentation of
9126         "set follow-fork-mode ask".
9127
9128 2004-01-13  Andrew Cagney  <cagney@redhat.com>
9129
9130         * gdbint.texinfo: Update copyright year.
9131         (Coding): Add -Wunused-label to list of -Werror warnings.
9132
9133 2004-01-08  Jason Molenda  <jmolenda@apple.com>
9134             Eli Zaretskii  <eliz@gnu.org>
9135
9136         * gdb.texinfo: Update copyright.
9137         (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
9138         around names, as appropriate.  Minor syntax cleanup of
9139         _NSPrintForDebugger explanation.  Two spaces after periods.
9140         GDBN used instead of lit. "gdb".  Index entries added for
9141         print-object and _NSPrintForDebugger.  @noindent added in one spot.
9142
9143 2003-11-11  Elena Zannoni  <ezannoni@redhat.com>
9144
9145         * stabs.texinfo: Add dircategory and direntry commands.
9146         * annotate.texinfo: Ditto.
9147
9148 2003-11-10  Andrew Cagney  <cagney@redhat.com>
9149
9150         * gdbint.texinfo (Target Architecture Definition): Replace the
9151         return_value method's "inval" and "outval" parameters with
9152         "readbuf" and "writebuf".
9153
9154 2003-10-28  Jim Blandy  <jimb@redhat.com>
9155
9156         * gdb.texinfo (The F request packet, The F reply packet): Renamed
9157         from "The `F' request packet" and "The `F' reply packet", to make
9158         texi2dvi happy.
9159         (File-I/O remote protocol extension): Update menu entries, too.
9160
9161 2003-10-26  Michael Chastain  <mec@shout.net>
9162
9163         * gdb.texinfo (Thread Stops): Document the issue with
9164         premature return from system calls in multi-threaded programs.
9165
9166 2003-10-24  Andrew Cagney  <cagney@redhat.com>
9167
9168         * annotate.texinfo: Fix "fortunatly"[sic].
9169
9170 2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>
9171
9172         * gdb.texinfo (Contributors to GDB): Replace "Renesas"
9173         with "Hitachi" and "Mitsubishi".
9174
9175 2003-10-20  Andrew Cagney  <cagney@redhat.com>
9176
9177         * gdbint.texinfo (Target Architecture Definition): Document
9178         gdbarch_return_value.  Add cross references from
9179         USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
9180         STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
9181
9182 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
9183
9184         * gdbint.texinfo (Target Architecture Definition): Document
9185         regset_from_core_section.
9186
9187 2003-10-16  Kei Sakamot Sakamoto  <sakamoto.kei@renesas.com>
9188
9189         * gdb.texinfo (M32R/D): Mention m32rsdi target.
9190
9191 2003-10-15  Kevin Buettner  <kevinb@redhat.com>
9192
9193         From Anthony Green  <green@redhat.com>:
9194         * gdb.texinfo (Breakpoints related warnings): Insert into menu.
9195
9196 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
9197
9198         * gdb.texinfo (Breakpoint related warnings): New node.
9199         * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
9200
9201 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
9202
9203         * gdb.texinfo (Remote Protocol): Document v and vCont.
9204
9205 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
9206
9207         * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
9208         * gdbint.texinfo: Ditto.
9209
9210 2003-10-09  Andrew Cagney  <cagney@redhat.com>
9211
9212         From 2003-09-18 David Anderson <davea@sgi.com>:
9213         * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
9214         "command".
9215
9216 2003-10-03  Andrew Cagney  <cagney@redhat.com>
9217
9218         * gdbint.texinfo (Target Architecture Definition): Deprecate
9219         IBM6000_TARGET.  Mention that it implies an RS/6000 system and not
9220         just target.
9221
9222 2003-10-02  Andrew Cagney  <cagney@redhat.com>
9223
9224         * gdbint.texinfo (Target Architecture Definition): Rename
9225         REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9226         * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9227         * gdbint.texinfo (Target Architecture Definition): Rename
9228
9229 2003-09-30  Andrew Cagney  <cagney@redhat.com>
9230
9231         REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
9232         (Target Architecture Definition):
9233
9234         * gdbint.texinfo (Target Architecture Definition): Rename
9235         REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9236
9237 2003-09-29  Andrew Cagney  <cagney@redhat.com>
9238
9239         * gdbint.texinfo (Target Architecture Definition): Delete
9240         documentation for NEED_TEXT_START_END.
9241
9242         * gdbint.texinfo (Target Architecture Definition): Rename
9243         NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
9244         TARGET_WRITE_PC.
9245
9246 2003-09-22  Michael Chastain  <mec@shout.net>
9247
9248         * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9249
9250 2003-09-21  Anthony Green  <green@redhat.com>
9251
9252         * gdbint.texinfo (Target Architecture Definition): Fix typos.
9253
9254 2003-09-21  Mark Kettenis  <kettenis@gnu.org>
9255
9256         * gdbint.texinfo (Target Architecture Definition): Document
9257         stabs_argument_has_addr.
9258
9259 2003-09-18  Andrew Cagney  <cagney@redhat.com>
9260
9261         * gdbint.texinfo (Target Architecture Definition): Delete
9262         documentation on REGISTER_NAMES.
9263
9264 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
9265
9266         * gdbint.texinfo (Target Architecture Definition): Replace
9267         REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9268
9269 2003-09-11  Andrew Cagney  <cagney@redhat.com>
9270
9271         * gdbint.texinfo (Target Architecture Definition): Replace
9272         STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9273
9274 2003-08-18  Andrew Cagney  <cagney@redhat.com>
9275
9276         * gdbint.texinfo (Target Architecture Definition): Document
9277         "frame_red_zone_size".
9278
9279 2003-08-09  Andrew Cagney  <cagney@redhat.com>
9280
9281         * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9282         with "set/show backtrace past-main" and "set/show backtrace
9283         limit".
9284
9285 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
9286
9287         * Makefile.in (install-info): Support DESTDIR.
9288         (install-html): Likewise.
9289
9290 2003-08-07  Andrew Cagney  <cagney@redhat.com>
9291
9292         Patch from Nick Roberts.
9293         * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9294         bindings.  Remove description of send-gdb-command.
9295
9296 2003-08-07  Andrew Cagney  <cagney@redhat.com>
9297
9298         * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9299         GDB 6.0.
9300
9301 2003-08-06  Andrew Cagney  <cagney@redhat.com>
9302
9303         * gdb.texinfo (Mode Options): Mention that level three is the
9304         highest available and that level 2 is deprecated.
9305         (Annotations Overview): Mention annotation levels. Cross reference
9306         to "Limitations of the Annotation Interface" in annotate.texi.
9307         (TODO, Value Annotations, Frame Annotations): Delete section.
9308         (Displays, Breakpoint Info): Delete.
9309
9310 2003-08-04  Andrew Cagney  <cagney@redhat.com>
9311
9312         * agentexpr.texi: Delete @bye.
9313         * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9314         (stabs.info): Add $(srcdir) to include search path.
9315         (html): Depend on "annotate_toc.html", and not "annotate.html".
9316         * stabs.texinfo: Ditto.  Include "fdl.texi".
9317         * gdbint.texinfo: Update copyright statement's list of invariant
9318         sections.
9319
9320 2003-07-28  Andrew Cagney  <cagney@redhat.com>
9321
9322         * Makefile.in (INFO_DEPS): Add annotate.info.
9323         (dvi, ps, html, pdf): Add annotate.
9324         (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9325         (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9326         (ANNOTATE_DOC_FILES): New macro.
9327         (ANNOTATE_TEX_TMPS): New macro.
9328         (annotate.info, annotate_toc.html): Specify dependencies.
9329         (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9330         * annotate.texinfo: Rename annotate.texi.  Get building.  Add
9331         "Migrating to GDB/MI" and "Limitations of the Annotation
9332         Interface" chapters.  Mention why it is not part of the user
9333         guide.  Update copyright notice.  Include "fdl.texi".
9334
9335 2003-07-26  Stephane Carrez  <stcarrez@nerim.fr>
9336
9337         * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9338
9339 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
9340
9341         * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9342
9343 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
9344
9345         * gdb.texinfo (Server): Mention pidof.
9346
9347 2003-07-22  Andrew Cagney  <cagney@redhat.com>
9348
9349         * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9350         list.
9351
9352 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
9353
9354         * gdb.texinfo (Logging output): New chapter.
9355
9356 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
9357
9358         * gdb.texinfo (Unsupported languages): New section.
9359         (Languages): Add link to new section.
9360
9361 2003-06-22  Andrew Cagney  <cagney@redhat.com>
9362
9363         * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9364
9365 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
9366
9367         * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9368
9369 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
9370
9371         * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9372         * agentexpr.texi: Retitle section, and change it to an appendix.
9373         Comment out texinfo initialization.  Factor a @var{} into two
9374         pieces to prevent makeinfo warnings.
9375         * gdb.texinfo: Add Agent Expressions appendix.
9376
9377 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
9378
9379         * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9380
9381 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
9382
9383         * gdb.texinfo (Remote Debugging): New section "Connecting to a
9384         remote target".  Document the "detach" and "disconnect" commands.
9385         (Server, Netware, Debug Session): Reference "Connecting to a
9386         remote target".
9387         (GDB/MI Target Manipulation): Document "-target-disconnect".
9388
9389 2003-06-13  Andrew Cagney  <cagney@redhat.com>
9390
9391         * gdbint.texinfo (Target Architecture Definition): Deprecate
9392         REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9393         BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
9394
9395 2003-06-09  Jim Blandy  <jimb@redhat.com>
9396
9397         * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9398
9399 2003-06-08  Andrew Cagney  <cagney@redhat.com>
9400
9401         * gdbint.texinfo (Target Architecture Definition): Delete
9402         documentation on FRAME_ARGS_ADDRESS_CORRECT.
9403
9404 2003-06-08  Andrew Cagney  <cagney@redhat.com>
9405
9406         * gdbint.texinfo (Target Architecture Definition): Document
9407         "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
9408
9409 2003-06-07  Adam Fedor  <fedor@gnu.org>
9410
9411         * gdb.texinfo: Add Objective-C documentation.
9412
9413 2003-06-01  Andrew Cagney  <cagney@redhat.com>
9414
9415         * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9416         parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
9417
9418 2003-05-21  Andrew Cagney  <cagney@redhat.com>
9419
9420         * gdbint.texinfo (Target Architecture Definition): Delete
9421         references to "extract_address" and "store_address".
9422
9423 2003-05-16  Andrew Cagney  <cagney@redhat.com>
9424
9425         * gdbint.texinfo (Target Architecture Definition): Replace
9426         REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
9427         DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9428
9429 2003-05-14  Theodore A. Roth  <troth@openavr.org>
9430
9431         * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9432
9433 2003-05-10  H.J. Lu <hongjiu.lu@intel.com>
9434
9435         * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9436         (gdb.dvi): Likewise.
9437         (gdb.pdf): Likewise.
9438         (links2roff): Likewise.
9439
9440 2003-05-08  Jim Blandy  <jimb@redhat.com>
9441
9442         * gdb.texinfo (Dump/Restore Files): Update documentation for
9443         'dump', 'append', and 'restore': note that format argument is
9444         optional; simplify presentation of the command variants; and be
9445         more precise about the formats.
9446
9447 2003-05-07  Jim Blandy  <jimb@redhat.com>
9448
9449         * gdb.texinfo (Symbols): Update documentation: 'maint list
9450         symtabs' and 'maint list psymtabs' have been renamed 'maint info
9451         symtabs' and 'maint info psymtabs'.
9452
9453 2003-05-05  Andrew Cagney  <cagney@redhat.com>
9454
9455         * gdbint.texinfo (Target Architecture Definition): Make
9456         CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9457         FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9458         CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9459
9460 2003-05-04  Andrew Cagney  <cagney@redhat.com>
9461
9462         * gdb.texinfo (Maintenance Commands): Document "maint print
9463         dummy-frames".
9464
9465 2003-05-04  Andrew Cagney  <cagney@redhat.com>
9466
9467         * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9468
9469 2003-05-03  J. Brobecker  <brobecker@gnat.com>
9470
9471         Thierry Schneider  <tpschneider1@yahoo.com>
9472         * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9473         for new MI command.
9474
9475 2003-05-03  Andrew Cagney  <cagney@redhat.com>
9476
9477         * gdbint.texinfo (Target Architecture Definition): Document
9478         push_dummy_code.  Add cross references.
9479
9480 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
9481
9482         * gdb.texinfo (Character Sets): Update to reflect new behavior of
9483         set/show charsets commands.
9484
9485 2003-04-28  Andrew Cagney  <cagney@redhat.com>
9486
9487         * gdbint.texinfo (Target Architecture Definition): Replace
9488         read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9489         DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9490
9491 2003-04-28  Andrew Cagney  <cagney@redhat.com>
9492
9493         * gdbint.texinfo (Target Architecture Definition): Rename
9494         "tm_print_insn" to "deprecated_tm_print_insn".
9495
9496 2003-04-09  Jim Blandy  <jimb@redhat.com>
9497
9498         * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9499         list psymtabs'.
9500
9501 2003-04-08  Andrew Cagney  <cagney@redhat.com>
9502
9503         * gdbint.texinfo (Target Architecture Definition): Delete
9504         references to EXTRA_FRAME_INFO.
9505
9506 2003-04-08  Andrew Cagney  <cagney@redhat.com>
9507
9508         * gdbint.texinfo (Target Architecture Definition): Delete
9509         PRINT_TYPELESS_INTEGER.
9510
9511 2003-04-02  J. Brobecker  <brobecker@gnat.com>
9512
9513         * observer.texi (GDB Observers): Adjust the documentation for the
9514         normal_stop notification to better describe reality. Fix a couple
9515         of minor typos.
9516
9517 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
9518
9519         * gdb.texinfo (GDB/MI Program Control): Add
9520         '-file-list-exec-source-file'
9521
9522 2003-03-31  Andrew Cagney  <cagney@redhat.com>
9523
9524         * gdbint.texinfo (Target Architecture Definition): Delete
9525         references to CALL_DUMMY_P.
9526
9527 2003-03-30  Andrew Cagney  <cagney@redhat.com>
9528
9529         * gdbint.texinfo (Target Architecture Definition): Remove
9530         reference to TARGET_WRITE_SP.
9531
9532 2003-03-27  Andrew Cagney  <cagney@redhat.com>
9533
9534         * gdbint.texinfo (Target Architecture Definition): Remove
9535         references to write_sp.
9536
9537 2003-03-27  Andrew Cagney  <cagney@redhat.com>
9538
9539         * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9540         chapter body.  Use @smallexample instead of @example.
9541         (Annotations): Ditto.
9542         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9543         annotate.texi.
9544
9545 2003-03-26  Andrew Cagney  <cagney@redhat.com>
9546
9547         * gdbint.texinfo (Target Architecture Definition): Replace
9548         PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9549         dummy_addr parameters.
9550
9551 2003-03-25  Andrew Cagney  <cagney@redhat.com>
9552
9553         * gdbint.texinfo (Target Architecture Definition): Delete
9554         reference to CALL_DUMMY_STACK_ADJUST_P.  Rename
9555         CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9556         Add reference to PUSH_ARGUMENTS.
9557
9558 2003-03-23  Andrew Cagney  <cagney@redhat.com>
9559
9560         * gdbint.texinfo (Algorithms, Target Architecture Definition):
9561         Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9562
9563 2003-03-18  J. Brobecker  <brobecker@gnat.com>
9564
9565         * gdbint.texinfo (Algorithms): Add new section describing the
9566         Observer paradigm.
9567         (Top): Add menu entry to new observer appendix.
9568         * observer.texi: New file.
9569         * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9570         new observer.texi file.
9571
9572 2003-03-17  Andrew Cagney  <cagney@redhat.com>
9573
9574         * gdb.texinfo (DATE): Delete.  Remove date from titles.  Mention
9575         that GNU Press update the manual version number.
9576
9577 2003-03-12  Andrew Cagney  <cagney@redhat.com>
9578
9579         * gdbint.texinfo (Target Architecture Definition): Delete
9580         references to get_saved_register.  Rename GET_SAVED_REGISTER to
9581         DEPRECATED_GET_SAVED_REGISTER.
9582
9583 2003-03-13  Andrew Cagney  <cagney@redhat.com>
9584
9585         * gdbint.texinfo (Target Architecture Definition): Replace
9586         POP_FRAME with DEPRECATED_POP_FRAME.  Update description.
9587
9588 2003-03-12  Andrew Cagney  <cagney@redhat.com>
9589
9590         * gdbint.texinfo (Target Architecture Definition): Rename
9591         FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
9592
9593 2003-03-10  Corinna Vinschen  <vinschen@redhat.com>
9594
9595         * gdb.texinfo: Add File-I/O documentation.
9596
9597 2003-03-10  Andrew Cagney  <cagney@redhat.com>
9598
9599         * gdbint.texinfo (Target Architecture Definition): Cross reference
9600         FRAME_SAVED_PC to unwind_pc.  Document unwind_pc.
9601
9602 2003-03-07  Andrew Cagney  <cagney@redhat.com>
9603
9604         * gdb.texinfo (Debugging Output): Mention the "set/show debug
9605         frame" command.
9606
9607 2003-03-05  Andrew Cagney  <cagney@redhat.com>
9608
9609         * gdbint.texinfo (Target Architecture Definition): Document
9610         unwind_dummy_id.  Cross reference unwind_dummy_id and
9611         SAVE_DUMMY_FRAME_TOS.
9612
9613 2003-03-05  James Ingham <jingham@apple.com>
9614             Daniel Jacobowitz  <drow@mvista.com>
9615
9616         * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9617         and "show cp-abi".
9618
9619 2003-03-03  Andrew Cagney  <cagney@redhat.com>
9620
9621         * gdbint.texinfo (Target Architecture Definition): Document
9622         register_type.
9623
9624 2003-03-03  Andrew Cagney  <cagney@redhat.com>
9625
9626         * stabs.texinfo (Structures): Use @samp and separate @var's
9627         instead of a single @var containing a comma separated list.
9628         (Unions): Ditto.
9629
9630 2003-03-02  Daniel Jacobowitz  <drow@mvista.com>
9631
9632         * Makefile.in (distclean): Remove config.log.
9633
9634 2003-03-01  Andrew Cagney  <cagney@redhat.com>
9635
9636         * gdbint.texinfo (Target Architecture Definition): Rename
9637         FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9638
9639 2003-03-01  Andrew Cagney  <cagney@redhat.com>
9640
9641         * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9642         DEPRECATED_INIT_EXTRA_FRAME_INFO.
9643
9644 2003-02-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
9645
9646         * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9647         (Non-debug DLL symbols): New node, describing the minimal symbols
9648         loaded from DLLs without real debugging symbols.
9649
9650 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
9651
9652         * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9653         hardware-breakpoint-limit".
9654         (Set Watchpoints): Add cross reference to "set remote
9655         hardware-watchpoint-limit".
9656         (Remote configuration options): New section.
9657
9658 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
9659
9660         * gdbint.texinfo (Target Architecture Definition): Delete
9661         descrption of IS_TRAPPED_INTERNALVAR.
9662
9663         From Keith Seitz <keiths@redhat.com>:
9664         * gdb.texinfo (Interpreters): New chapter.  Refer the command-line
9665         option "-i"/"--interpreter" to this chapter.  Include index
9666         entries.
9667
9668 2003-02-04  David Carlton  <carlton@math.stanford.edu>
9669
9670         * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9671         (Variables): Recommend stabs+ and DWARF 2.
9672         (C plus plus expressions): Correct info about
9673         compiler versions, debug formats.
9674         (Contributors): Change 'DWARF2' to 'DWARF 2'.
9675         PR symtab/874.
9676
9677 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
9678
9679         * gdbint.texinfo (Target Architecture Definition): Delete
9680         description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9681         ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9682         BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9683         references to nindy and i960.
9684         * gdb.texinfo (i960): Delete all references to i960 and nindy.
9685
9686 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
9687
9688         * gdbint.texinfo (Target Architecture Definition): Delete
9689         FLOAT_INFO.
9690
9691 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
9692
9693         * stabs.texinfo (Member Type Descriptor): Clarify description of
9694         `@'.  Suggested by Ben Hutchings.
9695
9696 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
9697
9698         * gdb.texinfo (M68K): Delete reference to es1800.
9699
9700 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
9701
9702         * gdb.texinfo (Maintenance Commands): Document `maint print
9703         reggroups' and `maint print register-groups'.
9704         * gdbint.texinfo (Target Architecture Definition): Document
9705         register_reggroup_p.
9706
9707 2003-01-23  Jim Blandy  <jimb@redhat.com>
9708
9709         * gdb.texinfo (Separate Debug Files): New section.
9710
9711 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
9712
9713         * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9714         and "maint show profile".
9715
9716 2003-01-16  Michael Chastain  <mec@shout.net>
9717
9718         * gdb.texinfo (Installing GDB): Warn against
9719         ".../gdb-VERSION/gdb/configure".
9720         (Separate Objdir): Likewise.
9721
9722 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
9723
9724         * gdbint.texinfo (Target Architecture Definition): Delete
9725         definition of PRINT_REGISTER_HOOK.
9726
9727 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
9728
9729         (OpenRISC 1000): Fix formatting of command names.
9730
9731 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
9732
9733         * gdb.texinfo (Continuing and Stepping): Add new command
9734         'advance'. Clarify behavior of 'until'.
9735
9736 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
9737
9738         * gdb.texinfo (Files): Document solib-absolute-prefix and
9739         solib-search-path.
9740
9741 2003-01-09  Michael Chastain  <mec@shout.net>
9742
9743         * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9744         (Create a Release): Add new instructions for new @file{src-release}.
9745         Document existing instructions for @file{Makefile.in} as
9746         being for @value{GDBN} 5.3.1 or earlier.
9747
9748 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
9749
9750         * gdbint.texinfo (Target Architecture Definition): Mention
9751         frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9752         allocate memory.
9753
9754 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9755
9756         * gdb.texinfo (Controlling GDB): Add @kindex for
9757         "show osabi".
9758         (Backtraces): Add @kindex's for backtrace-below-main.
9759
9760 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9761
9762         * gdb.texinfo (Controlling GDB): Document "set osabi".
9763
9764 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9765
9766         * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9767         * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9768
9769 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9770
9771         * gdb.texinfo (Controlling GDB): Add ABI section.  Document
9772         "set coerce-float-to-double".
9773         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9774
9775 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
9776
9777         * stabs.texinfo: Remove obsolete text.
9778         * gdbint.texinfo: Ditto.
9779         * gdb.texinfo: Ditto.
9780
9781 2002-12-22  Mark Kettenis  <kettenis@gnu.org>
9782
9783         * gdbint.texinfo (Target Architecture Definition): Update
9784         description of gdbarch_register_osabi.
9785
9786 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
9787
9788         * agentexpr.texi: Fix typos.
9789         * annotate.texi: Likewise.
9790         * fdl.texi: Likewise.
9791
9792 2002-12-10  Andrew Cagney  <cagney@redhat.com>
9793
9794         * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9795         DEPRECATED_INIT_FRAME_PC.
9796
9797 2002-12-01  Andrew Cagney  <ac131313@redhat.com>
9798
9799         * gdbint.texinfo (Target Architecture Definition): Delete
9800         PC_IN_CALL_DUMMY.
9801
9802 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
9803
9804         * gdbint.texinfo (Host Definition): Delete documentation on
9805         USE_GENERIC_DUMMY_FRAMES.
9806
9807 2002-11-26  Elena Zannoni  <ezannoni@redhat.com>
9808
9809         Fix PR gdb/723 and PR gdb/245.
9810         * Makefile.in (install-info): Run the install-info command as part
9811         of the post install steps only.
9812         (uninstall-info): New target.
9813         (uninstall): New target.
9814
9815 2002-11-22  Elena Zannoni  <ezannoni@redhat.com>
9816
9817         * Makefile.in (install): Make install do some real work.
9818
9819 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
9820
9821         Fix POSIX problem reported by Paul Eggert.
9822         * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9823         Fix PR gdb/527.
9824
9825 2002-10-26  Andrew Cagney  <cagney@redhat.com>
9826
9827         * gdbint.texinfo (Target Architecture Definition): Delete
9828         definition of DO_REGISTERS_INFO.
9829
9830 2002-10-18  Kevin Buettner  <kevinb@redhat.com>
9831
9832         * gdbint.texinfo (Address Classes): Fix problems with insertion
9833         of ``{'' and ``}'' in example.
9834
9835 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
9836
9837         * gdbint.texinfo (Address Classes): New section.
9838         (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9839         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9840         ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9841         ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9842
9843 2002-10-11  Klee Dienes  <kdienes@apple.com>
9844
9845         * gdb.texinfo (Registers): Mention vector registers as well as
9846         floating registers in the documentation for 'info registers' and
9847         'info all-registers'.
9848
9849 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
9850
9851         * gdbint.texinfo (CPLUS_MARKER): Remove item.
9852
9853 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
9854
9855         * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9856         interface definition.
9857
9858 2002-10-03  Marko Mlinar   <markom@opencores.org>
9859
9860         * gdb.texinfo (Target Commands): Add or1k target specific
9861         commands.
9862         * gdb.texinfo (Contributors): Add myself to the contributors list.
9863
9864 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
9865
9866         * gdb.texinfo (Mode Options): Update --interpreter option.  "mi2"
9867         and "mi1" instead of "mi1" and "mi0".
9868
9869 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
9870
9871         * gdb.texinfo (Packets): Fix typos "alligned".
9872         Correct z3/Z3 description.  Correct z4/Z4 title.
9873
9874 2002-09-27  Andrew Cagney  <ac131313@redhat.com>
9875
9876         * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
9877
9878 2002-09-25  Kevin Buettner  <kevinb@redhat.com>
9879
9880         * gdb.texinfo: Use GNU/Linux instead of Linux.
9881
9882 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
9883
9884         * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9885
9886 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
9887
9888         * gdb.texinfo: Replace @example with @smallexample.
9889
9890 2002-09-20  Kevin Buettner  <kevinb@redhat.com>
9891
9892         From Eli Zaretskii  <eliz@gnu.org>:
9893         * gdb.texinfo (Character Sets): Use @smallexample instead of
9894         @example.  Use GNU/Linux instead of Linux.
9895
9896 2002-09-20  Jim Blandy  <jimb@redhat.com>
9897
9898         * gdb.texinfo: Add character set documentation.
9899
9900 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9901
9902         * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9903         (Packets): Add cross reference from `b' packet to `z' packets.
9904
9905 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9906
9907         * gdb.texinfo (Maintenance Commands): Document ``maint
9908         internal-error'' and ``maint internal-warning''.
9909
9910         * gdbint.texinfo (Target Architecture Definition): Revise
9911         description of STACK_ALIGN.  Add description of FRAME_ALIGN.
9912
9913 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
9914
9915         * gdbint.texinfo (Target Conditionals): Document the new
9916         NAME_OF_MALLOC macro.
9917
9918 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
9919
9920         * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9921         engineer.
9922
9923 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9924
9925         * gdb.texinfo (TUI Overview): Document status line fields.
9926
9927 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9928
9929         * gdb.texinfo (TUI Commands): Document info win command.
9930
9931 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9932
9933         * gdb.texinfo (TUI Overview): Document breakpoint markers.
9934
9935 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9936
9937         * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9938         (TUI Keys): Likewise.
9939
9940 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9941
9942         * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9943         for a packet receive.
9944
9945 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9946
9947         * Makefile.in (clean): Move to end of file.
9948         (distclean, maintainer-clean, realclean): Ditto.
9949         (mostlyclean): Move rule to end of file.  Use GDB_TEX_TMPS,
9950         GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9951         (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9952         (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9953
9954 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
9955
9956         * Makefile.in (GDBINT_TEX_TMPS): Define.
9957         (gdbint.dvi, gdbint.pdf): Use
9958         (GDB_TEX_TMPS): Define.
9959         (gdb.dvi, gdb.pdf): Use.
9960         (STABS_TEX_TMPS): Define.
9961         (stabs.dvi, stabs.pdf): Use.
9962         (GDB_DOC_SOURCE_INCLUDES): New macros.
9963         (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9964         (GDBINT_DOC_FILES_INCLUDES): New macros.
9965         (GDBINT_DOC_BUILD_INCLUDES): New macros.
9966         (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9967         (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9968         (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9969         (links2roff): Replace SFILES_INCLUDED with
9970         GDB_DOC_SOURCE_INCLUDES.
9971         (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9972         (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9973         (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9974         dependencies.
9975         (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9976         dependencies.
9977         (gdbmi.texinfo): Delete rule.
9978         (inc-hist.texinfo): Delete rule.
9979         (rluser.texinfo): Delete rule.
9980
9981 2002-08-23  Andrew Cagney  <cagney@redhat.com>
9982
9983         * gdbint.texinfo (Target Architecture Definition): Update
9984         STORE_RETURN_VALUE, mention regcache.
9985
9986 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
9987
9988         * gdbint.texinfo (Target Architecture Definition): Document
9989         print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
9990
9991 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
9992
9993         * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
9994         Fix minor typos.  Add index entries.
9995
9996 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
9997
9998         * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9999
10000 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
10001
10002         * gdbint.texinfo (Target Architecture Definition): Document
10003         PRINT_VECTOR_INFO.
10004         * gdb.texinfo (Vector Unit): Document "info vectors" command.
10005
10006 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
10007
10008         * gdb.texinfo (Maintenance Commands): Document "maint print
10009         registers", "maint print raw-registers" and "maint print
10010         cooked-registers".
10011
10012 2002-08-08  Grace Sainsbury  <graces@redhat.com>
10013
10014         From Mark Salter:
10015         * gdb.texinfo (Protocol): Document T packet extension to
10016         allow watchpoint address reporting.
10017
10018 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
10019
10020         * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
10021
10022 2002-08-01  Andrew Cagney  <cagney@redhat.com>
10023
10024         * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
10025         to CHILL.
10026
10027 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
10028
10029         * gdbint.texinfo (Coding): Revise section "Include Files".
10030
10031 2002-07-24  Andrew Cagney  <cagney@redhat.com>
10032
10033         * gdbint.texinfo: Obsolete references to m88k.
10034         * gdb.texinfo: Ditto.
10035
10036 2002-07-10  Joel Brobecker  <brobecker@gnat.com>
10037
10038         * gdbint.texinfo (Create a release candiate): Add the location
10039         where the proper version of autoconf can be retrieved.
10040
10041 2002-07-09  Don Howard  <dhoward@redhat.com>
10042
10043         * gdb.texinfo (Command Files): Further describe the behavior of
10044         sourced command files.
10045
10046 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
10047
10048         * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
10049         (Coding): Clarify ISO C version that GDB assumes.
10050
10051 2002-06-26  Tom Tromey  <tromey@redhat.com>
10052
10053         * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
10054         add_setshow_cmd_full.
10055
10056 2002-06-25  Don Howard  <dhoward@redhat.com>
10057
10058         * gdb.texinfo (Memory Region Attributes): Document new behavior
10059         for 'mem' command.
10060
10061 2002-06-11  Jim Blandy  <jimb@redhat.com>
10062
10063         * gdb.texinfo (Symbols): Update documentation for `info source'
10064         command.
10065
10066         * gdb.texinfo (Macros): Call the command `info macro', not
10067         `show macro'.
10068
10069 2002-06-09  Andrew Cagney  <ac131313@redhat.com>
10070
10071         * gdbint.texinfo (Coding): Add section ``Per-architecture module
10072         data''.
10073
10074 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
10075
10076         * gdbint.texinfo (Target Architecture Definition): Document
10077         GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
10078
10079 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
10080
10081         * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
10082         lists.
10083
10084 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
10085
10086         * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
10087         Branch''.
10088
10089 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
10090
10091         * gdbint.texinfo (Target Architecture Definition): Add section
10092         ``Converting an existing Target Architecture to Multi-arch''.
10093
10094 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
10095
10096         * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
10097         to ``Obsoleting code''.  Revise.
10098
10099 2002-05-17  Jim Blandy  <jimb@redhat.com>
10100
10101         * gdb.texinfo (C Preprocessor Macros): New chapter.
10102         Include it in the main menu.
10103         (Contributors): Credit Jim Blandy with macro support.
10104         (Compilation): Explain how to get macro information into the
10105         executable.
10106         (Expressions): Note that preprocessor macros are expanded.
10107
10108 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
10109
10110         * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
10111         options for `target remote'.
10112
10113 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
10114
10115         * gdbint.texinfo (Target Architecture Definition): Delete
10116         documentation on NNPC_REGNUM.
10117
10118 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
10119
10120         * gdbint.texinfo (Target Architecture Definition): Document
10121         REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
10122         (Target Architecture Definition): Revise section `Using Different
10123         Register and Memory Data Representations'.  Add section `Raw and
10124         Virtual Register Representations'.
10125
10126 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
10127
10128         * gdbint.texinfo (Target Architecture Definition): Mention
10129         defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
10130         (Target Architecture Definition): Mention same.  Add references to
10131         web pages.
10132
10133 2002-05-08  Michael Snyder  <msnyder@redhat.com>
10134
10135         * stabs.texinfo (Attributes): Document new "vector" attribute.
10136
10137 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
10138
10139         * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
10140
10141 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
10142
10143         * gdb.texinfo: Delete obsolete references to a29k.
10144
10145 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
10146
10147         * gdbint.texinfo (Target Architecture Definition): Replace
10148         IN_SIGTRAMP with PC_IN_SIGTRAMP.
10149
10150 2002-04-24  David S. Miller  <davem@redhat.com>
10151
10152         * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
10153
10154 2002-04-21  David S. Miller  <davem@redhat.com>
10155
10156         * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
10157
10158 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
10159
10160         * gdbint.texinfo (Target Architecture Definition): Delete
10161         definition of HAVE_REGISTER_WINDOWS.
10162
10163 2002-04-19  Eli Zaretskii  <eliz@gnu.org>
10164
10165         * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
10166         "Theodore A. Roth" <troth@verinet.com>.
10167
10168 2002-04-15  Don Howard  <dhoward@redhat.com>
10169
10170         From Eli Zaretskii <eliz@gnu.org>
10171         * gdb.texinfo (show max-user-call-depth): Correct formatting.
10172         Provide a better explaination of this feature.
10173
10174 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
10175
10176         * gdbint.texinfo (Target Architecture Definition): Remove
10177         FRAME_CHAIN_COMBINE.
10178
10179 2002-04-12  Michael Chastain  <mec@shout.net>
10180
10181         * gdbint.texinfo (Obsolete Conditionals): Remove reference to
10182         REG_STACK_SEGMENT.
10183
10184 2002-04-09  Michael Chastain  <mec@shout.net>
10185
10186         * gdbint.texinfo (Obsolete Conditionals): Remove references to
10187         PYRAMID_* macros.
10188
10189 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
10190
10191         * gdb.texinfo (Bug Reporting): Document that the web is the
10192         prefered way of submitting bug reports.
10193         (Bug Reporting): Delete the s-mail address as the last resort.
10194
10195 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
10196
10197         * gdbint.texinfo (Target Architecture Definition): Delete
10198         references to TARGET_WRITE_FP and write_fp.
10199
10200 2002-03-27  Michael Snyder  <msnyder@redhat.com>
10201
10202         * gdb.texinfo: Document new commands dump, append, and restore.
10203
10204 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
10205
10206         * gdbint.texinfo (Releasing GDB): Revise the section `Before the
10207         Branch'.
10208
10209 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
10210
10211         * gdb.texinfo: Change all examples to @smallexample.
10212         * gdbint.texinfo: Ditto.
10213
10214 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
10215
10216         * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10217         Branches''.
10218
10219 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
10220
10221         * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10222         Policy''.
10223
10224 2002-03-04  Fred Fish  <fnf@redhat.com>
10225
10226         * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10227         expresson, suports, dependant, trhe, perhaphs, situtations,
10228         explictily, taged, oportunity, unfortunatly).
10229
10230 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
10231
10232         * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10233         Remove reference to 3.12.
10234
10235 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10236
10237         * gdbint.texinfo: Include fdl.texi.
10238         (Top): Add GNU Free Documentation License.
10239         * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10240         (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10241         (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10242         (gdbint.info): Add srcdir to include path.
10243         * gdb.texinfo: Include gpl.texi.
10244         (Top): Add Copying.
10245         * gpl.texi: New file.
10246
10247 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10248
10249         * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10250
10251 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10252
10253         * gdb.texinfo: Document Cygwin native specific commands.
10254
10255 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
10256
10257         * gdb.texinfo: Document gdbserver ``--attach'' command.
10258
10259 2002-02-07  Michael Snyder  <msnyder@redhat.com>
10260
10261         * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10262         to @code(_ovly_debug_event).
10263
10264 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
10265
10266         * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10267
10268 2002-02-06  Michael Snyder  <msnyder@redhat.com>
10269
10270         * gdb.texinfo (overlays): Mention new magic symbol
10271         '_ovly_debug_event', which allows GDB to keep better track
10272         of overlays.
10273
10274 2002-02-03  Eli Zaretskii  <eliz@gnu.org>
10275
10276         * gdb.texinfo (Memory Region Attributes): Fix the wording.
10277         Suggested by Dmitry Sivachenko.
10278
10279         * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10280
10281 2002-02-01  Michael Snyder  <msnyder@redhat.com>
10282
10283         * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10284
10285 2002-01-30  Michael Snyder  <msnyder@redhat.com>
10286
10287         * gdb.texinfo: (remote protocol): Gramatical fix-up.
10288         (set trust-readonly-sections): Document.
10289
10290 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
10291
10292         * gdbint.texinfo (Releasing GDB): Revise and update.
10293
10294 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
10295
10296         * gdbint.texinfo (Target Architecture Definition): Delete
10297         description of TARGET_BYTE_ORDER_DEFAULT.
10298
10299 2002-01-27  Eli Zaretskii  <eliz@gnu.org>
10300
10301         * gdb.texinfo: Fix typos and markup.  From Dmitry Sivachenko
10302         <mitya@cavia.pp.ru>.
10303
10304 2002-01-23  Andrew Cagney  <ac131313@redhat.com>
10305
10306         * libgdb.texinfo: Delete file.
10307
10308 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
10309
10310         * gdb.texinfo: Remove makeinfo 3.12 hacks.
10311         * gdbint.texinfo: Ditto.
10312
10313 Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
10314
10315         * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10316
10317 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
10318
10319         * Makefile.in: Update copyright.
10320         (TEXI2DVI): Define.
10321         (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10322         (gdbint.dvi, gdbint.pdf): Use TEXI2DVI.  Add dependency on
10323         gdb-cfg.texi.
10324         (TEXINDEX, PDFTEX): Delete makefile variables.
10325
10326 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
10327
10328         * gdb.texinfo (Protocol): Move section to appendix.
10329
10330 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
10331
10332         * gdb.texinfo (Remote Debugging): Create a menu.
10333         (Top): Add ``Remote Debugging'' to menu.
10334
10335 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
10336
10337         * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10338         serial protocol'' from here.
10339         (Remote Debugging): To here.  New chapter.
10340
10341 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
10342
10343         * gdbint.texinfo (Target Architecture Definition): Delete
10344         description of TARGET_BYTE_ORDER_SELECTABLE_P.
10345
10346 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
10347
10348         * gdbint.texinfo (Host Definition): Revise.  xm-xyz.h and xyz.mh
10349         are no longer needed.
10350         (Porting GDB): Add maintainer note about configure.host.
10351
10352 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
10353
10354         * gdbint.texinfo (Target Architecture Definition): Remove
10355         definition of IEEE_FLOAT.
10356
10357 2002-01-20  Eli Zaretskii  <eliz@gnu.org>
10358
10359         * gdb.texinfo: Beautify copyright years; fix a typo.
10360         (DJGPP Native): Fix overfull hboxes in examples.  From Brian Youmans
10361         <3diff@gnu.org>
10362
10363 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
10364
10365         * gdbint.texinfo (Host Definition): Remove references to
10366         MALLOC_INCOMPATIBLE.
10367
10368 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10369
10370         * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10371         and xyz-xdep.o.
10372
10373 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10374
10375         * gdb.texinfo (Maintenance Commands): Add appendix.
10376         (Set Breaks): Copy ``maint info breakpoint'' doco to
10377         ``Maintenance Commands'' appendix.  Add reference.
10378
10379 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10380
10381         * fdl.texi: Remove next/prev from @node.
10382
10383 2002-01-17  Eli Zaretskii  <eliz@gnu.org>
10384
10385         * gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
10386         for monstrous @multitable (from Brian Youmans).
10387
10388         * fdl.texi: New file.
10389
10390         * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10391
10392 2002-01-15  Andrew Cagney  <ac131313@redhat.com>
10393
10394         * gdbint.texinfo (Releasing GDB): New chapter.
10395
10396 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
10397
10398         * gdb.texinfo (Embedded Processors, Calling program functions):
10399         Obsolete references to a29k.
10400
10401 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10402
10403         * gdbint.texinfo (Coding): Review Cleanups section.  Examples
10404         examples.  Document that a code-block should do or discard its
10405         cleanups before exit.
10406
10407 2002-01-11  Michael Snyder  <msnyder@redhat.com>
10408
10409         * gdb.texinfo (Choosing files): Change @samp to @file.
10410
10411 2002-01-05  Michael Snyder  <msnyder@redhat.com>
10412
10413         * gdb.texinfo (--pid): Document new command line option (attach).
10414
10415 2002-01-07  Eli Zaretskii  <eliz@gnu.org>
10416
10417         * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10418         in the stub.
10419
10420 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
10421
10422         * gdbint.texinfo (Target Architecture Definition): Replace
10423         BIG_ENDIAN with BFD_ENDIAN_BIG.
10424
10425 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
10426
10427         * gdbint.texinfo (Target Architecture Definition): Replace
10428         value_ptr with struct value pointer.
10429
10430 2002-01-02  Eli Zaretskii  <eliz@gnu.org>
10431
10432         * gdb.texinfo (Free Software): Fix wording.
10433
10434 2001-12-31  Eli Zaretskii  <eliz@gnu.org>
10435
10436         * gdb.texinfo (Free Software): New section ``Free Software Needs
10437         Free Documentation''.
10438
10439 2001-12-30  Eli Zaretskii  <eliz@gnu.org>
10440
10441         * stabs.texinfo:
10442         * gdb.texinfo:
10443         * gdbint.texinfo:
10444         * libgdb.texinfo:
10445         * annotate.texi: Fix the application of GFDL in the Copyright notice.
10446
10447 2001-12-29  Michael Snyder  <msnyder@redhat.com>
10448
10449         * gdb.texinfo (maint info sections): Fix typo.
10450
10451 2001-12-26  Michael Snyder  <msnyder@redhat.com>
10452
10453         * gdb.texinfo (maint info sections): Document.
10454
10455         * gdb.texinfo (info proc): Comment out documentation for
10456         'info proc' sub-options that are currently not implemented.
10457
10458 2001-12-20  Jim Blandy  <jimb@redhat.com>
10459
10460         * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10461
10462 2001-12-15  Andrew Cagney  <ac131313@redhat.com>
10463
10464         * gdbint.texinfo (Target Architecture Definition): Replace
10465         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10466
10467 2001-12-01  Andrew Cagney  <ac131313@redhat.com>
10468
10469         * gdbint.texinfo (Host Definition): Delete documentation on
10470         HOST_BYTE_ORDER.
10471
10472 2001-11-30  Jim Blandy  <jimb@redhat.com>
10473
10474         * gdb.texinfo (Overlays): New chapter, documenting GDB's
10475         overlay support.  Add to top-level menu.
10476
10477 2001-11-26  Tom Tromey  <tromey@redhat.com>
10478
10479         * gdb.texinfo (Command Syntax): Document C-o binding.
10480
10481 2001-07-26  Christopher Faylor  <cgf@redhat.com>
10482
10483         * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10484         use since it is described in the referenced section.
10485
10486         From Eli Zaretskii <eliz@gnu.org>
10487         * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10488         clearer when using DJGPP.
10489
10490 2001-11-24  Christopher Faylor  <cgf@redhat.com>
10491
10492         * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10493         specifically refer to MS-DOS.
10494         (command files): Mention gdb.ini is only used on MS-DOS.
10495
10496 2001-11-21  Tom Tromey  <tromey@redhat.com>
10497
10498         * gdb.texinfo (Invoking GDB): Document --args.
10499         (Mode Options): Likewise.
10500
10501 2001-11-21  Jim Blandy  <jimb@redhat.com>
10502
10503         * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
10504         Delete documentation; this macro has been removed from the
10505         sources.
10506
10507 2001-11-13  Jim Blandy  <jimb@redhat.com>
10508
10509         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10510
10511 2001-11-06  Corinna Vinschen  <vinschen@redhat.com>
10512
10513         * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10514
10515 2001-11-05  Michael Snyder  <msnyder@redhat.com>
10516
10517         * gdb.texinfo (info functions): Document use of backslash to
10518         quote regexp chars in function names such as "operator*()".
10519
10520 2001-11-01  Fred Fish  <fnf@redhat.com>
10521
10522         * gdbint.texinfo (SOLIB_ADD): Document additional new
10523         "readsyms" arg.
10524
10525 2001-10-30  Don Howard  <dhoward@redhat.com>
10526
10527         * gdb.texinfo: (Command Files) Added documentation for the
10528         behavior of gdb with input redirected from a file.
10529
10530 2001-10-28  Fred Fish  <fnf@redhat.com>
10531
10532         * gdb.texinfo (auto-solib-add): Change docs to match
10533         implementation change.
10534         (auto-solib-limit): Add docs for new variable.
10535
10536 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
10537
10538         * gdbint.texinfo (Target Architecture Definition): Function
10539         value_as_pointer renamed to value_as_address.
10540
10541 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
10542
10543         * gdbint.texinfo (Target Architecture Definition): Default
10544         POINTER_TO_ADDRESS functions assume unsigned addresses.
10545         (INTEGER_TO_ADDRESS): Document.  Derive pragmatics section from a
10546         posting by Jim Blandy.
10547
10548 2001-10-12  Jim Blandy  <jimb@redhat.com>
10549
10550         * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10551         version of texi2html (1.64) doesn't support this flag any more.
10552
10553 2001-09-08  Mark Kettenis  <kettenis@gnu.org>
10554
10555         * gdbint.texinfo (Host Definition): Remove description of
10556         MEM_FNS_DECLARED.
10557
10558         * gdbint.texinfo (Host Definition): Remove description of R_OK.
10559
10560         * gdbint.texinfo (Host Definition): Remove description of
10561         HAVE_SIGSETMASK.
10562
10563 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
10564
10565         * gdbint.texinfo (Target Architecture Definition): Add
10566         explanation of TARGET_PRINT_INSN macro.
10567
10568 2001-08-30  Jim Blandy  <jimb@redhat.com>
10569
10570         * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10571         Explain what it means to load relocatable files.
10572
10573 2001-08-28  Jim Blandy  <jimb@redhat.com>
10574
10575         * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10576         info `top' menu.
10577
10578 Wed Aug 15 10:47:28 2001  Christopher Faylor <cgf@cygnus.com>
10579
10580         * gdbint.texinfo: Add a cautionary note about macro use.
10581
10582 2001-08-02  Corinna Vinschen  <vinschen@redhat.com>
10583
10584         * gdb.texinfo: Explain omitting the hostname in the
10585         `target remote' command.
10586
10587 2001-07-30  Daniel Jacobowitz  <drow@mvista.com>
10588
10589         * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10590         and END-INFO-DIR-ENTRY.
10591
10592 2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10593
10594         * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10595
10596 2001-07-25  Andrew Cagney  <ac131313@redhat.com>
10597
10598         * gdbint.texinfo (libgdb): Rewrite.
10599
10600 2001-07-26  Eli Zaretskii  <eliz@gnu.org>
10601
10602         * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10603
10604 2001-07-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10605
10606         * gdb.texinfo (TUI): New chapter, document the TUI.
10607         (Mode Options): Document the -tui option.
10608
10609 2001-07-23  Mark Kettenis  <kettenis@gnu.org>
10610
10611         * gdbint.texinfo (Host Definition): Remove description of
10612         NEED_POSIX_SETPGID.
10613
10614 2001-07-23  Eli Zaretskii  <eliz@gnu.org>
10615
10616         * gdb.tex (DJGPP Native): New node, with descriptions of
10617         DJGPP-specific commands.
10618
10619 2001-07-19  John R. Moore  <jmoore@redhat.com>
10620
10621         * gdbint.texinfo: Three misspellings.
10622
10623 2001-07-06  Andrew Cagney  <ac131313@redhat.com>
10624
10625         * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10626         `test` expressions on bash.  Problem reported by Colin Walters.
10627
10628 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
10629
10630         * gdbint.texinfo (User Interface): Update ui-out documentation to
10631         refelect recent UI/MI updates.
10632
10633 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
10634
10635         * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10636         interpreters.
10637
10638 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
10639
10640         * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10641         structure and not macros.
10642         (Host Definition): Document that much of this chapter is obsolete.
10643         (Target Architecture Definition): Update list of files that make
10644         up a target architecture.
10645         (Coding): Update.
10646
10647 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
10648
10649         * gdbint.texinfo (Target Architecture Definition): Update
10650         EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10651         The latter has been changed to a true predicate.
10652
10653 2001-06-17  Eli Zaretskii  <eliz@gnu.org>
10654
10655         * annotate.texi: Add @noindent where needed.  From Dmitry
10656         Sivachenko <dima@Chg.RU>.
10657         * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
10658
10659 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
10660
10661         * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
10662
10663 2001-06-14  Andrew Cagney  <ac131313@redhat.com>
10664
10665         * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10666         returns ``OK''.  Document that the ``R'' packet does not reply.
10667
10668 2001-06-13  Michael Snyder  <msnyder@redhat.com>
10669
10670         * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10671
10672 2001-06-13  Eli Zaretskii  <eliz@gnu.org>
10673
10674         * gdb.texinfo (Signals): Clarify the default setting of signal
10675         handling.
10676
10677 2001-05-14  Andrew Cagney  <ac131313@redhat.com>
10678
10679         * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10680         (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10681
10682 2001-05-12  Andrew Cagney  <ac131313@redhat.com>
10683
10684         * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10685
10686 2001-05-10  Eli Zaretskii  <eliz@gnu.org>
10687
10688         * gdbint.texinfo (Clean Design and Portable Implementation):
10689         Renamed from "Clean Design".
10690         (Clean Design and Portable Implementation): Document portable
10691         methods of handling file names, and the associated macros.
10692
10693 2001-04-02  Eli Zaretskii  <eliz@gnu.org>
10694
10695         * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10696         command and provide a cross-reference to its description.
10697         (Symbols): Note that "info scope" is useful for trace experiments.
10698
10699 2001-04-01  Eli Zaretskii  <eliz@gnu.org>
10700
10701         * gdb.texinfo (Symbols): Document "info scope".
10702         (Tracepoints): New chapter.
10703         (Contributors): Update for v5.1.
10704         <All nodes>: Change "C++" to "C@t{++}".
10705
10706         * gdbint.texinfo (User Interface): A new section about ui_out
10707         functions, based on text written by Fernando Nasser.
10708
10709         * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
10710
10711 2001-03-26  Eli Zaretskii  <eliz@gnu.org>
10712
10713         * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
10714
10715         * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
10716
10717         * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
10718         Replace "GDB" with "@value{GDBN}".  Fix markup.
10719
10720         * annotate.texi: Change Permissions to GFDL.  Update Copyright.
10721
10722         * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10723         a cross-reference to its description.
10724         (Symbols): Document "info symbol".
10725
10726 2001-03-21  Eli Zaretskii  <eliz@gnu.org>
10727
10728         * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10729         subsection "x86 Watchpoints".
10730         (Target Architecture Definition): Document the macros
10731         I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10732         (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10733
10734 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
10735
10736         * gdbint.texinfo (Target Architecture Definition): Update
10737         definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10738         list.
10739
10740 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
10741
10742         * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10743         gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10744
10745 2001-02-21  Eli Zaretskii  <eliz@gnu.org>
10746
10747         * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10748
10749 2001-02-11  Eli Zaretskii  <eliz@gnu.org>
10750
10751         * gdb.texinfo (Environment): Document that `path' does not change
10752         the value of PATH in GDB's own environment (it did in the past,
10753         but that was changed on March 15, 1994).  Reported by Doug Evans
10754         <dje@transmeta.com>.
10755
10756         * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10757         its line.  Fix markup of commands and macros.  Add an Index node
10758         and index entries.
10759
10760 2001-01-23  J.T. Conklin  <jtc@redback.com>
10761
10762         * gdb.texinfo (Memory region attributes): New manual section.
10763
10764 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
10765
10766         * gdbint.texinfo (POP_FRAME): Document use by return_command.
10767
10768 2000-12-25  Eli Zaretskii  <eliz@gnu.org>
10769
10770         * refcard.tex: Version and copyright fixed.  From Phil Edwards
10771         <pedwards@disaster.jaj.com>.
10772
10773 Thu Nov 30 16:57:19 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10774
10775         * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10776         DWARF2_REG_TO_REGNUM): Document.
10777
10778 Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10779
10780         * gdbint.texinfo (Coding): Update current value of
10781         --enable-build-warnings.  Mention --enable-gdb-build-warnings.
10782
10783 2000-11-19  Eli Zaretskii  <eliz@gnu.org>
10784
10785         * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
10786         as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10787
10788 2000-11-10  Christopher Faylor <cgf@cygnus.com>
10789
10790         * gdb.texinfo: Document new 'set step-mode' command.
10791
10792 2000-10-16  Eli Zaretskii  <eliz@gnu.org>
10793
10794         * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10795         changes from Dmitry Sivachenko <dima@Chg.RU>.
10796
10797 2000-09-26  Eli Zaretskii  <eliz@gnu.org>
10798
10799         * gdb.texinfo (Hooks): Document the new post-hook functionality.
10800         From Steven Johnson <sbjohnson@ozemail.com.au>.
10801
10802 2000-08-10  Mark Kettenis  <kettenis@gnu.org>
10803
10804         * gdbint.texinfo (Overall Structure): Spelling fix.
10805
10806 2000-08-10  Eli Zaretskii  <eliz@gnu.org>
10807
10808         * gdbint.texinfo (Target Architecture Definition): Document that
10809         REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10810         for which REGISTER_CONVERTIBLE returns a zero value.
10811
10812 2000-07-08  Christopher Faylor <cgf@cygnus.com>
10813
10814         * Makefile.in (install-info): Find files to install in either the
10815         build or source directories (adapted from Makefile.am).
10816
10817 2000-07-07  Nicholas Duffek  <nsd@redhat.com>
10818
10819         * stabs.texinfo: Fix spelling errors.
10820         (String Field): FILE-NUMBER starts from 0, not 1.
10821
10822 2000-07-05  Eli Zaretskii <eliz@gnu.org>
10823
10824         * refcard.tex: Remove \centerline from the blurb.  Patch from
10825         Brian Youmans.
10826
10827 2000-06-25  Eli Zaretskii <eliz@gnu.org>
10828
10829         * Makefile.in (install-info): Support installation from outside of
10830         the source directory.  Reported by Mark Harig
10831         <markh@frazier.landmark.com>.
10832
10833 2000-06-20  J.T. Conklin  <jtc@redback.com>
10834
10835         * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10836
10837 Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10838
10839         * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10840         Generate using pdftex.
10841         (PDFTEX): Define.
10842         (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10843         (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10844         @contents at the start.
10845
10846 2000-05-24  Eli Zaretskii  <eliz@gnu.org>
10847
10848         * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
10849         Youmans.
10850
10851 Wed May 24 21:27:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10852
10853         From Brian Youmans:
10854         * gdb.texinfo: Fix ``et al.''.
10855
10856 Tue May 23 22:57:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10857
10858         * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10859         loop.
10860
10861 2000-05-19  Jimmy Guo  <guo@cup.hp.com>
10862
10863         * configure: Regenerate.
10864
10865 2000-05-17  Eli Zaretskii  <eliz@gnu.org>
10866
10867         * Makefile.in (install-info): Run install-info on installed Info
10868         files.
10869
10870 Fri May 12 20:18:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10871
10872         * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
10873         Andrew Cagney.
10874
10875 2000-05-09  Eli Zaretskii  <eliz@gnu.org>
10876
10877         * gdb.texinfo: Proofreading changes from Brian Youmans.
10878
10879 2000-05-01  Nick Duffek  <nsd@cygnus.com>
10880
10881         * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10882         startup sequence, minor edits.
10883
10884 2000-05-01  Eli Zaretskii  <eliz@gnu.org>
10885
10886         * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10887         TeX.
10888
10889         * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
10890         "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10891         like `n' and `s' which look weird.  Convert some of the @kindex to
10892         @vindex, when they refer to variables, not commands.
10893
10894 Sat Apr 29 17:01:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10895
10896         * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10897
10898 2000-04-23  Eli Zaretskii  <eliz@gnu.org>
10899
10900         * Makefile.in (GDBMI_DIR): New variable.
10901         (SET_TEXINPUTS): Add $(GDBMI_DIR).
10902         (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10903         (gdbmi.texinfo): New target, for texi2roff.
10904         (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10905         (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10906
10907         * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10908         gdbmi.texinfo.
10909         (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10910         comment.
10911
10912 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10913
10914         * gdb.texinfo (Files): Update description of add-symbol-file
10915         command.
10916
10917 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10918
10919         * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10920         prevents the build (and is generally a Bad Idea).
10921
10922 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10923
10924         * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10925         a comma inside @var.
10926         (Command Files): Index markup changes from Dmitry Sivachenko
10927         <dima@Chg.RU>.
10928
10929 2000-04-16  Eli Zaretskii  <eliz@gnu.org>
10930
10931         * Makefile.in (LN_S): Define.
10932         (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10933         invoke "ln -s" unless it is known to work.
10934
10935         * configure.in (AC_PROG_LN_S): Add.
10936
10937 2000-04-14  Jim Blandy  <jimb@redhat.com>
10938
10939         * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10940         section.
10941         (Target Conditionals): Document ADDRESS_TO_POINTER,
10942         POINTER_TO_ADDRESS.
10943
10944 2000-04-11  Daniel Berlin  <dan@cgsoftware.com>
10945
10946         * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10947         gdb-cfg.texi to get the value.
10948
10949 2000-04-10  Jim Blandy  <jimb@redhat.com>
10950
10951         * gdbint.texinfo (Target Architecture Definition): Fix
10952         cross-references.
10953
10954 2000-04-08  Jim Blandy  <jimb@redhat.com>
10955
10956         * gdbint.texinfo (Using Different Register and Memory Data
10957         Representations): New section.
10958         (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10959         REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10960         REGISTER_CONVERT_TO_RAW): Document.
10961
10962 Mon Apr  3 19:16:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10963
10964         * gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
10965         for acknowledgments.
10966
10967 Tue Mar 28 18:28:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10968
10969         * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10970         qThreadExtraInfo.
10971
10972 2000-03-28  J.T. Conklin  <jtc@redback.com>
10973
10974         * gdb.texinfo: Clarify which remote debug protocol commands are
10975         required and which are optional.
10976
10977 Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10978
10979         * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10980         Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
10981         back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10982         * annotate.texi: Update.
10983
10984 2000-03-28  Stan Shebs  <shebs@apple.com>
10985
10986         * gdb.texinfo: Update dates, bump to Eighth Edition (note
10987         expectation of additional changes before release), update
10988         ISBN, add copy of top-level menu for @ifhtml, remove explicit
10989         node links, rephrase and/or shorten lines to fix formatting
10990         problem in both regular and @smallbook formats.
10991         * annotate.texi: Shorten lines in example, use smallexample
10992         consistently everywhere.
10993         * Makefile.in: Add comment about texinfo 4.0 html generation.
10994         (SFILES_INCLUDED): Add annotate.texi.
10995
10996 2000-03-27  Daniel Berlin  <dan@cgsoftware.com>
10997
10998         * gdb.texinfo (Debugging Output): Added new section, documenting
10999         the "set/show debug" commands.
11000
11001 Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11002
11003         * annotate.texi (Annotations): When GDBN omit @chapter and @node
11004         entry.
11005
11006         * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
11007         (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
11008         @chapter and @node entries.
11009
11010         * gdb.texinfo: Link all top-level nodes.
11011
11012 Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
11013
11014         * Makefile.in (install-info): Create $(infodir) before installing
11015         files.
11016
11017 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
11018
11019         From David Whedon <dwhedon@gordian.com>
11020         * gdbint.texinfo : Added paragraphs about command deprecation.
11021
11022 2000-03-22  Daniel Berlin  <dan@cgsoftware.com>
11023
11024       * gdb.texinfo: Add documentation for the apropos command.
11025
11026 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
11027
11028         * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
11029
11030 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
11031
11032         * gdb.texinfo: Add white space to prevent overprinting in
11033         two places.
11034
11035 2000-03-17  Stan Shebs  <shebs@apple.com>
11036
11037         * gdb.texinfo: Many minor changes from Dmitry Sivachenko
11038         <dima@Chg.RU>, also clarification of allowed content for
11039         string constants.
11040
11041 2000-03-16  Eli Zaretskii <eliz@gnu.org>
11042
11043         * gdb.texinfo (main menu): Add Annotations.
11044         (File Options): Add @cindex entries for each command-line option.
11045         Document --epoch, --annotate, --async, --interpreter, --write,
11046         --statistics, and --version.
11047
11048         * annotate.texi: Convert to a chapter.  Use @value{GDBN} instead
11049         of GDB.
11050
11051 2000-02-23  Jim Blandy  <jimb@redhat.com>
11052
11053         * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
11054
11055 2000-02-22  Jim Blandy  <jimb@redhat.com>
11056
11057         * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
11058
11059 2000-02-15  Jason Molenda  (jsm@bugshack.cygnus.com)
11060
11061         * Makefile.in (diststuff): New target.
11062
11063 2000-02-15  Kevin Buettner  <kevinb@redhat.com>
11064
11065         * agentexpr.texi: Fix wording regarding Intel's IA-64
11066         architecture.  [From Jim Wilson.]
11067
11068 2000-01-16  Tom Tromey  <tromey@cygnus.com>
11069
11070         * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
11071         (Delete Breaks): Mention range arguments.
11072         (Disabling): Likewise.
11073
11074 2000-01-05  Dmitry Sivachenko <dima@Chg.RU>
11075
11076         * gdb.texinfo:  Wrap "ASCII" in @sc{}; clarify a few sentences.
11077
11078 Wed Dec  8 19:53:08 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11079
11080         * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
11081         valid functions.
11082
11083 1999-11-05  Stan Shebs  <shebs@andros.cygnus.com>
11084
11085         * gdb.texinfo: Clarify regular expressions used in rbreak.
11086
11087 1999-10-15  Kevin Buettner  <kevinb@cygnus.com>
11088
11089         * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
11090         MEMORY_REMOVE_BREAKPOINT):  Document.
11091
11092 Thu Oct 14 21:17:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11093
11094         * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
11095         offset re-using the DATA offset instead.
11096
11097 1999-10-11  Jim Kingdon  <kingdon@redhat.com>
11098
11099         * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
11100
11101 1999-10-05  Stan Shebs  <shebs@andros.cygnus.com>
11102
11103         From Dmitry Sivachenko <demon@gpad.ac.ru>:
11104         * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
11105         typos.
11106
11107         * gdb.texinfo: Various minor wording and formatting improvements,
11108         mentions of additional command-line options.
11109
11110 1999-09-30  Fred Fish  <fnf@cygnus.com>
11111
11112         * gdb.texinfo:  Document additional forms of specifying section
11113         names and addresses for the add-symbol-file command.
11114
11115 1999-09-14  Michael Snyder  <msnyder@cleaver.cygnus.com>
11116
11117         * gdbint.texinfo: Fix typo, add the word "have".
11118
11119 1999-09-14  Jim Blandy  <jimb@cris.red-bean.com>
11120
11121         * gdbint.texinfo (Target Architecture Definition): Document the
11122         SKIP_PERMANENT_BREAKPOINT macro.
11123
11124 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
11125
11126         * gdb.texinfo: Fiks speling errers.
11127
11128         * gdb.texinfo: Fix uses of @multitable.
11129
11130         From Eli Zaretskii  <eliz@gnu.org>:
11131         * gdb.texinfo: Include details specific to DOS host, clarify
11132         some confusing language, fix @ref/@xref/@pxref usages, add
11133         comments about using with optimization, add more indexing,
11134         fix info about disassembly-flavor.
11135
11136 Tue Sep  7 09:11:24 1999  Kevin Buettner  <kevinb@cygnus.com>
11137
11138         * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
11139         SKIP_SOLIB_RESOLVER): Define.
11140
11141 Fri Sep  3 18:05:14 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11142
11143         * gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
11144         ``g'' packets.
11145
11146 1999-08-30  Stan Shebs  <shebs@andros.cygnus.com>
11147
11148         * gdb.texinfo: Create a new "Configurations" chapter with
11149         platform-specific info, inline remote.texi and move sections of it
11150         into the new chapter, move bits about info proc, heuristic search,
11151         and register stack into the new chapter.
11152         * remote.texi: Remove, now part of gdb.texinfo.
11153         * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
11154
11155 1999-08-27  Jason Molenda  (jsm@bugshack.cygnus.com)
11156
11157         * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
11158         GDB_TARGET_IS_MACH386): These kludges have gone away.
11159
11160 Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11161
11162         * gdbint.texinfo (Target Architecture Definition): Mention
11163         TDEPLIBS.
11164
11165 1999-08-20  Stan Shebs  <shebs@andros.cygnus.com>
11166
11167         * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
11168         surrounding text to fit HP-UX bits into general info.
11169         (HPPA-cfg.texi): Remove, no longer useful.
11170
11171         * gdb.texinfo: Remove explicit links from @node lines, remove
11172         HP-added "Detailed Node Listing" from main menu which confuses
11173         things.
11174
11175         From Dmitry Sivachenko <dima@Chg.RU>:
11176         * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
11177         in description of `set environment'.
11178
11179 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
11180
11181         * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
11182
11183 1999-08-12  Ben Elliston  <bje@cygnus.com>
11184
11185         * gdbint.texinfo (Breakpoint Handling): Add missing words.
11186
11187 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
11188
11189         * gdb.texinfo (Set Watchpoints): Explain some subtleties about
11190         watch, awatch, and rwatch.  Explain why the latter two cannot be
11191         set as software watchpoints.  Document that watchpoints for local
11192         variables are deleted when the debuggee terminates.
11193
11194 Wed Aug 11 13:18:14 1999  Andrew Cagney  <cagney@amy.cygnus.com>
11195
11196         * remote.texi (Protocol): Further clarification of the "qRcmd"
11197         packet.  Allow E.. response packet.  "qRcmd" packet is no longer
11198         reserved.
11199
11200 1999-08-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
11201
11202         * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
11203         * gdb.texinfo: Ditto.
11204
11205 1999-08-06  Tom Tromey  <tromey@cygnus.com>
11206
11207         * gdb.texinfo (KOD): New node.
11208
11209 Fri Aug  6 17:05:48 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11210
11211         * remote.texi (Rcmd): Fix minor formatting typos.
11212
11213 Thu Aug  5 17:57:41 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11214
11215         * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
11216         packets.
11217
11218 1999-07-14  Jim Blandy  <jimb@zwingli.cygnus.com>
11219
11220         * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11221         fixes.
11222
11223 Tue Jun 29 11:43:55 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11224
11225         * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11226
11227 Fri Jun 25 11:47:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11228
11229         * remote.texi (Communication Protocol): ``v'' is in use. Fix
11230         numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
11231         ``z'' and ``qRcmd'' as draft instead of reserved.  Identify
11232         packets that are not supported on all hosts. Expand examples.
11233         Spell check.
11234
11235 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
11236
11237         * Makefile.in: Recognize html, install-html.  Add targets
11238         to build HTML versions of documentation via texi2html.
11239
11240 Thu Jun 24 15:59:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
11241
11242         * gdbint.texinfo (Testsuite): New chapter, information about the
11243         testsuite.
11244
11245 Fri Jun 25 02:40:34 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11246
11247         * remote.texi (Communication Protocol): Rewrite.
11248
11249 Thu Jun 24 16:59:54 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11250
11251         * stabs.texinfo: Fix uses of xref.
11252
11253 Thu Jun 17 17:23:25 1999  Stan Shebs  <shebs@andros.cygnus.com>
11254
11255         * gdbint.texinfo: Add an anti-printf exhortation, and update the
11256         info about patch submission.
11257
11258 Mon Jun  7 15:49:40 1999  Stan Shebs  <shebs@andros.cygnus.com>
11259
11260         From Per Bothner  <bothner@cygnus.com>:
11261         * gdb.texinfo: Document Chill support.
11262
11263 Fri Jun  4 16:58:22 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11264
11265         * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
11266         to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11267         Document that the value should be greater-than or equal-to zero.
11268         (NO_STD_REGS): Document. Deprecate.
11269
11270 Tue Jun  1 15:04:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11271
11272         * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
11273         Document that these are not used.
11274
11275 Thu May 27 09:28:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11276
11277         * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11278
11279 Mon May 24 10:07:39 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11280
11281         * gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
11282         numargs was dropped.
11283
11284 Thu May 20 12:26:59 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11285
11286         * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11287
11288 Tue Apr 27 19:14:20 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11289
11290         * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11291         Update.
11292
11293 Thu Apr 22 13:07:37 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11294
11295         * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11296         (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11297
11298 Wed Apr 21 13:59:01 1999  Dave Brolley  <brolley@cygnus.com>
11299
11300         * gdbint.texinfo: Fix typos: $ -> @.
11301
11302 Tue Apr 20 11:59:38 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11303
11304         * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
11305         LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11306         BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11307         BREAKPOINT_FROM_PC.
11308
11309 Mon Apr 12 16:00:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11310
11311         * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
11312         CALL_DUMMY_STACK_ADJUST): Document.
11313
11314 Thu Apr  8 17:23:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11315
11316         * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
11317         SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
11318
11319 1999-04-02  Stan Shebs  <shebs@andros.cygnus.com>
11320
11321         * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11322         longer exists.
11323
11324 Tue Mar  9 19:25:11 1999  Stan Shebs  <shebs@andros.cygnus.com>
11325
11326         * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
11327         nearly all @ifset/@ifclear conditionals; nobody uses them, and
11328         they make the manual source incomprehensible.
11329         * h8-cfg.texi: Remove, hasn't been used in years.
11330
11331 Thu Feb 11 18:00:59 1999  Stan Shebs  <shebs@andros.cygnus.com>
11332
11333         * gdb.texinfo: Update the credits.
11334
11335 Mon Feb  8 17:33:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
11336
11337         * gdb.texinfo: Fix mistakes noticed in printout of last
11338         draft, add Alpha to discussion of heuristic fence post.
11339
11340 Fri Feb  5 17:20:00 1999  Stan Shebs  <shebs@andros.cygnus.com>
11341
11342         * gdb.texinfo, remote.texi: Many changes; update to Seventh
11343         Edition, merge some HP changes into mainline, describe some
11344         previously undocumented features, describe more of the target
11345         commands available, eliminate obsolete section on renamed
11346         commands.
11347         * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11348
11349 Wed Jan 20 17:47:45 1999  Stan Shebs  <shebs@andros.cygnus.com>
11350
11351         * gdb.texinfo: Make many HPPA conditionals unconditional,
11352         including catchpoint description, since now on for all configs.
11353         * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11354         specializations.
11355
11356 Thu Jan 14 17:10:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
11357
11358         * Makefile.in (GDBvn.texi): Fix match expression to work with
11359         current format of VERSION in gdb/Makefile.in.
11360         * gdb.texinfo: Fix node ref to match new readline.
11361
11362 Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
11363
11364         * gdb.texinfo: Changes made as part of a project to merge in
11365           changes made by HP. Documentation makes extensive use of
11366           @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11367           on remote debugging. There are differences in documentation
11368           (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
11369           the HP manual discusses catchpoints, hardware watchpoints, and
11370           some HPUX specific limitations for shared library support.
11371
11372           There are also a number of @node changes.
11373
11374 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
11375
11376         * gdbint.texinfo (Formatting): Disambiguate a sentence.
11377         (C Usage): Same.
11378
11379 Wed Jan  6 11:55:34 1999  David Taylor  <taylor@texas.cygnus.com>
11380
11381         The following changes were made by Edith Epstein
11382         <eepstein@cygnus.com> as part of a project to merge in changes
11383         made by HP.
11384
11385         * HPPA-cfg.texi: new file.
11386
11387         * all-cfg.texi: set HPPA for HP PA-RISC targets.
11388
11389         * refcard.tex: change documentation about catch.
11390           removed info catch.
11391
11392 Mon Jan  4 18:29:18 1999  Stan Shebs  <shebs@andros.cygnus.com>
11393
11394         * gdbint.texinfo: Expand on GDB's coding standards,
11395         specify the use of arg names with prototypes.
11396
11397 1998-12-14  J.T. Conklin  <jtc@redbacknetworks.com>
11398
11399         * gdb.texinfo: Fix tipo.
11400
11401 Sun Dec 13 10:27:59 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11402
11403         * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
11404         TARGET_BYTE_ORDER_SELECTABLE_P.
11405
11406 Thu Dec 10 16:07:09 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11407
11408         * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11409
11410 1998-12-09  Jim Blandy  <jimb@zwingli.cygnus.com>
11411
11412         * agentexpr.texi: New file.
11413
11414 Wed Dec  9 21:13:57 1998  Andrew Cagney  <cagney@chook>
11415
11416         * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11417
11418 1998-12-03  J.T. Conklin  <jtc@redbacknetworks.com>
11419
11420         * remote.texi: Changed wording that implied that the GDB remote
11421         protocol caches register values instead of GDB itself.
11422
11423 Tue Dec  1 17:45:43 1998  Stan Shebs  <shebs@andros.cygnus.com>
11424
11425         * gdbint.texinfo: Add some info about symbol readers.
11426         (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11427         (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11428         (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11429         (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11430
11431 Mon Nov 30 11:32:21 1998  Andrew Cagney  <cagney@chook>
11432
11433         * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
11434
11435 Sat Nov 28 13:45:53 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11436
11437         * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11438
11439 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
11440
11441         * gdbint.texinfo (NO_SINGLE_STEP): Replace with
11442         SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
11443
11444 Wed Oct 14 10:02:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11445
11446         * gdbint.texinfo: Fix minor typos.
11447
11448 Wed Sep 30 18:03:19 1998  Stan Shebs  <shebs@andros.cygnus.com>
11449
11450         * gdbint.texinfo: Complete overhaul.  Group descriptions more
11451         logically, add more info on generic algorithms, remove much
11452         obsolete and/or wrong material.
11453
11454 Fri Jul 24 17:51:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11455
11456         * stabs.texinfo (Method Type Descriptor): Expand and correct.
11457
11458 Mon May  4 10:37:12 1998  Brian Youmans (3diff@gnu.org)
11459
11460         * refcard.tex:  Copyright, address updates.
11461
11462 Tue Apr 21 18:09:56 1998  Stan Shebs  <shebs@andros.cygnus.com>
11463
11464         * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11465         for the edition instead of confusing GDB-version-like numbers.
11466
11467 Mon Apr 13 14:05:00 1998  Fred Fish  <fnf@cygnus.com>
11468
11469         * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11470
11471 Thu Apr  2 16:52:44 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11472
11473         * LRS: Reformat a bit to keep text under 80 columns.
11474
11475 Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
11476
11477         * gdb.texinfo: Add some credits, mention bug monitor.
11478         * remote.texi: Mention mips monitor targets.
11479         * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
11480
11481 Mon Feb  2 17:13:03 1998  Stan Shebs  <shebs@andros.cygnus.com>
11482
11483         * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
11484         files, finish sorting of host vs target vs native macros, describe
11485         some more of them.
11486
11487 Tue Jan 13 16:44:50 1998  Fred Fish  <fnf@cygnus.com>
11488
11489         * gdbint.texinfo (Host Conditionals): Document change from
11490         using NO_MMALLOC to it's inverse, USE_MMALLOC.
11491
11492 Mon Nov 24 13:55:21 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11493
11494         * gdbint.texinfo (Host Conditionals): Document
11495         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
11496
11497 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11498
11499         * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11500         Document LSEEK_NOT_LINEAR.
11501
11502 Tue Mar 25 14:44:09 1997  Ian Lance Taylor  <ian@cygnus.com>
11503
11504         * stabs.texinfo (Stab Section Basics): Make it clear that only
11505         some versions of the GNU linker remove the leading N_UNDF symbol.
11506
11507 Thu Feb 27 17:45:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11508
11509         * stabs.texinfo (String Field): Document type number pairs here,
11510         instead of in the Sun specific section.
11511         (Include Files): The GNU linker supports the N_BINCL
11512         optimization.  Clarify the N_BINCL value, and what it is used
11513         for.
11514         (Procedures): Document N_FUN with an empty string to mark the end
11515         of a function.
11516         (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11517         (Sun Differences): Remove this node, as the information is now
11518         elsewhere in the main document.
11519         (Stab Section Basics): Mention that the GNU linker may optimize
11520         stabs and remove the leading N_UNDF symbol.
11521
11522 Mon Dec  9 12:23:32 1996  Roland Pesch  <roland@wrs.com>
11523
11524         * gdb.texinfo, refcard.tex: Restore author credit
11525
11526 Wed Oct  2 22:01:36 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
11527
11528         * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11529         documentation to account for START and END macros taking
11530         one arg.
11531
11532 Thu Aug 22 17:59:03 1996  Fred Fish  <fnf@cygnus.com>
11533
11534         From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11535         * gdb.texinfo (Frames): Fix typo.
11536
11537 Tue Jul 23 10:06:20 1996  Fred Fish  <fnf@cygnus.com>
11538
11539         * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11540         a target_signal as arg type, not a pid.
11541
11542 Fri Jul 12 11:10:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
11543
11544         * gdb.texinfo:  Document `set assembly-language'.
11545
11546 Thu Jul 11 13:50:28 1996  Stan Shebs  <shebs@andros.cygnus.com>
11547
11548         * remote.texi: Update list of stubs in the GDB distribution.
11549
11550 Fri Jul  5 15:38:54 1996  Fred Fish  <fnf@cygnus.com>
11551
11552         * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
11553         Also document that some systems can use mmalloc but must define
11554         this if their C runtime allocates memory that is later freed.
11555         (MMCHECK_FORCE): Document new macro.
11556
11557 Fri Jun 28 22:17:10 1996  Dawn Perchik  <dawn@cygnus.com>
11558
11559         * remote.texi: Add documentation for target Sparclet.
11560
11561 Mon Jun 24 18:12:22 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11562
11563         * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
11564         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11565         * configure.in: Rewritten for autoconf.
11566         * configure: New.
11567
11568 Mon Jun 17 10:43:41 1996  Fred Fish  <fnf@cygnus.com>
11569
11570         * Makefile.in (DVIPS): New define, set to dvips.
11571         (dvi): Add stabs.dvi.
11572         (ps): New target.
11573         (all-doc): Depend on info, dvi, and ps targets.
11574         (STAGESTUFF): Add *.ps and *.dvi files.
11575         (clean-info, clean-dvi): Remove.
11576         (mostlyclean): Does not depend upon clean-info or clean-dvi,
11577         rules completely rewritten.
11578         (maintainer-clean): Remove clean-info and clean-dvi
11579         dependencies and put their actions in the rules.
11580         (gdb.ps): New target
11581         (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
11582         intermediate TeX files, whether they have 2 or 3 character
11583         extensions.
11584         (gdbint.ps): Add target and rules.
11585         (gdb-internals): Delete unused target.
11586         (Makefile): Depends upon config.status also.
11587
11588 Sat Mar 30 15:46:58 1996  Fred Fish  <fnf@cygnus.com>
11589
11590         * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11591         set.
11592
11593 Sat Mar 16 15:10:20 1996  Fred Fish  <fnf@cygnus.com>
11594
11595         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11596         * gdb.texinfo (Expressions): Fix erroneous array constant example.
11597
11598 Sat Mar 16 13:28:45 1996  Fred Fish  <fnf@cygnus.com>
11599
11600         * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11601
11602 Sat Feb 10 03:28:36 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11603
11604         * gdb.texinfo (Print settings):  Document
11605         `set/show print static-members' commands.
11606
11607 Wed Jan 10 14:16:37 1996  Fred Fish  <fnf@cygnus.com>
11608
11609         * gdbint.texinfo (Native): Document name change, coredep.c to
11610         core-aout.c.
11611
11612 Wed Dec 13 12:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
11613
11614         * stabs.texinfo (Include Files): Document the values the SunOS4
11615         linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11616
11617 Fri Dec  8 21:08:44 1995  Fred Fish  <fnf@cygnus.com>
11618
11619         * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11620         Fix typo.
11621
11622 Fri Dec  1 11:07:50 1995  Fred Fish  <fnf@cygnus.com>
11623
11624         * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11625         "gdb.tar.Z".
11626
11627 Wed Sep 20 13:14:10 1995  Ian Lance Taylor  <ian@cygnus.com>
11628
11629         * Makefile.in (maintainer-clean): New target, synonym for
11630         realclean.
11631
11632 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
11633
11634         * Update all FSF addresses except those in COPYING* files.
11635
11636 Wed Jul 19 18:43:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
11637
11638         From Richard Earnshaw (rearnsha@armltd.co.uk):
11639         * gdb.texinfo (convenience variables): Document $_exitcode.
11640         (quit): Document optional expression to use as exit code.
11641
11642 Thu Jun 22 21:27:33 1995  Victoria Mixon  <victoria@cygnus.com>
11643
11644         * gdb.texinfo, remote.texi: Brought up to date with various
11645         GDB changes.
11646
11647 Tue Jun 20 14:35:38 1995  Stan Shebs  <shebs@andros.cygnus.com>
11648
11649         * gdb.texinfo: Update dates and versions, fix comments about
11650         hardware watchpoints in future releases and about the
11651         sharedlibrary command.
11652
11653 Mon May  8 09:30:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11654
11655         * stabs.texinfo: Remove node `XCOFF differences'.  Describe value of
11656         C_FUN stab.  Other cleanups.
11657
11658 Wed Apr 19 07:02:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11659
11660         * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11661         for the sparc stub.
11662
11663 Tue Apr 11 11:41:49 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11664
11665         * annotate.texi: Clarify which addresses have differing formats
11666         depending on the language and which do not.
11667
11668 Tue Mar 28 16:56:22 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11669
11670         * remote.texi (NetWare): Changed example to use BOARD= instead of
11671           NODE= argument to reflect correspoding change to gdbserve.nlm.
11672
11673 Fri Mar 17 06:47:02 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11674
11675         * stabs.texinfo (Negative Type Numbers): Mention the fact that
11676         GDB, as well as AIX dbx, supports the size type attribute.
11677
11678 Thu Mar 16 12:11:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11679
11680         * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11681
11682 Mon Mar 13 16:49:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11683
11684         * gdb.texinfo (Define):  Document $arg0... arguments to commands,
11685         and new 'if' and 'while' commands.
11686
11687 Fri Feb 17 15:24:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11688
11689         * gdb.texinfo (Artificial arrays):  Note use of coerce-to-array-type.
11690
11691 Wed Feb 15 11:59:18 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11692
11693         * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11694         * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11695           NetWare targets.  Mostly stolen from the Server node.
11696
11697 Fri Feb 10 20:20:08 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11698
11699         * gdb.texinfo (Setting): Talk about the language of a source file
11700         versus the working language.  The old documentation did not match
11701         what GDB did.
11702
11703 Wed Feb  1 20:26:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11704
11705         * stabs.texinfo (Source Files): Document N_SO used to mark the end
11706         of a source file.
11707
11708 Mon Jan 23 14:23:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11709
11710         * gdb.texinfo (Processes): New node.
11711
11712 Tue Jan 17 14:09:03 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11713
11714         * remote.texi: Update documentation of set/show mipsfpu.
11715
11716 Fri Jan  6 17:17:28 1995  Stan Shebs  <shebs@andros.cygnus.com>
11717
11718         * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11719         * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11720
11721 Sun Sep  4 16:47:21 1994  Stan Shebs  (shebs@andros.cygnus.com)
11722
11723         * gdbint.texinfo: Removed mentions of some incorrectly placed and
11724         obsolete conditionals, described some others.
11725
11726 Mon Aug  1 15:42:39 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11727
11728         * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11729         SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11730
11731 Mon Aug  1 15:12:02 1994  Stan Shebs  (shebs@andros.cygnus.com)
11732
11733         * gdbint.texinfo: Put regex conditionals in their own table.
11734
11735 Tue Jul 26 18:32:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
11736
11737         * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11738         described or fixed the descriptions of many others.
11739
11740 Sun Jul 17 14:14:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
11741
11742         * gdb.texinfo: Add some more credits.
11743         * gdbint.texinfo: Capitalize GDB consistently, describe some
11744         macros and remove some.
11745
11746 Thu Jul 14 18:43:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
11747
11748         * gdbint.texinfo: Removed mentions of many incorrectly placed and
11749         obsolete conditionals, described some others.
11750
11751 Tue Jul 12 12:23:15 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11752
11753         * gdb.texinfo (help targets):  Changed to `help target', which
11754         is the correct gdb command.
11755
11756 Wed Jun 22 18:00:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11757
11758         * annotate.texi (TODO): New node, for keeping track of annotations
11759         suggested but not yet implemented.
11760
11761 Wed Jun  1 16:10:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11762
11763         * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11764         another symbol, it is not the address itself.
11765
11766 Thu May  5 20:23:36 1994  Stan Shebs  (shebs@andros.cygnus.com)
11767
11768         * stabs.texinfo (Stab Section Basics): Add comment about alignment
11769         of stabs-in-coff sections.
11770
11771 Wed May  4 06:26:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11772
11773         * annotate.texi: Change edition to 0.5 and date to May 1994.
11774         Add index.
11775         (Frames): New node, for frame annotation.
11776         (Displays): New node, for display annotation.
11777
11778         * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11779         when waiting for your program to stop.
11780
11781 Fri Apr 29 18:24:46 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11782
11783         * annotate.texi (Breakpoint Info): Document annotation of header
11784         fields and record annotation.
11785
11786 Thu Apr 28 07:44:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11787
11788         * annotate.texi: New file, to document annotations.
11789
11790 Thu Apr 21 14:20:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11791
11792         * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11793         16 I meant to make this change but did not).  Do remove gdb-cfg.texi.
11794
11795 Wed Apr 20 11:22:48 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11796
11797         * stabs.texinfo (Stab Section Basics): Say what is in .stab
11798         section, and say n_strx field is compilation unit relative.
11799         * stabs.texinfo: Don't use @code for a.out when it is the name of
11800         an object file format.
11801
11802 Wed Apr 13 20:29:54 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11803
11804         * gdb.texinfo: Refer to file names, not path names, per rms
11805         convention.
11806         (Arguments): Fix typo.
11807
11808 Thu Mar 24 08:09:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11809
11810         * stabs.texinfo (Global Variables): Talk about stabs in files
11811         where variables are referenced, but not defined.
11812
11813 Wed Mar 23 07:16:36 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11814
11815         * stabs.texinfo: Move stuff on @ and # type descriptors from node
11816         Cplusplus to new nodes Member Type Descriptor and Method Type
11817         Descriptor.  Re-write stuff for #.
11818
11819 Wed Mar 16 08:20:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11820
11821         * gdb.texinfo (Print Settings): Don't document "set print
11822         fast-symbolic-addr off".  The bug which it worked around was fixed
11823         on 25 Feb 94 in coffread.c, so I'm nuking the command.
11824
11825         * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11826         N_ENTRY node.
11827
11828         * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11829
11830 Tue Mar 15 08:43:02 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11831
11832         * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11833         references to ieee-float.c.
11834
11835 Fri Mar 11 08:09:40 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11836
11837         * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11838         match what the code actually does.
11839
11840 Wed Mar  9 19:43:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11841
11842         * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11843
11844 Tue Mar  1 17:04:43 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11845
11846         * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11847         i, and b.
11848
11849 Wed Feb 23 10:44:18 1994  Jim Kingdon  (kingdon@rtl.cygnus.com)
11850
11851         * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11852         well as for ELF and SOM.  Unify the descriptions of ELF and SOM
11853         as "stabs in sections" rather than just saying "ELF and SOM".
11854         Also make that stuff apply to COFF.
11855
11856 Fri Feb 18 08:25:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11857
11858         * gdb.texinfo (Formatting Documentation): Change GhostScript to
11859         Ghostscript.
11860
11861 Fri Feb  4 06:31:31 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11862
11863         * gdb.texinfo (Continuing and Stepping): When talking about "step"
11864         versus functions without line numbers, also mention stepping into
11865         them as well as "step" when you are in them.  Tell the user how to
11866         deal with the situation.  Add comment about "debugging information".
11867
11868 Thu Feb  3 11:39:59 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11869
11870         * stabs.texinfo (Enumerations): Document restriction on where
11871         enumeration types can appear and still win with GDB.
11872
11873 Wed Feb  2 11:29:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11874
11875         * stabs.texinfo (Negative Type Numbers): Document format for type
11876         -16.
11877
11878 Thu Jan 27 16:53:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11879
11880         * gdb.texinfo (Selection, Frame Info): Update information about
11881         arbitrary frame specficiations.
11882
11883 Wed Jan 26 15:31:57 1994  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11884
11885         * gdb.texinfo, remote.texi: general editing pass prior to Net release
11886
11887 Tue Jan 25 12:12:04 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11888
11889         * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11890
11891 Wed Jan 19 06:39:24 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
11892
11893         * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11894
11895 Sun Jan 16 12:43:32 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11896
11897         * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11898         Differences node to Statics node.
11899         (Statics): Discuss XCOFF use of V symbol descriptor.
11900
11901         * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11902         not clean.
11903
11904 Wed Jan 12 21:29:54 1994  John Gilmore  (gnu@cygnus.com)
11905
11906         * gdb.texinfo (Print Settings): Document `set print
11907         fast-symbolic-addr' and improve the doc for some other
11908         `set print's.
11909
11910 Mon Jan  3 17:23:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11911
11912         * stabs.texinfo (String Field): Talk about defining several type
11913         numbers at once.
11914         Fix lint regarding changing node ELF Transformations to
11915         ELF and SOM Transformations.
11916
11917 Fri Dec 31 00:42:43 1993  John Gilmore  (gnu@cygnus.com)
11918
11919         * stabs.texinfo:  Insert Peter Kessler's name as inventor (I think).
11920
11921 Tue Dec 28 09:30:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11922
11923         * stabs.texinfo (Cross-References): `::' is for nested types only
11924         within <>.
11925         (Structures): Document static members.
11926
11927 Mon Dec 27 13:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11928
11929         * stabs.texinfo: Document S type attribute.
11930
11931 Sun Dec 26 20:46:36 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
11932
11933         * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11934
11935 Fri Dec  3 19:13:19 1993  John Gilmore  (gnu@cygnus.com)
11936
11937         * gdbint.texinfo:  Fix a few typos.
11938
11939 Sun Nov 28 18:06:25 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11940
11941         * gdb.texinfo, remote.texi: formatting improvements
11942
11943         * gdb.texinfo (New Features): mention threads.
11944         (Summary, C): fix xrefs in newly contributed text.
11945         (Threads): index entries, clarifications, example
11946         (passim): minor typos fixed, phrasing improvements
11947
11948         * remote.texi (Bootstrapping): rephrase text on ^C and add index
11949         entries; (Server): explain use of gdbserver w/real-time systems,
11950         add example of conflicting TCP port; (MIPS Remote) break up
11951         running text into table, highlighting commands, and add example.
11952
11953 Wed Nov 24 14:15:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11954
11955         * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11956
11957 Fri Nov 12 16:10:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11958
11959         * stabs.texinfo (Nested Symbols): New node.
11960         (String Field, Symbol Descriptors, Cross-References): Refer to it.
11961
11962 Thu Nov 11 13:26:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11963
11964         * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11965         to picking which Bbss.bss symbol to use, and (because there seems to
11966         be no good way of doing it) re-write some of the text to make it
11967         sound like Bbss.bss isn't such a great idea after all (as currently
11968         designed).
11969
11970         * gdb.texinfo (C): In addition to saying people have to use g++ for
11971         good results, say they have to use stabs.  Specifically say cfront
11972         doesn't work well.
11973         (Summary): Merge in information on Modula-2, Pascal, and Chill from
11974         the gdb README.  Add xrefs to places where the support for the various
11975         languages is described in detail.
11976
11977 Mon Nov  8 11:47:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11978
11979         * stabs.texinfo: Clean up stuff about visibility and virtual
11980         characters.
11981
11982         * stabs.texinfo (N_M2C): Cite Sun doc.
11983
11984 Fri Nov  5 16:27:27 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11985
11986         * gdb.texinfo: updates re threads.
11987         * remote.texinfo: avoid index entries starting with digits.
11988
11989 Tue Nov  2 09:08:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11990
11991         * stabs.texinfo (Enumerations): Talk about large, negative and
11992         octal values.  Clean up cross reference to type attributes.
11993         (String Field): Say that GDB 4.11 supports size attribute.
11994
11995 Sun Oct 31 13:31:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11996
11997         * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11998         is a mandatory step.  Make the stuff about that more concise.
11999
12000 Wed Oct 27 00:25:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12001
12002         * stabs.texinfo (Class Names): New node.
12003
12004         * gdb.texinfo (Command Files): Explain order of init file reading.
12005
12006         * remote.texi (Bootstrapping): Talk about getting the serial driver
12007         to deal with ^C sent by gdb to stop the remote system.
12008
12009 Mon Oct 25 03:25:41 1993  Tom Lord  (lord@cygnus.com)
12010
12011         * libgdb.texinfo (I/O): incorporated better phrasing from rich.
12012
12013         * libgdb.texinfo (Defining Commands): made the DOC arg
12014         to gdb_define_app_command a char * instead of char **
12015         per a suggestion from kingdon.
12016
12017         * libgdb.texinfo: total rewrite from a different starting
12018         premise.
12019
12020 Wed Oct 20 18:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12021
12022         * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
12023         floats passed as doubles (to improve clarity).
12024
12025 Tue Oct 19 14:21:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12026
12027         * gdb.texinfo (Source Path): index entries for $cwd, $pdir
12028
12029         * a4rc.sed: update to work with Andreas Vogel papersize params
12030
12031         * refcard.tex: use Andreas Vogel simplifications of papersize
12032         params; remove useless version info; update copyright date.
12033
12034 Tue Oct 19 10:46:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12035
12036         * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
12037
12038 Tue Oct 12 09:11:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12039
12040         * gdb.texinfo (Files): Say what address the load command loads it at.
12041
12042         * stabs.texinfo (Common Blocks): Minor cleanups.
12043
12044         * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
12045         that Sun has backed away from the linker kludge and thus the relevant
12046         issue is changes to the SunPRO tools, not the Solaris linker.
12047
12048         * stabs.texinfo (Traditional Integer Types): Clean up description
12049         of octal bounds a little bit.  Document extra leading zeroes.
12050
12051 Thu Oct  7 16:15:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12052
12053         * gdb.texinfo (Signaling): Update for symbolic symbol names
12054         and add a section explaining the difference between the GDB
12055         signal command and the shell kill utility.
12056
12057 Wed Oct  6 13:23:01 1993  Tom Lord  (lord@rtl.cygnus.com)
12058
12059         * libgdb.texinfo: added `@' to braces that were unescaped.
12060
12061 Mon Oct  4 10:42:18 1993  Tom Lord  (lord@rtl.cygnus.com)
12062
12063         * libgdb.texinfo: new file.  Spec for the gdb library.
12064
12065 Sun Oct  3 15:26:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12066
12067         * stabs.texinfo (Include Files): Fix typo (start -> end).
12068
12069 Thu Sep 30 18:24:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12070
12071         * gdb.texinfo, remote.texi: assorted small improvements, mostly
12072         from Melissa at FSF's editing pass.
12073
12074 Thu Sep 30 11:54:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12075
12076         * gdb.texinfo: Remove stuff about ar and 14 character filenames.
12077         I believe this was fixed by the 13 Sep 89 change to print_frame_info.
12078         Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
12079
12080 Wed Sep 22 21:22:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12081
12082         * remote.texi (Bootstrapping): Discuss 386 call gates.
12083
12084 Sat Sep 18 17:10:44 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
12085
12086         * stabs.texinfo (Based Variables): New node.
12087
12088 Thu Sep 16 17:48:55 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
12089
12090         * stabs.texinfo (Negative Type Numbers): Re-write discussions of
12091         names, sizes, and formats to suggest how not to lose.
12092
12093 Sat Sep 11 09:35:11 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
12094
12095         * stabs.texinfo (Methods): Fix typo.
12096
12097 Fri Sep 10 06:34:20 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
12098
12099         * gdb.texinfo: Fix a few typos.
12100
12101 Wed Sep  8 09:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12102
12103         * gdb.texinfo: Clarify how well it works with Fortran.
12104
12105         * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
12106         More on relocating stabs in ELF files.
12107
12108 Tue Sep  7 13:45:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12109
12110         * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
12111
12112 Mon Sep  6 19:23:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12113
12114         * stabs.texinfo (Local Variable Parameters): Talk about nameless
12115         parameters on VAX.
12116
12117 Fri Sep  3 17:06:08 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12118
12119         * gdb.texinfo: @up/@down -> @raisesections/@lowersections
12120
12121 Fri Sep  3 12:04:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12122
12123         * stabs.texinfo: Make info author notice match the TeX author notice.
12124
12125 Tue Aug 31 13:21:06 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
12126
12127         * stabs.texinfo: Initial-caps all words in node names and
12128         non-trivial words in section names.
12129
12130 Mon Aug 30 11:13:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12131
12132         * stabs.texinfo: Many minor cleanups.
12133
12134         * stabs.texinfo: Remove @deffn except from Expanded Reference node.
12135
12136 Sat Aug 28 12:08:09 1993  David J. MacKenzie  (djm@edison.eng.umd.edu)
12137
12138         * stabs.texinfo: Remove full description of big example.
12139         It's not really helpful; just use pieces of it where appropriate.
12140         Add more Texinfo formatting directives (@samp, etc.).
12141         Use @deffn to define stab types.
12142         Eliminate some wordiness.  Break up some nodes.
12143         Add an (alphabetized) index of symbol types.
12144         Use consistent capitalization style in node and section names.
12145
12146 Thu Aug 26 06:36:31 1993  Fred Fish  (fnf@deneb.cygnus.com)
12147
12148         * gdb.texinfo:  Change typo "Two two" to "The two".
12149
12150 Sun Aug 22 12:15:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12151
12152         * stabs.texinfo (XCOFF-differences): Remove references to
12153         non-existent types N_DECL and N_RPSYM.
12154
12155         * stabs.texinfo (String Field): Say that type attributes bug is
12156         fixed in GDB 4.10, since it is.
12157
12158         * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
12159
12160 Sat Aug 21 04:32:28 1993  David MacKenzie  (djm@cygnus.com)
12161
12162         * stabs.texinfo: Formatting cleanups.
12163
12164 Fri Aug 20 20:49:53 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12165
12166         * stabs.texinfo: When explaining the n_type of a stab, standardize
12167         how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
12168         no tabs, use @r).
12169         (Global Variables): Clean up.
12170
12171 Tue Aug 17 15:57:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12172
12173         * stabs.texinfo (Stack Variables): Re-write.
12174
12175 Mon Aug 16 21:20:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12176
12177         * stabs.texinfo (Stabs-in-elf): Talk about getting the start
12178         addresses of a source file.  Also revise formatting.
12179         Change "object module" or "object file" to "source file".
12180         Various: Miscellaneous cleanups.
12181
12182 Thu Aug 12 15:11:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12183
12184         * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
12185
12186 Tue Aug 10 16:57:49 1993  Stan Shebs  (shebs@rtl.cygnus.com)
12187
12188         * gdbint.texinfo: Removed many nonsensical machine-collected
12189         host and target conditionals, described some of the remainder.
12190
12191 Tue Aug 10 13:28:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12192
12193         * gdbint.texinfo (Getting Started): Use @itemize, not @table.
12194
12195         * gdbint.texinfo (Top): Add name to @top line, and re-write the
12196         paragraph which follows.
12197
12198         * gdbint.texinfo (Host): Use @code not @samp for Makefile
12199         variables.  Looks better and avoids overful hbox.
12200
12201 Fri Jul 30 18:26:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12202
12203         * stabs.texinfo (Procedures): Improve stuff on nested functions.
12204
12205 Thu Jul 29 15:10:58 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12206
12207         * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
12208         retransmit-timeout
12209
12210 Thu Jul 29 13:16:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12211
12212         * gdbint.texinfo: Update statement about `some ancient Unix
12213         systems, like Ultrix 4.0' to Ultrix 4.2.
12214
12215 Wed Jul 28 15:26:53 1993  Roland H. Pesch  (pesch@el_bosque.cygnus.com)
12216
12217         * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12218
12219         * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12220
12221         * remote.texi: (Server) New node on gdbserver.  (Remote Serial,
12222         ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12223
12224         * remote.texi: new name for former gdbinv-s.texi
12225
12226         * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12227
12228 Wed Jul 28 08:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
12229
12230         * gdbinv-s.texi: Documented timeout and retransmit-timeout
12231         variables for MIPS remote debugging protocol.
12232
12233 Mon Jul 26 13:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12234
12235         * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12236
12237 Tue Jul 20 16:30:41 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
12238
12239         * Makefile.in (refcard.dvi): Use srcdir where necessary.
12240
12241 Mon Jul 19 12:02:50 1993  Roland H. Pesch  (pesch@cygnus.com)
12242
12243         * gdb.texinfo: repair conditional bugs in text markup
12244
12245 Fri Jul 16 18:57:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12246
12247         * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12248         to select Modula-2 material.
12249
12250 Thu Jul 15 13:15:01 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12251
12252         * stabs.texinfo: Cleanups regarding statics.
12253
12254         * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12255         (Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.
12256
12257 Mon Jul 12 13:37:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12258
12259         * stabs.texinfo: N_MAIN is sometimes used for C.
12260
12261 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12262
12263         * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12264
12265 Tue Jul  6 12:41:28 1993  John Gilmore  (gnu@cygnus.com)
12266
12267         * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
12268         removed from the code by Kingdon.
12269
12270 Tue Jul  6 12:24:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12271
12272         * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12273         input when evaluating breakpoint conditions; the bug has been fixed.
12274
12275         * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12276         sets the ignore count to N-1, not to N.
12277
12278 Thu Jul  1 14:57:42 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12279
12280         * refcard.tex (\hoffset): correct longstanding error to match
12281           intended offset; avoids cutting off edge on some printers
12282
12283 Wed Jun 30 18:23:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12284
12285         * stabs.texinfo (Parameters): Say that order of stabs is significant.
12286
12287 Fri Jun 25 21:34:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12288
12289         * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12290
12291 Fri Jun 25 16:15:10 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12292
12293         * Makefile.in: (REFEDITS) new var to control whether PS or CM
12294         fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12295         collect sed edits if any, apply to refcard before formatting;
12296         (refcard.ps) stop implying PS fonts if PS output requested;
12297         (lrefcard.ps) delete extra target for variant PS fonts
12298
12299         * refcard.tex: parametrize papersize dependent info, collect
12300           in easily replaced spot
12301
12302         * a4rc.sed: new file, edits to refcard for A4 paper
12303
12304 Fri Jun 25 14:21:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12305
12306         * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12307
12308 Wed Jun 23 15:02:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12309
12310         * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12311
12312 Tue Jun 22 16:31:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12313
12314         * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12315         politely rather than rudely.
12316
12317 Fri Jun 18 19:42:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12318
12319         * stabs.texinfo: Document common blocks.
12320
12321 Fri Jun 18 12:12:57 1993  Fred Fish  (fnf@cygnus.com)
12322
12323         * stabs.texinfo:  Add some basic info about stabs-in-elf.
12324
12325 Fri Jun 18 13:57:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12326
12327         * stabs.texinfo (Top): Minor cleanup.
12328
12329 Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
12330
12331         * Makefile.in (install-info): remove parentdir support
12332
12333 Tue Jun 15 18:11:39 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12334
12335         * gdb.texinfo (Copying): delete this node and references to it;
12336         RMS says this manual need not carry GPL. (passim): Improvements
12337         from last round at FSF, largely due to Ian Taylor review, and
12338         minor formatting improvements.
12339
12340         * gdbinv-s.texi (passim): Improvements from last round at FSF,
12341         largely due to Ian Taylor review. (Debug Session): minor edits to
12342         new text.
12343
12344 Sun Jun 13 12:52:39 1993  Jim Kingdon  (kingdon@cygnus.com)
12345
12346         * Makefile.in (realclean): Remove info and dvi files too.
12347
12348 Sat Jun 12 16:09:22 1993  Jim Kingdon  (kingdon@cygnus.com)
12349
12350         * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12351         * Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.
12352         * gdb.texinfo: Change accordingly.
12353
12354         * stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
12355         N_{L,R}BRAC,N_SLINE are relative to.
12356
12357 Fri Jun 11 15:15:55 1993  Jim Kingdon  (kingdon@cygnus.com)
12358
12359         * Makefile.in (GDBvn.texi): Update atomically.
12360
12361 Wed Jun  9 10:58:16 1993  Jim Kingdon  (kingdon@cygnus.com)
12362
12363         * gdbinv-s.texi (Debug Session): Document exceptionHook.
12364
12365 Tue Jun  8 13:42:04 1993  Jim Kingdon  (kingdon@cygnus.com)
12366
12367         * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12368         addresses together.  Also motivate the set print symbol-filename
12369         command and suggest other solutions.
12370
12371 Tue Jun  1 22:46:43 1993  Fred Fish  (fnf@cygnus.com)
12372
12373         * gdb.texinfo (set print elements):  Note that the number of
12374         elements is set to unlimited by "set print elements 0".
12375
12376 Mon May 31 08:06:55 1993  Jim Kingdon  (kingdon@cygnus.com)
12377
12378         * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12379         NF_LDOUBLE means.
12380         (Stab Types): Include Solaris stab types.
12381         (Procedures): Document Solaris extensions.
12382
12383 Thu May 27 06:20:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12384
12385         * gdb.texinfo:  Add `set print symbol-filename' doc.
12386
12387 Wed May 26 00:26:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12388
12389         * stabs.texinfo (Arrays): Talk about type definition vs. type
12390         information.
12391
12392         * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12393         the trailing semicolon.
12394
12395 Tue May 25 14:49:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12396
12397         * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12398         and merge in other parts of the document addressing these subjects.
12399         gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12400
12401         * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12402         at the end of a range type.
12403
12404         * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12405         AIX extensions.
12406
12407 Mon May 24 09:00:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12408
12409         * stabs.texinfo (Stabs Format):  Misc fixes.
12410
12411 Sat May 22 10:40:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12412
12413         * stabs.texinfo (Constants):  Allow an `e' constant to be non-enum.
12414         (Traditional builtin types): Document convex convention for long long.
12415         (Negative builtin types): Discuss type names, and misc fixes.
12416
12417 Fri May 21 11:20:31 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12418
12419         * stabs.texinfo (Builtin Type Descriptors): Document the floating
12420         point types used with @samp{R} type descriptor.
12421         (Symbol Descriptors): Describe how to handle conflict between
12422         different meanings of @samp{P} symbol descriptor.
12423
12424 Thu May 20 13:35:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12425
12426         * stabs.texinfo: Remove node Quick Reference and put its children
12427         directly under the main menu.
12428
12429         * stabs.texinfo: Many more changes to bring it into line with
12430         AIX documentation and reality.  I think it now has all the
12431         information from the AIX documentation, except that I burned
12432         out when I got to variant records (Pascal and Modula-2) and
12433         all the COBOL types.  Oh well, we can add them later when we're
12434         worrying more about those languages.
12435
12436         * stabs.texinfo (Automatic variables): Talk about what it means
12437         to omit the symbol descriptor.
12438
12439 Tue May 18 17:59:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12440
12441         * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12442         gcc2 behavior with promoted args.
12443
12444 Fri May 14 21:35:29 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12445
12446         * gdb.texinfo: include readline appendices in info version of manual
12447
12448 Fri May  7 11:56:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12449
12450         * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12451         target remote.
12452
12453         * gdb.texinfo (Machine Code): more index entries for disassemble
12454
12455 Fri May  7 10:12:30 1993  Fred Fish  (fnf@cygnus.com)
12456
12457         * Clarify the intended use of the gdb-testers and gdb-patches
12458         mailing lists, and shrink gzip comment.
12459
12460 Thu May  6 16:39:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12461
12462         * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12463         DOSHOST configuration of manual.
12464
12465         * gdb.texinfo (MIPS Stack): new node.
12466
12467         * all-config.texi (MIPS) new switch.
12468
12469         * gdbinv-s.texi (Nindy Options) Remove two instances of future
12470         tense; (MIPS Remote) new node.
12471
12472         * gdb.texinfo (passim) rephrases to work around makeinfo @value
12473         bug; (Environment) less passive, other small cleanups in text about
12474         .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12475         (Remote) new MIPS Remote menu entry.
12476
12477 Thu Apr 29 09:36:25 1993  Jim Kingdon  (kingdon@cygnus.com)
12478
12479         * stabs.texinfo: Many changes to include information from the
12480         AIX documentation.
12481
12482         * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12483
12484 Tue Apr 27 14:02:57 1993  Jim Kingdon  (kingdon@cygnus.com)
12485
12486         * gdbint.texinfo (new node Debugging GDB, elsewhere):
12487         Move a bunch of information from ../README.
12488         (Getting Started): New node.
12489
12490 Fri Apr 23 17:21:13 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12491
12492         * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12493
12494         * gdb.texinfo: advance manual revision dates to present
12495
12496         * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12497         stop using silly Roman numerals in @set variable names
12498
12499 Fri Apr 23 07:30:01 1993  Jim Kingdon  (kingdon@cygnus.com)
12500
12501         * stabs.texinfo (Parameters): Keep trying to get this right.
12502
12503 Wed Apr 21 15:18:47 1993  Jim Kingdon  (kingdon@cygnus.com)
12504
12505         * stabs.texinfo (Parameters): More on "local parameters".
12506
12507 Mon Apr 19 08:00:51 1993  Jim Kingdon  (kingdon@cygnus.com)
12508
12509         * stabs.texinfo (Parameters): Re-do "local parameters" section.
12510
12511 Sun Apr 18 09:47:45 1993  Jim Kingdon  (kingdon@cygnus.com)
12512
12513         * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12514         (Parameters): Rewrite.
12515         (xcoff-differences, Sun-differences): Minor changes.
12516
12517 Thu Apr 15 02:35:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
12518
12519         * stabs.texinfo:  Minor cleanup.
12520
12521 Wed Apr 14 17:31:00 1993  Jim Kingdon  (kingdon@cygnus.com)
12522
12523         * gdbint.texinfo: Minor xcoff stuff.
12524
12525 Wed Apr  7 14:11:07 1993  Fred Fish  (fnf@cygnus.com)
12526
12527         * gdbint.texinfo:  Update for new config directory structure.
12528         Add info about internal type data structures.
12529
12530 Mon Apr  5 09:06:30 1993  Ian Lance Taylor  (ian@cygnus.com)
12531
12532         * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12533         $(srcdir).
12534         (gdb-config.texi): Depend on file in $(srcdir).
12535
12536 Fri Apr  2 16:55:13 1993  Jim Kingdon  (kingdon@cygnus.com)
12537
12538         * stabs.texinfo: Fixes about N_SO.
12539
12540 Fri Mar 26 18:00:35 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12541
12542         * gdb.texinfo: include list of nonstandard init file names
12543
12544         * *-config.texi: new switch GENERIC for text that applies *only*
12545         to (usual) multiple-target version of manual
12546
12547         * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12548         h8 config
12549
12550         * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12551         in menus (rather than conditionally selected multiple alternative
12552         menus).
12553
12554         * Makefile.in: define and use DOC_CONFIG var to select
12555         configuration for GDB user manual.
12556
12557         * gdb-config.texi: delete from repository, generate from Makefile.
12558
12559         * all-config.texi: normal `generic' configuration file, formerly
12560         stored as gdb-config.texi
12561
12562 Wed Mar 24 14:03:19 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
12563
12564         * Makefile.in: add dvi target to build all .dvi files
12565
12566 Tue Mar 23 16:03:24 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12567
12568         * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12569
12570 Fri Mar 19 21:46:50 1993  John Gilmore  (gnu@cygnus.com)
12571
12572         * gdbint.texinfo:  Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12573         host conditionals.
12574         * stabs.texinfo:  More array fixes inspired by Jim's.
12575
12576 Fri Mar 19 10:23:34 1993  Jim Kingdon  (kingdon@cygnus.com)
12577
12578         * stabs.texinfo: Fixes re arrays and continuations.
12579
12580         * gdbint.texinfo: Add XCOFF node.
12581
12582 Mon Mar  8 15:52:18 1993  John Gilmore  (gnu@cygnus.com)
12583
12584         * gdb.texinfo:  Add `set print max-symbolic-offset' doc.
12585
12586 Sun Feb 21 17:09:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
12587
12588         * stabs.texinfo:  Fix for array types to mention lower bounds.
12589
12590 Thu Feb 18 01:19:49 1993  John Gilmore  (gnu@cygnus.com)
12591
12592         * gdbint.texinfo:  Update PTRACE_ARG3_TYPE doc, pull PT_*.
12593
12594 Wed Feb 17 08:15:24 1993  John Gilmore  (gnu@cygnus.com)
12595
12596         * gdbint.texinfo:  Remove SET_STACK_LIMIT_HUGE from target defines.
12597
12598 Thu Feb 11 10:38:40 1993  John Gilmore  (gnu@cygnus.com)
12599
12600         * gdbint.texinfo:  Fix thinko (NM_FILE => NAT_FILE).  Found
12601         by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12602
12603 Wed Feb 10 23:59:19 1993  John Gilmore  (gnu@cygnus.com)
12604
12605         * gdbint.texinfo:  Eliminate IBM6000_HOST, document IBM6000_TARGET.
12606
12607 Tue Feb  9 18:26:21 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12608
12609         * gdb.texinfo, gdbinv-s.texi: misc updates
12610
12611 Sat Feb  6 10:25:47 1993  John Gilmore  (gnu@cygnus.com)
12612
12613         * gdbint.texinfo:  Brief documentation for longjmp support,
12614         from an email msg by Stu.
12615
12616 Fri Feb  5 14:10:15 1993  John Gilmore  (gnu@cygnus.com)
12617
12618         * stabs.texinfo:  Fix description of floating point "range"
12619         types (which really define basic types).  Reported by Jim Meehan,
12620         <meehan@src.dec.com>.
12621
12622         * gdbint.texinfo:  Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12623
12624 Thu Feb  4 13:56:46 1993  Ian Lance Taylor  (ian@cygnus.com)
12625
12626         * gdbint.texinfo: Slightly expand section on supporting a new
12627         object file format.
12628
12629 Thu Feb  4 01:49:04 1993  John Gilmore  (gnu@cygnus.com)
12630
12631         * Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
12632         intermediate file.
12633
12634 Tue Feb  2 12:18:06 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12635
12636         * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12637
12638 Mon Feb  1 15:35:47 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12639
12640         * gdbinv-s.texi: z8000 simulator target name is just "sim"
12641
12642         * gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
12643         as well as Z8002.
12644
12645 Sat Nov 28 06:51:35 1992  John Gilmore  (gnu@cygnus.com)
12646
12647         * gdbint.texinfo:  Add sections on clean design and on how to send
12648         in changes.
12649
12650 Mon Nov  9 23:57:02 1992  John Gilmore  (gnu@cygnus.com)
12651
12652         * gdbint.texinfo:  Add how to declare the result of make_cleanup.
12653
12654 Mon Oct 26 11:09:47 1992  John Gilmore  (gnu@cygnus.com)
12655
12656         * gdb.texinfo:  Fix typo, reported by Karl Berry.
12657
12658 Fri Oct 23 00:41:21 1992  John Gilmore  (gnu@cygnus.com)
12659
12660         * gdb.texinfo:  Add opcodes dir to GDB distribution description.
12661
12662 Sat Oct 10 18:04:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12663
12664         * gdbint.texinfo: fixed a stray email address (needs @@),
12665         added @table @code to node "Native Conditionals"
12666
12667 Tue Sep 22 00:34:15 1992  John Gilmore  (gnu@cygnus.com)
12668
12669         * gdbint.texinfo:  Describe coding style of GDB.
12670
12671 Mon Sep 21 19:32:16 1992  John Gilmore  (gnu@cygnus.com)
12672
12673         * stabs.texinfo:  Minor wording changes.
12674
12675 Tue Sep 15 02:57:09 1992  John Gilmore  (gnu@cygnus.com)
12676
12677         * gdbint.texinfo:  Improve release doc slightly.
12678
12679 Fri Sep 11 01:34:25 1992  John Gilmore  (gnu@sphagnum.cygnus.com)
12680
12681         * gdbint.texinfo:  Improve doc of GDB config macros.
12682
12683 Wed Sep  9 16:52:06 1992  John Gilmore  (gnu@cygnus.com)
12684
12685         * stabs.texinfo:  Remove Bothner's changes for C++ nested types.
12686         These will be reinserted when examined.
12687
12688 Mon Aug 24 01:17:55 1992  John Gilmore  (gnu@cygnus.com)
12689
12690         * gdbint.texinfo:  Make a start at documenting all the #if macros
12691         in GDB.  At least list them all, and start separating them into
12692         host-specific and target-specific.
12693
12694 Tue Aug 18 15:59:13 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12695
12696         * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12697         examples (not consistent w others).
12698         gdb.texinfo: issue disclaimer paragraph on cmdline options only
12699         for generic vn of doc
12700
12701 Tue Aug 18 14:53:27 1992  Ian Lance Taylor  (ian@cygnus.com)
12702
12703         * Makefile.in: always create installation directories.
12704
12705 Tue Aug 18 14:11:50 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12706
12707         * gdb.texinfo: in h8 config, do not describe searching commands.
12708
12709 Mon Aug 17 18:07:59 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12710
12711         * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12712           conditionals; introduce a few generic switches that may be
12713           useful for other cross-dev or dos-hosted configs.
12714
12715         * gdb.texinfo: fix typo in "info reg" description
12716
12717 Sun Aug 16 01:16:18 1992  John Gilmore  (gnu@cygnus.com)
12718
12719         * stabs.texinfo:  Minor updates from running TeX over it.
12720         * Makefile.in (stabs.dvi, stabs.ps):  Add.
12721
12722 Sat Aug 15 20:52:24 1992  Per Bothner  (bothner@rtl.cygnus.com)
12723
12724         * stabs.texinfo:  Stabs documentation, written by Julia Menapace.
12725         First pass at converting it to texinfo.
12726
12727 Sat Aug 15 03:14:59 1992  John Gilmore  (gnu@cygnus.com)
12728
12729         * gdb.texinfo, refcard.tex:  Document mult args on `info reg'.
12730         * Makefile.in (refcard.ps, lrefcard.ps):  Add missing $(srdir).
12731
12732 Fri Aug 14 21:08:47 1992  John Gilmore  (gnu@cygnus.com)
12733
12734         * gdbint.texinfo:  Add section on partial symbol tables.
12735
12736 Sat Jun 20 16:31:10 1992  John Gilmore  (gnu at cygnus.com)
12737
12738         * gdb.texinfo:  document `set remotedebug' and `set
12739         rstack_high_address'.
12740
12741 Thu May 14 17:09:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12742
12743         * gdb.texinfo: slight expansion of new text on reading info files
12744         * gdbinv-s.m4.in: correct and expand info on cross-debugging
12745         H8/300 from DOS.
12746
12747 Tue May 12 12:22:47 1992  John Gilmore  (gnu at cygnus.com)
12748
12749         * gdb.texinfo:  `info user' => `show user'.  Noticed by David Taylor.
12750
12751 Mon May 11 19:06:27 1992  John Gilmore  (gnu at cygnus.com)
12752
12753         * gdb.texinfo:  Say how to read the `info' files.
12754
12755 Tue May  5 12:11:38 1992  K. Richard Pixley  (rich@cygnus.com)
12756
12757         * Makefile.in: gm4 -> m4.
12758
12759 Fri Apr 10 17:50:43 1992  John Gilmore  (gnu at rtl.cygnus.com)
12760
12761         * gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
12762         Documentation' ahead of `Installing GDB' to match README.
12763         Update shared library doc, -readnow and -mapped, and directory
12764         structure (add glob and mmalloc).  Update configure doc.
12765
12766 Tue Mar 24 23:28:38 1992  K. Richard Pixley  (rich@cygnus.com)
12767
12768         * Makefile.in: remove $(srcdir) from gdb.info rule.
12769
12770 Sat Mar  7 18:44:50 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12771
12772         * Makefile.in: commented out gdb-all.texinfo rule.  This is
12773           temporary.
12774
12775 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
12776
12777         * Makefile.in, configure.in: removed traces of namesubdir,
12778           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
12779           copyrights to '92, '13, changed some from Cygnus to FSF.
12780
12781 Fri Dec 13 09:47:31 1991  John Gilmore  (gnu at cygnus.com)
12782
12783         * gdb.texinfo:  Improve how we ask for bug reports.
12784
12785 Tue Dec 10 04:07:21 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12786
12787         * Makefile.in: infodir belongs in datadir.
12788
12789 Fri Dec  6 23:57:34 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12790
12791         * Makefile.in: remove spaces following hyphens, bsd make can't
12792           cope.  install using INSTALL_DATA.  added clean-info.  added
12793           standards.text support.
12794
12795 Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12796
12797         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
12798           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
12799           and mandir now keyed off datadir by default.
12800
12801 \f
12802 Local Variables:
12803 mode: change-log
12804 left-margin: 8
12805 fill-column: 74
12806 version-control: never
12807 coding: utf-8
12808 End: