Add --enable-ubsan
[external/binutils.git] / gdb / doc / ChangeLog
1 2018-10-03  Tom Tromey  <tom@tromey.com>
2
3         * gdb.texinfo (Configure Options): Document --enable-ubsan.
4
5 2018-10-02  John Darrington <john@darrington.wattle.id.au>
6
7         * gdb.texinfo (Remote Connection Commands): Describe
8           the changes to target remote and target extended-remote
9           relating to Unix domain sockets.
10
11 2018-10-01  Tom Tromey  <tom@tromey.com>
12
13         * gdb.texinfo (Configure Options): Document configure options.
14
15 2018-09-29  Tom Tromey  <tom@tromey.com>
16
17         * gdb.texinfo (Requirements): Mention C++, GNU make.
18         (Requirements): Sort the table.  Add more libraries.
19         (Running Configure): Remove obsolete text.
20         (Separate Objdir): Likewise.
21         (Configure Options): Likewise.
22
23 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
24
25         * gdb.texinfo (Frames): Rewrite the description of 'frame number'
26         to highlight that the number is also the frame's level.
27         (Selection): Rewrite documentation for 'frame' and 'select-frame'
28         commands.
29         (Frame Info): Rewrite documentation for 'info frame' command.
30
31 2018-09-23  Tom Tromey  <tom@tromey.com>
32
33         PR python/18852:
34         * python.texi (Parameters In Python): Document exception behavior
35         of get_set_string.
36
37 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
38
39         * gdb.texinfo (info proc): Remove "running".
40         (info proc mappings): Replace "program" with "process".
41
42 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
43
44         * gdb.texinfo (Process Information): Document "info proc files"
45         command.
46
47 2018-09-17  Tom Tromey  <tom@tromey.com>
48
49         * gdb.texinfo (Index Files): Update for cache directory change on
50         macOS.
51
52 2018-09-16  Tom Tromey  <tom@tromey.com>
53
54         * python.texi (Basic Python): Update docs for find_pc_line,
55         solib_name.
56         (Progspaces In Python): Update docs for current_progspace.
57         Document block_for_pc, find_pc_line, is_valid, nsolib_name.
58         Move method documentation before example.
59
60 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
61
62         * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
63
64 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
65 2018-09-13  Tom Tromey  <tom@tromey.com>
66
67         * python.texi (Program Spaces In Python): Document the
68         Progspace.objfiles method.
69         (Objfiles In Python): Mention that gdb.objfiles() is identical
70         to gdb.selected_inferior().progspace.objfiles().
71
72 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
73 2018-09-13  Tom Tromey  <tom@tromey.com>
74
75         * python.texi (Inferiors In Python): Document
76         Inferior.progspace.
77         (Program Spaces In Python): Document that
78         gdb.current_progspace() is the same as
79         gdb.selected_inferior().progspace.
80
81 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
82
83         * python.texi (Basic Python): Mention the string representation
84         of GDB Python objects.
85
86 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
87
88         * gdb.texinfo (Skipping Over Functions and Files): Document
89         set/show debug skip.
90
91 2018-09-10  Tom Tromey  <tom@tromey.com>
92
93         * python.texi (Frames In Python, Blocks In Python)
94         (Symbols In Python, Symbol Tables In Python)
95         (Lazy Strings In Python): Remove periods from section titles.
96
97 2018-09-10  Tom Tromey  <tom@tromey.com>
98
99         * python.texi (Pretty Printing API): Swap sentence order.
100
101 2018-09-10  Tom Tromey  <tom@tromey.com>
102
103         PR python/16461:
104         * python.texi (Values From Inferior): Mention use of virtual
105         table.
106
107 2018-09-10  Tom Tromey  <tom@tromey.com>
108
109         * python.texi (Basic Python): Parenthesize argument to
110         decode_line.
111
112 2018-09-10  Tom Tromey  <tom@tromey.com>
113
114         * python.texi (Python): Mention Python versions.  Don't mention
115         execfile.
116
117 2018-09-10  Tom Tromey  <tom@tromey.com>
118
119         PR python/19808:
120         * python.texi (Unwinding Frames in Python): Rewrite
121         create_unwind_info documentation.  Update read_register
122         documentation and add a note about unwinder caution.
123
124 2018-09-10  Tom Tromey  <tom@tromey.com>
125
126         PR python/18909:
127         * python.texi (Events In Python): Fix inferior_call
128         documentation.
129
130 2018-09-10  Tom Tromey  <tom@tromey.com>
131
132         PR python/17752:
133         * python.texi (Frame Filter API): Remove period from subsection
134         title.  Mention 100 as good default priority.
135         (Frame Decorator API): Remove period from subsection title.
136         Mention FrameDecorator module.
137
138 2018-09-10  Tom Tromey  <tom@tromey.com>
139
140         PR python/23108:
141         * python.texi (Exception Handling): Rearrange gdb.GdbError text
142         and add a table.
143
144 2018-09-10  Tom Tromey  <tom@tromey.com>
145
146         * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
147         (Machine Code): Use "binutils", not "binutils.info", in @pxref.
148         (Separate Debug Files): Use "ld", not "ld.info", in @ref.
149         * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
150
151 2018-09-10  Tom Tromey  <tom@tromey.com>
152
153         PR python/16484:
154         * python.texi (Frames In Python): Document that Frame.block can
155         throw.
156
157 2018-09-10  Tom Tromey  <tom@tromey.com>
158
159         PR python/23487:
160         * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
161
162 2018-09-10  Tom Tromey  <tom@tromey.com>
163
164         PR python/16033:
165         * python.texi (Blocks In Python): Document that Block.end is
166         exclusive.
167
168 2018-08-29  Keith Seitz  <keiths@redhat.com>
169
170         * gdb.texinfo (Compiling and injecting code in GDB): Document
171         set/show "compile-oracle" and "compile-cplus-types" commands.
172
173 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
174
175         * gdb.texinfo (The -stack-list-frames Command): Update description
176         to mention "arch".
177         Update MI examples throughout the document to contain "arch" in
178         frame output.
179
180 2018-08-21  Alan Hayward  <alan.hayward@arm.com>
181
182         * gdb.texinfo (AArch64 SVE): New subsubsection.
183
184 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
185
186         * gdb.texinfo (GDB/MI Data Manipulation): Document
187         "-data-disassemble -a addr".
188         (GDB/MI Support Commands): Document "data-disassemble-a-option"
189         feature.
190
191 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
192
193         * gdb.texinfo (Index Files Speed Up GDB): Add section about
194         symbol index cache.
195
196 2018-07-27  Sergio Durigan Junior  <sergiodj@redhat.com>
197
198         * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
199         option sections to further clarify that gcore can take more
200         than one PID, and that "-o" is used to specify a prefix, not a
201         filename.
202
203 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
204
205         * gdb.texinfo (Maintenance Commands): Add description of
206         maintenance command to control dwarf unwinders.
207
208 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
209
210         * gdb.texinfo (Debugging Programs with Multiple Threads):
211         Document changes to 'thread apply'.  Document 'taas'.
212         Document 'tfaas'.
213         (Examining the Stack): Document 'frame apply'.  Document 'faas'.
214
215 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
216             Jan Kratochvil  <jan.kratochvil@redhat.com>
217             Paul Fertser  <fercerpav@gmail.com>
218             Tsutomu Seki  <sekiriki@gmail.com>
219
220         * gdb.texinfo (Remote Connection Commands): Add explanation
221         about new IPv6 support.  Add new connection prefixes.
222
223 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
224
225         * gdb.texinfo (Remote Configuration): Update descriptions for
226         set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
227         and hardware-watchpoint-length-limit variables.
228
229 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
230
231         PR tdep/8282
232         * gdb.texinfo (Source and Machine Code): Document `set
233         disassembler-options' support for the MIPS target.
234
235 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
236
237         * gdb.texinfo (Files): Document "add-symbol-file -o offset".
238
239 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
240
241         * gdb.texinfo (Files): The address argument for "add-symbol-file"
242         is no longer mandatory.
243
244 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
245
246         * gdb.texinfo (Files): Document "symbol-file -o offset".
247
248 2018-06-14  Tom de Vries  <tdevries@suse.de>
249
250         * gdb.texinfo (Background Execution): Add @cindex for '&'.
251
252 2018-06-11  Eli Zaretskii  <eliz@gnu.org>
253
254         * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
255
256 2018-06-08  Gary Benson <gbenson@redhat.com>
257
258         * gdb.texinfo (Maintenance Commands): Document "maint check
259         libthread-db" and "maint set/show check-libthread-db".
260
261 2018-06-05  Tom Tromey  <tom@tromey.com>
262
263         PR cli/12326:
264         * gdb.texinfo (Screen Size): Document "c" response to pagination
265         prompt.
266
267 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
268
269         * gdb.texinfo (Choosing Target Byte Order): Document endianness
270         selection details with the `set endian auto' mode.
271
272 2018-05-04  Tom Tromey  <tom@tromey.com>
273
274         PR python/22731:
275         * python.texi (Breakpoints In Python): Mention that "commands" is
276         writable.
277
278 2018-05-02  Tom Tromey  <tom@tromey.com>
279
280         PR python/20084:
281         * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
282         PARAM_ZUINTEGER_UNLIMITED.
283
284 2018-04-30  Tom Tromey  <tom@tromey.com>
285
286         * python.texi (Types In Python): Document Type.align.
287
288 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
289
290         * gdb.texinfo (Symbols): Mention the fact that "info
291         variables/functions/types" show source files and line numbers.
292
293 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
294
295         * gdb.texinfo: Document set/show record btrace cpu.
296
297 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
298
299         * gdb.texinfo (Ada Settings): New subsubsection.
300
301 2018-03-26  Tom Tromey  <tom@tromey.com>
302
303         PR backtrace/15582:
304         * gdb.texinfo (Backtrace): Mention "hide" argument.
305
306 2018-03-26  Tom Tromey  <tom@tromey.com>
307
308         * gdb.texinfo (Backtrace): Describe options individually.
309
310 2018-03-19  Tom Tromey  <tom@tromey.com>
311
312         * observer.texi: Remove.
313
314 2018-03-04  John Baldwin  <jhb@FreeBSD.org>
315
316         * gdb.texinfo (Debugging Output): Document "set/show debug
317         fbsd-nat".
318
319 2018-02-19  Andrew Burgess  <andrew.burgess@embecosm.com>
320
321         * gdb.texinfo (Machine Code): Additional information about "info
322         line" command.
323
324 2018-01-15  Szabolcs Nagy  <szabolcs.nagy@arm.com>
325
326         * gdb.texinfo (gdb-add-index man): Add pindex.
327
328 2018-01-15  Szabolcs Nagy  <szabolcs.nagy@arm.com>
329
330         * gdb.texinfo (set cwd): Add period.
331         (gdb-add-index man): Move anchor.
332
333 2017-01-12  Tom Tromey  <tom@tromey.com>
334             Sergio Durigan Junior  <sergiodj@redhat.com>
335
336         * gdb.texinfo (Index Files): Mention gdb-add-index.
337         (gdb-add-index man): New section.
338         * Makefile.in (gdb-add-index.1): New rule to generate manpage
339         from gdb.texinfo.
340
341 2018-01-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
342
343         * gdb.texinfo (pwd): Fix whitespace.
344
345 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
346
347         * gdb.texinfo (pwd): Update cross-reference for Process Information
348         node and remove explicit /proc reference.
349         (Native): Rename subsection from SVR4 Process Information to
350         Process Information.
351         (Process Information): Reword introduction to be less /proc
352         centric.  Document support for "info proc" on FreeBSD.
353
354 2018-01-03  Xavier Roirand  <roirand@adacore.com>
355
356         * gdb.texinfo (Set Catchpoints): Add documentation for new
357         "catch handlers" action.
358
359 2017-12-27  Stafford Horne  <shorne@gmail.com>
360
361         * gdb.texinfo (Target Description Format): Explain that arbitrary
362         strings are now allowed for register groups.
363
364 2017-12-27  Stafford Horne  <shorne@gmail.com>
365
366         * gdb.texinfo (Registers): Document info reg $reggroup feature.
367
368 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
369
370         PR cli/16224
371         * gdb.texinfo (ptype): Add documentation for new flag '/o'.
372
373 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
374
375         * python.texi (Manipulating breakpoints using Python): Document
376         qualified parameter to gdb.Breakpoint.
377
378 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
379
380         * python.texi (Manipulating breakpoints using Python): Split doc
381         of Breakpoint.__init__ in two, split text in multiple
382         paragraphs, don't nest parameter square brackets.
383
384 2017-12-12  Stafford Horne  <shorne@gmail.com>
385             Stefan Wallentowitz  <stefan@wallentowitz.de>
386             Franck Jullien  <franck.jullien@gmail.com>
387             Jeremy Bennett  <jeremy.bennett@embecosm.com>
388
389         * gdb.texinfo: Add OpenRISC documentation.
390
391 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
392
393         * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
394
395 2017-12-07  Keith Seitz  <keiths@redhat.com>
396
397         * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
398         and "show print type nested-type-limit".
399
400 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
401
402        * python.texi (Breakpoints In Python): Add text relating
403         to allowed explicit locations and keywords in gdb.Breakpoints.
404
405 2017-12-04  Tom Tromey  <tom@tromey.com>
406
407         * gdb.texinfo (Rust): Update trait object status
408
409 2017-12-01  Andrew Cagney  <cagney@redhat.com>
410             Joel Brobecker  <brobecker@adacore.com>
411             Sergio Durigan Junior  <sergiodj@redhat.com>
412
413         * gdb.texinfo (File Options): Document --readnever.
414         (Commands to Specify Files): Likewise, for 'symbol-file' and
415         'add-symbol-file'.
416
417 2017-11-29  Pedro Alves  <palves@redhat.com>
418
419         PR c++/19436
420         * gdb.texinfo (Debugging C Plus Plus): Document setting
421         breakpoints in functions with ABI tags.
422
423 2017-11-29  Pedro Alves  <palves@redhat.com>
424
425         * gdb.texinfo (Linespec Locations): Document how "function" is
426         interpreted in C++ and Ada.  Document "-qualified".
427         (Explicit Locations): Document how "-function" is interpreted in
428         C++ and Ada.  Document "-qualified".
429
430 2017-11-26  Dominik Czarnota  <dominik.b.czarnota@gmail.com>
431
432         PR gdb/21945
433         * gdb.texinfo (Search Memory): Update description and example
434         about how to search a string without NULL terminator.
435
436 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
437
438         * gdb.texinfo (GDB/MI Ada Exception Information): Document
439         new "exception-message" field.
440
441 2017-11-24  Simon Marchi  <simon.marchi@ericsson.com>
442
443         * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
444
445 2017-11-24  Pedro Alves  <palves@redhat.com>
446
447         * gdb.texinfo (Completion): Update need-quoting examples.  Remove
448         false claim that GDB inserts quoting automatically.
449         (Symbols): Add anchor.
450
451 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
452
453         * gdb.texinfo (Requirements): Document use of GNU MPFR.
454
455 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
456
457         * python.texi (Basic Python): Add rbreak documentation.
458
459 2017-11-07  Xavier Roirand  <roirand@adacore.com>
460             Pedro Alves  <palves@redhat.com>
461
462         * gdb.texinfo (Set Breaks): Document support for breakpoint
463         location ranges in the enable/disable commands.
464
465 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
466
467         * gdb.texinfo (Starting your Program) <The working directory.>:
468         Mention remote debugging.
469         (Working Directory) <Your Program's Working Directory>:
470         Likewise.
471         (Connecting) <Remote Packet>: Add "set-working-dir"
472         and "QSetWorkingDir" to the table.
473         (Remote Protocol) <QSetWorkingDir>: New item, explaining the
474         packet.
475
476 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
477
478         * gdb.texinfo (Starting your Program) <The working directory.>:
479         Mention new "set cwd" command.
480         (Working Directory) <Your Program's Working Directory>:
481         Rephrase to explain that "set cwd" exists and is the default
482         way to change the inferior's cwd.
483
484 2017-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
485
486         * gdb.texinfo (S/390 and System z Features): Document the new
487         features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
488
489 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
490
491         * gdb.texinfo (qXfer:threads:read): Add documentation for handle
492         attribute.
493
494 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
495
496         * python.texi (Inferiors In Python): Add description for method
497         Inferior.thread_from_thread_handle.
498
499 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
500
501         * gdb.texinfo (Starting your Program): Add description of
502         starti command.  Mention starti command as an alternative for
503         debugging the elaboration phase.
504
505 2017-09-16  Simon Marchi  <simon.marchi@ericsson.com>
506
507         * gdb.texinfo (Maintenance Commands): Document filter parameter
508         of "maint selftest".  Document "maint info selftests" command.
509
510 2017-09-11  Tom Tromey  <tom@tromey.com>
511
512         * python.texi (Events In Python): Document new events.
513
514 2017-09-04  Pedro Alves  <palves@redhat.com>
515
516         * gdb.texinfo (Variables) <Program Variables>: Document inspecting
517         no-debug-info variables.
518         (Symbols) <Examining the Symbol Table>: Document inspecting
519         no-debug-info types.
520         (Calling) <Calling functions with no debug info>: New subsection,
521         documenting calling no-debug-info functions.
522         (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
523
524 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
525
526         * gdb.texinfo (set environment): Add @anchor.  Explain that
527         environment variables set by the user are sent to GDBserver.
528         (unset environment): Likewise, but for unsetting variables.
529         (Connecting) <Remote Packet>: Add "environment-hex-encoded",
530         "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
531         "environment-reset" and "QEnvironmentReset" to the table.
532         (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
533         QEnvironmentReset>: New item, explaining the packet.
534
535 2017-08-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
536
537         * gdb.texinfo (Compiling and Injecting Code): Add to subsection
538         "Compiler search for the compile command" descriptions of set
539         compile-gcc and show compile-gcc.
540
541 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
542
543         * gdb.texinfo (Architectures): Add new Sparc64 section to document
544         ADI support.
545         * NEWS: Add "adi examine" and "adi assign" commands.
546
547 2017-08-18  Yao Qi  <yao.qi@linaro.org>
548
549         * gdb.texinfo (Server): Document "--selftest".
550
551 2017-08-16  Ruslan Kabatsayev  <b7.10110111@gmail.com>
552
553         * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
554         Single-Key mode.
555
556 2017-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
557
558         PR gdb/21925
559         * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
560         set...").
561
562 2017-08-09  Simon Marchi  <simon.marchi@ericsson.com>
563
564         * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
565         conditional expression.
566
567 2017-07-31  Simon Marchi  <simon.marchi@ericsson.com>
568
569         * agentexpr.texi (rot): Fix symbolic description, improve
570         textual description.
571
572 2017-07-26  Yao Qi  <yao.qi@linaro.org>
573
574         * gdb.texinfo (Maintenance Commands): Document command
575         "maint check xml-descriptions".
576
577 2017-07-26  Yao Qi  <yao.qi@linaro.org>
578
579         * gdb.texinfo (Maintenance Commands): Document optional
580         argument of "maint print c-tdesc".
581
582 2017-07-18  Yao Qi  <yao.qi@linaro.org>
583
584         * gdb.texinfo (Maintenance Commands): Improve the doc to
585         command "maint print c-tdesc".
586
587 2017-06-20  Sergio Durigan Junior  <sergiodj@redhat.com>
588
589         PR gdb/21606
590         * python.texi (Python representation of Symbols.): Replace
591         SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
592         * guile.texi (Guile representation of Symbols.): Likewise.
593
594 2017-06-11  Simon Marchi  <simon.marchi@ericsson.com>
595
596         * gdb.texinfo (Optional Messages about Internal Happenings):
597         Document {set,show} debug separate-debug-file commands.
598
599 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
600
601         * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
602         (Connecting) <Remote Packet>: Add "startup-with-shell"
603         and "QStartupWithShell" to the table.
604         (Remote Protocol) <QStartupWithShell>: New item, explaining the
605         packet.
606
607 2017-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
608
609         * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
610
611 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
612
613         * python.texi (Recording in Python): Factor out the documentation of
614         gdb.RecordInstruction's super class.
615
616 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
617
618         * python.texi (Recording in Python): Replace gdb.BtraceFunction with
619         gdb.RecordFunctionSegment.  Rename prev_sibling and next_sibling to
620         prev and next.
621
622 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
623
624         * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
625         gdb.RecordInstruction
626
627 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
628
629         * python.texi (Recording in Python): Add documentation for
630         gdb.RecordGap and remove documentation of special cases for
631         gdb.BtraceInstruction.
632
633 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
634
635         * python.texi (Recording in Python): Remove Record.ptid defvar.
636
637 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
638
639         * gdb.texinfo (GDB/MI Thread Information): Add missing
640         fields, re-word some things.
641         (GDB/MI Thread Commands): Describe fields found in the output of
642         -thread-info, remove description of fields in the
643         thread output tuple, replace with a cross-reference to "GDB/MI
644         Thread Information".
645
646 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
647
648         * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
649         from -thread-info output.
650
651 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
652
653         * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
654
655 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
656
657         * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
658
659 2017-03-22  Yao Qi  <yao.qi@linaro.org>
660
661         * python.texi (Inferiors In Python): Remove @code from Python.
662
663 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
664
665         * python.texi (Recordings In Python): Document return type of
666         gdb.BtraceInstruction.data.
667
668 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
669
670         * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
671         command file-list-shared-libraries
672         (GDB/MI Async Records): Update documentation of library-loaded with new
673         field.
674
675 2017-03-16  Doug Evans  <dje@google.com>
676
677         * guile.texi (Lazy Strings In Guile): Mention arrays.
678         * python.texi (Lazy Strings In Python): Ditto.
679
680 2017-03-08  Jiong Wang  <jiong.wang@arm.com>
681
682         * gdb.texinfo (Memory Protection Extensions): Add missing escape
683         character "@".
684
685 2017-03-07  Walfred Tedeschi <walfred.tedeschi@intel.com>
686
687         * Memory Protection Extensions: Add information about inferior
688         calls.
689
690 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
691
692         * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
693         DW_TAG_GNU_* and DW_AT_GNU_*.
694
695 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
696
697         * python.texi (Recordings In Python): New section.
698
699 2017-02-14  Tom Tromey  <tom@tromey.com>
700
701         PR python/13598:
702         * python.texi (Events In Python): Document events.before_prompt.
703
704 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
705
706         * gdb.texinfo (Target Commands): Document the optional offset
707         argument for the load command.
708
709 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
710
711         PR gdb/21122
712         * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
713         space-separated breakpoint lists.  Also add a missing @table command
714         and @cindex for breakpoint lists.
715
716 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
717
718         PR tdep/20936
719         * gdb.texinfo: (Standard Target Features): Document SPARC features.
720         (Sparc Features): New node.
721
722 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
723
724         * gdb.texinfo (i386 Features): Add system segment registers
725         as feature.
726
727 2017-01-24  Simon Marchi  <simon.marchi@ericsson.com>
728
729         * python.texi (Events In Python): Fix typo.
730
731 2017-01-20  Mike Wrighton  <mike_wrighton@codesourcery.com>
732             Luis Machado  <lgustavo@codesourcery.com>
733
734         * gdb.texinfo (-target-flash-erase): New MI command description.
735         (flash-erase): New CLI command description.
736
737 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
738
739         * gdb.texinfo (Contributors): Add SRI International and University
740         of Cambridge for FreeBSD/mips.
741
742 2016-12-22  Doug Evans  <xdje42@gmail.com>
743
744         * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
745         commands.
746
747 2016-12-02  Pedro Alves  <palves@redhat.com>
748
749         * gdb.texinfo (User-defined Commands): Limit on number of
750         arguments passed to user-defined commands removed; update.
751
752 2016-12-02  Pedro Alves  <palves@redhat.com>
753
754         PR cli/20559
755         * gdb.texinfo (Define): Add example of using "eval" to process a
756         variable number of arguments.
757         (Output) <eval>: Add anchor.
758
759 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
760
761         * Makefile.in: Likewise.
762
763 2016-11-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
764
765         * gdb.texinfo (GDB/MI Async Records): Add missing comma after
766         xref.
767
768 2016-10-29  Pedro Alves  <palves@redhat.com>
769
770         * gdb.texinfo (Packets) <vCont>: Remove mention of default
771         actions.
772
773 2016-10-26  Pedro Alves  <palves@redhat.com>
774
775         * gdb.texinfo (Packets): Clarify vCont packets with multiple
776         actions that match a thread, and what happens when an action
777         matches a thread that is already running.
778
779 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
780
781         * gdb.texinfo (Using Trace Files): Fix typo.
782         (GDB/MI Tracepoint Commands): Likewise.
783
784 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
785
786         * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
787         of -trace-save.
788
789 2016-10-06  Tom Tromey  <tom@tromey.com>
790
791         * guile.texi (Types In Guile): Remove Java mentions.
792         * python.texi (Types In Python): Remove Java mentions.
793         * gdb.texinfo (Address Locations, Supported Languages)
794         (Index Section Format): Remove Java mentions.
795
796 2016-08-15  Doug Evans  <dje@google.com>
797
798         * gdb.texinfo (Target Description Format): Update docs on "end"
799         field spec and field default type.
800
801 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
802 2016-10-03  Simon Marchi  <simon.marchi@ericsson.com>
803
804         PR gdb/20487
805         * gdb.texinfo (Context management): Update mention of frame
806         change notifications.
807         (gdb/mi Async Records): Document frame field in
808         =thread-select event.
809         * observer.texi (GDB Observers): New user_selected_context_changed
810         observer.
811
812 2016-09-28  Tom Tromey  <tom@tromey.com>
813
814         * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
815         than "memory breakpoint".  Further document "kind".  Move
816         protocol-details link earlier.
817         <z1>: Document the cmd_list argument.  Fix typo.
818         <g>: Remove incorrect sentence.
819         (Stop Reply Packets): Document "OK" response to requests when in
820         non-stop mode.
821         <swbreak>: Use "software breakpoint" rather than "memory
822         breakpoint".
823         <create>: Document that "R" is ignored.
824         <W, X, w>: Document formatting of "AA".
825         (Notification Packets): Use "%Stop", not "%%Stop".
826
827 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
828
829         * gdb.texinfo (Embedded Processors): Document ARC.
830         (Synopsys ARC): New section.
831         (Standard Target Features): Document ARC features.
832         (ARC Features): New section.
833
834 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
835
836         * .gitignore: New file.
837
838 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
839
840         * gdb.texinfo (Input/Output): Mention possibility to unset
841         inferior-tty.
842
843 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
844
845         * gdb.texinfo: Resume btrace on reconnect.
846
847 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
848
849         * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
850         syscall.
851
852 2016-06-30  Руслан Ижбулатов  <lrn1986@gmail.com>
853
854         * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
855         command.
856
857 2016-07-13  Tom Tromey  <tom@tromey.com>
858
859         PR python/15620, PR python/18620:
860         * python.texi (Events In Python): Document new breakpoint events.
861
862 2016-07-13  Tom Tromey  <tom@tromey.com>
863
864         PR python/17698:
865         * python.texi (Breakpoints In Python): Document
866         Breakpoint.pending.
867
868 2016-07-13  Tom Tromey  <tom@tromey.com>
869
870         * python.texi (Breakpoints In Python): Move table of types and
871         table of watchpoint types earlier in node.
872
873 2016-07-12  Tom Tromey  <tom@tromey.com>
874
875         PR python/19293:
876         * python.texi (Frames In Python): Document
877         gdb.invalidate_cached_frames.
878
879 2016-06-21  Pedro Alves  <palves@redhat.com>
880
881         * gdb.texinfo (Interpreters): Update intepreter-exec section,
882         document new-ui and explain use case.
883
884 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
885
886         * gdb.texinfo (Standard Target Features): Document NDS32 features.
887         (NDS32 Features): New Section.
888
889 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
890
891         * gdb.texinfo (Examining Memory): Document negative repeat
892         count in the 'x' command.
893
894 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
895
896         * gdb.texinfo (GDB/MI Async Records): Document method and
897         format fields in =record-started.
898         * observer.texi (record_changed): Add method and format
899         parameters.
900
901 2016-05-27  Eli Zaretskii  <eliz@gnu.org>
902
903         * gdb.texinfo (General Query Packets): Move the description of the
904         response before the long list of the specific 'read' and 'write'
905         requests.
906
907 2016-05-23  Tom Tromey  <tom@tromey.com>
908
909         * python.texi (Basic Python): Document gdb.breakpoints return.
910
911 2016-05-24  Tom Tromey  <tom@tromey.com>
912
913         PR gdb/19194:
914         * gdb.texinfo (gdb man): Fix typo.
915
916 2016-05-17  Tom Tromey  <tom@tromey.com>
917
918         * gdb.texinfo (Supported Languages): Mention Rust.  Update menu.
919         (Rust): New node.
920
921 2016-05-17  Tom Tromey  <tom@tromey.com>
922
923         * gdb.texinfo (Maintenance Commands): Document "maint selftest".
924
925 2016-04-27  Yao Qi  <yao.qi@linaro.org>
926
927         * gdb.texinfo (tfind): Complete doc about tfind without
928         argument.
929
930 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
931
932         * agentexpr.texi (byte): Fix zero_ext description.
933
934 2016-03-31  Pedro Alves  <palves@redhat.com>
935
936         * gdb.texinfo (M32R/SDI): Delete node.
937         (MIPS Embedded): Remove references to the MIPS remote debugging
938         protocol, PMON and variants, and the associated commands.
939
940 2016-03-15  Doug Evans  <dje@google.com>
941
942         * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
943         (Target Description Format): Mention enum types.  Update docs on
944         flags types.
945         (Predefined Target Types): Add "bool".
946         (Enum Target Types): New node.
947
948 2016-03-15  Pedro Alves  <palves@redhat.com>
949
950         * gdb.texinfo (Tracepoint Actions): Fix typo.
951
952 2016-03-15  Pedro Alves  <palves@redhat.com>
953             Andreas Arnez  <arnez@linux.vnet.ibm.com>
954             Marcin Kościelnicki  <koriakin@0x04.net>
955
956         * gdb.texinfo (Tracepoint Actions): Document possible
957         unreliability of '$_ret'.
958
959 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
960
961         * gdb.texinfo (Symbols): Document new 'maint info line-table'
962         command.
963
964 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
965
966         * gdb.texinfo (Convenience Functions): Document $_as_string.
967
968 2016-02-23  Doug Evans  <dje@google.com>
969
970         * gdb.texinfo (Skipping Over Functions and Files): Document new
971         options to "skip" command.  Update docs of output of "info skip".
972
973 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
974
975         * gdb.texinfo (Signals): Add bound violation display hints for
976         a SIGSEGV.
977
978 2016-02-18  Marcin Kościelnicki  <koriakin@0x04.net>
979
980         * gdb.texinfo (Trace File Format): Add documentation for description
981         section lines.
982
983 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
984
985         * gdb.texinfo (Trace File Format): Remove misleading information
986         about register block ordering.
987
988 2016-02-01  Doug Evans  <dje@google.com>
989
990         * gdb.texinfo (Value Sizes): Fix typo.
991
992 2016-02-01  Doug Evans  <dje@google.com>
993
994         * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
995
996 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
997
998         * gdb.texinfo (Value Sizes): New section.
999         (Data): Add the 'Value Sizes' node to the menu.
1000
1001 2016-01-26  John Baldwin  <jhb@FreeBSD.org>
1002
1003         * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1004
1005 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1006
1007         * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1008
1009 2016-01-18  Pedro Alves  <palves@redhat.com>
1010
1011         * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1012         of the thread that hit a breakpoint or received a signal.
1013
1014 2016-01-15  Pedro Alves  <palves@redhat.com>
1015
1016         * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1017
1018 2016-01-13  Pedro Alves  <palves@redhat.com>
1019
1020         * gdb.texinfo (Threads): Document the $_gthread convenience
1021         variable.
1022         (Convenience Vars): Likewise.
1023
1024 2016-01-13  Pedro Alves  <palves@redhat.com>
1025
1026         * gdb.texinfo (Threads): Document "info threads -gid".
1027
1028 2016-01-13  Pedro Alves  <palves@redhat.com>
1029
1030         * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1031         anchor.
1032         (Threads In Python): Document new InferiorThread.global_num
1033         attribute.
1034
1035 2016-01-07  Pedro Alves  <palves@redhat.com>
1036
1037         * gdb.texinfo (Threads): Document per-inferior thread IDs,
1038         qualified thread IDs, global thread IDs and thread ID lists.
1039         (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1040         thread IDs.
1041         (Convenience Vars): Document the $_thread convenience variable.
1042         (Ada Tasks): Adjust to refer to thread IDs.
1043         (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1044         Commands, GDB/MI Variable Objects): Update to mention global
1045         thread IDs.
1046         * guile.texi (Breakpoints In Guile)
1047         <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1048         global thread IDs instead of thread IDs.
1049         * python.texi (Threads In Python): Adjust documentation of
1050         InferiorThread.num.
1051         (Breakpoint.thread): Mention global thread IDs instead of thread
1052         IDs.
1053
1054 2016-01-13  Pedro Alves  <palves@redhat.com>
1055
1056         * python.texi (Threads In Python): Document
1057         InferiorThread.inferior.
1058
1059 2016-01-13  Pedro Alves  <palves@redhat.com>
1060
1061         * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1062         convenience variable.
1063         (Convenience Vars): Likewise.
1064
1065 2016-01-12  Josh Stone  <jistone@redhat.com>
1066             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1067
1068         * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1069         (Stop Reply Packets): List the syscall entry and return stop reasons.
1070         (General Query Packets): Describe QCatchSyscalls, and add it to the
1071         table and the detailed list of stub features.
1072
1073 2016-01-12  Pedro Alves  <palves@redhat.com>
1074
1075         Remove use of the registered trademark symbol throughout.
1076
1077 2016-01-12  Yao Qi  <yao.qi@linaro.org>
1078
1079         * gdb.texinfo (Interrupts): Update the document on handling
1080         interrupt when program is stopped.
1081
1082 2015-12-11  Don Breazeal  <donb@codesourcery.com>
1083
1084         * gdb.texinfo (Forks): Correct Linux kernel version where
1085         fork and exec events are supported, add notes about support
1086         of these events in target remote mode.
1087         (Connecting): Reorganize and clarify distinctions between
1088         target remote, extended-remote, and multiprocess.
1089         Reorganize related text from separate sections into new
1090         sections.
1091         (Server): Note effects of target extended-remote mode.
1092         Delete section on Multi-Process Mode for gdbserver.
1093         Move some text to "Connecting" node.
1094
1095 2015-12-10  Pedro Alves  <palves@redhat.com>
1096
1097         * gdb.texinfo (Threads): Replace warning with explanation
1098         about single-threaded programs.
1099
1100 2015-12-10  Pedro Alves  <palves@redhat.com>
1101
1102         * gdb.texinfo (Threads): Remove mention of SGI.
1103         (Forks): Remove mention of HP-UX.
1104         (Breakpoints): Remove mention of HP-UX.
1105         (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1106         Reword in terms of architectures.
1107         (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1108         mention supported systems.
1109         (Convenience Vars): Don't mention HP-UX.
1110         (Jumping): Remove mention of HP-UX in comment.
1111         (Files) <shared libraries>: Update supported shared library types
1112         list.  Remove mention of HP-UX.
1113         (Native): Remove HP-UX subsection.
1114         (SVR4 Process Information): Remove mention of HP-UX.
1115
1116 2015-12-10  Pedro Alves  <palves@redhat.com>
1117
1118         * gdb.texinfo (Stack): Reorder menu.
1119
1120 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
1121
1122         * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1123         -var-set-format's new zero-hexadecimal format.
1124
1125 2015-12-08  Pierre-Marie de Rodat  <derodat@adacore.com>
1126
1127         * gdb.texinfo (Ada Mode Into): Move overloading support
1128         description to its own node.
1129         (Overloading support for Ada): New node.
1130
1131 2015-11-30  Pedro Alves  <palves@redhat.com>
1132
1133         PR 14618
1134         * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1135         (Remote Configuration): Add the "set/show remote
1136         no-resumed-stop-reply" to the available settings table.
1137         (General Query Packets): Document the "no-resumed" qSupported
1138         feature.
1139
1140 2015-11-30  Pedro Alves  <palves@redhat.com>
1141
1142         * gdb.texinfo (Remote Configuration): List "set/show remote
1143         thread-events" command in configuration table.
1144         (Stop Reply Packets): Document "T05 create" stop
1145         reason and 'w' stop reply.
1146         (General Query Packets): Document QThreadEvents packet.  Document
1147         QThreadEvents qSupported feature.
1148
1149 2015-11-30  Pedro Alves  <palves@redhat.com>
1150
1151         * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1152         anchor.
1153         (Packets): Document vCtrlC.
1154
1155 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
1156
1157         * gdb.texinfo (Thread List Format): Mention thread names.
1158
1159 2015-11-24  Pedro Alves  <palves@redhat.com>
1160
1161         PR 17539
1162         * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1163         program-spaces" example to ascending order listing.
1164         (Threads): Adjust "info threads" example to ascending order
1165         listing.
1166         (Forks): Adjust "info inferiors" example to ascending order
1167         listing.
1168
1169 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
1170
1171         * gdb.texinfo (Process Record and Replay): Document "record
1172         instruction-history" modifiers.
1173
1174 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1175
1176         * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1177         description.
1178         (Frame Filter Management): Move to later in the 'Examining the
1179         Stack' chapter.
1180         (Selection): Add entry for 'select-frame'.
1181
1182 2015-09-25  Doug Evans  <dje@google.com>
1183
1184         * gdb.texinfo (Process Record and Replay): Fix syntax of
1185         "record instruction-history begin, end" and
1186         "record function-call-history begin, end".
1187
1188 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
1189
1190         * gdb.texinfo (Specifying Source Directories): Fix
1191         substitute-path example.
1192
1193 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
1194
1195         * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1196
1197 2015-09-15  Pedro Alves  <palves@redhat.com>
1198
1199         PR remote/18965
1200         * gdb.texinfo (Stop Reply Packets): Revert previous change to
1201         the vforkdone description.
1202
1203 2015-09-15  Pedro Alves  <palves@redhat.com>
1204
1205         PR remote/18965
1206         * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1207         part indicates the thread ID of the parent process.
1208
1209 2015-09-15  Yao Qi  <yao.qi@linaro.org>
1210
1211         * gdb.texinfo (General Query Packets): Add vContSupported to
1212         tables of 'gdbfeatures' and 'stub features' supported in the
1213         qSupported packet, as well as to the list containing stub
1214         feature details.
1215
1216 2015-09-11  Don Breazeal  <donb@codesourcery.com>
1217
1218         * gdb.texinfo (Remote Configuration): Add exec event
1219         feature to table of packet settings.
1220         (Stop Reply Packets): Add exec events to the list of stop
1221         reasons.
1222         (General Query Packets): Add exec events to tables of
1223         'gdbfeatures' and 'stub features' supported in the qSupported
1224         packet, as well as to the list containing stub feature
1225         details.
1226
1227 2015-08-24  Pedro Alves  <palves@redhat.com>
1228
1229         * gdb.texinfo (Remote Configuration): Document the "set/show
1230         remote multiprocess-extensions-packet" commands.
1231
1232 2015-08-24  Pedro Alves  <palves@redhat.com>
1233
1234         * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1235         <M32R>: Remove references to M32R/D.
1236         <M68K>: Remove references to target dbug.
1237         <MIPS Embedded>: Remove references to target r3900 and target
1238         array.
1239         <PowerPC Embedded>: Remove references to target dink32 and target
1240         ppcbug, target sds
1241         <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1242
1243 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1244
1245         * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1246
1247 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1248
1249         * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1250
1251 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1252
1253         * gdb.texinfo (Maintenance Commands): Move documentation of "main
1254         info bfds" to...
1255         (File Caching): A New section.  Outline bfd caching, and add new
1256         description for "main set/show bfd-sharing".
1257
1258 2015-08-14  Doug Evans  <xdje42@gmail.com>
1259
1260         * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1261         disassembly.
1262         (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1263
1264 2015-08-11  Keith Seitz  <keiths@redhat.com>
1265
1266         * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1267         Use "location(s)"instead of "linespec(s)".
1268         (Specifying a Location): Rewrite.
1269         Add subsections describing linespec, address, and explicit locations.
1270         Add node/menu for each subsection.
1271         (Source and Machine Code, C Preprocessor Macros)
1272         (Create and Delete Trace points)
1273         (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1274         (Continuing at a Different Address): Remove "linespec" examples.
1275         Add reference to "Specify a Location"
1276         (The -break-insert Command): Rewrite.  Add anchor.
1277         Add reference to appropriate manual section discussing locations.
1278         (The -dprintf-insert Command): Refer to -break-insert for
1279         specification of 'location'.
1280
1281 2015-08-07  Pedro Alves  <palves@redhat.com>
1282
1283         * gdb.texinfo (Maintenance Commands): Document "maint set/show
1284         target-non-stop".
1285
1286 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
1287
1288         * gdb.texinfo (Process Record and Replay): Document prefixing of
1289         speculatively executed instructions in the "record instruction-history"
1290         command.
1291
1292 2015-07-20  Doug Evans  <dje@google.com>
1293
1294         * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1295
1296 2015-07-16  Doug Evans  <dje@google.com>
1297
1298         * stabs.texinfo: @include gdb-cfg.texi.
1299
1300 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1301
1302         Revert the previous 2 commits:
1303         gdbserver build-id attribute generator
1304         Validate symbol file using build-id
1305
1306 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1307
1308         * gdb.texinfo (Files): Add 'set validate-build-id'
1309         and 'show validate-build-id'.
1310
1311 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
1312             Jan Kratochvil  <jan.kratochvil@redhat.com>
1313
1314         gdbserver build-id attribute generator.
1315         * gdb.texinfo (Library List Format for SVR4 Targets): Add
1316         'build-id' in description, example, new attribute in dtd.
1317
1318 2015-07-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1319
1320         * gdb.texinfo (Selection): Update documentation for 'frame'
1321         command.
1322
1323 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
1324
1325         * gdb.texinfo (Maintenance Commands): Document "maint btrace"
1326         commands.
1327
1328 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
1329
1330         * gdb.texinfo (Process Record and Replay): Spell out that variables
1331         and registers are not available during btrace replay.
1332         Describe the new "record btrace pt" command.
1333         Describe the new "set|show record btrace pt buffer-size" options.
1334         (General Query Packets): Describe the new Qbtrace:pt and
1335         Qbtrace-conf:pt:size packets.
1336         Expand "bts" to "Branch Trace Store".
1337         Update the branch trace DTD.
1338
1339 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
1340
1341         * gdb.texinfo (Command History): Document the new option
1342         "history remove-duplicates".
1343
1344 2015-06-19  Doug Evans  <dje@google.com>
1345
1346         * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1347         longer supported.
1348
1349 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
1350
1351         * gdb.texinfo (Command History): Mention that setting
1352         GDBHISTSIZE to the empty string disables history truncation.
1353
1354 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
1355
1356         PR gdb/16999
1357         * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1358         behavior.
1359
1360 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
1361
1362         * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1363         with GDBHISTSIZE.
1364
1365 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
1366
1367         * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1368         bytes and memory units for -data-{read,write}-memory-bytes.
1369         (Packets): Same for m, M and X packets.
1370         * python.texi (Inferiors In Python): Same for read_memory and
1371         write_memory.
1372
1373 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
1374
1375         * gdb.texinfo (Separate Debug Files): Document that PE is also
1376         supported.
1377
1378 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
1379
1380         * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1381         single table entry.
1382
1383 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1384
1385         * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1386
1387
1388 2015-06-10  Gary Benson <gbenson@redhat.com>
1389
1390         * gdb.texinfo (Remote Configuration): Document the
1391         "set/show remote hostio-setfs-packet" command.
1392         (Host I/O Packets): Document the vFile:setfs packet.
1393
1394 2015-06-10  Gary Benson <gbenson@redhat.com>
1395
1396         * gdb.texinfo (Debugging Output): Document the "set/show debug
1397         linux-namespaces" command.
1398
1399 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1400             Mircea Gherzan  <mircea.gherzan@intel.com>
1401
1402         * gdb.texinfo (i386): Add documentation about "show mpx bound"
1403         and "set mpx bound".
1404
1405 2015-05-27  Doug Evans  <dje@google.com>
1406
1407         * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1408
1409 2015-05-26  Doug Evans  <dje@google.com>
1410
1411         * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1412         command renamings.
1413         (Maintenance Commands): Update for DWARF "set debug" command renamings.
1414
1415 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1416
1417         * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1418
1419 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
1420
1421         * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1422         (TUI Commands): Add 'tui enable' and 'tui disable' details.
1423
1424 2015-05-16  Doug Evans  <xdje42@gmail.com>
1425
1426         * guile.texi (Memory Ports in Guile): Document support for unbuffered
1427         memory ports.
1428
1429 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1430
1431         * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1432
1433 2015-05-12  Don Breazeal  <donb@codesourcery.com>
1434
1435         * gdb.texinfo (Forks): Note that fork debugging is
1436         supported in extended mode.
1437         (Remote Configuration): Add fork event features to table
1438         of packet settings.
1439         (Stop Reply Packets): Add fork events to list of stop reasons.
1440         (General Query Packets): Add fork events to tables of
1441         'gdbfeatures' and 'stub features' supported in the qSupported
1442         packet, as well as to the list containing stub feature
1443         details.
1444
1445 2015-05-12  Gary Benson <gbenson@redhat.com>
1446
1447         * gdb.texinfo (General Query Packets): Document
1448         qXfer:exec-file:read with empty annex.
1449
1450 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
1451
1452         * python.texi (Values From Inferior): Add descriptions of new
1453         methods gdb.Value.reference_value and gdb.Value.const_value.
1454
1455 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
1456
1457         * gdb.texinfo (Files): Add "info dll" documentation.
1458         (Cygwin Native): Remove "info dll" documentation.
1459
1460 2015-04-29  Doug Evans  <dje@google.com>
1461
1462         * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1463         Document.
1464         (Writing an Xmethod): Add get_result_type to example.
1465
1466 2015-04-28  Sasha Smundak  <asmundak@google.com>
1467
1468         * python.texi: New method documented.
1469
1470 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1471
1472         * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1473         format.
1474
1475 2015-04-24  Doug Evans  <dje@google.com>
1476
1477         * python.texi (Xmethods In Python): Fix name of method to call the
1478         xmethod.
1479
1480 2015-04-17  Gary Benson <gbenson@redhat.com>
1481
1482         * gdb.texinfo (Connecting to a Remote Target): Mention that
1483         GDB can access program files from remote targets that support
1484         qXfer:exec-file:read and Host I/O packets.
1485
1486 2015-04-17  Gary Benson <gbenson@redhat.com>
1487
1488         * gdb.texinfo (Remote Configuration): Document the "set/show
1489         remote pid-to-exec-file-packet" command.
1490         (General Query Packets): Document the qXfer:exec-file:read
1491         qSupported features.  Document the qXfer:exec-file:read packet.
1492
1493 2015-04-17  Gary Benson <gbenson@redhat.com>
1494
1495         * gdb.texinfo (set sysroot): Document that "set sysroot" also
1496         applies to executable paths if supplied to GDB as absolute.
1497
1498 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1499
1500         * gdb.texinfo (Mode Options): Remove -xdb.
1501
1502 2015-04-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1503             Eli Zaretskii  <eliz@gnu.org>
1504
1505         * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1506         compile, show debug compile.  New subsection Compilation options for
1507         the compile command.  New subsection Compiler search for the compile
1508         command.
1509
1510 2015-04-09  Andy Wingo  <wingo@igalia.com>
1511
1512         * guile.texi (Frames In Guile): Describe frame-read-register.
1513
1514 2015-04-02  Gary Benson <gbenson@redhat.com>
1515
1516         * gdb.texinfo (set sysroot): Document "target:".
1517
1518 2015-04-01  Sasha Smundak  <asmundak@google.com>
1519
1520         * doc/python.texi (Writing a Frame Unwinder in Python): Add
1521         section.
1522
1523 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
1524
1525         PR corefiles/16092
1526         * gdb.texinfo (gcore): Mention new command 'set
1527         use-coredump-filter'.
1528         (set use-coredump-filter): Document new command.
1529
1530 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1531
1532         * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1533         documentation, reorder the info os entries in alphabetical order.
1534
1535 2015-03-26  Simon Marchi  <simon.marchi@ericsson.com>
1536
1537         * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1538         -data-write-memory-bytes.
1539
1540 2015-03-24  Pedro Alves  <palves@redhat.com>
1541
1542         * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1543         mention that threads may sometimes run unlocked.
1544
1545 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
1546
1547         * gdb.texinfo (Remote configuration): Document "set/show
1548         serial parity" command.
1549
1550 2015-03-18  Gary Benson <gbenson@redhat.com>
1551
1552         * gdb.texinfo (General Query Packets): Remove documentation
1553         for now-removed vFile:fstat qSupported features.
1554
1555 2015-03-11  Gary Benson <gbenson@redhat.com>
1556
1557         * gdb.texinfo (Remote Configuration): Document the
1558         "set/show remote hostio-fstat-packet" command.
1559         (General Query Packets): Document the vFile:fstat
1560         qSupported features.
1561         (Host I/O Packets): Document the vFile:fstat packet.
1562
1563 2015-03-11  Andy Wingo  <wingo@igalia.com>
1564
1565         * guile.texi (Objfiles In Guile): Document objfile-progspace.
1566
1567 2015-03-04  Pedro Alves  <palves@redhat.com>
1568
1569         * gdb.texinfo (Remote Configuration): Document the "set/show
1570         remote swbreak-feature-packet" and "set/show remote
1571         hwbreak-feature-packet" commands.
1572         (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1573         decription.
1574         (Stop Reply Packets): Document the swbreak and hwbreak stop
1575         reasons.
1576         (General Query Packets): Document the swbreak and hwbreak
1577         qSupported features.
1578         (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1579
1580 2015-03-03  Philippe Proulx  <eeppeliteloop@gmail.com>
1581
1582         * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1583         under *stopped.
1584
1585 2015-03-02  Doug Evans  <xdje42@gmail.com>
1586
1587         * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1588
1589 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1590
1591         * gdb.texinfo (S/390 and System z Features): Describe new feature
1592         "org.gnu.gdb.s390.vx".
1593
1594 2015-02-23  Sergio Durigan Junior  <sergiodj@redhat.com>
1595
1596         PR gdb/18008
1597         * gdb.texinfo (maint internal-error, maint internal-warning, maint
1598         demangler-warning): Fix typo ("problam").
1599
1600 2015-02-19  David Taylor  <dtaylor@emc.com>
1601
1602         * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1603
1604 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1605
1606         * gdb.texinfo (Static Probe Points): Add cindex `static probe
1607         point, DTrace'.
1608         (Static Probe Points): Modified to cover DTrace probes in addition
1609         to SystemTap probes.  Also modified to cover the `enable probe'
1610         and `disable probe' commands.
1611
1612 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1613
1614         * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1615         `disable probe' commands.
1616
1617 2015-02-12  David Taylor  <dtaylor@emc.com>
1618
1619         * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1620         fields of the QTDV packet.
1621
1622 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1623
1624         * gdb.texinfo (Branch Trace Configuration Format): Add size.
1625         (Process Record and Replay): Describe new set|show commands.
1626         (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1627
1628 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1629
1630         * gdb.texinfo (Process Record and Replay): Describe the "record
1631         btrace bts" command.
1632         (General Query Packets): Describe qXfer:btrace-conf:read packet.
1633         (Branch Trace Configuration Format): New.
1634
1635 2015-01-31  Gary Benson <gbenson@redhat.com>
1636             Doug Evans  <dje@google.com>
1637
1638         * gdb.texinfo (Command Completion): Document new
1639         "set/show max-completions" option.
1640
1641 2015-01-31  Doug Evans  <xdje42@gmail.com>
1642
1643         * gdb.texinfo (Symbols): Document new commands
1644         "maint print symbol-cache", "maint print symbol-cache-statistics",
1645         "maint flush-symbol-cache".  Document new option
1646         "maint set symbol-cache-size".
1647
1648 2015-01-31  Doug Evans  <xdje42@gmail.com>
1649
1650         * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1651         distinguish script files vs inlined scripts.
1652         * python.texi (Python Auto-loading): Ditto.
1653
1654 2015-01-30  Doug Evans  <dje@google.com>
1655
1656         * gdb.texinfo (Symbols) <info source>: Output now contains producer
1657         string if present.
1658
1659 2015-01-27  Doug Evans  <dje@google.com>
1660
1661         * python.texi (Objfiles In Python): Document Objfile.username.
1662
1663 2015-01-27  Doug Evans  <dje@google.com>
1664
1665         * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1666         * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1667
1668 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1669
1670         * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1671
1672 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
1673
1674         * doc/gdb.texinfo (TUI Commands): Document the possible
1675         values of NAME argument to 'winheight' command.  Explain the
1676         effect of 'tabset' setting better.
1677
1678 2015-01-11  Doug Evans  <xdje42@gmail.com>
1679
1680         PR gdb/15830
1681         * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1682         (Symbols): Ditto.
1683         (Maintenance Commands): Delete docs for "maint demangle".
1684
1685 2014-12-31  Joel Brobecker  <brobecker@adacore.com>
1686
1687         * gdb.texinfo (Files): Remove documentation of the
1688         "add-shared-symbol-files" and "assf" commands.
1689         (Cygwin Native): Remove documentation of the "dll-symbols"
1690         command.
1691
1692 2014-12-17  Doug Evans  <xdje42@gmail.com>
1693
1694         * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1695
1696 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
1697             Jan Kratochvil  <jan.kratochvil@redhat.com>
1698
1699         * gdb.texinfo (Altering): Update.
1700         (Compiling and Injecting Code): New node.
1701
1702 2014-12-12  Doug Evans  <dje@google.com>
1703
1704         * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1705
1706 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1707
1708         * gdb.texinfo: Document "maint print user-registers".
1709
1710 2014-12-08  Doug Evans  <dje@google.com>
1711
1712         * python.texi (Objfiles In Python): Document Objfile.owner.
1713
1714 2014-12-04  Doug Evans  <dje@google.com>
1715
1716         * python.texi (Objfiles In Python): Document
1717         Objfile.add_separate_debug_file.
1718
1719 2014-12-04  Doug Evans  <dje@google.com>
1720
1721         * python.texi (Objfiles In Python): Document Objfile.build_id.
1722
1723 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
1724
1725         * python.texi (Events In Python): Document new events
1726         InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1727         and RegisterChangedEvent.
1728
1729 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1730
1731         Add add-auto-load-scripts-directory.
1732         * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1733         (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1734
1735 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1736
1737         * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1738         description typo.
1739
1740 2014-10-30  Doug Evans  <dje@google.com>
1741
1742         * python.texi (Progspaces In Python): Document ability to add
1743         random attributes to gdb.Progspace objects.
1744         (Objfiles In Python): Document ability to add random attributes to
1745         gdb.objfile objects.
1746
1747 2014-10-27  Pedro Alves  <palves@redhat.com>
1748
1749         * gdb.texinfo (Continuing and Stepping): Add cross reference to
1750         info on stepping and signal handlers.
1751         (Signals): Explain stepping and signal handlers.  Add context
1752         index entry, and cross references.
1753
1754 2014-10-20  Simon Marchi  <simon.marchi@ericsson.com>
1755
1756         * python.texi (Breakpoints In Python): Add parenthesis after
1757         Breakpoint.delete.  Clarify Breakpoint.enabled description so
1758         that it contains "disable".
1759
1760 2014-10-17  Doug Evans  <dje@google.com>
1761
1762         * python.texi (Events In Python): Document clear_objfiles event.
1763
1764 2014-10-17  Doug Evans  <dje@google.com>
1765
1766         * python.texi (Objfiles In Python): Document new progspace attribute.
1767
1768 2014-10-17  Pedro Alves  <palves@redhat.com>
1769
1770         * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1771         (SVR4 Process Information): Delete mention of OSF/1.
1772
1773 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1774
1775         * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1776         exit-code field in -list-thread-groups output.
1777
1778 2014-09-22  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1779
1780         * gdb.texinfo (Set Breaks): Add missing "@end table".
1781
1782 2014-09-22  Pedro Alves  <palves@redhat.com>
1783
1784         * gdb.texinfo (Set Breaks): Document that "set breakpoint
1785         always-inserted off" is the default mode now.  Delete
1786         documentation of "set breakpoint always-inserted auto".
1787
1788 2014-09-18  Doug Evans  <dje@google.com>
1789
1790         * python.texi (Symbol Tables In Python): Document "producer"
1791         attribute of gdb.Symtab objects.
1792
1793 2014-09-16  Pedro Alves  <palves@redhat.com>
1794
1795         * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1796         (Embedded OS): Remove VxWorks menu entry.
1797         (VxWorks): Remove node.
1798
1799 2014-09-13  Doug Evans  <xdje42@gmail.com>
1800
1801         * gdb.texinfo (Signaling): Document new queue-signal command.
1802
1803 2014-09-06  Doug Evans  <xdje42@gmail.com>
1804
1805         PR 15276
1806         * gdb.texinfo (Convenience Funs): Document $_caller_is,
1807         $_caller_matches, $_any_caller_is, $_any_caller_matches.
1808
1809 2014-09-03  Justin Lebar <jlebar@google.com>
1810
1811         * python.texi (Types In Python): Type.template_argument(n) returns a
1812         gdb.Value or a gdb.Type and throws an exception if n is out of
1813         range.
1814
1815 2014-09-03  Sasha Smundak  <asmundak@google.com>
1816
1817         * python.texi (Frames in Python): Add read_register description.
1818
1819 2014-08-04  Tom Tromey  <tromey@redhat.com>
1820
1821         * gdb.texinfo (Debugging Output): Update for change to "set debug
1822         target".
1823
1824 2014-08-01  Masaki Muranaka  <monaka@monami-software.com>
1825
1826         Pushed by Joel Brobecker  <brobecker@adacore.com>.
1827         * Makefile.in (transform): New variable.
1828         (install-man1, install-man5): Apply $(transform) to man file names.
1829
1830 2014-07-26  Doug Evans  <xdje42@gmail.com>
1831
1832         PR guile/17177
1833         * guile.texi (Guile Pretty Printing API): Fix typo.
1834         Document set-pretty-printers!, pretty-printers.
1835         (Selecting Guile Pretty-Printers): Update.
1836         Mention program-space based pretty-printers.
1837
1838 2014-07-25  Pedro Alves  <palves@redhat.com>
1839             Eli Zaretskii  <eliz@gnu.org>
1840
1841         * gdb.texinfo (Signaling) <signal command>: Explain what happens
1842         with multi-threaded programs.
1843
1844 2014-06-27  Yao Qi  <yao@codesourcery.com>
1845
1846         * gdb.texinfo (Maintenance Commands): Update the output of
1847         'maint print dummy-frames' command.
1848
1849 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
1850
1851         * gdb.texinfo (Screen Size): Improve indexing.
1852
1853 2014-06-19  Gary Benson  <gbenson@redhat.com>
1854
1855         * gdb.texinfo (Maintenance Commands): Document new
1856         "maint set/show catch-demangler-crashes" option.
1857
1858 2014-06-19  Gary Benson  <gbenson@redhat.com>
1859
1860         * gdb.texinfo (Maintenance Commands): Document new
1861         "maint demangler-warning" command and new
1862         "maint set/show demangler-warning" option.
1863
1864 2014-06-09  Siva Chandra Reddy  <sivachandra@google.com>
1865
1866         * python.texi (Xmethod API): Add space before the opening
1867         parenthesis in function descriptions.
1868
1869 2014-06-06  Doug Evans  <xdje42@gmail.com>
1870
1871         * guile.texi (Guile Configuration): Document guile-data-directory.
1872
1873 2014-06-06  Mingjie Xing  <mingjie.xing@gmail.com>
1874
1875         * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1876
1877 2014-06-04  Doug Evans  <xdje42@gmail.com>
1878
1879         * guile.texi (Breakpoints In Guile): Update.
1880
1881 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
1882
1883         * python.texi (Xmethod API): Fix reference to "Progspaces In
1884         Python".
1885
1886 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
1887
1888         *  python.texi (Xmethods In Python, XMethod API)
1889         (Writing an Xmethod): New nodes.
1890         (Python API): New menu entries "Xmethods In Python",
1891         "Xmethod API", "Writing an Xmethod".
1892
1893 2014-06-02  Doug Evans  <xdje42@gmail.com>
1894
1895         * guile.texi (Guile API): Add entry for Parameters In Guile.
1896         (GDB Scheme Data Types): Mention <gdb:parameter> object.
1897         (Parameters In Guile): New node.
1898
1899 2014-06-02  Doug Evans  <xdje42@gmail.com>
1900
1901         * guile.texi (Guile API): Add entry for Commands In Guile.
1902         (Basic Guile) <parse-and-eval>: Add reference.
1903         (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1904         (GDB Scheme Data Types): Mention <gdb:command> object.
1905         (Commands In Guile): New node.
1906
1907 2014-06-02  Doug Evans  <xdje42@gmail.com>
1908
1909         * guile.texi (Guile API): Add entry for Progspaces In Guile.
1910         (GDB Scheme Data Types): Mention <gdb:progspace> object.
1911         (Progspaces In Guile): New node.
1912
1913 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
1914
1915         * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1916         * python.texi (Frames In Python): Mention
1917         gdb.FRAME_UNWIND_MEMORY_ERROR.
1918
1919 2014-05-29  Pedro Alves  <palves@redhat.com>
1920             Tom Tromey  <tromey@redhat.com>
1921
1922         * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1923         from example.
1924         (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1925         Mention that target-async is now deprecated.
1926         (Maintenance Commands): Document maint set/show target-async.
1927
1928 2014-05-29  Pedro Alves  <palves@redhat.com>
1929
1930         * observer.texi (sync_execution_done, command_error): New
1931         subjects.
1932
1933 2014-05-29  Pedro Alves  <palves@redhat.com>
1934
1935         PR gdb/13860
1936         * observer.texi (signal_received, end_stepping_range)
1937         (signal_exited, exited, no_history): New observer subjects.
1938
1939 2014-05-26  Andy Wingo  <wingo@igalia.com>
1940
1941         * guile.texi (GDB Scheme Data Types): Remove documentation for
1942         removed interfaces.  Update spelling of gdb-object-kind.
1943
1944 2014-05-26  Andy Wingo  <wingo@igalia.com>
1945
1946         * guile.texi (Basic Guile): Fix some typos.
1947
1948 2014-05-26  Andy Wingo  <wingo@igalia.com>
1949
1950         * guile.texi (Writing a Guile Pretty-Printer)
1951         (Guile Types Module): Fix excess parentheses in use-modules forms.
1952
1953 2014-05-24  Eli Zaretskii  <eliz@gnu.org>
1954
1955         * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1956         (Breakpoints In Guile, Guile Printing Module)
1957         (Guile Exception Handling, Values From Inferior In Guile)
1958         (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1959         Don't use @var at the beginning of a sentence.
1960
1961         * gdb.texinfo (Frame Filter Management, Trace Files)
1962         (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1963         (PowerPC Embedded, Define, Annotations for Running)
1964         (IPA Protocol Commands, Packets, General Query Packets)
1965         (Tracepoint Packets, Notification Packets, Environment)
1966         (Inferiors and Programs, Set Breaks, Set Catchpoints)
1967         (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1968         (Frames, Backtrace, Selection, Expressions, Registers)
1969         (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1970         (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1971         (Source Annotations, Using JIT Debug Info Readers, Packets)
1972         (Stop Reply Packets, Host I/O Packets)
1973         (Target Description Format): Don't use @var at the beginning of a
1974         sentence.
1975
1976         * python.texi (Basic Python, Types In Python)
1977         (Commands In Python, Frames In Python, Line Tables In Python)
1978         (Breakpoints In Python, gdb.printing, gdb.types)
1979         (Type Printing API): Don't use @var at the beginning of a
1980         sentence.
1981
1982 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
1983
1984         * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1985         replay-memory-access".
1986
1987 2014-05-21  Pedro Alves  <palves@redhat.com>
1988
1989         * gdb.texinfo (Starting): Document "set/show
1990         auto-connect-native-target".
1991         (Target Commands): Document "target native".
1992
1993 2014-05-20  Pedro Alves  <palves@redhat.com>
1994
1995         * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1996         not be remote specific.  Add cross reference to the qCRC packet.
1997         (Separate Debug Files): Update cross reference to the qCRC packet.
1998         (General Query Packets) <qCRC packet>: Add anchor.
1999
2000 2014-05-17  Doug Evans  <xdje42@gmail.com>
2001
2002         Copy over changes from guile.texi.
2003         * python.texi (Basic Python) <gdb.execute>: Add text.
2004         (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2005         (Values From Inferior) <Python string>: Add text.
2006         (Values From Inferior) <Value.string>: Clarify string length handling.
2007         (Pretty Printing API): Add cindex.
2008         (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2009         Remove unnecessary index of gdb.TYPE_CODE_*.  Replace @findex with
2010         @vindex.
2011         (Commands In Python) <COMPLETE_*>: Similarly.
2012         (Symbols In Python) <SYMBOL_*>: Similarly.
2013         (Breakpoints In Python) <WP_*>: Similarly.
2014         (Breakpoints In Python) <BP_*>: Similarly.
2015
2016 2014-05-17  David Taylor <dtaylor@emc.com>
2017
2018         * gdb.texinfo (General Query Packets): Add a note about thread IDs
2019         mentioned in the qfThreadInfo reply.
2020
2021 2014-05-16  Doug Evans  <dje@google.com>
2022
2023         * gdb.texinfo (Mode Options): Add -D.
2024
2025 2014-05-09  Samuel Bronson  <naesten@gmail.com>
2026
2027         * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2028         "make -C".
2029
2030 2014-04-29  Tom Tromey  <tromey@redhat.com>
2031
2032         * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2033         "show debug varobj".
2034
2035 2014-05-01  David Taylor  <dtaylor@emc.com>
2036
2037         * gdb.texinfo (compare-sections): Document the new -r (read-only)
2038         option.
2039
2040 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
2041             Walfred Tedeschi  <walfred.tedeschi@intel.com>
2042
2043         * gdb.texinfo (i386 Features): Add description of AVX512
2044         registers.
2045
2046 2014-03-31  Doug Evans  <dje@google.com>
2047
2048         * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2049
2050 2014-03-30  Doug Evans  <dje@google.com>
2051
2052         * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2053         (Background Execution): Ditto.
2054
2055 2014-03-21  Pedro Alves  <palves@redhat.com>
2056             Stan Shebs  <stan@codesourcery.com>
2057             Hui Zhu  <hui@codesourcery.com>
2058
2059         * gdb.texinfo (Packets): Add anchor to "? packet".
2060         Remove fixme and update introduction of "k packet".
2061         Add anchor to "vKill packet".
2062
2063 2014-03-12  Stan Shebs  <stan@codesourcery.com>
2064
2065         * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2066
2067 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
2068
2069         * guile.texi (Basic Guile): Document 'history-append!'.
2070
2071 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
2072
2073         * gdb.texinfo (Files): Document "add-shared-symbol-files"
2074         and "assf" as being deprecated.
2075         (Cygwin Native): Likewise for "dll-symbols".
2076         (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2077         as a way to force the loading of symbols from a DLL.
2078
2079 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
2080
2081         * python.texi (Values From Inferior): Add description about the
2082         new feature.
2083
2084 2014-02-17  Doug Evans  <xdje42@gmail.com>
2085
2086         * Makefile.in (GDB_DOC_FILES): Add python.texi.
2087         * gdb.texinfo (Python): Moved to ...
2088         * python.texi: ... here.  New file.
2089
2090 2014-02-17  Ludovic Courtès  <ludo@gnu.org>
2091
2092         * guile.texi (Writing a Guile Pretty-Printer) <example>:
2093         Remove 'string-begins-with' procedure.  Add 'pretty-printer'
2094         parameter to 'str-lookup-function' procedure.  Look for
2095         the "std::string<" prefix.
2096         (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2097         Adjust description.
2098
2099 2014-02-11  Tejas Belagod  <tejas.belagod@arm.com>
2100
2101         * guile.texi (Values From Inferior In Guile): Remove stray
2102         parantheses for deffn.
2103         (Disassembly In Guile): Ditto.
2104
2105 2014-02-10  Stan Shebs  <stan@codesourcery.com>
2106
2107         Add Doxygen support.
2108         * Makefile.in (doxy): New action, generates Doxygen files.
2109         (DOXYGEN): New.
2110         (doxyedit): New.
2111         * Doxyfile-base.in: New file.
2112         * Doxyfile-gdb-api.in: New file.
2113         * Doxyfile-gdb-xref.in: New file.
2114         * Doxyfile-gdbserver.in: New file.
2115         * doxy-index.in: New file.
2116         * filter-for-doxygen: New file.
2117         * filter-params.pl: New file.
2118
2119 2014-02-10  Doug Evans  <xdje42@gmail.com>
2120
2121         * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2122         * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2123         (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2124         (Guile docs): Include guile.texi.
2125         (objfile-gdbdotext file): Add objfile-gdb.scm.
2126         (dotdebug_gdb_scripts section): Mention Guile scripts.
2127         (Multiple Extension Languages): New node.
2128         * guile.texi: New file.
2129
2130 2014-01-28  Joel Brobecker  <brobecker@adacore.com>
2131
2132         * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2133         ignore-descriptive-types". commands.
2134
2135 2014-01-22  Doug Evans  <dje@google.com>
2136
2137         * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2138         (gdbserver man): Ditto.
2139
2140 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2141
2142         * gdb.texinfo: Document limited reverse/replay support
2143         for target record-btrace.
2144
2145 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2146
2147         * gdb.texinfo (Process Record and Replay): Update documentation.
2148
2149 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2150
2151         * gdb.texinfo (Process Record and Replay): Document new /c
2152         modifier accepted by "record function-call-history".
2153         Add /i modifier to "record function-call-history" example.
2154
2155 2014-01-15  Yuanhui Zhang  <asmwarrior@gmail.com>
2156             Joel Brobecker  <brobecker@adacore.com>
2157
2158         * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2159         markers.  Remove one that was misplaced.
2160
2161 2014-01-10  Pedro Alves  <palves@redhat.com>
2162
2163         * gdb.texinfo (Your Program's Environment) <set environment>:
2164         Mention the shell, and point at 'set exec-wrapper'.
2165
2166 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
2167
2168         * gdb.texinfo (Types In Python): Document new attribute Types.name.
2169
2170 2013-12-30  Joel Brobecker  <brobecker@adacore.com>
2171
2172         * gdb.texinfo (Types In Python): Clarify the documentation
2173         of attribute gdb.Field.bitpos.
2174
2175 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
2176
2177         * gdb.texinfo (Types In Python): Fix the documentation of
2178         attribute "bitpos" in class gdb.Field for enum types.  Add
2179         documentation for attribute "enumval" in that same class.
2180
2181 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
2182
2183         * gdb.texinfo (GDB/MI Support Commands): Change @table into
2184         @ftable.
2185
2186 2013-12-23  Doug Evans  <xdje42@gmail.com>
2187
2188         * gdb.texinfo (Auto-loading): Move menu up.  Move discussion of
2189         auto-loaded objfile scripts and .debug_gdb_scripts section to their
2190         corresponding section in Extending GDB.
2191         (Extending GDB): Move menu up.  New menu item "Auto-loading
2192         extensions".
2193         (Sequences): New menu item "Auto-loading sequences".
2194         (Auto-loading sequences): New node.
2195         (Python): Rename section from Scripting GDB to Extending GDB.
2196         (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2197         Move docs on ways to auto-load extensions to ...
2198         (Auto-loading extensions): ... here.  New node.
2199
2200 2013-12-23  Joel Brobecker  <brobecker@adacore.com>
2201
2202         * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2203         in menu.
2204         (GDB/MI Variable Objects): Adjust reference to "-list-features"
2205         command, now in a new node.
2206         (GDB/MI Support Commands): New node, with its contents being
2207         extracted from the "GDB/MI Miscellaneous Commands" node.
2208         A small paragraph introducing the section is also added at
2209         the start.
2210         (GDB/MI Miscellaneous Commands): Delete the description of the
2211         -info-gdb-mi-command, -list-features and -list-target-features
2212         commands, now hosted in the "GDB/MI Support Commands" node.
2213
2214 2013-12-12  Siva Chandra Reddy  <sivachandra@google.com>
2215
2216         PR python/16113
2217         * gdb.texinfo (Values From Inferior): Add a note about using
2218         gdb.Field objects as subscripts on gdb.Value objects.
2219         (Types In Python): Add description about the new attribute
2220         "parent_type" of gdb.Field objects.
2221
2222 2013-12-12  Joel Brobecker  <brobecker@adacore.com>
2223
2224         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2225         entry for section docuumenting the -list-features GDB/MI command.
2226
2227 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
2228
2229         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2230         "exec-run-start-option" entry in the output of the "-list-features"
2231         command.
2232
2233 2013-12-04  Eli Zaretskii  <eliz@gnu.org>
2234
2235         * gdb.texinfo (i386): Fix yesterday's commit.
2236
2237 2013-12-03  Tom Tromey  <tromey@redhat.com>
2238
2239         * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2240         documented here.
2241
2242 2013-12-03  Tom Tromey  <tromey@redhat.com>
2243
2244         * gdb.texinfo (@direntry): Add menu item for gdbserver.
2245
2246 2013-12-03  Walfred Tedeschi  <walfred.tedeschi@intel.com>
2247
2248         * gdb.texinfo (i386 Features): Add MPX feature registers.
2249         (x86 Specific featuresx86 Architecture-specific Issues): Adds
2250         a subsubsection for MPX and describes the display of the
2251         boundary registers.
2252
2253 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
2254
2255         * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2256         documentation of the "ada-exceptions" entry.
2257
2258 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
2259
2260         * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2261         "^error" result record concerning the error message.  Document
2262         the error code that may also be part of that result record.
2263         (GDB/MI Miscellaneous Commands): Document the
2264         "undefined-command-error-code" element in the output of
2265         the "-list-features" GDB/MI command.
2266
2267 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
2268
2269         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2270         the new -info-gdb-mi-command GDB/MI command.  Document
2271         the meaning of "-info-gdb-mi-command" in the output of
2272         -list-features.
2273
2274 2013-11-29  Pedro Alves  <palves@redhat.com>
2275
2276         * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2277         Update comment.
2278
2279 2013-11-24  Yao Qi  <yao@codesourcery.com>
2280
2281         * gdb.texinfo (Caching Remote Data): Document new
2282         "set/show stack-cache" option.
2283
2284 2013-11-24  Yao Qi  <yao@codesourcery.com>
2285
2286         * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2287         (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2288         "off" respectively.
2289
2290 2013-11-23  Yao Qi  <yao@codesourcery.com>
2291
2292         * gdb.texinfo (GDB/MI Variable Objects): Add the description
2293         of "displayhint" to the table about child results.
2294
2295 2013-11-21  Yao Qi  <yao@codesourcery.com>
2296
2297         * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2298         'dynamic' for the output of command -var-list-children.
2299
2300 2013-11-21  Yao Qi  <yao@codesourcery.com>
2301
2302         * gdb.texinfo (Caching Target Data): Remove "see" before
2303         @pxref.
2304
2305 2013-11-20  Yao Qi  <yao@codesourcery.com>
2306
2307         * gdb.texinfo (Caching Target Data): Update doc for
2308         per-address-space dcache.
2309
2310 2013-11-20  Yao Qi  <yao@codesourcery.com>
2311
2312         * gdb.texinfo (Data): Rename menu item.
2313         (Caching Remote Data): Rename to ...
2314         (Caching Target Data): ... it.  Update.
2315
2316 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
2317
2318         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2319         "language-option" entry in the output of the "-list-features"
2320         command.
2321
2322 2013-11-15  Tom Tromey  <tromey@redhat.com>
2323
2324         * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2325         Add example.
2326
2327 2013-11-14  Tom Tromey  <tromey@redhat.com>
2328
2329         * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2330
2331 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
2332
2333         * gdb.texinfo (Show): Add xref anchor for "show language" command.
2334         (Context management): Place current subsection text into its own
2335         subsubsection.  Add new subsubsection describing the "--language"
2336         command option.
2337
2338 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
2339
2340         * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2341         the documentation of "info-ada-exceptions" in the output
2342         of the "-list-features" command.  Add the documentation
2343         of the "ada-exception" entry instead.
2344
2345 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
2346
2347
2348         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2349         word of a couple of sentences to start with a capital letter.
2350
2351 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
2352
2353         * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2354         (Ada Exceptions): New node.
2355         (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2356         Commands" node.
2357         (GDB/MI Ada Exceptions Commands): New node.
2358         (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2359         field in the output of the "-list-features" command.
2360         * NEWS: Add entry for the new "info exceptions" CLI command,
2361         and for the new "-info-ada-exceptions" GDB/MI command.
2362
2363 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
2364
2365         * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2366         (Line Tables In Python): New node.
2367
2368 2013-11-08  Doug Evans  <dje@google.com>
2369
2370         * gdb.texinfo (Debugging Output): Update text for
2371         "set debug dwarf2-read".
2372
2373 2013-11-08  Doug Evans  <dje@google.com>
2374
2375         * gdb.texinfo (Debugging Output): Update text for
2376         "set debug symtab-create".
2377
2378 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
2379
2380         * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2381         constant.
2382
2383 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
2384
2385         * gdb.texinfo (Breakpoints In Python): Document temporary
2386         option in breakpoint constructor, and add documentation to the
2387         temporary attribute.
2388
2389 2013-11-07  Yao Qi  <yao@codesourcery.com>
2390
2391         * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2392         output of "-var-info-expression".
2393
2394 2013-11-06  Pedro Alves  <palves@redhat.com>
2395
2396         * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2397         non-interactive mode.
2398         (Environment) <shell startup files warning>: Mention
2399         non-interactive mode.  Mention .zshenv for Z shell, and talk about
2400         BASH_ENV instead of .bashrc for BASH.
2401
2402 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
2403
2404         * gdb.texinfo (Commands to Specify Files): Add description
2405         of the remove-symbol-file command.
2406         * observer.texi: New free_objfile event
2407
2408 2013-10-24  Pedro Alves  <palves@redhat.com>
2409
2410         * gdb.texinfo (Starting): Document set/show startup-with-shell.
2411
2412 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2413
2414         * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2415         New subsection inside which the "-catch-load" and "-catch-unload"
2416         commands documentation is now placed.
2417         (Ada Exception GDB/MI Catchpoint Commands): New subsection
2418         documenting the "-catch-assert" and "-catch-exception" new
2419         GDB/MI commands.
2420
2421 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
2422
2423         * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2424
2425 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
2426
2427         * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2428         serial baud".
2429         (Remote Configuration): Replace "set remotebaud" by "set serial
2430         baud".  Replace "show remotebaud" by "show serial baud".
2431
2432 2013-10-07  Pedro Alves  <palves@redhat.com>
2433
2434         PR breakpoints/11568
2435         * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2436         when the thread is removed from the thread list.
2437
2438 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
2439
2440         * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2441         Update entry for $_exitcode.
2442
2443 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2444
2445         * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2446         new "--start" option.
2447
2448 2013-10-02  Pedro Alves  <palves@redhat.com>
2449
2450         * gdb.texinfo (Registers): Expand description of saved registers
2451         in frames.  Explain <not saved>.
2452
2453 2013-09-25  Doug Evans  <dje@google.com>
2454
2455         * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2456
2457 2013-09-16  Stan Shebs  <stan@codesourcery.com>
2458
2459         Remove the internals manual gdbint.texinfo.
2460         * Makefile.in (INFO_DEPS): Remove gdbint.info.
2461         (PDFFILES): Remove gdbint.pdf.
2462         (HTMLFILES): Remove gdbint/index.html.
2463         (HTMLFILES_INSTALL): Remove gdbint.
2464         (GDBINT_DOC_FILES): Remove.
2465         (dvi): Remove gdbint.dvi.
2466         (ps): Remove gdbint.ps.
2467         * gdbint.texinfo: Remove file.
2468         * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2469
2470 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2471
2472         * gdb.texinfo (Convenience Functions): Mention new convenience
2473         function $_isvoid.
2474
2475 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2476
2477         * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2478         (Standard Target Features): Add new node to menu.
2479         (S/390 and System z Features): New node.
2480
2481 2013-09-13  Sanimir Agovic  <sanimir.agovic@intel.com>
2482
2483         * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2484         -list-target-features in the example.
2485
2486 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2487
2488         * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2489         mini_debuginfo.  Strip binary before adding mini_debuginfo to it.
2490
2491 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2492
2493         Sync documentation with gdb.base/gnu-debugdata.exp.
2494         * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2495
2496 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2497
2498         * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2499
2500 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
2501             Yao Qi  <yao@codesourcery.com>
2502
2503         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2504         Document new --skip-unavailable option.
2505         <-stack-list-variables>: Document new --skip-unavailable option.
2506
2507 2013-08-26  Doug Evans  <dje@google.com>
2508
2509         * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2510         an optional regexp.
2511
2512 2013-08-13  Tom Tromey  <tromey@redhat.com>
2513
2514         * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2515         Document GDB_PARALLEL and GDB_INOTIFY.
2516
2517 2013-08-09  Stan Shebs  <stan@codesourcery.com>
2518
2519         * LRS: Remove file, describes a long-abandoned live-range
2520         splitting extension to stabs.
2521
2522 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
2523
2524         * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2525
2526 2013-07-17  Doug Evans  <dje@google.com>
2527
2528         * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2529
2530 2013-07-02  Tom Tromey  <tromey@redhat.com>
2531
2532         * gdb.texinfo (Target Commands): Don't mention "target nrom".
2533
2534 2013-06-28  Tom Tromey  <tromey@redhat.com>
2535
2536         * Makefile.in (version.subst): Use version.in, not
2537         common/version.in.
2538         * gdbint.texinfo (Versions and Branches, Releasing GDB):
2539         Likewise.
2540
2541 2013-06-27  Pedro Alves  <palves@redhat.com>
2542
2543         * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2544         dynamic symbol resolution code>: New section, based on infrun.c
2545         comment.
2546
2547 2013-06-26  Tom Tromey  <tromey@redhat.com>
2548
2549         * gdbint.texinfo (Versions and Branches): Use common/version.in.
2550         Update.
2551         (Releasing GDB): Likewise.
2552
2553 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
2554             Yao Qi  <yao@codesourcery.com>
2555
2556         * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2557         -trace-frame-collected.
2558
2559 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
2560
2561         * gdb.texinfo (Traceframe Info Format): Document tvar element
2562         and its attributes.
2563
2564 2013-06-25  Yao Qi  <yao@codesourcery.com>
2565
2566         * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2567
2568 2013-06-24  Tom Tromey  <tromey@redhat.com>
2569
2570         * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2571         (GDBvn.texi): Use version.subst.
2572         (version.subst): New target.
2573         (mostlyclean): Remove version.subst.
2574
2575 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
2576
2577         * gdb.texinfo (GDB/MI Data Manipulation)
2578         <-data-list-register-values>: Document the --skip-unavailable
2579         option.
2580
2581 2013-06-07  Yao Qi  <yao@codesourcery.com>
2582
2583         * gdb.texinfo (Symbols): Add kindex and cindex for
2584         'maint print msymbols'.
2585
2586 2013-06-05  Simon Marchi  <simon.marchi@ericsson.com>  (tiny change)
2587
2588         * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2589         response field name (thread-group to inferior).
2590
2591 2013-06-04 Gary Benson  <gbenson@redhat.com>
2592
2593         * gdb.texinfo (General Query Packets/qSupported): Added
2594         "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2595         to the table of currently defined stub features.
2596         Added a more detailed entry for "augmented-libraries-svr4-read".
2597         (General Query Packets/qXfer:libraries-svr4:read): Documented
2598         the augmented form of this packet.
2599
2600 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2601
2602         * gdb.texinfo (System-wide Configuration Scripts): Renames
2603         "Installed System-wide Configuration Scripts". Add associated
2604         @menu block.
2605
2606 2013-05-23  Yao Qi  <yao@codesourcery.com>
2607             Pedro Alves  <palves@redhat.com>
2608
2609         * gdb.texinfo (Packets): Document 'vCont;r'.
2610         (Continuing and Stepping): Document target-assisted range
2611         stepping, and the 'set range-stepping' and 'show range-stepping'
2612         commands.
2613
2614 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2615
2616         * gdb.texinfo (Installed System-wide Configuration Scripts):
2617         Add subsection describing the scripts now available under
2618         the data-dir's system-gdbbinit subdirectory.
2619         * NEWS: Add entry announcing the availability of system-wide
2620         configuration scripts for ElinOS and Wind River Linux.
2621
2622 2013-05-21  Hui Zhu  <hui@codesourcery.com>
2623
2624         * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2625         "-dprintf-insert" command.
2626
2627 2013-05-17  Doug Evans  <dje@google.com>
2628
2629         * gdb.texinfo (Maintenance Commands): Update doc for
2630         "maint check-psymtabs".  Add doc for "maint check-symtabs",
2631         "maint expand-symtabs".
2632
2633 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
2634
2635         * gdb.texinfo (Process Record and Replay): Document the
2636         "record goto" command and its sub-commands.
2637
2638 2013-05-10 Phil Muldoon  <pmuldoon@redhat.com>
2639
2640         * gdb.texinfo (Backtrace): Add "no-filter" argument.
2641         (Python API): Add Frame Filters API, Frame Wrapper API,
2642         Writing a Frame Filter/Wrapper, Managing Management of Frame
2643         Filters chapter entries.
2644         (Frame Filters API): New Node.
2645         (Frame Wrapper API): New Node.
2646         (Writing a Frame Filter): New Node.
2647         (Managing Frame Filters): New Node.
2648         (Progspaces In Python): Add note about frame_filters attribute.
2649         (Objfiles in Python): Ditto.
2650         (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2651         @anchors and --no-frame-filters option to -stack-list-variables,
2652         -stack-list-frames, -stack-list-locals and -stack-list-arguments
2653         commands.
2654
2655 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2656
2657         * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2658         Support" subsection documenting the XML format used to transfer
2659         shared library info on AIX.
2660
2661 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2662
2663         * gdb.texinfo (Debugging Output): Add documentation of
2664         "set debug aix-solib" and "show debug aix-solib" commands.
2665
2666 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
2667
2668         * gdb.texinfo (Nios II): New section.
2669         (Nios II Features): New section.
2670
2671 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
2672
2673         * gdbint.texinfo (Algorithms): Remove entries documenting
2674         DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2675         SOLIB_CREATE_INFERIOR_HOOK.
2676
2677 2013-04-29  Tom Tromey  <tromey@redhat.com>
2678
2679         PR python/14204:
2680         * gdb.texinfo (Python API): Fix menu entry.
2681         (Blocks In Python): Fix subsubsection text.  Rewrite intro.
2682         Define global and static block.  Add example.  Clarify
2683         block relationship for inline functions.
2684
2685 2013-04-29  Tom Tromey  <tromey@redhat.com>
2686
2687         * gdb.texinfo (Python API): Mention Python help and keyword
2688         arguments.  Move pagination text to Basic Python.
2689         (Basic Python): Put pagination text here.  Document
2690         close-on-exec, SIGCHLD, and SIGINT.
2691
2692 2013-04-19  Pedro Alves  <palves@redhat.com>
2693
2694         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2695         "signedness" instead of "signness".
2696
2697 2013-04-19  Pedro Alves  <palves@redhat.com>
2698
2699         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2700         -Wno-pointer-sign text with text on -Wpointer-sign.
2701
2702 2013-04-16  Tom Tromey  <tromey@redhat.com>
2703
2704         * gdb.texinfo (Set Catchpoints): Mention earliest version of
2705         GCC that has the SDT probe points.
2706
2707 2013-04-15  Tom Tromey  <tromey@redhat.com>
2708
2709         * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2710         exception catchpoints.
2711
2712 2013-04-15  Tom Tromey  <tromey@redhat.com>
2713
2714         * gdb.texinfo (Set Catchpoints): Document $_exception.
2715         (Convenience Vars): Mention $_exception.
2716
2717 2013-04-15  Tom Tromey  <tromey@redhat.com>
2718
2719         * gdb.texinfo (Set Catchpoints): Reorganize exception
2720         catchpoints.  Document "catch rethrow".
2721         (Debugging C Plus Plus): Mention "catch rethrow".
2722
2723 2013-04-15  Tom Tromey  <tromey@redhat.com>
2724
2725         * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2726
2727 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2728             Eli Zaretskii  <eliz@gnu.org>
2729
2730         * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2731         line below the sample output.
2732
2733 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
2734
2735         * gdb.texinfo (Mode Options): Document '-configuration'.
2736         (Help): Document "show configuration".
2737         (Bug Reporting): Add requirements to include the configuration
2738         details in bug reports.
2739
2740 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2741
2742         * Makefile.in (MAN1S): Add gcore.1.
2743         Remove "Host, target, and site specific Makefile fragments" comment.
2744         (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2745         (install-man1, uninstall-man1): Conditionalize gcore.1.
2746         (gcore.1): New.
2747         * gdb.texinfo (Man Pages): Add gcore man.
2748         (gcore man): New node.
2749
2750 2013-04-10  Pedro Alves  <palves@redhat.com>
2751
2752         * gdb.texinfo (Process Record and Replay): Document that "set
2753         record full insn-number-max", "set record
2754         instruction-history-size" and "set record
2755         function-call-history-size" accept "unlimited".
2756         (Backtrace): Document that "set backtrace limit" accepts
2757         "unlimited".
2758         (List): Document that "set listsize" accepts "unlimited".
2759         (Print Settings)" Document that "set print max-symbolic-offset",
2760         "set print elements" and "set print repeats" accept "unlimited".
2761         (Starting and Stopping Trace Experiments): Document that "set
2762         trace-buffer-size" accepts "unlimited".
2763         (Remote Configuration): Document that "set tcp connect-timeout"
2764         accepts "unlimited".
2765         (Command History): Document that "set history size" accepts
2766         "unlimited".
2767         (Screen Size): Document that "set height" and "set width" accepts
2768         "unlimited".  Adjust "set pagination"'s description to suggest
2769         "set height unlimited" instead of "set height 0".
2770
2771 2013-04-10  Yao Qi  <yao@codesourcery.com>
2772
2773         * gdb.texinfo (Trace Files): Add "target ctf".
2774
2775 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2776
2777         * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2778
2779         * Makefile.in (install-man1, install-man5, uninstall-man1)
2780         (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2781
2782         * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2783
2784 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2785             Eli Zaretskii  <eliz@gnu.org>
2786
2787         * gdb.texinfo (gdbserver man): Rename tty to comm.  Swap --attach
2788         parameters order.  Remove "On some targets" for --attach.  Document the
2789         --multi parameter and extended-remote command.  Document all the
2790         options.
2791
2792 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2793
2794         * gdb.texinfo (gdb man): Mention option -p.  Include Fortran to
2795         the list of supported languages.
2796
2797 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2798
2799         Convert man pages to texinfo, new gdbinit.5 texinfo page.
2800         * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2801         (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2802         (diststuff): Add man.
2803         (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2804         (uninstall-man5): New.
2805         (STAGESTUFF): Add *.1 and *.5.
2806         (GDBvn.texi): Add SYSTEM_GDBINIT.
2807         (gdb.1, gdbserver.1, gdbinit.5): New.
2808         (maintainer-clean realclean): Add $(MANS).
2809         (install): Add install-man.
2810         (uninstall): Add uninstall-man.
2811         * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2812         (@copying): Wrap it by @c man begin COPYRIGHT.
2813         (Top): Add Man Pages.
2814         (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2815
2816 2013-04-02  Pedro Alves  <palves@redhat.com>
2817
2818         * gdb.texinfo (Debugging Output): Document "set/show debug
2819         aarch64", "set/show debug coff-pe-read" and "set/show debug
2820         mach-o".
2821
2822 2013-04-02  Pedro Alves  <palves@redhat.com>
2823
2824         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2825         table>: Add entry for "trace-buffer-size".
2826
2827 2013-03-28  Pedro Alves  <palves@redhat.com>
2828
2829         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2830         table>: Add entry for "trace-status".
2831
2832 2013-03-28  Eli Zaretskii  <eliz@gnu.org>
2833
2834         * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2835         @bullet", which is invalid (makeinfo 5.1 barfs).
2836
2837 2013-03-28  Pedro Alves  <palves@redhat.com>
2838
2839         PR gdb/15294
2840
2841         * gdb.texinfo (List) <set listsize>: Adjust to document that
2842         listsize 0 means no limit, and remove mention of -1.
2843
2844 2013-03-22  Yao Qi  <yao@codesourcery.com>
2845
2846         * gdb.texinfo (Embedded Processors): Remove menu item
2847         "OpenRISC 1000".
2848         (OpenRISC 1000): Remove.
2849
2850 2013-03-21  Doug Evans  <dje@google.com>
2851
2852         * gdb.texinfo (Maintenance Commands): Add docs for
2853         "mt set per-command {space,time,symtab} {on,off}".
2854
2855 2013-03-14  Hui Zhu  <hui@codesourcery.com>
2856             Yao Qi  <yao@codesourcery.com>
2857
2858         * gdb.texinfo (Trace Files): Add "tsave -ctf".
2859
2860 2013-03-13  Keith Seitz  <keiths@redhat.com>
2861
2862         * gdb.texinfo (Maintenance Commands): Add missing ')' for
2863         "maint agent" reference to Dynamic printf.
2864
2865 2013-03-11  Eli Zaretskii  <eliz@gnu.org>
2866
2867         * gdb.texinfo (General Query Packets): Don't use colon in index
2868         entries visible to Info format.
2869
2870 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2871
2872         * gdb.texinfo (Process Record and Replay): Document record
2873         changes.
2874
2875 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2876
2877         * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2878         (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2879         qXfer:btrace:read.
2880
2881 2013-03-09  Eli Zaretskii  <eliz@gnu.org>
2882
2883         * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2884         use colons in @anchor and @cindex entries.
2885
2886 2013-03-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2887
2888         * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2889
2890 2013-03-08  Stan Shebs  <stan@codesourcery.com>
2891             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2892
2893         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2894         trace-buffer-size set and show commands.
2895         (Tracepoint Packets): Document QTBuffer:size.
2896         (General Query Packets): Document QTBuffer:size.
2897
2898 2013-02-21  Tom Tromey  <tromey@redhat.com>
2899
2900         * gdb.texinfo: Remove bad @syncodeindex.
2901         (Values From Inferior, Types In Python, Inferiors In Python)
2902         (Events In Python, Threads In Python, Frames In Python, Blocks In
2903         Python, Symbols In Python, Symbol Tables In Python): Remove
2904         @tables.
2905         (Packets, General Query Packets, Tracepoint Packets)
2906         (Host I/O Packets): Use @w{} for empty @item.
2907
2908 2013-02-20  Siva Chandra Reddy <sivachandra@google.com>
2909
2910         * gdb.texinfo (Architectures In Python): Add description about
2911         the new method gdb.Architecture.disassemble.
2912
2913 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
2914             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2915
2916         * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2917         Document the "trace-file" field.
2918
2919 2013-02-07  Doug Evans  <dje@google.com>
2920
2921         * gdb.texinfo (Machine Code): Clarify argument to disassemble
2922         command.
2923
2924 2013-02-06  Yao Qi  <yao@codesourcery.com>
2925
2926         * gdb.texinfo (GDB/MI Async Records): Document new MI
2927         notification "=tsv-modified".  Update the document of MI
2928         notification "=tsv-created".
2929         * observer.texi (GDB Observers): New observer tsv_modified.
2930         Update observer tsv_created and tsv_delete.
2931
2932 2013-02-05  Yufeng Zhang  <yufeng.zhang@arm.com>
2933
2934         * gdb.texinfo (AArch64 Features): New section; document
2935         org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2936         (Architectures): Add new AArch64 section to document AArch64
2937         architecture specific commands.
2938         (ABI): Add description of the new OS ABI "Newlib" and its influence
2939         on the longjmp handling.
2940
2941 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2942             Jan Kratochvil  <jan.kratochvil@redhat.com>
2943
2944         * gdb.texinfo (Backtrace): Added description of 'filename-display'
2945         variable in 'set/show backtrace' section.
2946
2947 2013-01-31  Tom Tromey  <tromey@redhat.com>
2948
2949         * gdb.texinfo (Target Commands): Fix typo.
2950
2951 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
2952
2953         * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2954         describing the gdb.Architecture class.
2955         (Frames In Python): Add description about the new method
2956         gdb.Frame.architecture().
2957
2958 2013-01-23  Doug Evans  <dje@google.com>
2959
2960         * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2961
2962 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
2963
2964         * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2965         'thread-groups' field when printing a breakpoint in MI.
2966
2967 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
2968         * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2969         to reflect that jit-reader-load now supports absolute file-names.
2970
2971 2013-01-16  Tom Tromey  <tromey@redhat.com>
2972
2973         * gdb.texinfo (Set Catchpoints): Document "catch signal".
2974         (Signals): Likewise.
2975
2976 2013-01-16  Tom Tromey  <tromey@redhat.com>
2977
2978         * gdb.texinfo (GDB/MI Breakpoint Information): Document
2979         "catch-type" field.
2980         (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2981
2982 2013-01-07  Tom Tromey  <tromey@redhat.com>
2983
2984         * gdb.texinfo (Mode Options): Don't mention -epoch.
2985         (Data, Emacs): Remove obsolete comments.
2986
2987 2013-01-02  Tom Tromey  <tromey@redhat.com>
2988
2989         * gdb.texinfo (GDB/MI Output Records): Update menu.
2990         (GDB/MI Breakpoint Information): New node.
2991         (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2992         <-break-insert>: Likewise.
2993
2994 2012-12-31  Yao Qi  <yao@codesourcery.com>
2995
2996         * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2997         (Packets): Move "vStopped" packet to ...
2998         (Notification Packets): ... here.  Describe the components
2999         of notification.  Add a table of supported notifications.
3000         Add an example on the process of he async notification.
3001
3002 2012-12-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3003
3004         * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3005         present.
3006         (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3007         fullname output always present.
3008
3009 2012-12-23  Pierre Muller  <muller@sourceware.org>
3010
3011         * gdbint.texinfo (Function prototypes): Require use of "extern"
3012         modifier for function prototypes in headers.
3013
3014 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
3015
3016         * refcard.tex: Update copyright notice to GPL v3 or later.
3017         Update contact info.
3018
3019 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
3020
3021         * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3022
3023 2012-12-15  Yao Qi  <yao@codesourcery.com>
3024
3025         * gdb.texinfo (Debugging Output): Document 'set debug
3026         notification' and 'show debug notification'.
3027
3028 2012-12-15  Yao Qi  <yao@codesourcery.com>
3029
3030         * gdb.texinfo (Listing Tracepoints): New item and example about
3031         'installed on target' output.
3032         Add more in the example about 'installed on target'.
3033         (GDB/MI Breakpoint Commands): Doc about 'installed field.
3034
3035 2012-12-14  Tom Tromey  <tromey@redhat.com>
3036
3037         * gdb.texinfo (SVR4 Process Information): Mention core files.
3038
3039 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
3040
3041         * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3042
3043 2012-12-11  Pedro Alves  <palves@redhat.com>
3044
3045         * gdb.texinfo: Remove all mentions of Unixware throughout.
3046
3047 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3048
3049         * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3050
3051 2012-11-29  Tom Tromey  <tromey@redhat.com>
3052
3053         * gdb.texinfo (SVR4 Process Information): Document missing
3054         "info proc" subcommands.
3055
3056 2012-11-29  Yao Qi  <yao@codesourcery.com>
3057
3058         PR gdb/1477.
3059         * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3060         to 'auto' instead of 'gnu'.
3061
3062 2012-11-26  Tom Tromey  <tromey@redhat.com>
3063
3064         * gdb.texinfo (MiniDebugInfo): New node.
3065         (GDB Files): Update.
3066
3067 2012-11-16  Doug Evans  <dje@google.com>
3068
3069         * gdb.texinfo (System-wide configuration): If the system-wide init
3070         file lives in the data-directory, and --data-directory is provided,
3071         look for it there.
3072
3073 2012-11-15  Tom Tromey  <tromey@redhat.com>
3074
3075         * gdb.texinfo (Signaling): Fix typo.
3076
3077 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
3078
3079         * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3080         parameter "count" of -data-write-memory-bytes, and add an example.
3081
3082 2012-11-12  Tom Tromey  <tromey@redhat.com>
3083
3084         * gdb.texinfo (Symbols): Document "info type-printers",
3085         "enable type-printer" and "disable type-printer".
3086         (Python API): Add new node to menu.
3087         (Type Printing API): New node.
3088         (Progspaces In Python): Document type_printers field.
3089         (Objfiles In Python): Likewise.
3090         (gdb.types) <get_type_recognizers, apply_type_recognizers,
3091         register_type_printer, TypePrinter>: Document.
3092
3093 2012-11-12  Tom Tromey  <tromey@redhat.com>
3094
3095         * gdb.texinfo (Symbols): Document "set print type methods",
3096         "set print type typedefs", and flags to ptype and whatis.
3097
3098 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
3099
3100         * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3101         the example -data-disassemble output.  Extend the description of
3102         the -data-disassemble results to document all fields.  Document
3103         the cli disassemble command as being related to -data-disassemble.
3104
3105 2012-11-09  Yao Qi  <yao@codesourcery.com>
3106
3107         PR gdb/14777.
3108         * gdb.texinfo (OS Information): Remove doc on command
3109         'info udot'.
3110
3111 2012-11-08  Joel Brobecker  <brobecker@adacore.com>
3112
3113         * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3114         gdb.ini warning for Windows port.
3115
3116 2012-11-08  Yao Qi  <yao@codesourcery.com>
3117
3118         * gdb.texinfo (Search): Add kindex for 'fo'.
3119
3120 2012-11-05  Tom Tromey  <tromey@redhat.com>
3121
3122         PR python/14802:
3123         * gdb.texinfo (Functions In Python): Add example.
3124
3125 2012-11-03  Yao Qi  <yao@codesourcery.com>
3126
3127         * observer.texi (GDB Observers): Remove observer
3128         'tracepoint_modified', 'tracepoint_created' and
3129         'tracepoint_deleted'.
3130
3131 2012-10-26  Tom Tromey  <tromey@redhat.com>
3132
3133         * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3134
3135 2012-10-25  Tom Tromey  <tromey@redhat.com>
3136
3137         * gdb.texinfo (General Query Packets): Use @itemx.
3138
3139 2012-10-17  Yao Qi  <yao@codesourcery.com>
3140
3141         * observer.texi (GDB Observers): Update observer
3142         'memory_changed'.
3143         * gdb.texinfo (GDB/MI Async Records): Document for
3144         "memory-changed" notification.
3145
3146 2012-10-15  Doug Evans  <dje@google.com>
3147
3148         * gdb.texinfo (Mode Options): Document -nh.
3149         Elaborate on docs for -nx.
3150
3151 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3152
3153         * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3154
3155 2012-09-21  Yao Qi  <yao@codesourcery.com>
3156             Pedro Alves  <palves@redhat.com>
3157
3158         * gdb.texinfo (GDB/MI Async Records): Document notification
3159         'record-started' and 'record-stopped'.
3160         * observer.texi (GDB Observers): New observer 'record-changed'.
3161
3162 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
3163
3164         * gdb.texinfo: Document the removal of SH's 'regs' command.
3165
3166 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3167
3168         * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3169
3170 2012-09-18  Yao Qi  <yao@codesourcery.com>
3171
3172         * gdb.texinfo (GDB/MI Async Records): Document new MI
3173         notifications '=tsv-created' and '=tsv-deleted'.
3174         * observer.texi (GDB Observers): New observer tsv_created and
3175         tsv_deleted.
3176
3177 2012-09-18  Yao Qi  <yao@codesourcery.com>
3178
3179         * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3180         * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3181         '=traceframe-changed'.
3182
3183 2012-09-17  Yao Qi  <yao@codesourcery.com>
3184
3185         * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3186         'set listsize'.
3187
3188 2012-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3189             Eli Zaretskii  <eliz@gnu.org>
3190
3191         * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3192         encoding for gdbarch_breakpoint_from_pc, bp_addr for
3193         gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3194
3195 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3196
3197         * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3198
3199 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
3200
3201         Document how to return from "python-interactive" to GDB.
3202         * gdb.texinfo (Python Commands): Update documentation.
3203
3204 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
3205
3206         Add a new "python-interactive" command that starts a standard
3207         Python interactive prompt with "pi" as alias, and add "py" as
3208         an alias to "python".
3209         * gdb.texinfo (Python Commands): Document the new commands.
3210
3211 2012-08-22  Tom Tromey  <tromey@redhat.com>
3212
3213         * gdbint.texinfo (Host Definition): Remove documentation for
3214         SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3215
3216 2012-08-17  Keith Seitz  <keiths@redhat.com>
3217
3218         PR c++/13356
3219         * gdb.texinfo (Type and Range Checking): Remove warning.
3220         Remove spurious commas.
3221         Update text and examples for re-implementation of set/show
3222         check type.
3223         (C and C++ Type and Range Checks): Likewise.
3224
3225 2012-08-16  Yao Qi  <yao@codesourcery.com>
3226
3227         * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3228         is deprecated.
3229
3230 2012-08-13  Doug Evans  <dje@google.com>
3231
3232         * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3233         to include functions.
3234
3235 2012-08-10  Doug Evans  <dje@google.com>
3236
3237         * gdb.texinfo (Convenience Funs): New node.
3238         (Types In Python): Document Type.vector.
3239
3240 2012-08-09  Yao Qi  <yao@codesourcery.com>
3241
3242         * observer.texi: New observer command_param_changed.
3243         * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3244
3245 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3246
3247         * gdbint.texinfo (Debugging GDB): In section
3248         'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3249         Mention also gdb-gdb.py.
3250
3251 2012-08-07  Yao Qi  <yao@codesourcery.com>
3252
3253         Revert the folloing patch:
3254         2012-08-06  Yao Qi  <yao@codesourcery.com>
3255         * gdb.texinfo (Remote Configuration): Add kindex for 'set
3256         remote hardware-watchpoint-limit' and 'set
3257         remote hardware-breakpoint-limit'.
3258
3259 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
3260
3261         * gdb.texinfo (Working Directory): Added information about new
3262         default argument for 'cd' command.
3263
3264 2012-08-06  Yao Qi  <yao@codesourcery.com>
3265
3266         * gdb.texinfo (Remote Configuration): Add kindex for 'set
3267         remote hardware-watchpoint-limit' and 'set
3268         remote hardware-breakpoint-limit'.
3269
3270 2012-08-06  Yao Qi  <yao@codesourcery.com>
3271
3272         Fix PR14371.
3273
3274         * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3275         '=breakpoint-deleted'.
3276
3277 2012-08-02  Yao Qi  <yao@codesourcery.com>
3278
3279         * gdb.texinfo (Native): Remove node Neutrino.
3280
3281 2012-07-27  Yao Qi  <yao@codesourcery.com>
3282
3283         * gdb.texinfo (IPA Protocol Commands): Document new command
3284         'close'.
3285
3286 2012-07-25  Tom Tromey  <tromey@redhat.com>
3287
3288         * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3289
3290 2012-07-20  Doug Evans  <dje@google.com>
3291
3292         * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3293         (Index Files): Document how to control the use of deprecated index
3294         sections.
3295         (Index Section Format): Replace --use-deprecated-index-sections with
3296         "set use-deprecated-index-sections on".
3297
3298 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
3299
3300         * gdbint.texinfo: Remove @syncodeindex directives that put all the
3301         indices into a single node "Index".  Instead, join function and
3302         variable indices into a single index, separate from the concept
3303         index.  Requested in
3304         http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3305         (Top): Update the top-level menu: instead of one "Index" there are
3306         now separate entries "Concept Index" and "Function and Variable
3307         Index".
3308         (Concept Index, Function and Variable Index): New nodes.
3309         (Index): Node deleted.
3310
3311 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
3312
3313         * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3314         and "maint agent-eval".
3315
3316 2012-07-03  Eli Zaretskii  <eliz@gnu.org>
3317
3318         * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3319         avoid file-name clashes between Index.html and index.html on
3320         case-insensitive filesystems.  See the discussion starting in
3321         http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3322         details of the problem.
3323         (Top): Update the master menu for the above.
3324         (Concept Index, Command and Variable Index): New nodes, instead of
3325         the old "Index" node that was deleted.  All cross-references
3326         updated.
3327
3328 2012-07-02  Stan Shebs  <stan@codesourcery.com>
3329
3330         * gdb.texinfo (Dynamic Printf): Mention agent style and
3331         disconnected dprintf.
3332         (Maintenance Commands): Describe maint agent-printf.
3333         (General Query Packets): Mention BreakpointCommands feature.
3334         (Packets): Document commands extension to Z0 packet.
3335         * agentexpr.texi (Bytecode Descriptions): Document printf
3336         bytecode.
3337
3338 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3339
3340         * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3341         only after gdbinit files.
3342         (Startup): Move -iex and -iex commands down after gdbinit files.
3343
3344 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3345
3346         * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3347         possibility.
3348
3349 2012-06-29  Tom Tromey  <tromey@redhat.com>
3350
3351         * gdb.texinfo (Index Section Format): Update for version 7.
3352
3353 2012-06-28  Stan Shebs  <stan@codesourcery.com>
3354
3355         * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3356         example, add note about title column.
3357
3358 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
3359
3360         * gdb.texinfo (Symbol Tables In Python): Add description about
3361         the new 'last' attribute of gdb.Symtab_and line.
3362
3363 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
3364
3365         * gdb.texinfo (Symbol Tables In Python): Correct the description
3366         of the 'pc' attribute of gdb.Symtab_and_line.
3367
3368 2012-06-26  Doug Evans  <dje@google.com>
3369
3370         * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3371         and symtab-create.
3372
3373 2012-06-25  Keith Seitz  <keiths@redhat.com>
3374
3375         * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3376         from example.  Remove "rbreak" from list of corresponding
3377         gdb commands.
3378
3379 2012-06-23  Doug Evans  <dje@google.com>
3380
3381         * gdb.texinfo (Index Section Format): Document version 7 format.
3382
3383 2012-06-22  Yao Qi  <yao@codesourcery.com>
3384
3385         * gdb.texinfo: Add missing cindex for some packets.
3386
3387 2012-06-20  Keith Seitz  <keiths@redhat.com>
3388
3389         * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3390         for -break-insert and document -p.
3391
3392 2012-06-20  Yao Qi  <yao@codesourcery.com>
3393
3394         * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3395         and "gdb.write_memory" with "Inferior.read_memory" and
3396         "Inferior.write_memory".
3397
3398 2012-06-15  Patrice Dumas  <pertusus@free.fr>  (tiny change)
3399
3400         * gdb.texinfo (Summary): Add a link to "Free Documentation".
3401         (Free Documentation): Add @node line.
3402         (Continuing and Stepping) <advance location>: Use @item instead of
3403         @itemx.
3404         (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3405         @itemx.
3406         (Embedded Processors): Put the link to "PA" to its correct place,
3407         according to document structure.
3408         (Python API): Put the link to "Lazy Strings In Python" to its
3409         correct place.
3410         (Index): Use @@ in @tex block to get a literal @.
3411
3412         * gdbint.texinfo: Fix the @subtitle line.
3413
3414         * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3415         correct place.
3416
3417 2012-06-08  Yao Qi  <yao@codesourcery.com>
3418
3419         * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3420         Protocol'.
3421         (In-Process Agent Protocol, IPA Protocol Objects)
3422         (IPA Protocol Commands): New nodes.
3423         (Tracepoint Packets): Add anchors.
3424
3425 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
3426
3427         * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3428
3429 2012-06-06  Yao Qi  <yao@codesourcery.com>
3430
3431         * gdb.texinfo: Update copyright year.
3432
3433 2012-05-23  Stan Shebs  <stan@codesourcery.com>
3434             Kwok Cheung Yeung  <kcy@codesourcery.com>
3435
3436         * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3437
3438 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3439
3440         * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3441         Mention also --with-separate-debug-dir.
3442         (Auto-loading): Prepend $debugdir in the sample output.
3443         (Auto-loading safe path): Likewise.  Mention also $debugdir for the
3444         auto-load safe-path variable.
3445         (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3446         Mention also $debugdir for 'set auto-load scripts-directory'.
3447
3448 2012-05-19  Eli Zaretskii  <eliz@gnu.org>
3449
3450         * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3451         (MIPS Embedded, MIPS, MIPS Register packet Format)
3452         (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3453         appropriate.
3454
3455 2012-05-18  Sandra Loosemore  <sandra@codesourcery.com>
3456             Maciej W. Rozycki  <macro@codesourcery.com>
3457
3458         * gdb.texinfo (MIPS): Document "set mips compression" and "show
3459         mips compression".
3460         (MIPS Breakpoint Kinds): New subsubsection.
3461
3462 2012-05-18  Eli Zaretskii  <eliz@gnu.org>
3463
3464         * gdb.texinfo (Architecture-Specific Protocol Details): Define
3465         nodes for subsections.  Add @acronym mark-ups and adjust
3466         formatting.
3467
3468 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3469
3470         Rename $ddir to $datadir.
3471         * gdb.texinfo (Auto-loading, Auto-loading safe path)
3472         (objfile-gdb.py file): Rename $ddir to $datadir.
3473
3474 2012-05-18  Tom Tromey  <tromey@redhat.com>
3475
3476         * gdb.texinfo (Print Settings): Document 'set print symbol'.
3477
3478 2012-05-14  Stan Shebs  <stan@codesourcery.com>
3479
3480         * gdb.texinfo (Dynamic Printf): New subsection.
3481
3482 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
3483
3484         * gdb.texinfo (Basic Python): Add description about the function
3485         gdb.find_pc_line
3486
3487 2012-05-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3488             Eli Zaretskii  <eliz@gnu.org>
3489
3490         * gdb.texinfo (Separate Debug Files): Use plural form for global
3491         debugging information directory.
3492
3493 2012-05-11  Stan Shebs  <stan@codesourcery.com>
3494             Kwok Cheung Yeung  <kcy@codesourcery.com>
3495
3496         * gdb.texinfo (Operating System Auxiliary Information): Document new
3497         'info os' subcommands.
3498
3499 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3500
3501         * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3502         (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3503         (dotdebug_gdb_scripts section): Add reference
3504         to 'Auto-loading safe path'.
3505
3506 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3507
3508         Implement multi-component --with-auto-load-dir.
3509         * gdb.texinfo (Auto-loading): New references
3510         for 'set auto-load scripts-directory'
3511         and 'show auto-load scripts-directory'.
3512         (Auto-loading safe path): Describe the new default.  Move $ddir
3513         substituation reference to 'objfile-gdb.py file'.
3514         (objfile-gdb.py file): Describe script-name alias.  Change real-name to
3515         script-name.  Describe new 'set auto-load scripts-directory'
3516         and 'show auto-load scripts-directory'.
3517
3518 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3519
3520         Provide $ddir substitution for --with-auto-load-safe-path.
3521         * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3522         (Auto-loading safe path): Likewise.  Mention the default value,
3523         $ddir substitution, --with-auto-load-safe-path and
3524         --without-auto-load-safe-path.
3525         * observer.texi (gdb_datadir_changed): New.
3526
3527 2012-05-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3528
3529         * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3530         Twice.
3531
3532         * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3533         directory separator by path separator.
3534
3535 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3536
3537         * gdb.texinfo (Auto-loading safe path): Make 'directories'
3538         for 'set auto-load safe-path' optional.  Mention if it is omitted.
3539         Change disabling security protection condition to "/", twice.
3540
3541 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
3542
3543         * gdb.texinfo (Symbol Tables In Python): Add documentation about
3544         the new methods global_block and static_block on gdb.Symtab
3545         objects.
3546
3547 2012-05-02  Siva Chandra Reddy  <sivachandra@google.com>
3548
3549         * gdb.texinfo (Blocks In Python): Add a note saying that future
3550         improvements to GDB and its infrastructure can move symbols
3551         across blocks within a symbol table.
3552
3553 2012-04-29  Yao Qi  <yao@codesourcery.com>
3554
3555         * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3556         (A29K): Remove.
3557
3558 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
3559             Tom Tromey  <tromey@redhat.com>
3560
3561         * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3562         and generic static probe support on GDB.
3563
3564 2012-04-25  Doug Evans  <dje@google.com>
3565
3566         * gdb.texinfo (Go): Fix thinko.
3567
3568         * gdb.texinfo (Supported Languages): Add Go.
3569         (Go): New node.
3570
3571 2012-04-25  Yao Qi  <yao@codesourcery.com>
3572
3573         * gdbint.texinfo (Testsuite): New section `Board settings'.
3574
3575 2012-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
3576
3577         * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3578         Three times.
3579
3580         * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3581         Three times.
3582
3583 2012-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3584
3585         * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3586         by @table @asis.  Fix formatting of one item.
3587
3588 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3589
3590         * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3591
3592 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3593
3594         New option "set debug auto-load".
3595         * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3596         (auto-load verbose mode): New node.
3597
3598 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3599
3600         New option "set auto-load safe-path".
3601         * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3602         and "info auto-load" examples for safe-path.  Put there also references
3603         for "set auto-load safe-path" and "show auto-load safe-path".
3604         New menu item for Auto-loading safe path.
3605         (Auto-loading safe path): New node.
3606         (Python Auto-loading): Update the expected output from "Missing"
3607         to "No".
3608
3609 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3610
3611         auto-load: Implementation.
3612         * gdb.texinfo (Mode Options): New anchor for -nx.
3613         (Startup): New anchors for Option -init-eval-command,
3614         Home Directory Init File
3615         and Init File in the Current Directory during Startup.
3616         Mention set auto-load local-gdbinit with a reference.
3617         Change the sample code to "set auto-load python-scripts".
3618         (Threads): New anchor set libthread-db-search-path.
3619         Provide references to libthread_db.so.1 file.
3620         (Controlling GDB): New menu item for Auto-loading.
3621         (Auto-loading, Init File in the Current Directory)
3622         (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3623         (Python): Rename the menu item Auto-loading to Python Auto-loading.
3624         (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3625         reference.
3626         (Auto-loading): Rename to ...
3627         (Python Auto-loading): ... here.  Change "set auto-load-scripts" to
3628         "set auto-load python-scripts", new anchor for it.  Change
3629         "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3630         for it.  Change "info auto-load-scripts"
3631         to "info auto-load python-scripts", new anchor for it.  Change "scripts"
3632         to "Python scripts".
3633
3634 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
3635
3636         PR mi/13393
3637         * gdb.texinfo (Print Settings): Extend the description for "set print
3638         object".
3639         (GDB/MI Variable Objects): Extend the description for -var-create and
3640         -var-list-children.
3641
3642 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
3643
3644         * gdb.texinfo (Examining Data): Document the 'explore' command.
3645
3646 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
3647
3648         * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3649         to the children of a varobj and its update range when -var-update
3650         returns that the varobj's type changed.
3651
3652 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3653
3654         * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3655         Create two new links fir 'objfile-gdb.py file'
3656         and 'dotdebug_gdb_scripts section'.
3657
3658 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3659
3660         * gdb.texinfo (Auto-loading): Rename node reference
3661         '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3662         Twice.
3663         (.debug_gdb_scripts section): Rename the node ...
3664         (dotdebug_gdb_scripts section): ... here.
3665         (Maintenance Commands): Also rename this node reference.
3666
3667 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
3668
3669         * gdb.texinfo (Python API/Values From Inferior): Add description
3670         about the new method Value.referenced_value.  Add description on
3671         how Value.dereference is different (and similar) to
3672         Value.referenced_value.
3673
3674 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3675
3676         * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3677         --init-eval-command=COMMAND, -iex.
3678         (Startup): Describe -iex and -ix.  Simplify the example
3679         for "set auto-load-scripts off".
3680
3681 2012-03-16  Gary Benson  <gbenson@redhat.com>
3682
3683         PR breakpoints/10738
3684         * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3685         stating that GDB cannot set breakpoints on inlined functions.
3686         (Mode Options): Document --use-deprecated-index-sections.
3687         (Index Section Format): Document new index section version format.
3688
3689 2012-03-15  Tom Tromey  <tromey@redhat.com>
3690
3691         * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3692
3693 2012-03-13  Doug Evans  <dje@google.com>
3694
3695         * gdb.texinfo (Help): Change apropos example to use "alias" instead
3696         of "reload".
3697         (Symbols): Delete docs for set/show symbol-reloading.
3698         * gdbint.texinfo (Defining Other Architecture Features): Delete
3699         SYMBOL_RELOADING_DEFAULT.
3700         * refcard.tex: Delete reference to symbol-reloading.
3701
3702 2012-03-07  Pedro Alves  <palves@redhat.com>
3703
3704         * gdb.texinfo (General Query Packets): Document new
3705         QProgramSignals packet.
3706         * gdb.texinfo (Remote configuration): Mention
3707         "program-signals-packet".
3708
3709 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3710
3711         * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3712
3713 2012-03-03  Yao Qi  <yao@codesourcery.com>
3714
3715         * gdb.texinfo (In-Process Agent): New node.
3716         Document new commands.
3717         (General Query Packets): Add packet `QAgent'.
3718
3719 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
3720
3721         * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3722
3723 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
3724
3725         * gdb.texinfo (Commands In Python): Put example python macro in
3726         COMMAND_USER category rather than COMMAND_OBSCURE.
3727         Document gdb.COMMAND_USER.
3728         (User-defined Commands): Update documentation to clarify
3729         "set/show max-user-call-depth" and "show user" don't apply to python
3730         commands.  Update documentation to clarify "help user-defined" may
3731         also include python commands defined as COMMAND_USER.
3732
3733 2012-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3734
3735         * gdb.texinfo (Startup): Add option -ex description to the option -x
3736         description.
3737
3738 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
3739
3740         * gdb.texinfo (Setting Breakpoints): Mention and explain the
3741         condition-evaluation breakpoint parameter.
3742         Mention condition-evaluation mode being shown in "info break".
3743         (Break Conditions): Add description for target-side
3744         conditional breakpoints.
3745         (Remote Configuration): Mention conditional-breakpoints-packet.
3746         (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3747         cond-expr.
3748         (General Query Packets): Mention new ConditionalBreakpoint feature.
3749
3750 2012-02-22  Tom Tromey  <tromey@redhat.com>
3751
3752         * gdb.texinfo (Blocks In Python): Clarify block iteration.
3753
3754 2012-02-17  Tom Tromey  <tromey@redhat.com>
3755
3756         PR python/10753:
3757         * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3758         directory.
3759
3760 2012-02-14  Stan Shebs  <stan@codesourcery.com>
3761
3762         * gdb.texinfo (Disabling Breakpoints): Document enable count.
3763
3764 2012-02-13  Pedro Alves  <palves@redhat.com>
3765
3766         * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3767         mips-idt-ecoff.
3768
3769 2012-02-09  Yao Qi  <yao@codesourcery.com>
3770
3771         * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3772
3773 2012-02-07  Tom Tromey  <tromey@redhat.com>
3774
3775         * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3776         Symbol.value.
3777
3778 2012-02-07  Tom Tromey  <tromey@redhat.com>
3779
3780         * gdb.texinfo (Symbols In Python): Document Symbol.line.
3781
3782 2012-01-27  Thomas Schwinge  <thomas@codesourcery.com>
3783
3784         * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3785
3786 2012-01-24  Tom Tromey  <tromey@redhat.com>
3787
3788         * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3789         unload".
3790         (Files): Mention new catch commands.
3791         (GDB/MI Async Records): Likewise.
3792
3793 2012-01-24  Gary Benson  <gbenson@redhat.com>
3794
3795         Delete #if 0'd out code.
3796         * gdb.texinfo (Frame Info): Remove "info catch".
3797
3798 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
3799
3800         * gdb.texinfo (Remote Configuration): Document
3801         "set remote hostio-readlink-packet" command.
3802         (General Query Packets): Document vFile:readlink packet.
3803
3804 2012-01-16  Tom Tromey  <tromey@redhat.com>
3805
3806         * gdb.texinfo (Specify Location): Document relative file name
3807         handling.
3808
3809 2012-01-16  Tom Tromey  <tromey@redhat.com>
3810
3811         * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3812
3813 2012-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3814             Eli Zaretskii  <eliz@gnu.org>
3815
3816         * gdbint.texinfo (Coding Standards): Require braces for two lines of
3817         code.
3818
3819 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
3820
3821         * gdb.texinfo (Variables): Document use of :: for non-static
3822         variables.
3823
3824 2012-01-05  Joel Brobecker  <brobecker@adacore.com>
3825
3826         * gdbint.texinfo (Start of New Year Procedure): Update
3827         to replace use of copyright.sh by use of copyright.py.
3828
3829 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3830
3831         Remove the gdbtui binary.
3832         * all-cfg.texi (GDBTUI): Remove.
3833         * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3834         (TUI): Remove GDBTUI pindex.  Remove the GDBTUI reference.
3835         * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3836
3837 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
3838
3839         Introduce gdb.FinishBreakpoint in Python.
3840         * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3841         (Python API): Add menu entry for Finish Breakpoints.
3842
3843 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3844
3845         * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3846         tests.
3847
3848 2011-12-16  Doug Evans  <dje@google.com>
3849
3850         * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3851
3852 2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
3853
3854         * gdb.texinfo (Python Commands): Remove "maint set/show print
3855         stack".  Add documentation for "set/show python print-stack".
3856
3857 2011-12-14  Pedro Alves  <pedro@codesourcery.com>
3858
3859         * gdb.texinfo (Implementing a Remote Stub): Explain that you
3860         should transfer control to the stub in the startup code instead of
3861         in main.  Mention the need to get past the initial breakpoint.
3862
3863 2011-12-06  Tom Tromey  <tromey@redhat.com>
3864
3865         * gdb.texinfo (Set Breaks): Update for new behavior.
3866
3867 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3868
3869         * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3870         List Format for SVR4 Targets'.
3871         (General Query Packets): New item qXfer:libraries-svr4:read.
3872         (Library List Format for SVR4 Targets): New node.
3873
3874 2011-12-01  Tom Tromey  <tromey@redhat.com>
3875
3876         * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3877         add.
3878
3879 2011-11-22  Tom Tromey  <tromey@redhat.com>
3880
3881         * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3882         reasons.
3883
3884 2011-11-20  Stan Shebs  <stan@codesourcery.com>
3885
3886         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3887         note-related options and variables.
3888         (Tracepoint Packets): Document packet changes.
3889
3890 2011-11-20  Sanjoy Das  <sdas@igalia.com>
3891
3892         * gdb.texinfo (JIT Interface): Add documentation on writing and
3893         usind JIT debug info readers.
3894         (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3895         Debug Info Readers): New nodes.
3896
3897 2011-11-18  Yao Qi  <yao@codesourcery.com>
3898
3899         * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3900         tracepoint.
3901
3902 2011-11-15  Doug Evans  <dje@google.com>
3903
3904         * gdb.texinfo (Files): Document basenames-may-differ.
3905
3906 2011-11-14  Doug Evans  <dje@google.com>
3907
3908         * gdb.texinfo (Shell Commands): Document "!".
3909
3910 2011-11-14  Stan Shebs  <stan@codesourcery.com>
3911             Kwok Cheung Yeung  <kcy@codesourcery.com>
3912
3913         * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3914         needed to get shorter fast tracepoints.
3915         (Tracepoint Packets): Document new qTMinFTPILen packet.
3916
3917 2011-11-14  Yao Qi  <yao@codesourcery.com>
3918
3919         * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3920         behavior of tracepoint.
3921         (General Query Packets): New feature InstallInTrace.
3922         (Remote Configuration): Document "set remote
3923         install-in-trace-packet".
3924
3925 2011-11-12  Matt Rice  <ratmice@gmail.com>
3926
3927         * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3928         Add arguments to info macro.
3929
3930 2011-11-10  Tom Tromey  <tromey@redhat.com>
3931
3932         * gdb.texinfo (Compilation): Don't mention -gdwarf-2.  Link to GCC
3933         manual.
3934         (Variables): Don't mention -gdwarf-2.  Link to Compilation node.
3935         (Macros): Add a footnote.
3936         (C): Remove paragraph about compiler options.
3937         (C Constants): Mention wide character and string constants.
3938         (C Plus Plus Expressions): Update compiler option advice.  Mention
3939         using declarations.  Mention ADL.  Remove old HP compiler
3940         information.
3941
3942 2011-11-10  Tom Tromey  <tromey@redhat.com>
3943
3944         PR c++/9257:
3945         * gdb.texinfo (Print Settings): Add an extra note about the need
3946         for a vtable.
3947
3948 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
3949
3950         * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3951         "set mips abi" documentation.
3952
3953 2011-11-04  Doug Evans  <dje@google.com>
3954
3955         * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3956
3957 2011-11-03  Tom Tromey  <tromey@redhat.com>
3958
3959         * gdb.texinfo (Stopping): Add menu entry.
3960         (Continuing and Stepping): Restore @node.  Use @section, not
3961         @subsection.
3962
3963 2011-11-03  Maciej W. Rozycki  <macro@codesourcery.com>
3964
3965         * gdb.texinfo (Skipping Over Functions and Files): Remove node
3966         designation.  Fix "Specify Location" cross-reference.
3967
3968 2011-11-02  Stan Shebs  <stan@codesourcery.com>
3969
3970         * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3971         (General Query Packets): Describe tracenz feature.
3972         * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3973
3974 2011-10-28  Paul Koning  <paul_koning@dell.com>
3975
3976         * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3977
3978 2011-10-27  Kevin Pouget  <kevin.pouget@st.com>
3979
3980         * gdb.texinfo ((Frames In Python): Document
3981         gdb.FRAME_UNWIND_FIRST_ERROR contant.
3982
3983 2011-10-26  Paul Koning  <paul_koning@dell.com>
3984
3985         * gdb.texinfo (gdb.types): Document new deepitems function.
3986
3987 2011-10-25  Paul Koning  <paul_koning@dell.com>
3988
3989         PR python/13327
3990
3991         * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3992         fetch_lazy method.
3993
3994 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
3995
3996         PR python/12656
3997
3998         * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3999         global_block, static_block function.
4000
4001 2011-10-19  Tom Tromey  <tromey@redhat.com>
4002
4003         * gdb.texinfo (Commands In Python): Add missing "@"s.
4004
4005 2011-10-13  Kevin Pouget  <kevin.pouget@st.com>
4006
4007         PR python/13285 Document named constants for frame unwind stop reasons
4008         * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
4009         constants.
4010
4011 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4012
4013         Fix compatibility with texinfo versions older than 4.12.
4014         * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4015         (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4016         (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4017         (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4018         * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4019         Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4020         CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4021
4022 2011-10-09  Doug Evans  <dje@google.com>
4023
4024         * gdb.texinfo (Extending GDB): Document alias command.
4025
4026 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4027
4028         Support @entry in input expressions.
4029         * gdb.texinfo (Variables): Describe @entry names suffix.
4030         (Print Settings): Add anchor for `set print entry-values'.
4031
4032 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4033             Eli Zaretskii  <eliz@gnu.org>
4034
4035         Display @entry parameter values (without references).
4036         * gdb.texinfo (Tail Call Frames): Add anchor.  Add self tail call
4037         example.
4038         (Print Settings): New description of set print entry-values and show
4039         print entry-values.
4040
4041 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4042             Eli Zaretskii  <eliz@gnu.org>
4043
4044         Recognize virtual tail call frames.
4045         * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4046         (Tail Call Frames): New node.
4047         (Frames In Python): Add gdb.TAILCALL_FRAME.
4048
4049 2011-10-07  Doug Evans  <dje@google.com>
4050
4051         * gdb.texinfo (gdb.printing): Document new `replace' arg to
4052         register_pretty_printer.
4053
4054 2011-10-07  Phil Muldoon  <pmuldoon@redhat.com>
4055
4056         PR python/12930
4057         PR python/12802
4058
4059         * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4060         stop method.
4061
4062 2011-10-07  Ulrich Weigand  <ulrich.weigand@linaro.org>
4063
4064         * gdb.texinfo (Starting your Program): "set disable-randomization"
4065         is no longer Linux-specific.
4066         (Remote Configuration): Document "set remote
4067         disable-randomization-packet".
4068         (General Query Packets): Document "QDisableRandomization" packet
4069         and add it to "qSupported" list.
4070
4071 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
4072
4073         Allow Python notification of new object-file loadings.
4074         * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4075         event type.
4076
4077 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
4078
4079         PR python/12691: Add the inferior to Python exited event
4080         * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4081
4082 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
4083
4084         * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4085         rephasing.
4086
4087 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
4088
4089         * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4090         (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4091         as possible feature returned by the `-list-features'
4092         command.
4093
4094 2011-09-28  Paul Koning  <paul_koning@dell.com>
4095
4096         * gdb.texinfo (gdb.Type): Document field access by dictionary
4097         key syntax.
4098
4099 2011-09-28  Yao Qi  <yao@codesourcery.com>
4100
4101         * gdb.texinfo (Files): Update options for `add-symbol-file'.
4102         Add one space after option `-s'.  Remove @r{} markup.
4103
4104 2011-09-27  Stan Shebs  <stan@codesourcery.com>
4105
4106         * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4107
4108 2011-09-16  Hui Zhu  <teawater@gmail.com>
4109
4110         * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4111         to *(unsigned char *)$esp@300.
4112
4113 2011-09-15  Paul Koning  <paul_koning@dell.com>
4114
4115         * gdb.texinfo: Make style of Python functions and methods match
4116         the syntax of Python.  Also put class and module names explicitly
4117         on function, member, and variable names, matching Python
4118         documentation conventions.
4119
4120 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
4121
4122         PR Python/12692 Add gdb.selected_inferior() to Python interface.
4123         * gdb.texinfo (Inferiors In Python): Describe new
4124         gdb.selected_inferior() function.
4125
4126 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
4127
4128         Handle multiple breakpoint hits in Python interface:
4129         * gdb.texinfo (Events In Python): New function documentation:
4130         gdb.BreakpointEvent.breakpoints. Indicate that
4131         gdb.BreakpointEvent.breakpoint is now deprecated.
4132
4133 2011-09-04  Joel Brobecker  <brobecker@adacore.com>
4134
4135         * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4136
4137 2011-08-25  Andrew Oakley  <andrew@ado.is-a-geek.net>
4138
4139         * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4140
4141 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
4142
4143         * gdb.texinfo (Prompt): Add set/show extended-prompt
4144         documentation
4145         (Basic Python): Add prompt_hook anchor.
4146         (Python modules): Reword module text to reflect multiple modules.
4147         (gdb.prompt): Document gdb.prompt module.
4148
4149 2011-08-14  Yao Qi  <yao@codesourcery.com>
4150
4151         * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4152
4153 2011-08-14  Yao Qi  <yao@codesourcery.com>
4154
4155         * gdb.texinfo (Standard Target Features): Document C6x features.
4156         (TIC6x Features): New node.
4157
4158 2011-08-12  Doug Evans  <dje@google.com>
4159
4160         * gdb.texinfo (Symbols In Python): Document symbol.type.
4161
4162 2011-08-09  Phil Muldoon  <pmuldoon@redhat.com>
4163
4164         * gdb.texinfo (Python): Document command and function
4165         auto-loading.
4166
4167 2011-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4168             Eli Zaretskii  <eliz@gnu.org>
4169
4170         * gdb.texinfo (whatis, ptype): Highlight their differences.  Describe
4171         typedefs unrolling.  Extend the sample code by an inner typedef and
4172         outer typedefs unrolling.
4173
4174 2011-07-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
4175
4176         * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4177         size and line-size.
4178
4179 2011-07-21  Matt Rice  <ratmice@gmail.com>
4180
4181         PR macros/12999
4182         * gdb.texinfo (Macros): Add info definitions and info macros commands.
4183         Update text and cindex entries for info macro command.
4184
4185 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
4186
4187         * observer.texi (GDB Observers): Add before_prompt observer.
4188         * gdb.texinfo (Basic Python): Add documentation for prompt
4189         substitution.
4190
4191 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
4192
4193         PR python/12438
4194         * gdb.texinfo (Python Commands): Add deprecate note to maint
4195           set/show python print-stack.  Document set/show python
4196           print-backtrace.
4197
4198 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
4199
4200         * gdb.texinfo: Fix typos.
4201
4202 2011-07-01  Tom Tromey  <tromey@redhat.com>
4203
4204         * gdb.texinfo (Debugging Output): Document set debug
4205         check-physname.
4206
4207 2011-06-29  Tom Tromey  <tromey@redhat.com>
4208
4209         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4210         breakpoint-notifications feature.
4211
4212 2011-06-29  Ulrich Weigand  <ulrich.weigand@linaro.org>
4213
4214         * gdb.texinfo (Target Description): Remove warning about
4215         possibly unstable format.
4216
4217 2011-06-03  Tom Tromey  <tromey@redhat.com>
4218
4219         * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4220         (Events In Python): Note that exit_code is optional.
4221
4222 2011-05-17  Pedro Alves  <pedro@codesourcery.com>
4223
4224         * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4225         required for multi-threading support.
4226         (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4227         Hc are deprecated for multi-threading debugging.  Point readers at
4228         the vCont packet.
4229
4230 2011-05-15  Doug Evans  <dje@google.com>
4231
4232         * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4233
4234 2011-05-13  Doug Evans  <dje@google.com>
4235
4236         * gdb.texinfo (Threads): Document $sdir,$pdir.
4237         (Server): Document $pdir exception.
4238
4239         * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4240
4241         * gdb.texinfo (Threads): Clarify default value for
4242         libthread-db-search-path.
4243
4244         * gdb.texinfo (Completion): Update example.
4245         (Debugging Output): Delete `set/show debug lin-lwp-async'.
4246
4247 2011-05-12  Kwok Cheung Yeung  <kcy@codesourcery.com>
4248
4249         * gdb.texinfo: Document change in the behaviour of the enable and
4250         disable GDB commands when applied to tracepoints.
4251         Document the EnableDisableTracepoints remote stub feature.
4252         Document QTEnable and QTDisable in the list of tracepoint packets.
4253
4254 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4255
4256         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4257         hsuser.texi.
4258         * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4259         comment to hsuser.texi.  Change rluser.texi name in the comment.
4260
4261 2011-05-10  Doug Evans  <dje@google.com>
4262
4263         * gdb.texinfo (Threads): If an empty path is provided for
4264         libthread-db-search-path it is reset to its default value.
4265         (Server): Ditto.
4266
4267 2011-05-09  Doug Evans  <dje@google.com>
4268
4269         * gdb.texinfo (Requirements): Fix typo.  Mention --with-iconv-bin.
4270
4271 2011-05-06  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4272             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4273
4274         Implement support for PowerPC BookE masked watchpoints.
4275         * gdb.texinfo (Set Watchpoints): Document mask parameter.
4276         (PowerPC Embedded): Mention support of masked watchpoints.
4277
4278 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
4279
4280         * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4281         `@value{GDBN}'.
4282
4283 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
4284
4285         * gdb.texinfo (titlepage): Remove dedication.
4286         (In Memoriam): New appendix.
4287
4288 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4289             Eli Zaretskii  <eliz@gnu.org>
4290
4291         * gdb.texinfo (Index Section Format): Change the version to 5.
4292         Describe the different formula.
4293
4294 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4295             Eli Zaretskii  <eliz@gnu.org>
4296
4297         * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4298         for disconnected tracing.
4299         (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4300         extended-remote relationship.  Mention --once.
4301         (TCP port allocation lifecycle of @code{gdbserver}): New.
4302
4303 2011-04-23  Eli Zaretskii  <eliz@gnu.org>
4304
4305         * gdb.texinfo (Server): Improve indexing.  Index all optional
4306         switches to gdbserver.
4307
4308 2011-04-20  Tom Tromey  <tromey@redhat.com>
4309
4310         * gdb.texinfo (Index Section Format): New node.
4311         (Top): Add new node to menu.
4312
4313 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
4314
4315         * gdb.texinfo (Maintenance Commands): Document `maint print
4316         remote-registers'.
4317
4318 2011-04-20  Tom Tromey  <tromey@redhat.com>
4319
4320         * gdb.texinfo (Trace File Format): Move node later.
4321
4322 2011-04-19  Tom Tromey  <tromey@redhat.com>
4323
4324         * gdbint.texinfo (Register Information Functions): Remove
4325         duplicate "the".
4326         * gdb.texinfo (Emacs): Remove duplicate "to".
4327         (GDB/MI Variable Objects): Remove duplicate "the".
4328         (General Query Packets): Likewise.
4329
4330 2011-04-02  Joel Brobecker  <brobecker@adacore.com>
4331
4332         * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4333         "GDB/MI Ada Exception Information" node.
4334
4335 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
4336
4337         * gdb.texinfo (GDB/MI Ada Exception Information): Document
4338         the "exception-name" field in the *stopped async record.
4339
4340 2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4341             Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4342
4343         Implement support for PowerPC BookE ranged breakpoints.
4344         * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4345
4346 2011-03-28  Tom Tromey  <tromey@redhat.com>
4347
4348         * gdb.texinfo (Set Tracepoints): Fix typo.
4349
4350 2011-03-24  Tom Tromey  <tromey@redhat.com>
4351
4352         * gdb.texinfo (Specify Location): Document `function:label'
4353         linespec.
4354
4355 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
4356
4357         PR python/12149
4358
4359         * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4360
4361 2011-03-17  Phil Muldoon  <pmuldoon@redhat.com>
4362
4363         * gdb.texinfo (Blocks In Python): Add is_valid method description.
4364         (Inferiors In Python): Likewise.
4365         (Threads In Python): Likewise.
4366         (Symbols In Python): Likewise.
4367         (Objfiles In Python): Likewise.
4368         (Symbol Tables In Python): Likewise.
4369
4370 2011-03-15  Pedro Alves  <pedro@codesourcery.com>
4371
4372         * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4373         display>: Explain that the commands accept number ranges.
4374
4375 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
4376
4377         * gdb.texinfo (Breakpoints In Python): Add description and example
4378         of Python stop function operation.
4379
4380 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
4381
4382         * gdb.texinfo (Parameters In Python): Document get_set_string and
4383         get_show_string methods.
4384
4385 2011-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4386
4387         * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4388
4389         * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4390         circular-trace-buffer name.
4391
4392 2011-02-28  Joel Brobecker  <brobecker@adacore.com>
4393
4394         * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4395         in the previous change.
4396
4397 2011-02-27  Michael Snyder  <msnyder@vmware.com>
4398
4399         * gdb.texinfo (Inferiors and Programs): Update commands to show
4400         that they can accept multiple arguments.
4401
4402 2011-02-24  Joel Brobecker  <brobecker@adacore.com>
4403
4404         Revert the following patch (code patch was not approved):
4405         2011-02-21  Hui Zhu  <teawater@gmail.com>
4406         * agentexpr.texi (bytecode descriptions): add printf.
4407         * gdb.texinfo (tracepoint action lists): add printf.
4408
4409 2011-02-23  Doug Evans  <dje@google.com>
4410
4411         * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4412
4413 2011-02-23  Michael Snyder  <msnyder@vmware.com>
4414
4415         * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4416         (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4417         (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4418
4419 2011-02-22  Doug Evans  <dje@google.com>
4420
4421         * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4422         Clarify behaviour of lookup_symbol when `block' argument is omitted,
4423         add description of result, fix @defun formatting.
4424
4425 2011-02-21  Hui Zhu  <teawater@gmail.com>
4426
4427         * agentexpr.texi (Bytecode Descriptions): Add printf.
4428         * gdb.texinfo (Tracepoint Action Lists): Add printf.
4429
4430 2011-02-18  Tom Tromey  <tromey@redhat.com>
4431
4432         * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4433
4434 2011-02-14  Michael Snyder  <msnyder@vmware.com>
4435
4436         * gdb.texinfo (threads): Document argument for "info threads" cmd.
4437         Document new command "thread find".
4438
4439 2011-02-14  Michael Snyder  <msnyder@vmware.com>
4440
4441         * gdb.texinfo (Threads): Update example of new thread message.
4442
4443 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
4444
4445         * gdb.texinfo (Remote Configuration): Mention set/show remote
4446         traceframe-info.
4447         (Tools/Packages Optional for Building GDB): Mention that expat is
4448         used for traceframe info.
4449         (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4450         (General Query Packets) <qSupported>: Describe the
4451         qXfer:traceframe-info:read feature.
4452         (qXfer::read): Describe qXfer:traceframe-info:read.
4453         (Traceframe Info Format): New section.
4454
4455 2011-02-04  Pedro Alves  <pedro@codesourcery.com>
4456
4457         * gdbint.texinfo (Formatting): Mention some formatting guidelines
4458         for casts and unary operators.
4459
4460 2011-02-04  Tom Tromey  <tromey@redhat.com>
4461
4462         * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4463         is not useful.
4464
4465 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
4466
4467         * gdb.texinfo: s/value optimized out/optimized out/g
4468
4469 2011-01-21  Joel Brobecker  <brobecker@adacore.com>
4470
4471         * gdb.texinfo (Other Misc Settings): Rework part of the
4472         documentation of the "set interactive mode" command.
4473
4474 2011-01-19  Tom Tromey  <tromey@redhat.com>
4475
4476         * gdb.texinfo (Threads): Document thread name output and `thread
4477         name' command.
4478         (Threads In Python): Document Thread.name attribute.
4479         (GDB/MI Thread Commands): Document thread attributes.
4480
4481 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
4482
4483         * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4484         changes in mi/mi-cmd-disas.c
4485
4486 2011-01-12  Tom Tromey  <tromey@redhat.com>
4487
4488         * gdb.texinfo (Threads): Remove duplicate text.  Update examples.
4489         Fix "thread apply" text.
4490
4491 2011-01-11  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4492             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4493
4494         Implement support for PowerPC BookE ranged watchpoints.
4495         * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4496         the "set powerpc exact-watchpoints" flag.
4497
4498 2011-01-07  Tom Tromey  <tromey@redhat.com>
4499
4500         * gdb.texinfo (Python API): Add descriptions to @menu items.
4501
4502 2011-01-06  Tom Tromey  <tromey@redhat.com>
4503
4504         * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4505
4506 2010-01-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
4507
4508         * gdb.texinfo (Debugging Output): Document "set debug jit".
4509
4510 2011-01-06  Tom Tromey  <tromey@redhat.com>
4511
4512         PR python/12133:
4513         * gdb.texinfo (Frames In Python): Document various frame
4514         constants.
4515
4516 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
4517
4518         * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4519         doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4520         doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4521
4522 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4523
4524         * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4525         (clean): Add GDBvn.texi.
4526
4527 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
4528
4529         * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4530         occasional case where the debugger prints an array address
4531         instead of the array itself.
4532
4533 2010-12-23  Pedro Alves  <pedro@codesourcery.com>
4534
4535         * gdb.texinfo (Packets) <read registers packet>: Document support
4536         for registers that were not collected.
4537
4538 2010-12-15  Doug Evans  <dje@google.com>
4539
4540         * gdb.texinfo (Startup): Document auto-loading of scripts during
4541         startup.
4542         (Auto-loading): Delete "maint set python auto-load on|off".
4543         Add "set auto-load-scripts on|off".
4544
4545 2010-12-07  Doug Evans  <dje@google.com>
4546
4547         * gdb.texinfo (Mode Options): Document -data-directory.
4548         (Data Files): Add reference to -data-directory.
4549
4550 2010-11-29  Doug Evans  <dje@google.com>
4551
4552         * gdb.texinfo (Pretty-Printer Introduction): Change
4553         printer-name:subprinter-name to printer-name;subprinter-name.
4554
4555 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
4556
4557         PR python/12199
4558
4559         * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4560
4561 2010-11-23  Tom Tromey  <tromey@redhat.com>
4562
4563         * gdb.texinfo (Top): Check SYSTEM_READLINE.
4564         (Editing): Likewise.
4565         (Command History): Likewise.
4566         (TUI Keys): Likewise.
4567         (Bug Reporting): Conditionally include rluser.texi and
4568         inc-history.texinfo.
4569         * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4570         (GDB_DOC_SOURCE_INCLUDES): Add comment.
4571         (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4572         (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4573         (gdb.pdf): Likewise.
4574         (gdb.info): Likewise.
4575         (gdb/index.html): Likewise.
4576
4577 2010-11-23  Tom Tromey  <tromey@redhat.com>
4578
4579         * Makefile.in (Makefile): Run ../config.status.
4580         (distclean): Update.
4581         * configure: Remove.
4582         * configure.ac: Remove.
4583
4584 2010-11-12  Tom Tromey  <tromey@redhat.com>
4585
4586         * gdb.texinfo (Basic Python): Update.  Add xref.
4587         (Exception Handling): Document new exception classes.
4588         (Types In Python): Update.
4589         (Frames In Python): Update.
4590
4591 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
4592
4593         * gdb.texinfo (Breakpoints In Python): Document "internal"
4594         parameter, and visible attribute.
4595
4596 2010-11-05  Doug Evans  <dje@google.com>
4597
4598         * gdb.texinfo (Source Path): Document "set directories".
4599
4600 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
4601
4602         * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4603         (OpenCL C): New node.
4604
4605 2010-11-02  Doug Evans  <dje@google.com>
4606
4607         * gdb.texinfo (Pretty Printing): Expand into three sections,
4608         introduction, example, and commands.
4609         (Python API): Delete section Disabling Pretty-Printers, merge into
4610         Selecting Pretty-Printers.
4611         (Writing a Pretty-Printer): New section.  Move the pretty-printer
4612         example here, and reformat to match python coding style.  Add a second
4613         example using the gdb.printing module.
4614         (Python modules): Add gdb.printing.
4615
4616 2010-10-29  Doug Evans  <dje@google.com>
4617
4618         * gdb.texinfo (Python): Fix long line.
4619
4620 2010-10-20  Doug Evans  <dje@google.com>
4621
4622         * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4623         All references updated.  Correct sections marked as subsections.
4624         (Coding Standards): New chapter.  Move the coding standard related
4625         subsections here.  Add section on Python coding standards.
4626
4627 2010-10-13  Doug Evans  <dje@google.com>
4628
4629         * gdb.texinfo (Python): Add "Python modules".
4630         (Types in Python): Add reference to gdb.types section.
4631         (Python modules): New node.
4632
4633 2010-10-11  Doug Evans  <dje@google.com>
4634
4635         * gdb.texinfo (Values From Inferior): Add reference to "Types in
4636         Python" from gdb.Value.type description.
4637
4638 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
4639
4640         * gdb.texinfo (Ravenscar Profile): New node.
4641
4642 2010-09-22  Tom Tromey  <tromey@redhat.com>
4643
4644         * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4645
4646 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
4647
4648         * gdb.texinfo (Values From Inferior): Clarify that
4649         value.dynamic_type works only in C++ programs with RTTI.
4650
4651 2010-09-15  Paul Bolle  <pebolle@tiscali.nl>
4652
4653         * gdb.texinfo (Character Sets): Correctly reference host-charset
4654         in example.
4655
4656 2010-09-13  Tom Tromey  <tromey@redhat.com>
4657
4658         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4659         Document "fullname" and "from".
4660
4661 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
4662
4663         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4664         feature `reverse' output by -list-target-features.
4665
4666 2010-08-31  H.J. Lu  <hongjiu.lu@intel.com>
4667
4668         * gdb.texinfo (i386 Features): Remove an extra "@item".
4669
4670 2010-08-30  Tom Tromey  <tromey@redhat.com>
4671
4672         PR python/11792:
4673         * gdb.texinfo (Values From Inferior): Document dynamic_type.
4674
4675 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
4676
4677         * gdb.texinfo (ARM Features): Document
4678         org.gnu.gdb.arm.m-profile.
4679
4680 2010-08-23  Tom Tromey  <tromey@redhat.com>
4681
4682         PR python/11145:
4683         * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4684         reinterpret_cast methods.
4685
4686 2010-08-23  Tom Tromey  <tromey@redhat.com>
4687
4688         PR python/11915:
4689         * gdb.texinfo (Types In Python): Document array method.
4690
4691 2010-08-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4692
4693         * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4694
4695 2010-08-16   Tom Tromey  <tromey@redhat.com>
4696
4697         * gdb.texinfo (Set Watchpoints): Document -location option.
4698
4699 2010-08-13  Doug Evans  <dje@google.com>
4700
4701         * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4702
4703 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
4704
4705         * gdb.texinfo (GDB/MI Data Manipulation): Document
4706         -data-read-memory-raw and -data-write-memory-raw.
4707
4708 2010-08-11  Tom Tromey  <tromey@redhat.com>
4709             Phil Muldoon <pmuldoon@redhat.com>
4710
4711         * gdb.texinfo (Basic Python): Describe post_event API.
4712
4713 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
4714
4715         * gdb.texinfo (Basic Python): Describe solib_address and
4716         decode_line Python APIs
4717
4718 2010-08-10  Tom Tromey  <tromey@redhat.com>
4719
4720         * gdb.texinfo (Pretty Printing API): Document
4721         gdb.default_visualizer.
4722
4723 2010-08-10  Tom Tromey  <tromey@redhat.com>
4724
4725         Revert gdb-add-index addition:
4726         * gdb.texinfo (Index Files): Don't document gdb-add-index.
4727
4728 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4729             Eli Zaretskii <eliz@gnu.org>
4730
4731         * gdb.texinfo (Mode Options) <-batch>
4732         (Basic Python) <gdb.execute>: Describe setting width and height.
4733
4734 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
4735
4736         * gdb.texinfo (Threads): Document 'debug libthread-db'.
4737
4738 2010-07-30  Tom Tromey  <tromey@redhat.com>
4739
4740         * gdb.texinfo (Index Files): Mention gdb-add-index.
4741
4742 2010-07-30  Hui Zhu  <teawater@gmail.com>
4743
4744         * gdb.texinfo (Inferiors and Programs): Update the introduce of
4745         "detach inferior" and "kill inferior".
4746
4747 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
4748
4749         * gdb.texinfo (Machine Code): Update description of two forms of
4750         arguments, and add new example to demonstrate the new form.
4751
4752 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
4753
4754         * gdb.texinfo (Values From Inferior): Add value inferior function
4755         call description.
4756
4757 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4758
4759         * gdb.texinfo (Active Targets): Fix wrong comma placement.
4760
4761 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4762             Eli Zaretskii  <eliz@gnu.org>
4763
4764         Make core files the process_stratum.
4765         * gdb.texinfo (Active Targets): Remove core_stratum.  Include
4766         record_stratum example.
4767
4768 2010-07-13  Tom Tromey  <tromey@redhat.com>
4769
4770         * gdb.texinfo (Index Files): New node.
4771
4772 2010-07-13  Tom Tromey  <tromey@redhat.com>
4773
4774         * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4775
4776 2010-07-13  Tom Tromey  <tromey@redhat.com>
4777
4778         * gdb.texinfo (Specify Location): Document labels.
4779
4780 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4781
4782         * gdb.texinfo (Create and Delete Tracepoints): Add more index
4783         entries for fast tracepoints and static tracepoints.
4784
4785 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4786
4787         * gdb.texinfo (General Query Packets) <qfThreadInfo,
4788         qsThreadInfo>: Spell out `l' as ell.
4789
4790 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4791
4792         * gdb.texinfo (Convenience Variables): Document $_sdata.
4793         (Commands to Set Tracepoints): Describe static tracepoints.  Add
4794         `Listing Static Tracepoint Markers' menu entry.  Document
4795         "strace".
4796         (Tracepoint Action Lists): Document collecting $_sdata.
4797         (Listing Static Tracepoint Markers): New subsection.
4798         (Tracepoints support in gdbserver): Mention static tracepoints.
4799         (remote packets, enabling and disabling): Mention
4800         read-sdata-object.
4801         (General Query Packets) <qSupported>: Document qXfer:sdata:read
4802         and StaticTracepoint.
4803         Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4804         Document qXfer:sdata:read.
4805         (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4806
4807 2010-06-29  Joel Brobecker  <brobecker@adacore.com>
4808
4809         * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4810
4811 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
4812             Tom Tromey  <tromey@redhat.com>
4813             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4814
4815         * gdb.texinfo (Inferiors In Python): New node.
4816         * gdb.texinfo (Threads In Python): New node.
4817
4818 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
4819
4820         * gdb.texinfo (Python): Document what the python directory is
4821         and what its location is.
4822         (Basic Python): Document the gdb.PYTHONDIR constant.
4823
4824 2010-06-25  Tom Tromey  <tromey@redhat.com>
4825
4826         PR python/10808:
4827         * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4828
4829 2010-06-24  Hui Zhu  <teawater@gmail.com>
4830
4831         * gdb.texinfo: (Commands for Controlled Output): Add
4832         documentation for command "eval".
4833
4834 2010-06-21  Stan Shebs  <stan@codesourcery.com>
4835
4836         * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4837         * annotate.texinfo: Ditto.
4838         * gdbint.texinfo: Ditto.
4839         * stabs.texinfo: Ditto.
4840
4841 2010-06-22  Hui Zhu  <teawater@gmail.com>
4842
4843         * gdb.texinfo: (Process Record and Replay): Add documentation
4844         for command "set record memory-query".
4845
4846 2010-06-21  Stan Shebs  <stan@codesourcery.com>
4847
4848         * gdb.texinfo: Relicense under GFDL version 1.3.
4849         * annotate.texinfo: Relicense under GFDL version 1.3.
4850         * gdbint.texinfo: Relicense under GFDL version 1.3.
4851         * stabs.texinfo: Relicense under GFDL version 1.3.
4852         * fdl.texi: Update to version 1.3.
4853
4854 2010-06-18  Stan Shebs  <stan@codesourcery.com>
4855
4856         * gdb.texinfo (Operating System Auxiliary Information): Describe
4857         "info os" when no arguments given.
4858
4859         * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4860         $_thread.
4861
4862 2010-06-18  Hui Zhu  <teawater@gmail.com>
4863
4864         * gdb.texinfo: (Process Record and Replay): Add documentation
4865         for commands "record save" and "record restore".
4866
4867 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4868
4869         * gdb.texinfo: Include information about the correct use
4870         of addresses in the `watch' command.
4871
4872 2010-06-11  Stan Shebs  <stan@codesourcery.com>
4873
4874         * gdb.texinfo (Observer Mode): New section.
4875         (General Query Packets): Document QAllow.
4876
4877 2010-06-04  Doug Evans  <dje@google.com>
4878
4879         * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4880
4881 2010-06-03  Doug Evans  <dje@google.com>
4882
4883         * gdbint.texinfo (Coding): Add subsection on command names.
4884
4885 2010-06-02  Tom Tromey  <tromey@redhat.com>
4886
4887         * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4888         always-disassemble.
4889
4890 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
4891
4892         * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4893         gdbserver, and add cross reference.
4894         (Tracepoints support in gdbserver): New subsection.
4895
4896 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
4897
4898         * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4899         `qRelocInsn' feature.
4900         (Relocate instruction reply packet): New subsection
4901         of `Tracepoint Packets'.
4902         (Tracepoint Packets): Mention that packets QTDP and QTStart
4903         support the qRelocInsn request, and add cross reference to new
4904         subsection.
4905
4906 2010-05-25  Doug Evans  <dje@google.com>
4907
4908         * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4909         (Commands In Python): Document gdb.string_to_argv.
4910
4911 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4912
4913         * gdbint.texinfo (Host Definition): Remove items NORETURN and
4914         ATTR_NORETURN.
4915
4916 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
4917             Tom Tromey  <tromey@redhat.com>
4918             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4919
4920         * gdb.texinfo (Parameters In Python): New Node.
4921
4922 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
4923
4924         * gdb.texinfo: (Summary) Add mention about D language support.
4925         (Filenames): Add D suffixes.
4926         (D): New node.
4927
4928 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
4929
4930         * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4931         of macro deleted from GDB code.
4932
4933 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
4934
4935         * gdb.texinfo (Commands to specify files): Describe what how GDB
4936         looks up DOS-based filesystem paths on the system root.  Document
4937         the new `set/show target-file-system-kind' commands.
4938
4939 2010-04-23  Doug Evans  <dje@google.com>
4940
4941         * gdb.texinfo (Python): Move Auto-loading section here ...
4942         (Python API): from here.
4943         (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4944         (Maintenance Commands): Add docs for "maint print section-scripts".
4945
4946 2010-04-20  Chris Moller  <cmoller@redhat.com>
4947
4948         * gdb.texinfo (Setting Breakpoints): Added description of
4949         filename-qualified rbreak.
4950         * refcard.tex (Breakpoints and Watchpoints): Added brief
4951         description of filename-qualified rbreak.
4952
4953 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4954
4955         * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4956         (Python API): Change the reference to Pretty Printing API.
4957         (Pretty Printing): Move the user part under the Data node.  Reformat
4958         the sample output to 72 columns.  Create a new reference to Pretty
4959         Printing API.  Rename the API part ...
4960         (Pretty Printing API): To a new node name.
4961         (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4962         (GDB/MI Variable Objects): Change references to Pretty Printing API.
4963
4964 2010-04-21  Stan Shebs  <stan@codesourcery.com>
4965
4966         * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4967         and commands.
4968         (Listing Tracepoints): Update to reflect current behavior.
4969
4970 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
4971
4972         * gdb.texinfo (Examining memory): Update for change in string
4973         display with explicit size.
4974
4975 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
4976
4977         PR breakpoints/8554.
4978
4979         * gdb.texinfo (Save Breakpoints): New node.
4980         (save-tracepoints): Rename to ...
4981         (save tracepoints): ... this.  Mention that `save-tracepoints' is
4982         a deprecated alias to `save tracepoints'.
4983
4984 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
4985
4986         * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4987         (info w32 thread-information-block): Document new command.
4988         (qGetTIBAddress): Document new gdbserver query.
4989         (maint set/show show-all-tib): Document new command.
4990
4991 2010-04-15  Doug Evans  <dje@google.com>
4992
4993         * gdb.texinfo (Python API): Add progspaces section.
4994         (Selecting Pretty-Printers): Progspace pretty-printers are
4995         searched too.
4996         (Progspaces In Python): New section.
4997
4998         * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4999
5000 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
5001
5002         * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5003         returns None.
5004
5005 2010-04-09  Stan Shebs  <stan@codesourcery.com>
5006
5007         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5008         Describe the `frames-created' field, tweak grammar.
5009
5010 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
5011
5012         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5013         Describe the `circular' and `disconnected' fields.
5014
5015 2010-04-09  H.J. Lu  <hongjiu.lu@intel.com>
5016
5017         * gdb.texinfo (maint print registers): Mention unavailable and
5018         invisible registers.
5019
5020 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
5021             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5022             Tom Tromey  <tromey@redhat.com>
5023
5024         * gdb.texinfo (Breakpoints In Python): New Node.
5025
5026 2010-04-08  Stan Shebs  <stan@codesourcery.com>
5027
5028         * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5029         trace status fields.
5030
5031 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
5032
5033         * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5034         optional.  Make org.gnu.gdb.i386.avx requires
5035         org.gnu.gdb.i386.avx.
5036
5037 2010-04-08  Doug Evans  <dje@google.com>
5038
5039         * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5040         search path, and document that gdb only scans the search path if
5041         the script's path doesn't specify a directory.
5042
5043 2010-04-05  Doug Evans  <dje@google.com>
5044
5045         * gdb.texinfo (maint show python auto-load): Fix typo.
5046
5047 2010-04-04  Stan Shebs  <stan@codesourcery.com>
5048
5049         * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5050         (Setting Watchpoints): Update description of "info watch".
5051         (Disabling Breakpoints): Only "info break" lists all.
5052
5053         * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5054         (tdump): Explain how tdump works.
5055
5056 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
5057
5058         * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5059         add cross reference.
5060
5061 2010-03-31  Pedro Alves  <pedro@codesourcery.com>
5062
5063         * gdb.texinfo (TUI Commands): Mention that in some cases, these
5064         commands error out.
5065
5066 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
5067
5068         * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5069
5070 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
5071
5072         * gdb.texinfo (General Query Packets): Add xmlRegisters.
5073
5074 2010-03-29  Stan Shebs  <stan@codesourcery.com>
5075             Nathan Sidwell  <nathan@codesourcery.com>
5076
5077         * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5078         GDBN equivalent.
5079         (Set Tracepoints): Remove mention that conditional tracepoints
5080         don't exist.
5081         (Tracepoint Actions): Clarify when while-stepping collection
5082         happens, note that while-stepping does not automatically collect
5083         $pc.
5084
5085 2010-03-29  Stan Shebs  <stan@codesourcery.com>
5086
5087         * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5088         (General Query Packets): Describe TracepointSource.
5089
5090 2010-03-27  Matt Rice  <ratmice@gmail.com>
5091
5092         * gdb.texinfo (ARM): Document arguments to "target sim".
5093         (Set Catchpoints): Use @dots{} instead of @r{...}.
5094
5095 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
5096
5097         * gdb.texinfo (Tracepoint Packets): Remove mention that
5098         terror:string may be plain text, and drop mention of X prefix.
5099
5100 2010-03-26  Vladimir Prus  <vladimir@codesourcery.com>
5101
5102         * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5103
5104 2010-03-24  Stan Shebs  <stan@codesourcery.com>
5105
5106         * gdb.texinfo (Tracepoint Packets): Document trace error status.
5107
5108 2010-03-24  Tom Tromey  <tromey@redhat.com>
5109
5110         PR breakpoints/9352:
5111         * gdb.texinfo (Break Commands): Update.
5112
5113 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
5114
5115         * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5116         commands.
5117
5118 2010-03-16  Stan Shebs  <stan@codesourcery.com>
5119
5120         * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5121         circular-trace-buffer.
5122         (Tracepoint Packets): Describe QTBuffer, and details of the
5123         qTStatus reply.
5124
5125 2010-03-12  Stan Shebs  <stan@codesourcery.com>
5126             Nathan Sidwell  <nathan@codesourcery.com>
5127
5128         * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5129         doing instruction stepping.
5130         (Tracepoint Restrictions): New node.
5131
5132 2010-03-10  Tom Tromey  <tromey@redhat.com>
5133
5134         * gdbint.texinfo (Symbol Handling): Update.
5135
5136 2010-03-08  Tom Tromey  <tromey@redhat.com>
5137
5138         PR cli/9591:
5139         * gdb.texinfo (Mode Options): Mention lack of pagination and
5140         confirmation with --batch.
5141         (Screen Size): Mention --batch.
5142         (Messages/Warnings): Likewise.
5143
5144 2010-03-05  Tom Tromey  <tromey@redhat.com>
5145
5146         * gdb.texinfo (Basic Python): Document target_charset and
5147         target_wide_charset.
5148
5149 2010-03-05  Tom Tromey  <tromey@redhat.com>
5150
5151         * gdb.texinfo (Data): Link to pretty-printing.
5152         (Output Formats): Likewise.  Correct text.
5153
5154 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
5155
5156         * gdb.texinfo (Types): Describe <struct> and <flags>.
5157
5158 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
5159
5160         * gdb.texinfo (Frames In Python): Add block parameter and
5161         description to read_var text.
5162
5163 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
5164             Tom Tromey  <tromey@redhat.com>
5165
5166         * gdb.texinfo (Types In Python): Describe block argument in
5167         template_argument and gdb.lookup_type.
5168
5169 2010-02-24  Tom Tromey  <tromey@redhat.com>
5170
5171         * gdb.texinfo (Cygwin Native): Fix typo.
5172
5173 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
5174
5175         * gdb.texinfo (Frames In Python): Add block, find_sal, function
5176         and select method descriptions.
5177         (Python API): Add Blocks In Python, Symbols in Python and Symbol
5178         Tables in Python to menu.
5179         (Blocks In Python): New node.
5180         (Symbols In Python): New node.
5181         (Symbol Tables in Python): New node.
5182
5183 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
5184
5185         Multiexec MI
5186
5187         gdb/
5188         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5189
5190         gdb/doc/
5191         * gdb.texinfo (GDB/MI Command Syntax): Document notification
5192         changes.
5193         (GDB/MI Program Execution): Document current behaviour of
5194         --all and --thread-group.
5195         (GDB/MI Miscellaneous Commands): Document -add-inferior and
5196         -remove-inferior.
5197         * observer.texi (inferior_added, inferior_removed): New
5198         observers.
5199
5200 2010-02-19  Tom Tromey  <tromey@redhat.com>
5201
5202         * gdbint.texinfo (Getting Started): Fix @node.
5203         (Debugging GDB): Likewise.
5204
5205 2010-02-13  Joel Brobecker  <brobecker@adacore.com>
5206
5207         * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5208         documenting the gdb_test_timeout variable.
5209
5210 2010-02-12  Jakob Engblom  <jakob@virtutech.com>
5211
5212         * gdb.texinfo (MI commands): Added documentation of --reverse
5213         option to a set of MI commands. Restructured documentation of MI
5214         commands --exec-continue to reflect the complexity of reverse
5215         execution.
5216
5217 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
5218
5219         * gdb.texinfo (Using the Collected Data): Specify that the address
5220         range of `tfind outsize' is exclusive, and that the address range
5221         of `tfind range' is inclusive.
5222         (Tracepoint Packets): Specify that the address range of
5223         `QTFrame:range' is inclusive, and that the address range of
5224         `QTFrame:outside' is exclusive
5225
5226 2010-02-12  Vladimir Prus  <vladimir@codesourcery.com>
5227
5228         * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5229
5230 2010-02-10  Tom Tromey  <tromey@redhat.com>
5231
5232         * gdb.texinfo (Debugging Output): Document set debug parser and
5233         show debug parser.
5234
5235 2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>
5236
5237         * gdb.texinfo (Predefined Target Types): Add i387_ext,
5238         i386_eflags and i386_mxcsr.
5239
5240 2010-02-08  H.J. Lu  <hongjiu.lu@intel.com>
5241
5242         * gdb.texinfo: Document i386 target features.
5243
5244 2010-02-05  Doug Evans  <dje@google.com>
5245
5246         * gdbint.texinfo (Testsuite): Add a new section to document the
5247         various DejaGnu variables that may be overridden.
5248         Document INTERNAL_GDBFLAGS.
5249
5250 2010-02-04  Tom Tromey  <tromey@redhat.com>
5251
5252         PR cli/8830:
5253         * gdb.texinfo (Files): -readnow comes before the filename for file
5254         and symbol-file.
5255
5256 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
5257
5258         * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5259         Document ARM breakpoint types.
5260         (Register Packet Format): Move into the new section.
5261         (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5262
5263 2010-01-21  Joel Brobecker  <brobecker@adacore.com>
5264
5265         * gdb.texinfo (File Options): Adjust the documentation of this
5266         switch to refer to the "source" command rather than partially
5267         duplicating some of the relevant information.
5268         (Extending GDB): Introduce and document the set/show script-extension
5269         setting.
5270         (Command Files): Add note explaining that the "source" command
5271         is also used to evalute scripts written in other languages.
5272         Remove the short slightly incorrect reference to sourcing Python
5273         scripts.
5274         (Python Commands): Document how to execute a Python script from GDB.
5275
5276 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
5277
5278         * gdb.texinfo (Command Files): Fix typo.
5279
5280 2010-01-18  Tom Tromey  <tromey@redhat.com>
5281
5282         * gdb.texinfo (File Options): Document -x on .py files.
5283         (Command Files): Document handling of Python scripts.
5284
5285 2010-01-18  Jie Zhang  <jie.zhang@analog.com>
5286
5287         * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5288
5289 2010-01-15  Stan Shebs  <stan@codesourcery.com>
5290
5291         * gdb.texinfo (Trace Files): New section.
5292         (Tracepoint Packets): Document QTSave and qTBuffer.
5293         (Trace File Format): New appendix.
5294
5295 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
5296
5297         * gdb.texinfo (Values From Inferior): Document lazy_string value
5298         method.
5299         (Python API): Add Lazy strings menu item.
5300         (Lazy Strings In Python): New node.
5301
5302 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
5303
5304         * gdb.texinfo (GDB/MI Thread Information): New.
5305         (GDB/MI Async Records): Document the core field in *stopped.
5306         (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5307         documentation
5308         (Process list): Document that osdata document may contain
5309         threads.
5310         (Remote Serial Protocol): Document qXfer:threads.
5311
5312 2010-01-06  Stan Shebs  <stan@codesourcery.com>
5313
5314         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5315         disconnected tracing.
5316         (Tracepoint Packets): Document new protocol.
5317
5318 2010-01-05  Stan Shebs  <stan@codesourcery.com>
5319
5320         * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5321         tracepoints.
5322         (Tracepoint Packets): Describe remote protocol for fast
5323         tracepoints.
5324
5325 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
5326
5327         Update the "Start of New Year Procedure".
5328         * gdbint.texinfo: Add the list of files that need to be updated
5329         manually.  Minor reformatting.
5330
5331 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
5332
5333         * refcard.tex: Update copyright year in header and text.
5334
5335 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
5336
5337         * agentexpr.texi: Add 2010 to the list of copyright years.
5338         * annotate.texinfo: Likewise.
5339         * gdb.texinfo: Likewise.
5340         * gdbint.texinfo: Likewise.
5341         * observer.texi: Likewise.
5342         * stabs.texinfo: Likewise.
5343
5344 2009-12-31  Stan Shebs  <stan@codesourcery.com>
5345
5346         * gdb.texinfo (Tracepoint Actions): Describe teval.
5347
5348 2009-12-29  Stan Shebs  <stan@codesourcery.com>
5349
5350         * gdb.texinfo (Tracepoint Actions): Describe default-collect.
5351
5352 2009-12-28  Stan Shebs  <stan@codesourcery.com>
5353
5354         * gdb.texinfo (Trace State Variables): New section.
5355         (Tracepoint Packets): Describe trace state variable packets.
5356         * agentexpr.texi (Bytecode Descriptions): Describe trace state
5357         variable bytecodes.
5358
5359 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
5360
5361         * gdb.texinfo (Symbols): "info variables" prints definitions, not
5362         declarations.
5363
5364 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
5365
5366         * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5367         -gdb-exit behaviour.
5368
5369 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
5370
5371         * gpl.texi: Update to version 3 of the GPL.
5372
5373 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
5374
5375         * Makefile.in: Update copyright header.
5376         * observer.texi: Fix the copyright header of the generated files.
5377
5378 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
5379
5380         * gdb.texinfo (Types In Python): Describe range function.
5381
5382 2009-12-03  Richard Ward  <richard.j.ward1@googlemail.com>
5383
5384         * gdb.texinfo (Types In Python): Describe "is_base_class".
5385
5386 2009-12-03  Tom Tromey  <tromey@redhat.com>
5387
5388         * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5389
5390 2009-12-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
5391
5392         * observer.texi: New memory_changed observer.
5393
5394 2009-12-01  Tom Tromey  <tromey@redhat.com>
5395
5396         * gdb.texinfo (Reverse Execution): Fix typo.
5397
5398 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
5399
5400         PR gdb/8704
5401
5402         * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5403         are allowed after the breakpoint condition.
5404
5405 2009-11-23  Tom Tromey  <tromey@redhat.com>
5406
5407         PR python/10782:
5408         * gdb.texinfo (Types In Python): Document Type.pointer.
5409
5410 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
5411
5412         * gdb.texinfo (Machine Code): Adjust.
5413
5414 2009-11-11  Pedro Alves  <pedro@codesourcery.com>
5415
5416         * agentexpr.texi (Tracing On Symmetrix): Delete section.
5417         (Using Agent Expressions): Delete cross reference.
5418
5419 2009-11-07  Joel Brobecker  <brobecker@adacore.com>
5420
5421         * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5422         and @settitle directives up to help makeinfo find them.
5423
5424 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5425
5426         * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5427         (Auto-loading): Use plural and note one can use multiple components now.
5428
5429 2009-11-01  Vladimir Prus  <vladimir@codesourcery.com>
5430
5431         * gdb.texinfo (GDB/MI Stack Manipulation): Make
5432         -stack-list-arguments have the same documentation for parameter
5433         as -stack-list-locals. Add comas.
5434
5435 2009-10-27  Tom Tromey <tromey@redhat.com>
5436             Eli Zaretskii <eliz@gnu.org>
5437
5438         PR python/10781
5439
5440         * gdb.texinfo (Values From Inferior): Document cast method.
5441
5442 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
5443
5444         * gdb.texinfo (Machine Code): Mention function name in disasssembly
5445         and adjust example.
5446
5447 2009-10-22  Michael Snyder  <msnyder@vmware.com>
5448
5449         * gdb.texinfo (Process Record and Replay): Document new form of
5450         info record command.  Also document the new save and restore
5451         commands.
5452
5453 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
5454
5455         * gdb.texinfo (Machine Code): Mention current pc marker.
5456         (Memory): Likewise.
5457
5458 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
5459             Stan Shebs  <stan@codesourcery.com>
5460
5461         * observer.texi (new_inferior): Rename to...
5462         (inferior_appeared): ... this.
5463
5464         * gdb.texinfo (Inferiors): Rename node to ...
5465         (Inferiors and Programs): ... this.  Mention running multiple
5466         programs in the same debug session.
5467         <info inferiors>: Mention the new 'Executable' column if "info
5468         inferiors".  Update examples.  Document the "add-inferior",
5469         "clone-inferior", "remove-inferior" and "maint info
5470         program-spaces" commands.
5471         (Process): Rename node to...
5472         (Forks): ... this.  Document "set|show follow-exec-mode".
5473
5474 2009-10-11  Michael Snyder  <msnyder@vmware.com>
5475
5476         * gdb.texinfo (ReverseStep): Show default as "unsupported".
5477         (ReverseContinue): Ditto.
5478
5479 2009-10-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
5480
5481         * gdb.texinfo (Server): Document libthread-db-search-path.
5482
5483 2009-10-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5484
5485         * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5486
5487 2009-10-06  Michael Eager  <eager@eagercon.com>
5488
5489         * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5490         (Embedded Processors): Add MicroBlaze.
5491         (MicroBlaze): New.  Describe Xilinx MicroBlaze
5492
5493 2009-10-04  Pedro Alves  <pedro@codesourcery.com>
5494
5495         * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5496
5497 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5498
5499         * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5500
5501 2009-09-23  Joel Brobecker  <brobecker@adacore.com>
5502
5503         * observer.texi (solib_unloaded): Document explicitly the fact that
5504         this observer is called before the associated symbols are unloaded.
5505
5506 2009-09-19  Vladimir Prus  <vladimir@codesourcery.com>
5507
5508         * gdb.texinfo (GDB/MI Stack Manipulation): Document
5509         -stack-list-variables.
5510
5511 2009-09-18  Tom Tromey  <tromey@redhat.com>
5512
5513         * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5514         is experimental.
5515
5516 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
5517
5518         * gdb.texinfo (convenince variables): Mention
5519         $_siginfo could be empty.
5520
5521 2009-09-15  Tom Tromey  <tromey@redhat.com>
5522
5523         * gdb.texinfo (GDB/MI Variable Objects): Document
5524         -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5525         Expand -var-update documentation.
5526
5527 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5528
5529         * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5530         feature.
5531
5532 2009-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
5533
5534         * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5535
5536 2009-09-10  Michael Snyder  <msnyder@vmware.com>
5537
5538         * gdb.texinfo (qSupported): Mention new ReverseContinue and
5539         ReverseStep replies to the qSupported query.
5540
5541 2009-09-10  Joel Brobecker  <brobecker@adacore.com>
5542
5543         Add documentation for set/show interactive-mode.
5544         * gdb.texinfo (Other Misc Settings): New node.
5545
5546 2009-09-01  Doug Evans  <dje@google.com>
5547
5548         * gdb.texinfo (Caching Data of Remote Targets): Add note on
5549         non-stop mode's affect on remote caching.
5550
5551 2009-08-31  Jacob Potter  <jdpotter@google.com>
5552             Doug Evans  <dje@google.com>
5553
5554         * gdb.texinfo (Caching Data of Remote Targets): Update text.
5555         Mark `set/show remotecache' options as obsolete.
5556         Document new `set/show stack-cache' option.
5557         Update text for `info dcache'.
5558
5559 2009-08-27  Doug Evans  <dje@google.com>
5560
5561         * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5562         (Files): Add note on new optional regex arg to `info sharedlibrary'.
5563
5564 2009-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5565
5566         * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5567         about autoconf.
5568
5569 2009-08-25  Pedro Alves  <pedro@codesourcery.com>
5570
5571         * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5572         small example, and describe its columns.  Replace "inferior-id" by
5573         "infno" throughout.
5574
5575 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5576
5577         * gdbint.texinfo (Releasing GDB): Point to
5578         README-maintainer-mode file for required autoconf version.
5579         * configure.ac: Do not substitute datarootdir, htmldir,
5580         pdfdir, docdir.  Do not process --with-datarootdir,
5581         --with-htmldir, --with-pdfdir, --with-docdir.
5582         * configure: Regenerate.
5583
5584         * configure: Regenerate.
5585
5586 2009-08-20  Reid Kleckner  <reid@kleckner.net>
5587
5588         * gdb.texinfo: Add chapter on JIT interface.
5589
5590 2009-08-07  Nick Roberts  <nickrob@snap.net.nz>
5591
5592         * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5593         confirmation request.
5594
5595 2009-08-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5596
5597         * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5598         CRC definitions.
5599
5600 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
5601
5602         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5603         -break-commands.
5604
5605 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5606
5607         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5608         "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5609
5610 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5611
5612         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5613         "set spu stop-on-load" and "show spu stop-on-load" commands.
5614
5615 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5616
5617         * gdb.texinfo (Target Descriptions): Document <compatible> element.
5618
5619 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
5620
5621         * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5622         org.gnu.gdb.arm.neon.
5623
5624 2009-07-20  Pedro Alves  <pedro@codesourcery.com>
5625
5626         * gdb.texinfo (Target Description Format): Mention the new <osabi>
5627         optional element.
5628         (subsection OS ABI): New subsection.
5629
5630 2009-07-14  Stan Shebs  <stan@codesourcery.com>
5631
5632         * gdb.texinfo (Tracepoint Conditions): New section.
5633         (General Query Packets): Describe ConditionalTracepoints.
5634         (Tracepoint Packets): Describe condition field.
5635         (Maintenance Commands): Describe maint agent-eval.
5636         * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5637
5638 2009-07-11  Hui Zhu  <teawater@gmail.com>
5639
5640         * gdb.texinfo (disassemble): Add a new modifier /r
5641         to "disassemble" command to make it print the raw instructions
5642         in hex as well as in symbolic form.
5643
5644 2009-07-09  Tom Tromey  <tromey@redhat.com>
5645
5646         * gdbint.texinfo (Testsuite): Document parallel make check.
5647
5648 2009-07-09  Tom Tromey  <tromey@redhat.com>
5649
5650         * gdbint.texinfo (Testsuite): Document test transcripts.
5651
5652 2009-07-10  Phil Muldoon  <pmuldoon@redhat.com>
5653
5654         * gdb.texinfo (Values From Inferior): Add length parameter
5655         description.
5656
5657 2009-07-04  Chris Genly  <chris@genly.us>
5658
5659         * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5660         in -var-list-children.  Fix example according to what the code
5661         does.
5662
5663 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
5664
5665         * gdb.texinfo (Debugging multiple inferiors): Document the
5666         "inferior", "detach inferior" and "kill inferior" commands.
5667         (Debugging Programs with Multiple Processes): Adjust to mention
5668         generic "inferior" commands.  Delete mention of "detach fork" and
5669         "delete fork".  Cross reference to "Debugging multiple inferiors"
5670         section.
5671
5672 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5673
5674         * gdbint.texinfo (Item Output Functions): Update signature
5675         for ui_out_field_core_addr.
5676
5677 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5678
5679         * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5680         Update example code extrated from breakpoint.c.
5681
5682 2009-06-28  Paul Pluzhnikov  <ppluzhnikov@google.com>
5683
5684         * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5685         MI commands.
5686         (GDB/MI Symbol Query): Likewise.
5687         (GDB/MI File Commands): Likewise.
5688         (GDB/MI File Transfer Commands): Likewise.
5689         (GDB/MI Target Manipulation): Likewise.
5690         (GDB/MI Miscellaneous Commands): Likewise.
5691
5692 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
5693
5694         * gdb.texinfo (Debugging Optimized Code): New chapter.
5695         (Compiling for Debugging): Reference it.  Move some
5696         text to the new section.
5697
5698 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
5699
5700         * doc/gdb.texinfo (Calling): Document
5701         set-unwind-on-terminating-exception usage.
5702
5703 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
5704
5705         * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5706         command.
5707
5708 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
5709
5710         * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5711         references.
5712
5713 2009-06-04  Ulrich Weigand  <uweigand@de.ibm.com>
5714
5715         * gdbint.texinfo: Rename formal parameters to gdbarch function
5716         protoypes from "current_gdbarch" to "gdbarch".
5717
5718 2009-05-28  Tom Tromey  <tromey@redhat.com>
5719
5720         * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5721
5722 2009-05-27  Tom Tromey  <tromey@redhat.com>
5723
5724         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5725         feature.
5726         (GDB/MI Variable Objects): Document -var-set-visualizer.
5727
5728 2009-04-02  Tom Tromey  <tromey@redhat.com>
5729
5730         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5731         feature.
5732         (GDB/MI Variable Objects): Document -var-set-visualizer.
5733
5734 2009-05-27  Tom Tromey  <tromey@redhat.com>
5735             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5736             Phil Muldoon  <pmuldoon@redhat.com>
5737
5738         * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5739         (Pretty Printing): New node.
5740         (Selecting Pretty-Printers): Likewise.
5741         (Python API): Update.
5742         (Output Formats): Document /r format.
5743
5744 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5745             Tom Tromey  <tromey@redhat.com>
5746
5747         * gdb.texinfo (Types In Python): New node.
5748         (Values From Inferior): "type" is now an attribute.
5749         (Python API): Update.
5750
5751 2009-05-27  Tom Tromey  <tromey@redhat.com>
5752             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5753             Phil Muldoon  <pmuldoon@redhat.com>
5754
5755         * gdb.texinfo: Add @syncodeindex for `tp'.
5756         (Python API): Update.
5757         (Auto-loading): New node.
5758         (Objfiles In Python): New node.
5759
5760 2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
5761
5762         * gdb.texinfo (Threads): Document libthread-db-search-path.
5763
5764 2009-05-15  Nick Roberts  <nickrob@snap.net.nz>
5765
5766         * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5767
5768 2009-05-12  Pedro Alves  <pedro@codesourcery.com>
5769
5770         * gdb.texinfo: Document 'set/show debug gnu-nat'.  Replace 'maint
5771         show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5772         show show-debug-regs' docs.
5773
5774 2009-05-08  Eli Zaretskii  <eliz@gnu.org>
5775
5776         * gdb.texinfo (Process Record and Replay): Add description of
5777         reverse execution.
5778
5779 2009-05-07  Joel Brobecker  <brobecker@adacore.com>
5780
5781         * gdbint.texinfo (Adding support for debugging core files): New node.
5782         (Native Debugging): Remove the ``Native core file Support'' section.
5783
5784 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
5785
5786         * gdb.texinfo (Process Record and Replay): Improve and clarify.
5787         Add index entries.
5788
5789 2009-04-30  Hui Zhu  <teawater@gmail.com>
5790             Michael Snyder  <msnyder@vmware.com>
5791
5792         * gdb.texinfo: (Process Record and Replay): Add documentation for
5793         process record and replay.
5794
5795 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5796
5797         * gdb.texinfo (Macros): Note command-line for `info macro'.  Append
5798         a new part on command-line defined macros.
5799
5800 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
5801
5802         * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5803         clarify the wording.
5804
5805 2009-04-23  Tom Tromey  <tromey@redhat.com>
5806
5807         * gdb.texinfo (Data Files): New node.
5808         (GDB Files): Update menu.
5809
5810 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
5811
5812         * gdbint.texinfo (Defining Other Architecture Features): Remove
5813         entry for PROCESS_LINENUMBER_HOOK.
5814
5815 2009-04-22  Vladimir Prus  <vladimir@codesourcery.com>
5816
5817         * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5818
5819 2009-04-22  Hui Zhu  <teawater@gmail.com>
5820
5821         * gdb.texinfo (disassemble-next-line): Set the default of
5822         disassemble-next-line to off.
5823
5824 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
5825
5826         * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5827         --with-htmldir): New.
5828         * configure: Regenerate.
5829         * Makefile.in (datarootdir, docdir): Define.
5830         (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5831         instead of $(SET_TEXINPUTS).
5832         (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5833         gdbint.info instead of $(SET_TEXINPUTS).
5834         (gdbint/index.html): Use same -I options as for building
5835         gdbint.info.
5836         (stabs.dvi, stabs.pdf): Use same -I options as for building
5837         stabs.info instead of $(SET_TEXINPUTS).
5838         (stabs/index.html): Use same -I options as for building
5839         stabs.info.
5840         (annotate.dvi, annotate.pdf): Use same -I options as for building
5841         annotate.info instead of $(SET_TEXINPUTS).
5842         (annotate/index.html): Use same -I options as for building
5843         annotate.info.
5844
5845 2009-04-21  David Daney  <ddaney@caviumnetworks.com>
5846
5847         * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5848
5849 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
5850
5851         * gdb.texinfo (Source Path): Document --with-relocated-sources.
5852
5853 2009-04-18  Carlos O'Donell  <carlos@codesourcery.com>
5854             Joseph Myers  <joseph@codesourcery.com>
5855
5856         * Makefile.in (MAKEHTML): Set to makeinfo --html.
5857         (MAKEHTMLFLAGS): Set to empty.
5858         (html__strip_dir): Define.
5859         (HTMLFILES): Define.
5860         (HTMLFILES_INSTALL): Define.
5861         (install-html): Copy new automake rule.
5862         (html): Depend on $(HTMLFILES).
5863         (gdb_toc.html): Rename to gdb/index.html.
5864         (gdbint_toc.html): Rename to gdbint/index.html.
5865         (stabs_toc.html): Rename to stabs/index.html.
5866         (annotate_toc.html): Rename to annotate/index.html.
5867
5868 2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
5869
5870         * Makefile.in: Set pdfdir and htmldir from configure
5871         substitutions.
5872         * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5873         * configure: Regenerate.
5874
5875 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
5876
5877         * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5878         This macro is no longer used.
5879
5880 2009-04-15  Tom Tromey  <tromey@redhat.com>
5881
5882         * gdb.texinfo (Character Sets): Document default character set.
5883
5884 2009-04-14  Pierre Muller  <muller@ics.u-strasbg.fr>
5885
5886         * gdbint.texinfo: Change server name from sources.redhat.com to
5887         sourceware.org throughout.
5888
5889 2009-04-09  Joel Brobecker  <brobecker@adacore.com>
5890
5891         * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5892         about a missing dot or coma after @xref.
5893
5894 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5895
5896         * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5897         example, and add a small explanation about it.
5898         (Print Settings): Change the documentation of the "set print
5899         frame-arguments" to reflect the fact that the default is now "scalars".
5900
5901 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5902
5903         * gdb.texinfo (Print Settings): Add kindex for command "set
5904         print frame-arguments".
5905
5906 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5907
5908         * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5909         breakpoints.
5910         (Set Breaks): Add reference to thread-specific and task-specific
5911         breakpoints.
5912
5913 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5914
5915         * gdb.texinfo (Ada Tasks): Remove the documentation about
5916         the "Running" state, as this state has been eliminated.
5917         Now all runnable tasks are shown as "Runnable".
5918
5919 2009-03-30  Stan Shebs  <stan@codesourcery.com>
5920
5921         * gdb.texinfo (Tracepoints): Describe tracepoints as a
5922         special case of breakpoints.
5923         (Enable and Disable Tracepoints): Mention deprecation.
5924         (Listing Tracepoints): Update description and example.
5925
5926 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5927
5928         * gdb.texinfo (Frames in Python): New node.
5929         (Python API): Update.
5930
5931 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5932
5933         * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5934         from a method to an attribute.
5935
5936 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5937
5938         * gdb.texinfo (Values From Inferior): Document is_optimized_out
5939         attribute.
5940
5941 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
5942
5943         * observer.texi (thread_exit): Add "silent" parameter.
5944
5945 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
5946
5947         * observer.texi (about_to_proceed): New.
5948
5949 2009-03-21  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5950
5951         * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5952         field throughout to handle types with spaces in them.  Fix typos
5953         found by aspell.
5954         (Summary, Requirements, Contributors): New first chapter,
5955         "Summary" added, old Requirements section moved there, and new
5956         section, "Contributors" added.
5957         (Initializing a New Architecture, Register Representation)
5958         (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5959         (Porting gdb): These sections extended and updated.
5960         (Compiler Characteristics): This section (empty) deleted.
5961         (Defining Other Architecture Features): This section renamed and
5962         duplicate material removed from (formerly "Target Conditionals").
5963         Use braces {} in @deftypeXX type field throughout to handle types
5964         with spaces in them. Typos found by aspell fixed.
5965
5966         * stack_frame.svg: New file, source of image for gdbint.texinfo.
5967         * stack_frame.pdf: Version of image for PDF output.
5968         * stack_frame.png: Version of image for HTML output and for Emacs.
5969         * stack_frame.txt: Version of image for Info output.
5970         * stack_frame.eps: Version of image for TeX DVI output.
5971
5972 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
5973
5974         * gdb.texinfo (Character Sets): Fix last change.
5975
5976 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5977
5978         * gdb.texinfo (Values From Inferior): Fix optional arguments
5979         markup.
5980         (Commands In Python): Adjust argument names of gdb.Command.__init__
5981         to what the function accepts as keywords.
5982
5983 2008-03-20  Tom Tromey  <tromey@redhat.com>
5984
5985         * gdb.texinfo (Convenience Vars): Document convenience functions.
5986         (Functions In Python): New node.
5987         (Python API): Update.
5988
5989 2009-03-20  Tom Tromey  <tromey@redhat.com>
5990
5991         * gdb.texinfo (Character Sets): Remove obsolete text.  Document
5992         set target-wide-charset.
5993         (Requirements): Mention iconv.
5994
5995 2009-03-17  Hui Zhu  <teawater@gmail.com>
5996
5997         * gdb.texinfo: Change the introduce of "disassemble-next-line".
5998
5999 2009-03-17  Hui Zhu  <teawater@gmail.com>
6000
6001         * gdb.texinfo: Add documentation for disassemble-next-line.
6002
6003 2009-03-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6004
6005         * gdb.texinfo (Commands In Python): Remove tindex entries.
6006
6007 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6008
6009         * gdb.texinfo (Returning): New description for missing debug info.
6010
6011 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
6012
6013         * gdb.texinfo (Remote Configuration): Document query-attached.
6014         (General Query Packets): Document qAttached.
6015
6016 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
6017
6018         * gdb.texinfo (Background Execution): Better describe the set
6019         target-async command.
6020         (Maintenance Commands): Delete description of the `maint set/show
6021         linux-async' and `maint set/show remote-async' commands.
6022
6023 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
6024
6025         * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6026         between sentences.
6027
6028 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
6029
6030         * gdb.texinfo (GDB/MI Async Records): Document the
6031         =library-loaded and =library-unloaded notifications.
6032
6033 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
6034
6035         * observer.texi (test_notification): New observer.
6036
6037 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
6038
6039         * observer.texi: Add parameter 'print_frame' to normal_stop
6040         observer.
6041
6042 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
6043
6044         * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6045         (Commands In Python): Fix COMMAND_* constants in last change.  Use
6046         @kbd for interactive input.  Add cross-references and index
6047         entries.
6048
6049 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
6050
6051         * gdb.texinfo (Signals): Document $_siginfo.
6052         (Convenience Variables): Mention $_siginfo.
6053         (Remote Configuration): Document qXfer:siginfo:read,
6054         qXfer:siginfo:write packets, and the read-siginfo-object,
6055         write-siginfo-object commands.
6056
6057 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
6058
6059         * gdbint.texinfo (Values): New chapter.
6060
6061 2009-02-06  Tom Tromey  <tromey@redhat.com>
6062
6063         * gdb.texinfo (Python API): Add entry for Commands In Python.
6064         (Commands In Python): New node.
6065
6066 2009-02-05  Tom Tromey  <tromey@redhat.com>
6067
6068         * gdb.texinfo (Values From Inferior): Document Value.string.
6069
6070 2009-02-05  Tom Tromey  <tromey@redhat.com>
6071
6072         * gdb.texinfo (Basic Python): Document execute's from_tty
6073         argument.
6074
6075 2009-02-04  Tom Tromey  <tromey@redhat.com>
6076
6077         * gdb.texinfo (Basic Python): Document gdb.history.
6078
6079 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
6080
6081         * gdb.texinfo (GDB/MI Thread Commands): Document the
6082         'current-thread-id' field.  Remove the example with zero threads,
6083         since current GDB won't ever report that if there's inferior.
6084
6085 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
6086
6087         * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6088         option to -break-insert.
6089
6090 2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
6091             Jerome Guitton  <guitton@adacore.com>
6092
6093         * gdb.texinfo (Startup): Document --with-system-gdbinit.
6094         (System-wide configuration): New section.
6095
6096 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
6097
6098         PR gdb/7580:
6099         * gdb.texinfo (Maintenance Commands): Document "maint set|show
6100         internal-error|internal-warning quit|corefile ask|yes|no".
6101
6102 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
6103
6104         * gdb.texinfo (Using the `gdbserver' Program): Document
6105         --remote-debug.
6106
6107 2009-01-23  Doug Evans  <dje@google.com>
6108
6109         * gdb.texinfo: Add nexti to list of commands that support
6110         background execution.
6111
6112 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
6113
6114         * gdb.texinfo (Define, Hooks): Document prefix command support.
6115
6116 2009-01-14  Joseph Myers  <joseph@codesourcery.com>
6117             Carlos O'Donell  <carlos@codesourcery.com>
6118
6119         Fixes for makeinfo --html.
6120
6121         * annotate.texinfo: Use @copying and @insertcopying.  Use
6122         @ifnottex in place of @ifinfo.
6123         * gdb.texinfo: Use @copying and @insertcopying.  Use @ifnottex in
6124         place of @ifinfo.  Use @ifnotinfo for one index entry.
6125         * gdbint.texinfo: Use @copying and @insertcopying.  Use @ifnottex
6126         in place of @ifinfo.
6127         * stabs.texinfo: Use @copying and @insertcopying.  Use @ifnottex
6128         in place of @ifinfo.  Include contents at start unconditionally.
6129
6130 2009-01-13  Pedro Alves  <pedro@codesourcery.com>
6131
6132         * gdb.texinfo (General Query Packets): Remove @var{} around the
6133         "spu" literal string.
6134
6135 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
6136
6137         * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6138         program may be running in another process" errors.
6139         * gdbint.texinfo (Native Conditionals): Delete
6140         ONE_PROCESS_WRITETEXT description.
6141
6142 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
6143
6144         * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6145         emacs local variable to be placed at the end of the ChangeLog.
6146         Add server.c and gdbreplay.c to the list of files where the
6147         copyright year needs to be updated.
6148
6149 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
6150
6151         * gdb.texinfo (Remote Configuration): Document new
6152         "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6153         commands.
6154
6155 2008-12-28  Pedro Alves  <pedro@codesourcery.com>
6156
6157         * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6158         FETCH_INFERIOR_REGISTERS.
6159         (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6160         FETCH_INFERIOR_REGISTERS descriptions.  Remove
6161         gdbarch_get_longjmp_target descrition, since already described in
6162         Target Conditionals.  Move gdbarch_fp0_regnum description to ...
6163         (Target Conditionals): ... here.
6164
6165 2008-12-16  Joel Brobecker  <brobecker@adacore.com>
6166
6167         * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6168         examples.
6169         (Additions to Ada): Likewise.  Add the missing opening and closing
6170         parenthesis of the GDB prompt in one of the examples.
6171
6172 2008-12-14  Joel Brobecker  <brobecker@adacore.com>
6173
6174         * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6175         about the result of 'Address not being of type System.Address.
6176         This problem has been fixed a while ago.
6177
6178 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
6179
6180         MI non-stop and multiprocess docs.
6181
6182         * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6183         (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6184         Adjust documentation for *stopped, document =thread-created,
6185         =thread-exited, =thread-group-created and =thread-group-exited.
6186         (GDB/MI Thread Commands): Document the 'state' field in
6187         -thread-info output.
6188         (GDB/MI Program Execution): Mention --all and --thread-group
6189         options.
6190         (GDB/MI Variable Objects): Describe floating and fixed variable
6191         objects.
6192         (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
6193
6194 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
6195
6196         * gdb.texinfo (Operating System Information): New appendix.
6197         (Operating System Auxiliary Information): Document 'info os processes'
6198         (Remote Configuration): Document 'osdata'
6199         (General Query Packets): Document qXfer:osdata:read.
6200
6201 2008-11-27  Tristan Gingold  <gingold@adacore.com>
6202
6203         * gdb.texinfo (Darwin): Document Darwin specific features.
6204
6205 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
6206
6207         * gdbint.texinfo (Target Conditionals): Extend the
6208         gdbarch_breakpoint_from_pc description.
6209
6210 2008-11-22  Vladimir Prus  <vladimir@codesourcery.com>
6211
6212         * gdb.texinfo (M68K Features): Fix typo.
6213
6214 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
6215
6216         * gdb.texinfo (Symbols): Mention printing containing
6217         image name in "info symbol".
6218         (Maint translate-address): Likewise.
6219
6220 2008-11-18  Joel Brobecker  <brobecker@adacore.com>
6221
6222         * gdb.texinfo (Set Catchpoints): Remove the documentation of
6223         commands "catch load" and "catch unload".
6224
6225 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
6226
6227         * gdb.texinfo (GDB/MI Async Records): Document
6228         =thread-selected.
6229
6230 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
6231
6232         * observer.texi (new_inferior, inferior_exit): New observers.
6233
6234 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
6235
6236         * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6237         .mt files, TM_CLIBS or TM_CDEPS.
6238         (x86 Watchpoints): Don't mention TDEPFILES.
6239
6240 2008-10-24  Sandra Loosemore  <sandra@codesourcery.com>
6241
6242         * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6243         (Overview): Mention notifications and non-stop mode behavior.
6244         (Packets): Update documentation of ?, vAttach, vCont, and vRun
6245         with non-stop mode behavior.  Add vStopped description.
6246         (Stop Reply Packets):  Update list of packets that return
6247         stop replies.  Mention non-stop behavior.
6248         (General Query Packets): Document QNonStop packet and associated
6249         qSupported query response.
6250         (Interrupts): Clarify multi-threaded behavior.  Mention non-stop
6251         behavior.
6252         (Notification Packets): New section.
6253         (Remote Non-Stop): New section.
6254         (File-I/O Overview): Mention non-stop behavior.
6255
6256 2008-10-24  Hui Zhu  <teawater@gmail.com>
6257             Pedro Alves  <pedro@codesourcery.com>
6258
6259         * gdb.texinfo (displaced-stepping): Describe the auto mode
6260         setting, and say it's the default.  This is now a mainstream
6261         setting instead of a maintenance setting.
6262
6263 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
6264
6265         * observer.texi (thread_stop_requested): New.
6266
6267 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
6268
6269         * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6270         (Patching): Replace incorrect usage of @samp by @kbd.
6271
6272 2008-10-17  Michael Snyder  <msnyder@vmware.com>
6273
6274         * gdb.texinfo: Add documentation for reverse execution.
6275
6276 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6277             Eli Zaretskii  <eliz@gnu.org>
6278
6279         * gdb.texinfo. (Values From Inferior): New subsubsection.
6280
6281 2008-10-06  Doug Evans  <dje@google.com>
6282
6283         * gdb.texinfo (set debug dwarf2-die): Document it.
6284
6285 2008-10-01  Joel Brobecker  <brobecker@adacore.com>
6286
6287         * gdb.texinfo (catch) [exception]: Document how to insert
6288         a breakpoint on user-defined exceptions when the exception
6289         name is identical to one of the language-defined ones.
6290
6291 2008-09-27  Tom Tromey  <tromey@redhat.com>
6292
6293         * gdb.texinfo (Macros): Remove text about stringification,
6294         varargs, and splicing.
6295
6296 2008-09-27  Tom Tromey  <tromey@redhat.com>
6297
6298         * gdbint.texinfo (Language Support): Remove text about omitting
6299         support for a language.
6300
6301 2008-09-23  Doug Evans  <dje@google.com>
6302
6303         * gdb.texinfo (info dcache): Update.
6304
6305 2008-09-22  Sandra Loosemore  <sandra@codesourcery.com>
6306
6307         * gdb.texinfo (Packets): Add info on thread-id syntax and
6308         multiprocess extensions.
6309         <D>: Document multiprocess form of packet.
6310         <H>: Use thread-id syntax.
6311         <T>: Likewise.
6312         <vCont>: Likewise.  Note this is required for multiprocess.
6313         <vKill>: New packet.
6314         (Stop Reply Packets) <T>: Use thread-id syntax.
6315         <W>: Document multiprocess form of reply.
6316         <X>: Likewise.
6317         (General Query Packets) <qC>: Use thread-id syntax.
6318         <qfThreadInfo>: Likewise.
6319         <qGetTLSAddr>: Likewise.
6320         <qP>: Likewise.
6321         <qSupported>: Add "multiprocess" feature.
6322         <qThreadExtraInfo>: Use thread-id syntax.
6323
6324 2008-09-22  Stan Shebs  <stan@codesourcery.com>
6325
6326         * gdb.texinfo (Inferiors): New section.
6327
6328 2008-09-12  Pedro Alves  <pedro@codesourcery.com>
6329
6330         * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6331
6332 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
6333
6334         * gdbint.texinfo (Target Conditionals): Remove documentation
6335         for gdbarch_name_of_malloc.
6336
6337 2008-09-03  Angela Marie Thomas <angela@releasedominatrix.com>
6338
6339         * gdb.texinfo (Interrupts): Mention TCP interface for
6340         sending BREAK.
6341
6342 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
6343
6344         * gdb.texinfo (Commands to Specify Files): Document "remote:"
6345         argument prefix to "set sysroot".
6346
6347 2008-08-21  Paul N. Hilfinger  <hilfinger@adacore.com>
6348
6349         * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6350         and False.
6351
6352 2008-08-20  Vladimir Prus  <vladimir@codesourcery.com>
6353
6354         * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6355         for possible features of -list-features.
6356
6357 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
6358
6359         * gdb.texinfo (Background execution): Adjust example
6360         (GDB/MI Miscellaneous Commands): Document -list-target-features.
6361
6362 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
6363
6364         * doc/gdb.texinfo (PowerPC): Fix typo.
6365         (PowerPC features): Fix typo.
6366
6367 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
6368
6369         * observer.texi (thread_ptid_changed): New.
6370
6371 2008-08-18  Luis Machado  <luisgpm@br.ibm.com>
6372
6373         * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6374         (PowerPC features): Mention feature set for VSX registers.
6375
6376 2008-08-13  Joel Brobecker  <brobecker@adacore.com>
6377
6378         * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6379         the direct visibility of all names in user-written packages.
6380
6381 2008-08-13  Pedro Alves  <pedro@codesourcery.com>
6382
6383         * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6384         setting, and make it the default.
6385         (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6386         non-stop script example.
6387
6388 2008-08-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6389
6390         * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6391         reference to the "Using Different Register and Memory Data
6392         Representation" section.
6393
6394 2008-08-12  Sandra Loosemore  <sandra@codesourcery.com>
6395
6396         * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6397         (Remote Protocol): Add Packet Acknowledgment to menu.
6398         (Overview): Mention +/- can be disabled, and point to new section
6399         where this is discussed in detail.
6400         (General Query Packets): Document QStartNoAckMode packet, and
6401         corresponding qSupported reply.
6402         (Packet Acknowledgment): New section.
6403
6404 2008-08-11  Sandra Loosemore  <sandra@codesourcery.com>
6405             Pedro Alves  <pedro@codesourcery.com>
6406
6407         * gdb.texinfo (Threads): Move paragraph about automatic thread
6408         selection to All-Stop Mode subsection.
6409         (Thread Stops): Reorganize existing material into subsections.
6410         Add introductory blurb and menu.
6411         (Non-Stop Mode): New subsection.
6412         (Background Execution): New subsection.
6413         (Maintenance Commands): Add cross-references from async mode
6414         commands to the new Background Execution section.
6415
6416 2008-08-06  Tom Tromey  <tromey@redhat.com>
6417
6418         * gdb.texinfo (Extending GDB): New chapter.
6419         (Sequences): Demoted chapter, now a section under the new
6420         Extending GDB chapter.
6421         (Python): New section.
6422
6423 2008-07-31  Stan Shebs  <stan@codesourcery.com>
6424
6425         * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6426
6427 2008-07-29  Stan Shebs  <stan@codesourcery.com>
6428
6429         * gdbint.texinfo: General round of cleanup and minor
6430         clarifications.
6431         (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6432         (Longjmp Support): Update description to reflect how it is done
6433         for targets without using native header.
6434         (Symbol Handling): Add a little more general explanation.
6435         (COFF, ELF): Mention stabs encapsulation.
6436         (DWARF 3): New section.
6437         (Adding a New Host): Scrub out some obsolete bits.
6438         (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6439         (Host Conditionals): Remove descriptions of NO_STD_REGS,
6440         HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6441         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6442         SEEK_SET, STOP_SIGNAL, USG.
6443         (Raw and Virtual Register Representations): Ditto for
6444         DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6445         DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6446         (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6447         DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6448         DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6449         DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6450         DEPRECATED_REGISTER_VIRTUAL_SIZE,
6451         DEPRECATED_REGISTER_VIRTUAL_TYPE,
6452         DEPRECATED_USE_STRUCT_CONVENTION.
6453         Describe gdbarch_deprecated_fp_regnum.
6454         Update description of gdbarch_print_insn.
6455         (Adding a New Target): Scrub out obsolete bits.
6456         (Obsolete Conditionals): Remove entire section.
6457
6458 2008-07-25  Tom Tromey  <tromey@redhat.com>
6459
6460         * observer.texi (GDB Observers): Document new observers:
6461         breakpoint_created, breakpoint_deleted, breakpoint_modified,
6462         tracepoint_created, tracepoint_deleted, tracepoint_modified,
6463         architecture_changed.
6464
6465 2008-07-21  Stan Shebs  <stan@codesourcery.com>
6466
6467         * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6468         instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6469
6470 2008-07-21  Tom Tromey  <tromey@redhat.com>
6471
6472         * observer.texi (GDB Observers): Remove obsolete comment.
6473         <executable_changed>: Remove argument.
6474
6475 2008-07-18  Tom Tromey  <tromey@redhat.com>
6476
6477         * gdb.texinfo (Macros): Update.  Use @code rather than @command.
6478
6479 2008-07-10  Doug Evans  <dje@google.com>
6480
6481         * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6482
6483 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6484
6485         * gdb.texinfo (Starting): Document "set disable-randomization".
6486
6487 2008-07-07  Andreas Schwab  <schwab@suse.de>
6488
6489         * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6490
6491 2008-07-06  Vladimir Prus  <vladimir@codesourcery.com>
6492
6493         * gdb.texinfo (GDB/MI Target Manipulation): Add
6494         example of -target-attach.
6495
6496 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
6497
6498         * observer.texi (target_resumed): New observer.
6499         * gdb.texinfo (GDB/MI Output Records): Document *running.
6500
6501 2008-06-06  Tom Tromey  <tromey@redhat.com>
6502
6503         * gdb.texinfo (Completion): Add field name example.
6504
6505 2008-06-06  Marc Khouzam  <marc.khouzam@ericsson.com>
6506
6507         * gdb.texinfo (GDB/MI Program Context): Added example
6508         to -exec-arguments
6509
6510 2008-06-05  Nick Roberts  <nickrob@snap.net.nz>
6511
6512         * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6513         annotation.
6514
6515 2008-06-05  Vladimir Prus  <vladimir@codesourcery.com>
6516             Nathan Sidwell  <nathan@codesourcery.com>
6517             Joseph Myers  <joseph@codesourcery.com>
6518
6519         * configure.ac: Include ../../config/acx.m4.  Use ACX_PKGVERSION
6520         and ACX_BUGURL.
6521         * configure: Regenerate.
6522         * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6523         (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6524         * gdb.texinfo: Use VERSION_PACKAGE and BUGURL.  Remove
6525         mailing-list-specific text about bug reporting unless
6526         BUGURL_DEFAULT.
6527
6528 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
6529
6530         * gdb.texinfo (-target-select): Remove reference to target async.
6531         (Maintenance Commands): Document "maint set/show remote-async".
6532
6533 2008-06-04  Marc Khouzam  <marc.khouzam@ericsson.com>
6534
6535         * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6536         in -target-file-get section.
6537
6538 2008-05-22  Pedro Alves  <pedro@codesourcery.com>
6539
6540         * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6541         killing the inferior when it is already debugging a process.
6542
6543 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
6544
6545         * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6546         abbreviation for "finish".
6547
6548 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
6549
6550         * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6551
6552 2008-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
6553
6554         * gdbint.texinfo (Target Conditionals): Delete entry for
6555         gdbarch_dwarf_reg_to_regnum.
6556
6557 2008-05-09  Doug Evans  <dje@google.com>
6558
6559         * gdb.texinfo: Document "find" command, qSearch:memory packet.
6560
6561 2008-05-05  Doug Evans  <dje@google.com>
6562
6563         * gdb.texinfo (disassemble): Document /m modifier.
6564
6565 2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
6566
6567         * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6568         will not report the time of commands that run the target.
6569
6570 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6571
6572         * gdb.texinfo (GDB/MI Output Records): Add
6573         missing semicolon.
6574
6575 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6576
6577         * gdb.texinfo (GDB/MI Output Records):
6578         Document =thread-create and =thread-exited.
6579
6580 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6581
6582         * gdb.texinfo (GDB/MI Development and Front Ends):
6583         Remove mention of dmi-discuss.
6584
6585 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
6586
6587         * observer.texi (thread_exit): New.
6588
6589 2008-05-02  Pedro Alves  <pedro@codesourcery.com>
6590
6591         * gdb.texinfo (Debugging Output): Document "set/show debug
6592         displaced".
6593         (Maintenance Commands): Document "maint set/show
6594         can-use-displaced-stepping".
6595
6596 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
6597
6598         * gdb.texinfo (ARM): Document set/show arm fallback-mode
6599         and set/show arm force-mode.
6600
6601 2008-05-02  Andreas Schwab  <schwab@suse.de>
6602
6603         * gdbint.texinfo (Algorithms): Describe
6604         target_watchpoint_addr_within_range.
6605
6606 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
6607
6608         * gdbint.texinfo (Stack Frames): New chapter.
6609         (Algorithms): Move Frames text to the new chapter.
6610         (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS.  Document
6611         gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6612
6613 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
6614
6615         * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6616         output does not necessary include any tokens.
6617
6618 2008-04-22  Corinna Vinschen  <vinschen@redhat.com>
6619
6620         * gdb.texinfo (Set SH Calling convention): New @item.
6621         (Show SH Calling convention): Ditto.
6622
6623 2008-04-22  Markus Deuling  <deuling@de.ibm.com>
6624
6625         * gdb.texinfo (Fortran Operators): Describe '%' operator.
6626
6627 2008-04-20  Eli Zaretskii  <eliz@gnu.org>
6628
6629         * gdb.texinfo (Set Breaks): Mention that multiple location
6630         breakpoints need line number info.  Add index entries.
6631
6632 2008-04-19  Craig Silverstein  <csilvers@google.com>
6633
6634         * gdb.texinfo (Requirements): Add an optional requirement on
6635         zlib.
6636         * gdbint.texinfo (Debugging File Formats): Add new subsection for
6637         Compressed DWARF 2.
6638
6639 2008-04-16  Aleksandar Ristovski  <aristovski@qnx.com>
6640
6641         * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6642         sample output for 'stopped,reason="breakpoint-hit"' message.
6643         (GDB/MI Program Execution): Likewise.
6644
6645 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
6646
6647         * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6648         -var-set-format.  Add -f option to -var-evaluate-expression.
6649
6650 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
6651
6652         * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6653         new node "Ambiguous Expressions".  Replace references to this
6654         node by references to "Ambiguous Expressions" throughout.
6655         (Ambiguous Expressions): New node.
6656
6657 2008-03-26  Daniel Jacobowitz  <dan@codesourcery.com>
6658
6659         * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6660
6661 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
6662
6663         * gdb.texinfo (Debugging Output): Document
6664         "set/show debug lin-lwp-async".
6665         (Maintenance Commands): Document "maint set/show linux-async".
6666
6667 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
6668
6669         * gdb.texinfo (Expressions): Update description of malloced arrays.
6670
6671 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
6672
6673         * gdb.texinfo (Thread Commands): Document
6674         -thread-info.  Remove -thread-list-all-threads.
6675
6676 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
6677             Sandra Loosemore  <sandra@codesourcery.com>
6678
6679         * gdb.texinfo (Library List Format): Update to mention the
6680         possibility to pass section addresses instead of segment
6681         addresses.
6682
6683 2008-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
6684
6685         * gdb.texinfo (Starting): Document "set exec-wrapper".
6686         (Server): Document gdbserver --wrapper.
6687
6688 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
6689
6690         * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6691         unreadable memory.  Delete obsolete SPARClite reference.
6692
6693 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
6694
6695         * gdb.texinfo (Starting): Mention always-running targets.
6696         (Target Commands): Add an anchor for load.
6697         (Connecting): Explain continue instead of run.
6698
6699 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
6700
6701         * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6702
6703 2008-02-26  Nick Roberts  <nickrob@snap.net.nz>
6704
6705         * gdb.texinfo (Set Breaks): Revert description of Enb column of
6706         breakpoint table.
6707
6708 2008-02-19  Pedro Alves  <pedro@codesourcery.com>
6709
6710         * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6711         killing the inferior when it is already debugging a process.
6712
6713 2008-02-13  Markus Deuling  <deuling@de.ibm.com>
6714
6715         * gdbint.texinfo (Build Script): New section. Mention new build script
6716         gdb_buildall.sh.
6717
6718 2008-02-01  Jim Blandy  <jimb@red-bean.com>
6719
6720         * gdb.texinfo (Help): Summarize 'info args' correctly.
6721
6722 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6723
6724         * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6725         available in PowerPC architecture.
6726         (Embedded Processors): Change node name of PowerPC item in menu.
6727         (PowerPC): Rename to...
6728         (PowerPC Embedded): this.
6729         (Architectures): Add new PowerPC item in menu.
6730         (PowerPC): New node.
6731
6732 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6733
6734         * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6735         commands.
6736
6737 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6738
6739         * gdb.texinfo (Setting Catchpoints): Mention features
6740         supported on GNU/Linux.
6741
6742 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
6743
6744         * gdb.texinfo (GDB/MI File Commands): Describe new output
6745         field for MI command -file-list-exec-source-file.
6746
6747 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
6748
6749         * gdb.texinfo (Using the `gdbserver' Program): Add security
6750         warning.  Rearrange into subsections and subsubsections.  Document
6751         --multi and --debug.  Correct --with-sysroot typo.  Update --attach
6752         usage.  Make load reference clearer.  Document monitor exit.
6753         (Remote Configuration): Document set remote exec-file, attach-packet,
6754         and run-packet.
6755         (Packets): Document vAttach and vRun.
6756
6757 2008-01-29  Nick Roberts  <nickrob@snap.net.nz>
6758
6759         * gdb.texinfo (Processes): Mention process command.
6760         detach-on-follow -> detach-on-fork.
6761
6762 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
6763
6764         * gdbint.texinfo (Native Conditionals): Remove
6765         SHELL_COMMAND_CONCAT and SHELL_FILE.
6766
6767 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
6768
6769         * gdb.texinfo (Specify Location): Improve wording.
6770
6771 2008-01-23  Chris Demetriou  <cgd@google.com>
6772
6773         * gdb.texinfo (Threads): Document new "set print thread-events"
6774         and "show print thread-events" commands.
6775
6776 2008-01-19  Eli Zaretskii  <eliz@gnu.org>
6777
6778         * gdb.texinfo (Specify Location): New section.
6779         (Delete Breaks, Edit, Set Breaks): Remove description of
6780         locations.  Instead, add a reference to "Specify Location".
6781         (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6782         (Symbols): Refer to "Specify Location" for the valid forms of
6783         linespecs and locations.
6784
6785 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
6786
6787         * gdbint.texinfo (Target Conditionals): Replace the description of
6788         BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6789
6790 2008-01-12  Paul Hilfinger  <hilfinger@adacore.com>
6791
6792         * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6793         about &&var, which is rejected by the expression parser.
6794
6795 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
6796
6797         * gdb.texinfo (Output): Update documentation on using printf with DFP
6798         types.
6799
6800 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6801
6802         * gdb.texinfo (C and C++): Add Decimal Floating Point format
6803         subsubsection.
6804         (Decimal Floating Point format): New subsubsection.
6805
6806 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
6807
6808         * gdb.texinfo (File Options): Remove mention of the attempt to
6809         open a core file with the -p option.  Don't list -c as a valid
6810         option to attach to a process.
6811
6812 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
6813
6814         * gdbint.texinfo (Host Conditionals): Remove mention of
6815         ALIGN_STACK_ON_ENTRY.
6816
6817 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
6818
6819         * gdbint.texinfo (Start of New Year Procedure): Add item
6820         describing how to update the source and documentation copyright
6821         notices.
6822
6823 2007-12-18  Jim Blandy  <jimb@codesourcery.com>
6824
6825         * gdb.texinfo (Set Watchpoints): Integrate per-thread
6826         watchpoint explanation into the main description of the watchpoint
6827         command; update synopses of 'watch', 'rwatch', and 'awatch'
6828         commands.
6829
6830 2007-12-18  Vladimir Prus  <vladimir@codesourcery.com>
6831
6832         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6833         Document 'pending-breakpoints' feature of
6834         -list-features.
6835
6836 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
6837
6838         * gdb.texinfo: Add new parameter's description.
6839
6840 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
6841
6842         * gdb.texinfo (Overview): Clarify run-length encoding
6843         example.  Remove the restriction on "+" and "-" characters.
6844
6845 2007-12-15  Eli Zaretskii  <eliz@gnu.org>
6846
6847         * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6848
6849 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
6850
6851         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6852         the -f option for -break-insert, remove -r option,
6853         and clarify specification of location.
6854
6855 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
6856
6857         * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6858         formatting.
6859         (Remote Debugging): Add File Transfer section.
6860         (Remote Configuration): Document Host I/O packets.
6861         (GDB/MI): Add GDB/MI File Transfer Commands section.
6862         (Host I/O Packets): New section in "Remote Protocol".
6863         (Packets): Add vFile.
6864
6865 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
6866
6867         * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6868         breakpoints with multiple locations.
6869         (Breakpoint Menus): Improve wording.
6870         (Output): Fix last change.
6871
6872 2007-11-17  Ulrich Weigand  <uweigand@de.ibm.com>
6873
6874         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6875
6876 2007-11-15  Doug Evans  <dje@google.com>
6877
6878         * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6879
6880 2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
6881
6882         * gdbint.texinfo (Native Conditionals): Remove
6883         mention of CLEAR_SOLIB.
6884
6885 2007-11-11  Joel Brobecker  <brobecker@adacore.com>
6886
6887         * gdb.texinfo (Print Settings): Add documentation for "set/show
6888         print frame-arguments".
6889
6890 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
6891
6892         * gdb.texinfo (Output): Update printf command's description.
6893
6894 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
6895
6896         * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6897         powerpc soft-float".
6898
6899 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6900
6901         * gdb.texinfo (Files): Correct formatting.  Mention Expat
6902         requirement.
6903         (Requirements for Building GDB): Expand the list of Expat
6904         uses.
6905         (Library List Format, Memory Map Format): Mention Expat.
6906         (Target Descriptions): Update Expat wording.
6907
6908 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6909
6910         * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6911         Document that gdbarch_convert_register_p should return zero for no-op
6912         conversions.
6913
6914 2007-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
6915
6916         * gdbint.texi (Compiler Characteristics): Move documentation
6917         of set_gdbarch_sofun_address_maybe_missing back to ...
6918         (Target Conditionals): ... here to fix build break.
6919
6920 2007-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
6921
6922         * gdbint.texi (Target Conditionals): Remove documentation of
6923         SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6924         (Compiler Characteristics): ... documentation of
6925         set_gdbarch_sofun_address_maybe_missing.
6926
6927 2007-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
6928
6929         * gdbint.texinfo (Target Conditionals): Use
6930         frame_unwind_register_unsigned in examples instead of
6931         frame_unwind_unsigned_register.
6932
6933 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6934
6935         * gdb.texinfo (Predefined Target Types): Add int128
6936         and uint128.
6937         (Standard Target Features): Add PowerPC features.
6938
6939 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6940
6941         * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6942
6943 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6944
6945         * gdbint.texi (Target Conditionals): Remove documentation
6946         of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6947         gdbarch_extract_return_value, and gdbarch_store_return_value.
6948
6949 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6950
6951         * gdbint.texi (Target Conditionals): Remove documentation of
6952         and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6953
6954 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
6955
6956         * gdb.texinfo: Mention that inaccessible-by-default is on by
6957         default.
6958
6959 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
6960
6961         * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6962
6963 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
6964
6965         * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6966         multi-threaded watchpoints.
6967         * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6968         checked.  Describe sticky notification.  Expand description
6969         of steppable and continuable watchpoints.
6970         (Watchpoints and Threads): New subsection.
6971
6972 2007-09-28  Vladimir Prus  <vladimir@codesourcery.com>
6973
6974         * gdb.texinfo (Setting Breakpoints): Revise
6975         documentation for pending breakpoints.  Document
6976         breakpoints with multiple locations.
6977
6978 2007-09-19  Vladimir Prus  <vladimir@codesourcery.com>
6979
6980         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6981         Document -list-features.
6982
6983 2007-09-15  Eli Zaretskii  <eliz@gnu.org>
6984
6985         * gdb.texinfo (Output): Spell out which features of C's printf are
6986         not supported by GDB's printf.
6987         (Separate Debug Files): More accurate wording regarding build ID
6988         and a reference to the ld manual rather than the Fedora wiki.
6989
6990 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
6991             Jim Blandy  <jimb@codesourcery.com>
6992
6993         * gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
6994         (Examining Memory): Update mentions of the 's' format.
6995         (Automatic Display): Likewise.
6996
6997 2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
6998
6999         * gdb.texinfo: Update the FSF's Back-Cover Text.
7000
7001 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7002             Eli Zaretskii  <eliz@gnu.org>
7003
7004         * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7005         Fixed the ``build ID'' name.  New binaries build instructions for the
7006         build ID inclusion.  Explain how the commands are specific to the build
7007         ID vs. debug link.
7008
7009 2007-09-01  Eli Zaretskii  <eliz@gnu.org>
7010
7011         * gdb.texinfo (Separate Debug Files): Fix last change.  Add
7012         indexing for ``build ID'' support.
7013
7014 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7015
7016         * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7017         Enlisted BUILD ID to the debug file searching example.
7018         Included a BUILD ID `.note.gnu.build-id' section description.
7019         Updated/added the debug files splitting instructions for OBJCOPY.
7020
7021 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
7022
7023         * gdb.texinfo (Variable Objects): Adjust docs
7024         for -var-info-expression and document
7025         -var-info-path-expression.
7026
7027 2007-08-20  Jim Blandy  <jimb@codesourcery.com>
7028
7029         * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7030         (title page): Include the dedication in the printed manual, as a
7031         separate page after the copyright notice.
7032
7033         * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7034         don't break a @var across a line.
7035
7036 2007-07-25  Maciej W. Rozycki  <macro@mips.com>
7037
7038         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7039         for include files.
7040
7041 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
7042
7043         * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
7044         in annotate.texinfo.
7045         (Command History): Link to new node.
7046
7047 2007-07-05  Markus Deuling  <deuling@de.ibm.com>
7048
7049         * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7050
7051 2007-07-05  Eli Zaretskii  <eliz@gnu.org>
7052
7053         * gdbint.texinfo (Target Conditionals): Fix last change.
7054
7055 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
7056
7057         * gdb.texinfo: Replace following macros by their appropriate gdbarch
7058         routines:
7059         (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7060         (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7061         (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7062         (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7063         (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7064         (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7065         (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7066         (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7067         (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7068         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7069         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7070         (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7071         (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7072         (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7073         (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7074         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7075         (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7076         (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7077         (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7078         (SOFTWARE_SINGLE_STEP_P)
7079
7080         (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7081         (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7082
7083         (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7084         (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7085         (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7086         (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7087         (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7088         (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7089         (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7090         (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7091         (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7092         (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7093
7094         (Converting an existing Target Architecture to Multi-arch): Remove
7095          section.
7096
7097         (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7098         (gdbarch_addr_bits_remove): Add code example.
7099
7100         * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7101
7102 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
7103
7104         * gdb.texinfo (Remote Configuration): Document library-info-packet.
7105         Add other missing entries.  Adjust the table size to fit.
7106         (Stop Reply Packets): Use @itemize instead of @enumerate.  Document
7107         stop reasons including the new "library" event.
7108         (General Query Packets): Adjust table widths for qSupported.  Mention
7109         qXfer:libraries:read reply to qSupported and document the new packet.
7110         (Library List Format): New section.
7111
7112 2007-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7113
7114         * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7115
7116 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
7117
7118         * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7119
7120 2007-06-25  Nick Roberts  <nickrob@snap.net.nz>
7121
7122         * gdbint.texinfo (Register and Memory Data): Break sections
7123         into nodes and add a menu.
7124
7125 2007-06-21  Maciej W. Rozycki  <macro@mips.com>
7126
7127         * gdb.texinfo (Examining Memory): Document the new behaviour.
7128
7129 2007-06-21  Vladimir Prus  <vladimir@codesourcery.com>
7130
7131         * gdb.texinfo (Standard Target Features): Document
7132         m68k features.
7133
7134 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
7135
7136         * gdb.texinfo (General Query Packets): Document qOffsets changes.
7137
7138 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
7139
7140         * gdb.texinfo (Target Description Format): Add version attribute
7141         for <target>.
7142
7143 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
7144
7145         * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7146
7147 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
7148
7149         * gdb.texinfo (MIPS Features): New subsection.
7150
7151 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
7152             Markus Deuling  <deuling@de.ibm.com>
7153
7154         * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7155         and qXfer:spu:write packets and mention them under qSupported.
7156
7157 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
7158             Markus Deuling  <deuling@de.ibm.com>
7159
7160         * gdb.texinfo (Architectures): Add new SPU section to document
7161         Cell Broadband Engine SPU architecture specific commands.
7162
7163 2007-06-09  Vladimir Prus  <vladimir@codesourcery.com>
7164
7165         * gdb.texinfo (GDB/MI Variable Objects): Editorial
7166         comments.
7167
7168 2007-06-07  Nick Roberts  <nickrob@snap.net.nz>
7169
7170         * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7171
7172 2007-05-29  Jim Blandy  <jimb@codesourcery.com>
7173
7174         * gdb.texinfo (Overview): Doc fix.
7175
7176 2007-05-22  Maciej W. Rozycki  <macro@mips.com>
7177
7178         * gdb.texinfo (Remote Configuration): Document "set/show
7179         remoteflow".
7180
7181 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
7182
7183         * gdb.texinfo (MIPS): Remove documentation for set mips
7184         saved-gpreg-size, show mips saved-gpreg-size, and set mips
7185         stack-arg-size.
7186
7187 2007-05-14  Bob Wilson  <bob.wilson@acm.org>
7188
7189         * all-cfg.texi (GDBTUI): New.
7190         * gdb.texinfo (Mode Options): Use GDBTUI variable.
7191         (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7192         (TUI Configuration): Edit to improve clarity and fix problems of
7193         both style and content.
7194
7195 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
7196
7197         * observer.texi (GDB Observers): New observer "new_objfile".
7198
7199 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
7200
7201         * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7202
7203 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
7204
7205         * gdb.texinfo (GDB/MI Variable Objects): Document
7206         frozen variables objects.
7207
7208 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
7209
7210         * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7211         (Character Sets, Caching Data of Remote Targets): Likewise.
7212         (Targets): Delete Remote node.  Move its text...
7213         (Debugging Remote Programs): ...to here.  Delete description
7214         of the "remote" command.
7215         (Remote configuration): Delete description of "set remotedevice"
7216         and "show remotedevice".
7217         (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7218
7219 2007-04-11  Bob Wilson  <bob.wilson@acm.org>
7220
7221         * gdb.texinfo (Contributors, Continuing and Stepping)
7222         (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7223         (General Query Packets, File-I/O Remote Protocol Extension)
7224         (Protocol Basics, The F Reply Packet, Write)
7225         (Protocol-specific Representation of Datatypes, Memory Transfer):
7226         Fix hyphenation, punctuation and grammar problems.
7227         (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
7228         'section' instead of 'subsection' in the text.
7229         (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7230         (i386): Remove period from section name.
7231         (Installing GDB, Requirements, Running Configure,  Separate Objdir)
7232         (Config Names, Configure Options): Use @file{configure}.
7233
7234 2007-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
7235
7236         * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7237         and tab expansion.
7238
7239 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
7240
7241         * gdbint.texinfo (SOM): Correct location of the SOM reader.
7242
7243 2007-04-02  Bob Wilson  <bob.wilson@acm.org>
7244
7245         * gdb.texinfo: Consistently capitalize all significant words in
7246         node names, chapter titles, section titles, and headings.  Update
7247         cross references to match.
7248         (Starting and Stopping Trace Experiment): Make node name plural.
7249         (Breakpoint related warnings): Hyphenate "Breakpoint-related".
7250
7251 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
7252
7253         * gdb.texinfo (WinCE): Delete obsolete subsection.
7254
7255 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
7256
7257         * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7258         * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7259         references.
7260
7261 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
7262
7263         * gdb.texinfo (Startup): Delete references to some alternate
7264         names for .gdbinit.
7265         (Thread): Remove LynxOS reference.
7266         (Tandem ST2000): Delete target-specific documentation.
7267         * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7268         (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7269         and GDB_OSABI_LYNXOS.
7270
7271 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
7272
7273         * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7274
7275 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
7276
7277         * gdbint.texinfo (Target Conditionals): Remove mention of
7278         DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7279         and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7280
7281 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
7282
7283         * Makefile.in: Add "pdfdir" installation
7284         directory, PDFTEX macro, support for "install-pdf" target,
7285         and rules for making a pdf version of refcard.texi.
7286         * refcard.tex: Specify paper size for PDF output.
7287
7288 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7289
7290         * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
7291
7292 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7293
7294         * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7295         (Source Path, Character Sets, Macros, Define)
7296         (GDB/MI Result Records, GDB/MI Simple Examples)
7297         (GDB/MI Program Execution, GDB/MI File Commands)
7298         (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7299         (Bug Reporting): Use @value{GCC}.
7300
7301 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7302
7303         * gdb.texinfo (Help): Fix formatting of examples.
7304         (Variables): Use @ifnotinfo instead of @iftex.
7305         (Non-debug DLL symbols): Use @ref instead of @pxref.
7306         (Sparclet File): Use @samp instead of quotes.
7307
7308 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7309
7310         * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7311
7312 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7313
7314         * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7315         the order of the nodes.
7316         (C Operators, C Constants, Debugging C): Remove extra menus.
7317         (Method Names in Commands): Do not specify next/prev/up nodes.
7318
7319 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7320
7321         * gdb.texinfo (File Options): Add missing parenthesis.
7322         (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7323
7324 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
7325
7326         * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7327
7328 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
7329
7330         * gdb.texinfo (Standard Target Features): Mention
7331         case insensitivity.
7332         (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7333
7334 2007-02-18  Nick Roberts  <nickrob@snap.net.nz>
7335
7336         * gdb.texinfo (Top): Put Appendix A after numbered sections.
7337         (Files): Add section name to argument list for pxref.
7338         (Non-debug DLL symbols): Don't use `see' for pxref.
7339         (Embedded Processors): Fix typo.
7340         (GDB/MI Breakpoint Commands): Execution commands generate
7341         *stopped not ^done.
7342
7343 2007-02-13  Nick Roberts  <nickrob@snap.net.nz>
7344
7345         * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7346         values for in_scope.  Mention that only root variables can be
7347         updated.
7348         (GDB/MI Development and Front Ends): Explain new values may be
7349         added to existing fields.
7350
7351 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
7352
7353         * gdb.texinfo (-target-disconnect): Use @smallexample.
7354         (Requirements): Add anchor for Expat.  Update description.
7355         (Target Descriptions): Mention Expat.
7356         (Target Description Format): Document new elements.  Use
7357         @smallexample.
7358         (Predefined Target Types, Standard Target Features): New sections.
7359         * gdbint.texinfo (Target Descriptions): New section.
7360
7361 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
7362
7363         * gdb.texinfo (Target Description Format): Add section on XInclude.
7364
7365 2006-02-03  Nick Roberts  <nickrob@snap.net.nz>
7366
7367         * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7368         command -enable-timings.
7369
7370 2007-02-02  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
7371
7372         * gdbint.texinfo (Operation System ABI Variant Handling): Update
7373         descriptions for new/deleted elements in gdb_osabi.  Add missing
7374         description for function generic_elf_osabi_sniff_abi_tag_sections.
7375
7376 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
7377
7378         * gdb.texinfo (Maintenance Commands): Add documentation for
7379         the new "maint print target-stack" command.
7380
7381 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
7382             Eli Zaretskii  <eliz@gnu.org>
7383
7384         * gdb.texinfo: Describe CHAR array vs. string identification rules.
7385
7386 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
7387
7388         * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7389         Use @value{NGCC} instead of @value{GCC}.
7390
7391 2007-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7392
7393         * agentexpr.texi: Fix typos.
7394         * annotate.texinfo: Likewise.
7395         * gdb.texinfo: Likewise.
7396         * gdbint.texinfo: Likewise.
7397         * observer.texi: Likewise.
7398         * stabs.texinfo: Likewise.
7399
7400 2007-01-20  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
7401
7402         * gdbint.texinfo (Support Libraries): Remove mmalloc
7403         entry.  Describe readline library.
7404
7405 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
7406
7407         * gdb.texinfo (Target Descriptions): New section.
7408         (General Query Packets): Add QPassSignals anchor.  Mention
7409         qXfer:features:read under qSupported.  Expand mentions of
7410         qXfer:memory-map:read and QPassSignals.  Document
7411         qXfer:features:read.
7412
7413 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
7414
7415         * gdb.texinfo (Commands to specify files): Describe
7416         "set sysroot" and "show sysroot".
7417         (Using the `gdbserver' program): Lowercase argument
7418         to @var.  Expand description of setting up GDB on the
7419         host.
7420
7421 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
7422
7423         * gdb.texinfo (Set Catchpoints): Add documentation for the new
7424         catch exception, catch exception unhandled, and catch assert
7425         commands.
7426
7427 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7428
7429         * gdb.texinfo (Debugging Output): Document "set debug xml"
7430         and "show debug xml".
7431
7432 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7433
7434         * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7435
7436 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
7437
7438         * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7439
7440 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
7441
7442         * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7443         note in @ignore, to be removed later if nobody complains.
7444
7445 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
7446
7447         * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7448         of -var-delete.
7449
7450 2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>
7451
7452         * gdb.texinfo (Setting breakpoints): Document
7453         automatic software/hardware breakpoint usage and
7454         the "set breakpoint auto-hw" command.
7455
7456 2006-11-21  Vladimir Prus  <vladimir@codesourcery.com>
7457
7458         * gdb.texinfo (Memory Access Checking): New.
7459
7460 2006-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
7461
7462         * gdb.texinfo (Remote configuration): Mention
7463         "pass-signals-packet".
7464         (General Query Packets): Document QPassSignals.  Fix
7465         a typo.
7466
7467 2006-11-14  Maxim Grigoriev  <maxim@tensilica.com>
7468
7469         * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7470
7471 2006-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7472
7473         * gdb.texinfo (Remote configuration): Rewrite documentation for
7474         packet configuration commands.
7475         (OS Information): Adjust reference to qXfer:auxv:read.
7476         (General Query Packets): Remove references to read-aux-vector-packet
7477         and set remote get-thread-local-storage-address.
7478
7479 2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
7480
7481         * gdbint.texinfo (Target Architecture Definition): Add new
7482         Initializing a New Architecture section.
7483
7484 2006-10-31  David Taylor  <dtaylor@emc.com>
7485
7486         * stabs.texinfo (Macro define and undefine): New node describing
7487         stabs for #define and #undef.
7488
7489 2006-10-27  Andreas Schwab  <schwab@suse.de>
7490
7491         * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7492
7493 2006-10-21  Eli Zaretskii  <eliz@gnu.org>
7494
7495         * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7496         clarify on the possible meanings of ``expression'' watched by
7497         watchpoints.  Add indexing.
7498         (Prompting, Errors, Invalidation, Annotations for Running)
7499         (Source Annotations): Fix index entries by adding "annotation" to
7500         them, to discriminate from index entries that point to the more
7501         general topic descriptions.
7502
7503 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
7504
7505         * gdbint.texinfo (Target Vector Definition): Move most
7506         content into Existing Targets.  Add a menu.
7507         (Existing Targets): New section, moved from Target Vector
7508         Definition.  Use @subsection.
7509         (Managing Execution State): New section.
7510
7511 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
7512
7513         * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7514
7515 2006-10-15  Eli Zaretskii  <eliz@gnu.org>
7516
7517         * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7518         (Command Syntax, Signals, Backtrace, Connecting)
7519         (Remote configuration, Renesas Boards, Console I/O): Fix last
7520         change: use Ctrl- instead of C-, except wrt Emacs.
7521         (File-I/O Examples): Put Ctrl-c in @kbd.
7522         (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7523         (Console I/O): Use @samp with Ctrl-.
7524         (Signals, Set Breaks, Set Watchpoints): Document optional
7525         arguments to `info signals'  `handle', `info breakpoints', and
7526         `info watchpoints'.
7527
7528 2006-10-14  Eli Zaretskii  <eliz@gnu.org>
7529
7530         * gdb.texinfo (Backtrace): Fix last change.
7531
7532 2006-10-14  Nick Roberts  <nickrob@snap.net.nz>
7533
7534         * gdb.texinfo (Backtrace): Order correctly and add other cases.
7535
7536 2006-10-10  Bob Wilson  <bob.wilson@acm.org>
7537
7538         * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7539         (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7540         (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7541
7542 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
7543             Daniel Jacobowitz  <dan@codesourcery.com>
7544
7545         * gdb.texinfo (Packets): Document vFlashErase,
7546         vFlashWrite and vFlashDone packets.
7547         (General Query Packets): Document qXfer:memory-map:read.
7548         Add a new feature for qXfer:memory-map:read.
7549         (Memory map format): New section.
7550         (Target Commands): Mention that gdb can write flash.
7551
7552 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
7553             Daniel Jacobowitz  <dan@codesourcery.com>
7554
7555         * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7556         memory regions and "mem auto".
7557
7558 2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
7559
7560         * gdbint.texinfo (Array Containers): New section.
7561
7562 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
7563
7564         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7565         -stack-list-arguments HIGH_FRAME argument can be larger then the
7566         actual number of frames.
7567
7568 2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
7569
7570         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7571         -stack-list-locals HIGH_FRAME argument can be larger then the
7572         actual number of frames.
7573
7574 2006-09-02  Bob Wilson  <bob.wilson@acm.org>
7575
7576         * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7577         Register Packet Format, Tracepoint Packets): Fix spelling errors.
7578
7579 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
7580
7581         * gdbint.texinfo (Overall Structure): New section "Source Tree
7582         Structure".
7583
7584 2006-08-17  Jim Blandy  <jimb@codesourcery.com>
7585
7586         * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7587         responses.
7588
7589 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
7590
7591         * gdb.texinfo (Source Path): Add documentation for new
7592         substitute-path commands.
7593
7594 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
7595
7596         * gdb.texinfo (Installing GDB): Update menu.  Move text to...
7597         (Running Configure): ...here.
7598         (Requirements): New node.  Mention expat.
7599
7600 2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
7601
7602         * gdb.texinfo (Target Commands): Remove
7603         'set download-write-size' and 'show download-write-size'.
7604
7605 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
7606
7607         * stabs.texinfo (Member Type Descriptor): Correct example for
7608         pointer to member types.
7609
7610 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
7611
7612         * gdb.texinfo (Optional warnings and messages): Add
7613         'set/show trace-commands'.
7614         (Command files): Add '-v' to source command.
7615
7616 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
7617
7618         * gdb.texinfo (OS Information): Update qPart reference to
7619         qXfer.
7620         (Remote configuration): Likewise.
7621         (Overview): Move @cindex to the start of a paragraph.  Talk
7622         about binary data encoding.
7623         (Packets): Refer to the overview for the details of the X
7624         packet encoding.
7625         (General Query Packets): Remove qPart description.  Add qXfer
7626         description.  Add an anchor to qSupported.  Correct feature
7627         table title.  Add a new feature for qXfer:auxv:read.
7628         (Interrupts): Add a missing parenthesis.
7629
7630 2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
7631
7632         * gdb.texinfo (KOD): Remove node.
7633         (GDB/MI Kod Commands): Remove commented out node.
7634
7635 2006-07-01  Eli Zaretskii  <eliz@gnu.org>
7636
7637         * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7638         (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7639         (GDB/MI Thread Commands, GDB/MI Program Execution)
7640         (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7641         (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7642         (GDB/MI File Commands, GDB/MI Target Manipulation)
7643         (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7644         since the MI prompt is hard-wired into the code.
7645
7646 2006-07-01  Nick Roberts  <nickrob@snap.net.nz>
7647
7648         * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7649         (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7650         (GDB/MI Data Manipulation): Remove description of unimplemented
7651         display related commands as variable objects perform this function
7652         and are superior: -display-delete, -display-disable,
7653         -display-enable, -display-insert and -display-list.  Move
7654         -environment-cd, -environment-directory, -environment-path
7655         and -environment-pwd to "Program Context".
7656         (GDB/MI Program Control): Rename to "Program Execution".  Move
7657         -exec-arguments -exec-abort to...
7658         (GDB/MI Program Context): ...here.  New node split from "Data
7659          Manipulation".
7660
7661 2006-06-21  Daniel Jacobowitz  <dan@codesourcery.com>
7662
7663         * gdb.texinfo (Remote configuration): Document set / show
7664         remote supported-packets.
7665         (General Query Packets): Document qSupported packet.
7666
7667 2006-06-10  Sandra Loosemore <sandra@codesourcery.com>
7668
7669         * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7670         and font markup.
7671         (Protocol basics): Likewise.
7672         (The F request packet): Likewise.
7673         (The F reply packet): Likewise.
7674         (Memory transfer): Move this node to be a subsubsection of
7675         "Protocol specific representation of datatypes".
7676         (The Ctrl-C message): More copy editing.
7677         (Console I/O): Likewise.
7678         (The isatty call): Delete this node, and merge its content into
7679         the "isatty" node.  Fixed references elsewhere.
7680         (The system call): Delete this node, and merge its content into
7681         the "system" node.  Fixed references elsewhere.
7682         (open): Reformat to use @table, and add appropriate font markup.
7683         (close): Likewise.
7684         (read): Likewise.
7685         (write): Likewise.
7686         (lseek): Likewise.
7687         (rename): Likewise.
7688         (unlink): Likewise.
7689         (stat/fstat): Likewise.
7690         (gettimeofday): Likewise.
7691         (isatty): Likewise.
7692         (system): Likewise, plus minor changes to fix confusing wording.
7693         (Integral datatypes): Fix font markup.
7694         (Pointer values): Likewise.
7695         (struct stat): Fix markup to use @table, plus minor copy editing.
7696         (struct timeval): Fix font markup, plus minor copy editing.
7697         (Constants): Minor copy editing.
7698         (Errno values): Add font markup.
7699         (File-I/O Examples): Likewise.
7700
7701 2006-06-10  Nick Roberts  <nickrob@snap.net.nz>
7702
7703         * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7704         (GDB/MI Simple Examples): Move node up one level.  Use real
7705         examples.
7706         (GDB/MI Compatibility with CLI): Update.
7707         (GDB/MI Result Records): Add "connected" and "exit" result
7708         classes.
7709         (GDB/MI Stream Records): Clarify target output.
7710         (GDB/MI Command Description Format): Modify example description.
7711         (GDB/MI Breakpoint Table Commands): Rename to...
7712         (GDB/MI Breakpoint Commands): ...this
7713         (GDB/MI Breakpoint Commands): Add optional thread field.
7714         (GDB/MI Program Control): Add an introduction.  Move "Program
7715         termination" examples into exec-run description.
7716         (GDB/MI File Commands): Mention similar CLI commands.
7717         (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
7718         is similar to "-gdb-version".
7719
7720 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
7721
7722         * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7723
7724 2006-06-02  Nick Roberts  <nickrob@snap.net.nz>
7725
7726         * gdb.texinfo (GDB/MI Development and Front Ends): Use
7727         sourceware.org for mailing lists.
7728         (GDB/MI File Commands): New node split from Program Control.
7729
7730 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
7731
7732         * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7733
7734 2006-05-22  Eli Zaretskii  <eliz@gnu.org>
7735
7736         * gdb.texinfo (Cygwin Native): Fix last change.
7737
7738 2006-05-22  Christopher Faylor  <cgf@timesys.com>
7739
7740         * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7741
7742 2006-05-15  Nick Roberts  <nickrob@snap.net.nz>
7743
7744         * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7745         (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7746
7747 2006-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
7748
7749         * gdb.texinfo (General Query Packets): Recommend not starting
7750         new packets with qC and clarify.
7751
7752 2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
7753
7754         * gdb.texinfo (M2 Types): New section.
7755
7756 2006-05-10  Daniel Jacobowitz  <dan@codesourcery.com>
7757
7758         * agentexpr.texi: Add a copyright and license notice.
7759         * observer.texi: Likewise, with GPL clause for function prototypes.
7760         Remove trailing whitespace.
7761
7762 2006-05-05  Jim Blandy  <jimb@codesourcery.com>
7763
7764         * gdb.texinfo (General Query Packets): Document conventions for
7765         terminating packet names, and their violations.
7766
7767 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7768
7769         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7770         * gdb.texinfo: Likewise.
7771
7772 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7773
7774         * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7775         and "show remotedebug".
7776         (Debugging Output): Add additional index entries.
7777
7778 2006-04-27  Michael Snyder  <msnyder@redhat.com>
7779
7780         * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7781
7782 2006-04-22  Andrew Cagney  <cagney@redhat.com>
7783
7784         * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7785         * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7786
7787 2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
7788
7789         * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7790         and remove breakpoint prototypes.
7791         (Watchpoints): Move description of target_insert_hw_breakpoint and
7792         target_remove_hw_breakpoint ...
7793         (Breakpoints): ... to here.  Document target_insert_breakpoint and
7794         target_remove_breakpoint.
7795
7796 2006-04-17  Jim Blandy  <jimb@codesourcery.com>
7797
7798         * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7799         and C packets are optional.
7800
7801 2006-04-14  Frederic Riss  <frederic.riss@st.com>
7802
7803         * gdb.texinfo (Specifying source directories): Update the description
7804         of the source file search to reflect the fact that the source path
7805         always contains at least $cdir and $cwd.
7806
7807 2006-03-31  Michael Snyder  <msnyder@redhat.com>
7808
7809         * gdb.texinfo: Update copyright dates.
7810
7811 2006-03-31  Eli Zaretskii  <eliz@gnu.org>
7812
7813         * gdb.texinfo (Overview): Add an index entry to "empty response".
7814
7815 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
7816
7817         * gdbint.texinfo (Prologue Analysis): New section.
7818
7819 2006-03-07  Jim Blandy  <jimb@red-bean.com>
7820
7821         * gdb.texinfo (Connecting): Document 'target remote pipe'.
7822
7823         * gdb.texinfo (Target Commands): Update text describing how to
7824         specify a target.  Refer to the detailed section on remote
7825         debugging, not the brief mention.
7826
7827         * gdb.texinfo (Connecting): Organize the different 'target remote'
7828         connection methods into a table.  Add a 'target remote' index
7829         entry. (!!!)
7830
7831 2006-02-17  Fred Fish  <fnf@specifix.com>
7832
7833         * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7834         'ptype' commands to reflect the fact that the only significant
7835         difference between them is that ptype prints the complete type
7836         description instead of just the name.
7837
7838 2006-02-13  Wu Zhou  <woodzltc@cn.ibm.com>
7839
7840         * gdbint.texinfo (Watchpoints): Delete
7841         TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7842
7843 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
7844
7845         * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7846         times fields where needed.  Fix typos.  Update general form given
7847         for output of -break-insert.
7848         (GDB/MI): Abbreviate some unnecessarily long fullnames.
7849
7850 2006-02-06  Daniel Jacobowitz  <dan@codesourcery.com>
7851
7852         * gdbint.texinfo (Symbol Handling): Add a section
7853         on memory management.
7854
7855 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
7856
7857         * gdb.texinfo (Breakpoint table commands): Document the fullname
7858         field in -break-list output.
7859
7860 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
7861
7862         * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
7863         debugging information produced by the various "set debug..."
7864         options.
7865
7866 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
7867
7868         * gdb.texinfo (Files): Remove obsolete bits from the description
7869         of "symbol-file".
7870
7871 2006-01-25  Jim Blandy  <jimb@redhat.com>
7872
7873         * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7874
7875 2006-01-24  Jim Blandy  <jimb@redhat.com>
7876
7877         * gdbint.texinfo (Frames): Document the basics of GDB's register
7878         unwinding model, and explain the existence of the "sentinel" frame.
7879
7880 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
7881
7882         * gdb.texinfo (Choosing files): Mention that -directory is used
7883         for script files.
7884         (Specifying source directories): Likewise.
7885         (Command files): Explain how script files are found.
7886
7887 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7888
7889         * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7890         the threads in a multi-threaded program.
7891         (Threads): The threadno argument of "thread apply" can be a range
7892         of numbers.
7893
7894 2006-01-18  Jim Blandy  <jimb@redhat.com>
7895
7896         * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7897         of warning flags.
7898
7899 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
7900
7901         * gdb.texinfo (Sequences): Improve menu annotations.
7902         (Define): Add index entries for arguments of user-defined
7903         commands.  Move the description of flow-control commands...
7904         (Command Files): ...to here.  Document loop_break and
7905         loop_continue.
7906         (Define, Command Files): Document `end' and add index entries for
7907         it.
7908
7909 2006-01-04  Michael Snyder  <msnyder@redhat.com>
7910
7911         * gdb.texinfo: Add documentation for linux-fork.
7912         * gdbint.texinfo: Add internal documentation for checkpoints.
7913
7914 2006-01-02  Paul N. Hilfinger  <hilfinger@gnat.com>
7915
7916         * gdb.texinfo (Omissions from Ada): Document that there is now
7917         limited aggregate support.
7918
7919 2005-12-28  Eli Zaretskii  <eliz@gnu.org>
7920
7921         * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7922         registers and the likes.
7923
7924 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
7925
7926         * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7927         (Symbols): Fix usage of "e.g.".
7928         (Memory Region Attributes): Fix usage of "etc."
7929
7930         * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7931         (Coding): Fix usage of "e.g.".
7932
7933 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
7934
7935         * stabs.texinfo:
7936         * refcard.tex:
7937         * gpl.texi:
7938         * gdbint.texinfo:
7939         * gdb.texinfo:
7940         * gdb-cfg.texi:
7941         * fdl.texi:
7942         * annotate.texinfo:
7943         * all-cfg.texi:
7944         * Makefile.in: Add (C) after Copyright.  Update the FSF
7945         address.
7946
7947 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
7948
7949         * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7950         extend GDB with commands for external monitor.
7951
7952 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
7953
7954         * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7955
7956 2005-11-25  Joel Brobecker  <brobecker@adacore.com>
7957
7958         * gdbint.texinfo (Start of New Year Procedure): New chapter.
7959
7960 2005-11-21  Jim Blandy  <jimb@redhat.com>
7961
7962         * gdb.texinfo (Tracepoint Packets): Document restrictions on
7963         placement of 'R' actions in tracepoint action packets; document
7964         dependence of 'X' and 'M' actions on a preceding 'R' action for
7965         their registers.
7966
7967 2005-11-19  Jim Blandy  <jimb@redhat.com>
7968
7969         * gdb.texinfo (Tracepoint Packets): New node.
7970         (General Query Packets): Add entries for the tracepoint packets,
7971         referring to the "Tracepoint Packets" node.
7972         (Tracepoints): Add reference to "Tracepoint Packets".
7973
7974 2005-11-18  Kevin Buettner  <kevinb@redhat.com>
7975
7976         * gdb.texinfo (set remotebreak): Add anchor.
7977         (X packet): Likewise.
7978         (Remote Protocol): Add new section `Interrupts' and new index
7979         entry `interrupts (remote protocol)'.
7980
7981 2005-11-18  Jim Blandy  <jimb@redhat.com>
7982
7983         * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7984         entries into the General Query Packets section.  Add a
7985         cross-reference to that section.  Drop description of replies, as
7986         these are covered in the descriptions of each packet.
7987         (General Query Packets): Add introductory text.  Explain naming
7988         conventions, and how the end of a name is recognized.
7989
7990 2005-11-17  Kevin Buettner  <kevinb@redhat.com>
7991
7992         * gdb.texinfo (Remote configuration): Fix typo in description of
7993         "set remotebreak" command.
7994
7995 2005-11-16  Jim Blandy  <jimb@redhat.com>
7996
7997         * gdb.texinfo (Packets, Stop Reply Packets)
7998         (General Query Packets): Various formatting cleanups.
7999         - Use @samp for packet contents.
8000         - Drop summaries from packet @item lines; the same information appears
8001           immediately below in the description.
8002         - Delete paragraph breaks after packet @item commands, so that the
8003           description appears directly to the right of the packet prototype
8004           in the printed manual, if it fits.
8005         - Place spaces in packet prototypes between @vars and non-@var
8006           letters, and explain that they're just for formatting.
8007         - Use @dots{} instead of '...'.
8008         - Fix uses of @code where @var was needed.
8009         - Replace "deprecated" markers with English text spelling out the
8010           packet's status and the preferred alternatives.
8011         - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8012           what this ever meant.
8013         - Remove "(draft)" markers on 'i' packets; nobody has commented on
8014           this for a long time.
8015         - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8016           implemented several times, and have been in use for years.
8017
8018 2005-11-15  Jim Blandy  <jimb@redhat.com>
8019
8020         * gdb.texinfo (Packets): Add index entries for 'm' packet
8021         disclaimers.
8022
8023         * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8024         of stub when processing an 'm' packet.
8025
8026         * gdb.texinfo (Packets): Mention that packets beginning with
8027         letters are reserved once, at the top, instead of actually listing
8028         them all and saying "reserved".
8029
8030 2005-11-15  Andrew Stubbs  <andrew.stubbs@st.com>
8031
8032         * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8033         Change @var{$arg0 to @code{$arg0.
8034
8035 2005-11-14  Wu Zhou  <woodzltc@cn.ibm.com>
8036
8037         * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8038
8039 2005-11-12  Jim Blandy  <jimb@redhat.com>
8040
8041         * gdb.texinfo (General Query Packets): Put packets in alphabetical
8042         order.  Remove extraneous 'z'.
8043
8044 2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>
8045
8046         * gdb.texinfo (Choosing files): Add --eval-command.
8047
8048 2005-11-04  Andrew Stubbs  <andrew.stubbs@st.com>
8049
8050         * gdb.texinfo (Choosing modes): Add --return-child-result.
8051
8052
8053 2005-11-01  Andrew Stubbs  <andrew.stubbs@st.com>
8054
8055         * gdb.texinfo (Choosing modes): Add --batch-silent.
8056
8057 2005-10-28  Eli Zaretskii  <eliz@gnu.org>
8058
8059         * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8060         "The -var-update Command".
8061
8062 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
8063
8064         * gdb.texinfo (Print Settings): Add documentation for set/show
8065         print array-indexes.
8066
8067 2005-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
8068
8069         * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8070         6.2 and 6.3.
8071
8072 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
8073
8074         * gdb.texinfo (File Options): Don't document --mapped, it's gone
8075         since 19-Jan-2004.
8076         (Files): Likewise.
8077         (Variables, Symbols): Document the "<incomplete type>" message and
8078         its reasons.
8079
8080 2005-08-01  Fred Fish  <fnf@specifix.com>
8081
8082         * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8083
8084 2005-07-15  Nick Roberts  <nickrob@snap.net.nz>
8085
8086         * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8087         option for -var-list-children and -var-update.
8088         (GDB/MI Stack Manipulation): Simplify description of
8089         print-values option for -stack-list-locals.
8090         (GDB/MI Command Description Format): Clarify.
8091         (Mode Options): Spelling of superseded.
8092
8093 2005-07-12  Bob Rossi  <bob@brasko.net>
8094
8095         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8096         corresponding GDB command comment.
8097
8098 2005-07-06  Bob Rossi  <bob@brasko.net>
8099
8100         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8101         and -inferior-tty-show.
8102         (Input/Output): Document "set/show inferior-tty" and tty alias.
8103
8104 2005-07-02  Nathan J. Williams  <nathanw@wasabisystems.com>
8105
8106         * gdb.texinfo (Packets): Change description of 'D' packet to note
8107         that GDB does wait for a response.
8108
8109 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
8110
8111         * gdb.texinfo (History) Rename "Command History".
8112         (Command History): Move node "Server Prefix" from section on
8113         Annotations here.
8114
8115 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
8116
8117         * gdb.texinfo (GDB/MI Stack Manipulation):
8118         Re-instate -stack-info-frame with example.  Say that it gets
8119         info on selected frame, not current frame.
8120
8121 2005-06-18  Eli Zaretskii  <eliz@gnu.org>
8122
8123         * gdb.texinfo (Server): Clarify that `file' should be used before
8124         connecting to the server.
8125         (Files): Add an xref to the above description.
8126         (Output Formats): More detailed description of the `c' format.
8127         (Memory): List explicitly all the formats supported by `x'.
8128         (Threads): Add an @cindex entry for "thread apply".
8129         (Files): Document the possibility of loading unlinked object
8130         files.  Add more indexing for solib-absolute-prefix and
8131         --with-sysroot.
8132         (Machine Code): Document possible problems with locations in
8133         shared libraries.
8134         (Backtrace): Document that free-standing environments do not need
8135         to have a `main' function.
8136
8137 2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
8138
8139         * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8140         -stack-info-frame.
8141
8142 2005-06-07  Andrew Cagney  <cagney@gnu.org>
8143
8144         * gdb.texinfo (Contributors): Note the original multi-arch
8145         contributors.
8146
8147 2005-06-03  Eli Zaretskii  <eliz@gnu.org>
8148
8149         * gdb.texinfo (Registers): Add index entries for the standard
8150         registers.
8151         (Frames): Add cross-reference from frame pointer description to
8152         the Registers node.
8153         (Annotations Overview): Fix the reference to GDB name.
8154
8155 2005-06-01  Eli Zaretskii  <eliz@gnu.org>
8156
8157         * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8158         can-use-hw-watchpoints.
8159
8160 2005-05-28  Bob Rossi  <bob@brasko.net>
8161
8162         * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8163         the possible reasons why an exec async record would be returned to FE.
8164
8165 2005-05-26  Andrew Cagney  <cagney@gnu.org>
8166
8167         * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8168         Andrew Cagney implemented the original GDB/MI.
8169
8170 2005-05-23  Orjan Friberg  <orjanf@axis.com>
8171
8172         * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8173         documentation.  Add documentation for cris-mode.
8174
8175 2005-05-20  Eli Zaretskii  <eliz@gnu.org>
8176
8177         * gdb.texinfo (Numbers): Explain the example and make the wording
8178         more acurate.
8179
8180 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
8181             Dennis Brueni  <dennis@slickedit.com>
8182
8183         * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8184         (GDB/MI Data Manipulation, GDB/MI Program Control)
8185         (GDB/MI Stack Manipulation): Update examples to include the fullname
8186         attribute in stack frames.
8187
8188 2005-05-12  Eli Zaretskii  <eliz@gnu.org>
8189
8190         * gdb.texinfo (Startup): Fix last change.  Treat gdb.ini like we
8191         do with other non-standard names of init files.
8192
8193 2005-05-11  Eli Zaretskii  <eliz@gnu.org>
8194
8195         * gdb.texinfo (Command Files): Move the description of the startup
8196         from here...
8197         (Startup): ...to this new subsection of the Invocation chapter.
8198         Rearrange the description of init files more logically and add a
8199         cross-reference to "Command Files".  Document the special gdbinit
8200         name for CISCO 68k.  Expand the description of what GDB does
8201         during startup.
8202         (History): Add index entry for HISTSIZE.
8203
8204 2005-05-02  Mark Kettenis  <kettenis@gnu.org>
8205
8206         * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8207
8208 2005-05-02  Eli Zaretskii  <eliz@gnu.org>
8209
8210         * gdb.texinfo (SVR4 Process Information, The isatty call)
8211         (The system call): Don't use foo(N) notation for man pages and
8212         functions.
8213         (Compilation, DJGPP Native): Improve wording.
8214
8215 2005-04-27  Eli Zaretskii  <eliz@gnu.org>
8216
8217         * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8218         were optimized away.
8219
8220 2005-04-22  Eli Zaretskii  <eliz@gnu.org>
8221
8222         * gdb.texinfo (Remote configuration): Document "set/show
8223         get-thread-local-storage-address".  Add cross-reference to the
8224         description of the qGetTLSAddr packet.
8225         (General Query Packets): Mention "set remote
8226         get-thread-local-storage-address" and add a reference to its
8227         description.
8228
8229 2005-04-19  Nick Roberts  <nickrob@snap.net.nz>
8230
8231         * gdb.texinfo (Backtrace): Describe 'bt full'.
8232
8233 2005-04-17  Nick Roberts  <nickrob@snap.net.nz>
8234
8235         * gdb.texinfo (Mode Options): Fix typo.
8236         (GDB/MI): Describe how to invoke GDB/MI.
8237
8238 2005-04-16  Eli Zaretskii  <eliz@gnu.org>
8239
8240         * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
8241         references changed.  Add description of "info udot".
8242         (Files): Document "set/show stop-on-solib-events".
8243         (M32R/D): Document "set/show download-path", "set/show
8244         board-address", "set/show server-address", "upload", "tload".
8245         Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8246         "use_mon_code", "use_ib_break", "use_dbt_break".
8247         (Maintenance Commands): Improve indexing.
8248         (Target Commands): Document "set/show hash", "set/show debug
8249         monitor".
8250         (SVR4 Process Information): Document "info pidlist" and "info
8251         meminfo".  Document "set/show procfs-tarce" and "set/show
8252         procfs-file".  Document "proc-trace-*" and "proc-untrace-*".
8253         (Symbols, The Print Command with Objective-C): Improve indexing.
8254         (Objective-C): Add references to "info classes" and "info
8255         selectors".
8256         (Debugging Output): Improve wording.  Document "set/show debug
8257         solib-frv".  Fix "set/show debugvarobj".
8258         (Set Breaks): Add index entry for "hardware breakpoints".
8259         (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8260         and "set/show usehardbreakpoints".
8261         (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8262         monitor-prompt", "set/show monitor-warnings", "pmon".
8263         (ARM): Document "rdilogfile", "rdilogenable", "set/show
8264         rdiromatzero", "set/show rdiheartbeat".
8265         (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8266         "sds".
8267         (Embedded Processors): Document the "sim" command.
8268         (Remote): Document the "remote" command.
8269         (DJGPP Native): Document the "info serial" command.
8270         (Threads): Document "maint info sol-threads".
8271         (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8272         (Set Breaks): Improve indexing.
8273         (Command Syntax): Add a reference to dont-repeat.
8274         (Define): Document "dont-repeat".
8275         (TUI Commands): Document "tabset".
8276         (WinCE): New subsection.  Document "set/show remotedirectory",
8277         "set/show remoteupload", "set/show remoteaddhost".
8278
8279 2005-04-15  Eli Zaretskii  <eliz@gnu.org>
8280
8281         * gdb.texinfo (Hurd Native): New subsection, documents
8282         Hurd-specific commands.
8283         (Maintenance Commands): Add cross-reference to "Debugging Output".
8284         (Debugging Output): Document "set/show debug lin-lwp".
8285         (MIPS): Improve documentation of heuristic-fence-post.  Document
8286         "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8287         mips stack-arg-size", "set/show mips mask-address", "set/show mips
8288         remote-mips64-transfers-32bit-regs", "set/show debug mips".
8289         (ARM): Document ARM-specific commands.
8290         (AVR): New section.  Document "info io_registers".
8291         (CRIS): New section.  Document "set/show cris-version" and
8292         "set/show cris-dwarf2-cfi".
8293         (HPPA): New section.  Document "set/show debug hppa" and "maint
8294         print unwind".
8295         (Neutrino): New subsection.  Document "set/show debug nto-debug".
8296         (Super-H): New section.  Document the "regs" command.
8297         (Debugging Output): Document "set/show debug aix-thread".
8298
8299 2005-04-09  Eli Zaretskii  <eliz@gnu.org>
8300
8301         * gdb.texinfo (Print Settings): Document "set/show print
8302         pascal_static-members", "set print repeats", "show print
8303         null-stop".  Improve indexing.  Fix documentation of "set print
8304         union".
8305         (Pascal): New section.
8306         (Supported languages): Rename from "Support"; all references
8307         updated.  Add a menu item for Pascal.
8308         (Numbers): Document "set radix.
8309         (Screen Size): Document "set/show pagination".
8310         (MIPS Embedded): Remove "set processor" documentation.
8311         (Remote configuration): Document "set/show X/P/Z-packet",
8312         "set/show read-aux-vector-packet", "set/show remote
8313         symbol-lookup-packet", "set/show remote verbose-resume-packet",
8314         "set/show remoteaddresssize", "set/show remotebaud", "set/show
8315         remotedebug", "set/show remotebreak", "set/show remotedevice",
8316         "set/show remotelogfile".
8317         (Auxiliary Vector): Add reference to the description of the
8318         read-aux-vector-packet setting.
8319         (Set Watchpoints): Add a cross-reference to "set remote
8320         hardware-breakpoint-limit".
8321         (General Query Packets): Add indexing of requests and
8322         cross-references to related commands in "Remote configuration".
8323         (File-I/O Overview, The system call): Fix wording and typos.
8324         (Thread Stops): Add index entries.
8325         (Continuing and Stepping): Document "show step-mode".
8326         (i386): New node.  Document "set/show struct-convention".
8327         (Files): Document "show trust-readonly-sections".
8328         (Calling): Document "set/show unwindonsignal".
8329         (Messages/Warnings): Add index entries.
8330         (Maintenance Commands): Document "set/show watchdog".
8331         (Annotations Overview): Document "show annotate".
8332         (Set Watchpoints): Add index entries.
8333         (Symbols): Fix doc of case-sensitive.
8334         (ABI): Document "show coerce-float-to-double".
8335         (Convenience Vars, Help): Improve indexing.
8336         (Machine Code): Document "show disassembly-flavor".
8337         (Debugging C plus plus): Document "show overload-resolution".
8338         (Value History, Signaling): Add index entries.
8339
8340 2005-04-08  Eli Zaretskii  <eliz@gnu.org>
8341
8342         * gdb.texinfo (Show): Move @kindex entries to their proper places.
8343         (Processes): Fix wording.
8344         (History, List, Logging output, Define, Symbols, Print Settings):
8345         Improve indexing.
8346
8347 2005-04-03  Eli Zaretskii  <eliz@gnu.org>
8348
8349         * gdb.texinfo (Targets): Document "set/show architecture".  Remove
8350         redundant index entry for "target" command.
8351         (Backtrace): Add index entries.
8352         (Symbols, Fortran): Document the "set case-sensitive" command.
8353         (DJGPP Native): Document "set com1base", "set com1irq", etc.
8354         (Print Settings): Add index entry for "set demangle-style".
8355         (Target Commands): Document "set download-write-size".
8356         (Debugging Output): Document "set exec-done-display".
8357
8358 2005-04-02  Eli Zaretskii  <eliz@gnu.org>
8359
8360         * gdb.texinfo (Files): Fix the name and documentation of
8361         add-shared-symbol-files.  Document its alias assf.  Update the
8362         list of OSs where GDB supports shared libraries.  Fix markup.
8363         (Continuing and Stepping): Add reference to @var{location} in the
8364         text.
8365         (Dump/Restore Files): Fix reference to @{filename}.
8366         (Help): Fix wording.
8367         (Attach): Ditto.
8368         (Set Watchpoints): Ditto.
8369         (Backtrace): Remove redundant index entries.  Improve index
8370         entries.
8371         (Delete Breaks): Fix wording.
8372         (Memory): Document the compare-sections command.
8373         (Memory Region Attributes): Improve wording.
8374         (Disabling): Improve wording.
8375         (Fortran): New subsection.  Document the "info common" command.
8376         (Help): Document aliases "info copying" and "info warranty".
8377         (Caching Remote Data): New section.  Document the "set/show
8378         remotecache" and "info dcache" commands.
8379         (Show): Fix wording of the documentation of the "set
8380         extension-language" command.
8381         (Signals): Add index entry for "info handle".
8382         (Memory Region Attributes): Fix punctuation.
8383         (Symbols): Change the arg name to "location" and refer to it in
8384         the text.  Fix wording of "info types" doc.
8385         (Threads): Fix usage of @enumerate @item's.
8386         (Listing Tracepoints): Add index entry for "info tp".
8387         (Set Watchpoints): Add xref to "info break" description.
8388         (Macros): Add an index entry for "macro exp1".  Document the
8389         "macro list" command.
8390         (Maintenance Commands): Document "flushregs", "maint agent",
8391         "maint check-symtabs", "maint cplus", "maint demangle", "maint
8392         deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8393         "maint print architecture", "maint print objfiles", "maint print
8394         statistics", "maint print type", "maint show-debug-regs", "maint
8395         space", "maint time", and "maint translate-address".
8396         (Connecting): Document the "monitor" command.
8397         (Annotations Overview): Describe the "set annotate" command.
8398
8399 2005-04-01  Eli Zaretskii  <eliz@gnu.org>
8400
8401         * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8402         Rearrange index entries and improve wording about support for
8403         hardware watchpoints.
8404
8405 2005-03-10  Bob Rossi  <bob@brasko.net>
8406
8407         * gdb.texinfo: Update copyright
8408
8409 2005-02-09  Theodore A. Roth  <troth@openavr.org>
8410
8411         * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8412         error.
8413
8414 2005-02-03  Kevin Buettner  <kevinb@redhat.com>
8415
8416         * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8417
8418 2005-01-17  Michael Snyder  <msnyder@redhat.com>
8419
8420         * gdb.texinfo: Fix spelling, infinte  ->  infinite.
8421
8422 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
8423
8424         * observer.texi (GDB Observers): Document "solib_loaded".
8425
8426 2005-01-07  Andrew Cagney  <cagney@gnu.org>
8427
8428         * configure.ac: Rename configure.in, require autoconf 2.59.
8429         * configure: Re-generate.
8430
8431         * configure.in: Replace configdirs with multiple references to
8432         AC_CONFIG_SUBDIRS.
8433         * configure: Re-generate.
8434
8435 2005-01-04  Andrew Cagney  <cagney@gnu.org>
8436
8437         * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8438         part of the version number.
8439
8440 2004-12-24  Mark Kettenis  <kettenis@gnu.org>
8441
8442         * gdbint.texinfo (Algorithms): Remove description of
8443         TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8444
8445 2004-12-07  Jim Blandy  <jimb@redhat.com>
8446
8447         * gdb.texinfo (General Query Packets): Specify that thread ID's in
8448         the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8449         numbers.
8450
8451 2004-12-07  Andreas Schwab  <schwab@suse.de>
8452
8453         * gdb.texinfo (Mode Options): Document -l option.
8454
8455 2004-12-04  Eli Zaretskii  <eliz@gnu.org>
8456
8457         * gdbint.texinfo (Algorithms): More accurate description of
8458         STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
8459         is not needed unless data-read and data-access watchpoints are
8460         supported.  Add a description of how GDB checks whether the
8461         inferior stopped because a watchpoint was hit.
8462
8463 2004-11-23  Eli Zaretskii  <eliz@gnu.org>
8464
8465         * gdb.texinfo (Files): Add cross-reference to description of
8466         -readnow command-line switch.
8467
8468 2004-11-10  Randolph Chung  <tausq@debian.org>
8469
8470         * gdb.texinfo: Document set/show backtrace past-entry commands.
8471         Rearrange index entries for set/show backtrace past-main.
8472
8473 2004-11-10  Jon Beniston <jon@beniston.com>
8474
8475         Committed by Andrew Cagney  <cagney@gnu.org>.
8476         * gdb.texinfo (Remote Serial Protocol): Further describe
8477         binary transfer escaping mechanism .
8478
8479 2004-11-08  Randolph Chung  <tausq@debian.org>
8480
8481         * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8482         and "show debug infrun".  Add index entries.
8483
8484 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
8485
8486         * gdb.texinfo (SVR4 Process Information): Document subcommands of
8487         "info proc" that are already implemented.  Add index entries.
8488         (Working Directory): Add a cross-reference to "info proc" command.
8489         (Files): Add a tip for decreasing memory used for symtabs from
8490         shared libraries.
8491         (Starting): Fix whitespace; make "elaboration" stand out where it
8492         is first used, and add an index entry for the term.
8493         (Calling): Expand and elaborate text.  Add "print".  Add the
8494         description of problems with weak aliases.
8495         (Core File Generation): New section.
8496
8497 2004-10-12  Andrew Cagney  <cagney@gnu.org>
8498
8499         * gdbint.texinfo (Versions and Branches): New chapter.
8500         (Releasing GDB): Delete "Versions and Branches" section.
8501         (Top): Add "Versions and Branches".
8502
8503 2004-10-08  Eli Zaretskii  <eliz@gnu.org>
8504
8505         * gdb.texinfo (Editing, History): Add cross-references to the
8506         included Readline and History user documentation.  Remove
8507         references to the symbol have-readline-appendices which is unused
8508         and undefined.
8509         (History): Fix indexing.
8510
8511 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
8512
8513         * gdbint.texinfo (target_stopped_data_address): Update to
8514         new prototype.
8515         (i386_stopped_data_address): Update prototype and description.
8516         (i386_stopped_by_watchpoint): New function and description.
8517
8518 2004-10-03  Paul N. Hilfinger  <hilfinger@gnat.com>
8519
8520         * gdb.texinfo (Filenames): Add Ada suffixes.
8521         (Ada) New section.
8522
8523 2004-09-27  Andrew Cagney  <cagney@gnu.org>
8524             Robert Picco  <Robert.Picco@hp.com>
8525
8526         * gdb.texinfo (Packets): Document the "p" packet.
8527
8528 2004-09-21  Jason Molenda  (jmolenda@apple.com)
8529
8530         * gdb.texinfo (Paths and Names of the Source Files): Document the
8531         meaning of values in the 'desc' field of a SO stab.
8532
8533 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
8534
8535         * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8536         max-cache-age" and "maint show dwarf2 max-cache-age".
8537
8538 2004-09-16  Eli Zaretskii  <eliz@gnu.org>
8539
8540         * gdb.texinfo (Set Breaks): Add index entry for setting
8541         breakpoints on overloaded C++ functions that are not members of
8542         any classes.  Add an example and an index entry for setting
8543         breakpoints on all program functions.
8544         (Character Sets, Macros, Overlay Commands)
8545         (Non-debug DLL symbols, GDB/MI Output Syntax)
8546         (Annotations Overview, Maintenance Commands, File-I/O Overview):
8547         Use "(@value{GDBP})" instead of a literal "(gdb)".
8548
8549 2004-09-12  Andrew Cagney  <cagney@gnu.org>
8550
8551         * gdbint.texinfo (Native Debugging): Delete description of
8552         FILES_INFO_HOOK.
8553
8554 2004-09-11  Paul Hilfinger  <hilfinger@gnat.com>
8555
8556         * gdbint.texinfo (User Interface): Change local_hex_string_custom
8557         to hex_string_custom (not historically correct, but more
8558         understandable, given the current code).
8559
8560 2004-09-03  Andrew Cagney  <cagney@gnu.org>
8561
8562         * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8563
8564 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
8565
8566         * observer.texi (solib_unloaded): New observer.
8567
8568 2004-08-24  Andrew Cagney  <cagney@gnu.org>
8569
8570         * gdbint.texinfo (Target Architecture Definition): Add missing
8571         comma.
8572
8573 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
8574
8575         * (Using the Testsuite): build != host is supported,
8576         but some test scripts do not support build != host.
8577
8578 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
8579
8580         * gdbint.texinfo (Host Definition): Delete description of
8581         FCLOSE_PROVIDED and GETENV_PROVIDED.
8582
8583 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
8584
8585         * gdbint.texinfo (Host Definition): Delete description of
8586         NO_SYS_FILE.
8587         (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8588         PTRACE_FP_BUG.
8589
8590 2004-08-05  Andrew Cagney  <cagney@gnu.org>
8591
8592         * gdbint.texinfo (Target Architecture Definition): Delete
8593         reference to deprecated_read_fp.
8594
8595 2004-08-02  Andrew Cagney  <cagney@gnu.org>
8596
8597         * gdbint.texinfo (Target Architecture Definition): Delete
8598         description of DEPRECATED_REGISTER_BYTES.
8599
8600 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
8601
8602         * gdb.texinfo (Source Path): Document the new behavior of
8603         searching for the source files.
8604
8605 2004-07-17  Eli Zaretskii  <eliz@gnu.org>
8606
8607         * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8608         (Search, Expressions, Arrays, Variables, Data, Machine Code)
8609         (Auto Display): Improve indexing.
8610
8611 2004-07-16  Andrew Cagney  <cagney@gnu.org>
8612
8613         * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8614         "-noasync".
8615
8616 2004-07-09  Eli Zaretskii  <eliz@gnu.org>
8617
8618         * gdb.texinfo: Fix @kindex entries so that multiple commands that
8619         have the same prefix have only their prefix in the index.
8620
8621 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
8622
8623         * gdb.texinfo (BSD libkvm Interface): New node (section)
8624         (Native): Add it to the menu.
8625
8626 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
8627
8628         * gdbint.texinfo (Target Architecture Definition): Remove
8629         PCC_SOL_BROKEN.
8630
8631 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
8632
8633         * gdbint.texinfo (Target Architecture Definition): Remove
8634         SUN_FIXED_LBRAC_BUG.
8635
8636 2004-06-26  Andrew Cagney  <cagney@gnu.org>
8637
8638         * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8639
8640 2004-06-20  Andrew Cagney  <cagney@gnu.org>
8641
8642         * gdbint.texinfo (Target Architecture Definition): Deprecate
8643         USE_STRUCT_CONVENTION.
8644
8645 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
8646
8647         gdb.texinfo (Bug Reporting): Mention session recording,
8648         with the script command or Emacs.
8649
8650 2004-06-18  Andrew Cagney  <cagney@gnu.org>
8651
8652         * gdbint.texinfo (Target Architecture Definition): Deprecate
8653         FUNCTION_START_OFFSET.
8654
8655 2004-06-14  Andrew Cagney  <cagney@gnu.org>
8656
8657         Based on changes from Karl Berry.
8658         * gdb.texinfo: Do not use @sc in a direntry.
8659         * stabs.texinfo: Change @dircateogry to "Software development".
8660         * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8661
8662 2004-06-13  Andrew Cagney  <cagney@gnu.org>
8663
8664         * gdbint.texinfo (Target Architecture Definition): Delete
8665         description of RETURN_VALUE_ON_STACK.
8666
8667 2004-06-09  Andrew Cagney  <cagney@gnu.org>
8668
8669         * gdbint.texinfo (Native Debugging): Restore "@table @code"
8670         deleted by previous patch.
8671
8672 2004-06-08  Andrew Cagney  <cagney@gnu.org>
8673
8674         * gdbint.texinfo (Native Debugging): Delete documentation on
8675         ATTACH_DETACH.
8676
8677 2004-06-06  Randolph Chung  <tausq@debian.org>
8678
8679         * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8680
8681 2004-06-06  Randolph Chung  <tausq@debian.org>
8682
8683         * gdb.texinfo (push_dummy_call): Update argument list to match
8684         the new push_dummy_call method signature.  Describe the function
8685         argument.
8686
8687 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
8688
8689         * gdb.texinfo (Starting): Document new start command.
8690
8691 2004-05-21  Andrew Cagney  <cagney@redhat.com>
8692
8693         * observer.texi (GDB Observers): Document "inferior_created".
8694
8695 2004-05-08  Andrew Cagney  <cagney@redhat.com>
8696
8697         * gdbint.texinfo (Target Architecture Definition): Delete
8698         description of DO_DEFERRED_STORES.
8699
8700         * gdbint.texinfo (Target Architecture Definition): Delete
8701         references to DEPRECATED_FIX_CALL_DUMMY.
8702
8703         * gdbint.texinfo (Target Architecture Definition): Delete
8704         description of DEPRECATED_CALL_DUMMY_WORDS,
8705         DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8706
8707         * gdbint.texinfo (Target Architecture Definition): Delete
8708         description of DEPRECATED_PUSH_DUMMY_FRAME.
8709
8710         * gdbint.texinfo (Target Architecture Definition): Delete
8711         reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8712
8713 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8714
8715         * observer.texi (GDB Observers): Add "Debugging" section.  Include
8716         cross reference to "set/show debug observer".
8717         * gdb.texinfo (Debugging Output): Document "set/show debug
8718         observer".
8719
8720 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8721
8722         * gdbint.texinfo (Target Architecture Definition): Delete
8723         description of DEPRECATED_PC_IN_SIGTRAMP.
8724
8725 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8726
8727         * gdbint.texinfo (Target Architecture Definition): Delete
8728         documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8729
8730 2004-04-30  Orjan Friberg  <orjanf@axis.com>
8731
8732         * observer.texi (GDB Observers): Correct spelling.
8733
8734 2004-04-26  Orjan Friberg  <orjanf@axis.com>
8735
8736         * observer.texi (GDB Observers): Add target_changed event.
8737
8738 2004-04-08  Andrew Cagney  <cagney@redhat.com>
8739
8740         * observer.texi (GDB Observers): Rework, provide generic observer
8741         definitions and then a list of observable events.
8742
8743 2004-04-04  Andrew Cagney  <cagney@redhat.com>
8744
8745         * gdbint.texinfo (Host Definition): Delete reference to
8746         NO_SIGINTERRUPT.
8747
8748 2004-04-02  Andrew Cagney  <cagney@redhat.com>
8749
8750         * gdbint.texinfo (Target Architecture Definition): Delete
8751         reference to DEPRECATED_CALL_DUMMY_LENGTH.
8752
8753 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
8754
8755         * gdb.texinfo (TUI Commands): Document tui reg commands.
8756
8757 2004-03-26  Andrew Cagney  <cagney@redhat.com>
8758
8759         * gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
8760         "gdbtui".
8761         (Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
8762         (Contributors): Mention both Text and Terminal User Interface.
8763
8764 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8765
8766         * gdbint.texinfo (Target Architecture Definition): Deprecate
8767         references to SIGTRAMP_START and SIGTRAMP_END.
8768
8769 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8770
8771         * gdbint.texinfo (Target Architecture Definition): Deprecate
8772         references to PC_IN_SIGTRAMP.
8773
8774 2004-03-19  Andrew Cagney  <cagney@redhat.com>
8775
8776         * gdbint.texinfo (Target Architecture Definition): Delete
8777         reference to GDB_TARGET_IS_HPPA.
8778
8779 2004-03-18  Andrew Cagney  <cagney@redhat.com>
8780
8781         * gdbint.texinfo (Coding): Update section on gdbarch_data,
8782         describe pre_init and post_init.
8783
8784 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8785
8786         * gdb.texinfo (Debugging Output): Document values for "set debug
8787         target".
8788
8789 2004-02-28  Andrew Cagney  <cagney@redhat.com>
8790
8791         * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8792
8793 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
8794
8795         * gdb.texinfo (breakpoints): Add information about the
8796         new "set breakpoint pending" and "show breakpoint pending"
8797         commands.
8798
8799 2004-02-26  Andrew Cagney  <cagney@redhat.com>
8800
8801         * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8802         in Per-architecture module data section.
8803
8804 2004-02-25  Roland McGrath  <roland@redhat.com>
8805
8806         * gdb.texinfo (General Query Packets): Document qPart:... packets.
8807
8808 2004-02-24  Andrew Cagney  <cagney@redhat.com>
8809
8810         * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8811         * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8812         * fdl.texi: Import Version 1.2, November 2002.
8813
8814 2004-02-17  Andrew Cagney  <cagney@redhat.com>
8815
8816         * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8817
8818 2004-02-16  Andrew Cagney  <cagney@redhat.com>
8819
8820         * gdbint.texinfo (Target Architecture Definition): Deprecate
8821         FRAMELESS_FUNCTION_INVOCATION.
8822
8823 2004-02-16  Andrew Cagney  <cagney@redhat.com>
8824
8825         * gdbint.texinfo (Coding): Mention -Wunused-function.
8826
8827 2004-02-14  Andrew Cagney  <cagney@redhat.com>
8828
8829         * gdbint.texinfo (Target Architecture Definition): Delete
8830         description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8831
8832 2004-02-12  Elena Zannoni  <ezannoni@redhat.com>
8833
8834         * gdb.texinfo: Properly quote the name "C++".
8835         * gdbint.texinfo: Ditto.
8836         * stabs.texinfo: Ditto.
8837
8838 2004-02-11  Elena Zannoni  <ezannoni@redhat.com>
8839
8840         * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8841         minimal information about libiberty.
8842
8843 2004-02-06  Michael Chastain  <mec.gnu@mindspring.com>
8844
8845         * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8846
8847 2004-02-04  Roland McGrath  <roland@redhat.com>
8848
8849         * gdb.texinfo (Auxiliary Vector): New node (section).
8850         (Data): Add it to the menu.
8851
8852 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
8853
8854         * gdb.texinfo (Breakpoints): Add information about pending
8855         breakpoint support.
8856
8857 2004-01-26  Andrew Cagney  <cagney@redhat.com>
8858
8859         * gdb.texinfo (Overview): Delete references to the cisco protocol
8860         including the "N" response.
8861
8862 2004-01-26  Andrew Cagney  <cagney@redhat.com>
8863
8864         * gdbint.texinfo (Target Architecture Definition): Rename
8865         EXTRACT_STRUCT_VALUE_ADDRESS to
8866         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8867
8868 2004-01-24  Eli Zaretskii  <eliz@gnu.org>
8869
8870         * gdb.texinfo (KOD): Document "show os".  Add index entries for
8871         "set/show os" and "info cisco" commands.
8872
8873 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
8874
8875         * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8876
8877 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
8878
8879         * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8880         MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8881
8882 2004-01-19  Nick Roberts  <nick@nick.uklinux.net>
8883
8884         * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8885         -stack-list-locals.
8886         (GDB/MI Variable Objects): Describe extension to
8887         -var-list-children.
8888
8889 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
8890
8891         * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8892
8893 2004-01-17  Andrew Cagney  <cagney@redhat.com>
8894
8895         * gdbint.texinfo (Target Architecture Definition): Delete
8896         documentation on DEPRECATED_NPC_REGNUM.
8897
8898 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
8899
8900         * gdb.texinfo: Update copyright year.  Mention that set
8901         follow-fork-mode is supported on GNU/Linux.  Remove documentation of
8902         "set follow-fork-mode ask".
8903
8904 2004-01-13  Andrew Cagney  <cagney@redhat.com>
8905
8906         * gdbint.texinfo: Update copyright year.
8907         (Coding): Add -Wunused-label to list of -Werror warnings.
8908
8909 2004-01-08  Jason Molenda  <jmolenda@apple.com>
8910             Eli Zaretskii  <eliz@gnu.org>
8911
8912         * gdb.texinfo: Update copyright.
8913         (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
8914         around names, as appropriate.  Minor syntax cleanup of
8915         _NSPrintForDebugger explanation.  Two spaces after periods.
8916         GDBN used instead of lit. "gdb".  Index entries added for
8917         print-object and _NSPrintForDebugger.  @noindent added in one spot.
8918
8919 2003-11-11  Elena Zannoni  <ezannoni@redhat.com>
8920
8921         * stabs.texinfo: Add dircategory and direntry commands.
8922         * annotate.texinfo: Ditto.
8923
8924 2003-11-10  Andrew Cagney  <cagney@redhat.com>
8925
8926         * gdbint.texinfo (Target Architecture Definition): Replace the
8927         return_value method's "inval" and "outval" parameters with
8928         "readbuf" and "writebuf".
8929
8930 2003-10-28  Jim Blandy  <jimb@redhat.com>
8931
8932         * gdb.texinfo (The F request packet, The F reply packet): Renamed
8933         from "The `F' request packet" and "The `F' reply packet", to make
8934         texi2dvi happy.
8935         (File-I/O remote protocol extension): Update menu entries, too.
8936
8937 2003-10-26  Michael Chastain  <mec@shout.net>
8938
8939         * gdb.texinfo (Thread Stops): Document the issue with
8940         premature return from system calls in multi-threaded programs.
8941
8942 2003-10-24  Andrew Cagney  <cagney@redhat.com>
8943
8944         * annotate.texinfo: Fix "fortunatly"[sic].
8945
8946 2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>
8947
8948         * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8949         with "Hitachi" and "Mitsubishi".
8950
8951 2003-10-20  Andrew Cagney  <cagney@redhat.com>
8952
8953         * gdbint.texinfo (Target Architecture Definition): Document
8954         gdbarch_return_value.  Add cross references from
8955         USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8956         STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8957
8958 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
8959
8960         * gdbint.texinfo (Target Architecture Definition): Document
8961         regset_from_core_section.
8962
8963 2003-10-16  Kei Sakamot Sakamoto  <sakamoto.kei@renesas.com>
8964
8965         * gdb.texinfo (M32R/D): Mention m32rsdi target.
8966
8967 2003-10-15  Kevin Buettner  <kevinb@redhat.com>
8968
8969         From Anthony Green  <green@redhat.com>:
8970         * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8971
8972 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
8973
8974         * gdb.texinfo (Breakpoint related warnings): New node.
8975         * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8976
8977 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
8978
8979         * gdb.texinfo (Remote Protocol): Document v and vCont.
8980
8981 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
8982
8983         * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8984         * gdbint.texinfo: Ditto.
8985
8986 2003-10-09  Andrew Cagney  <cagney@redhat.com>
8987
8988         From 2003-09-18 David Anderson <davea@sgi.com>:
8989         * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8990         "command".
8991
8992 2003-10-03  Andrew Cagney  <cagney@redhat.com>
8993
8994         * gdbint.texinfo (Target Architecture Definition): Deprecate
8995         IBM6000_TARGET.  Mention that it implies an RS/6000 system and not
8996         just target.
8997
8998 2003-10-02  Andrew Cagney  <cagney@redhat.com>
8999
9000         * gdbint.texinfo (Target Architecture Definition): Rename
9001         REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9002         * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9003         * gdbint.texinfo (Target Architecture Definition): Rename
9004
9005 2003-09-30  Andrew Cagney  <cagney@redhat.com>
9006
9007         REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
9008         (Target Architecture Definition):
9009
9010         * gdbint.texinfo (Target Architecture Definition): Rename
9011         REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9012
9013 2003-09-29  Andrew Cagney  <cagney@redhat.com>
9014
9015         * gdbint.texinfo (Target Architecture Definition): Delete
9016         documentation for NEED_TEXT_START_END.
9017
9018         * gdbint.texinfo (Target Architecture Definition): Rename
9019         NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
9020         TARGET_WRITE_PC.
9021
9022 2003-09-22  Michael Chastain  <mec@shout.net>
9023
9024         * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9025
9026 2003-09-21  Anthony Green  <green@redhat.com>
9027
9028         * gdbint.texinfo (Target Architecture Definition): Fix typos.
9029
9030 2003-09-21  Mark Kettenis  <kettenis@gnu.org>
9031
9032         * gdbint.texinfo (Target Architecture Definition): Document
9033         stabs_argument_has_addr.
9034
9035 2003-09-18  Andrew Cagney  <cagney@redhat.com>
9036
9037         * gdbint.texinfo (Target Architecture Definition): Delete
9038         documentation on REGISTER_NAMES.
9039
9040 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
9041
9042         * gdbint.texinfo (Target Architecture Definition): Replace
9043         REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9044
9045 2003-09-11  Andrew Cagney  <cagney@redhat.com>
9046
9047         * gdbint.texinfo (Target Architecture Definition): Replace
9048         STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9049
9050 2003-08-18  Andrew Cagney  <cagney@redhat.com>
9051
9052         * gdbint.texinfo (Target Architecture Definition): Document
9053         "frame_red_zone_size".
9054
9055 2003-08-09  Andrew Cagney  <cagney@redhat.com>
9056
9057         * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9058         with "set/show backtrace past-main" and "set/show backtrace
9059         limit".
9060
9061 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
9062
9063         * Makefile.in (install-info): Support DESTDIR.
9064         (install-html): Likewise.
9065
9066 2003-08-07  Andrew Cagney  <cagney@redhat.com>
9067
9068         Patch from Nick Roberts.
9069         * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9070         bindings.  Remove description of send-gdb-command.
9071
9072 2003-08-07  Andrew Cagney  <cagney@redhat.com>
9073
9074         * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9075         GDB 6.0.
9076
9077 2003-08-06  Andrew Cagney  <cagney@redhat.com>
9078
9079         * gdb.texinfo (Mode Options): Mention that level three is the
9080         highest available and that level 2 is deprecated.
9081         (Annotations Overview): Mention annotation levels. Cross reference
9082         to "Limitations of the Annotation Interface" in annotate.texi.
9083         (TODO, Value Annotations, Frame Annotations): Delete section.
9084         (Displays, Breakpoint Info): Delete.
9085
9086 2003-08-04  Andrew Cagney  <cagney@redhat.com>
9087
9088         * agentexpr.texi: Delete @bye.
9089         * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9090         (stabs.info): Add $(srcdir) to include search path.
9091         (html): Depend on "annotate_toc.html", and not "annotate.html".
9092         * stabs.texinfo: Ditto.  Include "fdl.texi".
9093         * gdbint.texinfo: Update copyright statement's list of invariant
9094         sections.
9095
9096 2003-07-28  Andrew Cagney  <cagney@redhat.com>
9097
9098         * Makefile.in (INFO_DEPS): Add annotate.info.
9099         (dvi, ps, html, pdf): Add annotate.
9100         (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9101         (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9102         (ANNOTATE_DOC_FILES): New macro.
9103         (ANNOTATE_TEX_TMPS): New macro.
9104         (annotate.info, annotate_toc.html): Specify dependencies.
9105         (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9106         * annotate.texinfo: Rename annotate.texi.  Get building.  Add
9107         "Migrating to GDB/MI" and "Limitations of the Annotation
9108         Interface" chapters.  Mention why it is not part of the user
9109         guide.  Update copyright notice.  Include "fdl.texi".
9110
9111 2003-07-26  Stephane Carrez  <stcarrez@nerim.fr>
9112
9113         * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9114
9115 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
9116
9117         * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9118
9119 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
9120
9121         * gdb.texinfo (Server): Mention pidof.
9122
9123 2003-07-22  Andrew Cagney  <cagney@redhat.com>
9124
9125         * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9126         list.
9127
9128 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
9129
9130         * gdb.texinfo (Logging output): New chapter.
9131
9132 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
9133
9134         * gdb.texinfo (Unsupported languages): New section.
9135         (Languages): Add link to new section.
9136
9137 2003-06-22  Andrew Cagney  <cagney@redhat.com>
9138
9139         * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9140
9141 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
9142
9143         * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9144
9145 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
9146
9147         * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9148         * agentexpr.texi: Retitle section, and change it to an appendix.
9149         Comment out texinfo initialization.  Factor a @var{} into two
9150         pieces to prevent makeinfo warnings.
9151         * gdb.texinfo: Add Agent Expressions appendix.
9152
9153 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
9154
9155         * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9156
9157 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
9158
9159         * gdb.texinfo (Remote Debugging): New section "Connecting to a
9160         remote target".  Document the "detach" and "disconnect" commands.
9161         (Server, Netware, Debug Session): Reference "Connecting to a
9162         remote target".
9163         (GDB/MI Target Manipulation): Document "-target-disconnect".
9164
9165 2003-06-13  Andrew Cagney  <cagney@redhat.com>
9166
9167         * gdbint.texinfo (Target Architecture Definition): Deprecate
9168         REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9169         BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
9170
9171 2003-06-09  Jim Blandy  <jimb@redhat.com>
9172
9173         * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9174
9175 2003-06-08  Andrew Cagney  <cagney@redhat.com>
9176
9177         * gdbint.texinfo (Target Architecture Definition): Delete
9178         documentation on FRAME_ARGS_ADDRESS_CORRECT.
9179
9180 2003-06-08  Andrew Cagney  <cagney@redhat.com>
9181
9182         * gdbint.texinfo (Target Architecture Definition): Document
9183         "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
9184
9185 2003-06-07  Adam Fedor  <fedor@gnu.org>
9186
9187         * gdb.texinfo: Add Objective-C documentation.
9188
9189 2003-06-01  Andrew Cagney  <cagney@redhat.com>
9190
9191         * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9192         parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
9193
9194 2003-05-21  Andrew Cagney  <cagney@redhat.com>
9195
9196         * gdbint.texinfo (Target Architecture Definition): Delete
9197         references to "extract_address" and "store_address".
9198
9199 2003-05-16  Andrew Cagney  <cagney@redhat.com>
9200
9201         * gdbint.texinfo (Target Architecture Definition): Replace
9202         REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
9203         DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9204
9205 2003-05-14  Theodore A. Roth  <troth@openavr.org>
9206
9207         * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9208
9209 2003-05-10  H.J. Lu <hongjiu.lu@intel.com>
9210
9211         * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9212         (gdb.dvi): Likewise.
9213         (gdb.pdf): Likewise.
9214         (links2roff): Likewise.
9215
9216 2003-05-08  Jim Blandy  <jimb@redhat.com>
9217
9218         * gdb.texinfo (Dump/Restore Files): Update documentation for
9219         'dump', 'append', and 'restore': note that format argument is
9220         optional; simplify presentation of the command variants; and be
9221         more precise about the formats.
9222
9223 2003-05-07  Jim Blandy  <jimb@redhat.com>
9224
9225         * gdb.texinfo (Symbols): Update documentation: 'maint list
9226         symtabs' and 'maint list psymtabs' have been renamed 'maint info
9227         symtabs' and 'maint info psymtabs'.
9228
9229 2003-05-05  Andrew Cagney  <cagney@redhat.com>
9230
9231         * gdbint.texinfo (Target Architecture Definition): Make
9232         CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9233         FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9234         CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9235
9236 2003-05-04  Andrew Cagney  <cagney@redhat.com>
9237
9238         * gdb.texinfo (Maintenance Commands): Document "maint print
9239         dummy-frames".
9240
9241 2003-05-04  Andrew Cagney  <cagney@redhat.com>
9242
9243         * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9244
9245 2003-05-03  J. Brobecker  <brobecker@gnat.com>
9246
9247         Thierry Schneider  <tpschneider1@yahoo.com>
9248         * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9249         for new MI command.
9250
9251 2003-05-03  Andrew Cagney  <cagney@redhat.com>
9252
9253         * gdbint.texinfo (Target Architecture Definition): Document
9254         push_dummy_code.  Add cross references.
9255
9256 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
9257
9258         * gdb.texinfo (Character Sets): Update to reflect new behavior of
9259         set/show charsets commands.
9260
9261 2003-04-28  Andrew Cagney  <cagney@redhat.com>
9262
9263         * gdbint.texinfo (Target Architecture Definition): Replace
9264         read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9265         DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9266
9267 2003-04-28  Andrew Cagney  <cagney@redhat.com>
9268
9269         * gdbint.texinfo (Target Architecture Definition): Rename
9270         "tm_print_insn" to "deprecated_tm_print_insn".
9271
9272 2003-04-09  Jim Blandy  <jimb@redhat.com>
9273
9274         * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9275         list psymtabs'.
9276
9277 2003-04-08  Andrew Cagney  <cagney@redhat.com>
9278
9279         * gdbint.texinfo (Target Architecture Definition): Delete
9280         references to EXTRA_FRAME_INFO.
9281
9282 2003-04-08  Andrew Cagney  <cagney@redhat.com>
9283
9284         * gdbint.texinfo (Target Architecture Definition): Delete
9285         PRINT_TYPELESS_INTEGER.
9286
9287 2003-04-02  J. Brobecker  <brobecker@gnat.com>
9288
9289         * observer.texi (GDB Observers): Adjust the documentation for the
9290         normal_stop notification to better describe reality. Fix a couple
9291         of minor typos.
9292
9293 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
9294
9295         * gdb.texinfo (GDB/MI Program Control): Add
9296         '-file-list-exec-source-file'
9297
9298 2003-03-31  Andrew Cagney  <cagney@redhat.com>
9299
9300         * gdbint.texinfo (Target Architecture Definition): Delete
9301         references to CALL_DUMMY_P.
9302
9303 2003-03-30  Andrew Cagney  <cagney@redhat.com>
9304
9305         * gdbint.texinfo (Target Architecture Definition): Remove
9306         reference to TARGET_WRITE_SP.
9307
9308 2003-03-27  Andrew Cagney  <cagney@redhat.com>
9309
9310         * gdbint.texinfo (Target Architecture Definition): Remove
9311         references to write_sp.
9312
9313 2003-03-27  Andrew Cagney  <cagney@redhat.com>
9314
9315         * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9316         chapter body.  Use @smallexample instead of @example.
9317         (Annotations): Ditto.
9318         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9319         annotate.texi.
9320
9321 2003-03-26  Andrew Cagney  <cagney@redhat.com>
9322
9323         * gdbint.texinfo (Target Architecture Definition): Replace
9324         PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9325         dummy_addr parameters.
9326
9327 2003-03-25  Andrew Cagney  <cagney@redhat.com>
9328
9329         * gdbint.texinfo (Target Architecture Definition): Delete
9330         reference to CALL_DUMMY_STACK_ADJUST_P.  Rename
9331         CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9332         Add reference to PUSH_ARGUMENTS.
9333
9334 2003-03-23  Andrew Cagney  <cagney@redhat.com>
9335
9336         * gdbint.texinfo (Algorithms, Target Architecture Definition):
9337         Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9338
9339 2003-03-18  J. Brobecker  <brobecker@gnat.com>
9340
9341         * gdbint.texinfo (Algorithms): Add new section describing the
9342         Observer paradigm.
9343         (Top): Add menu entry to new observer appendix.
9344         * observer.texi: New file.
9345         * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9346         new observer.texi file.
9347
9348 2003-03-17  Andrew Cagney  <cagney@redhat.com>
9349
9350         * gdb.texinfo (DATE): Delete.  Remove date from titles.  Mention
9351         that GNU Press update the manual version number.
9352
9353 2003-03-12  Andrew Cagney  <cagney@redhat.com>
9354
9355         * gdbint.texinfo (Target Architecture Definition): Delete
9356         references to get_saved_register.  Rename GET_SAVED_REGISTER to
9357         DEPRECATED_GET_SAVED_REGISTER.
9358
9359 2003-03-13  Andrew Cagney  <cagney@redhat.com>
9360
9361         * gdbint.texinfo (Target Architecture Definition): Replace
9362         POP_FRAME with DEPRECATED_POP_FRAME.  Update description.
9363
9364 2003-03-12  Andrew Cagney  <cagney@redhat.com>
9365
9366         * gdbint.texinfo (Target Architecture Definition): Rename
9367         FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
9368
9369 2003-03-10  Corinna Vinschen  <vinschen@redhat.com>
9370
9371         * gdb.texinfo: Add File-I/O documentation.
9372
9373 2003-03-10  Andrew Cagney  <cagney@redhat.com>
9374
9375         * gdbint.texinfo (Target Architecture Definition): Cross reference
9376         FRAME_SAVED_PC to unwind_pc.  Document unwind_pc.
9377
9378 2003-03-07  Andrew Cagney  <cagney@redhat.com>
9379
9380         * gdb.texinfo (Debugging Output): Mention the "set/show debug
9381         frame" command.
9382
9383 2003-03-05  Andrew Cagney  <cagney@redhat.com>
9384
9385         * gdbint.texinfo (Target Architecture Definition): Document
9386         unwind_dummy_id.  Cross reference unwind_dummy_id and
9387         SAVE_DUMMY_FRAME_TOS.
9388
9389 2003-03-05  James Ingham <jingham@apple.com>
9390             Daniel Jacobowitz  <drow@mvista.com>
9391
9392         * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9393         and "show cp-abi".
9394
9395 2003-03-03  Andrew Cagney  <cagney@redhat.com>
9396
9397         * gdbint.texinfo (Target Architecture Definition): Document
9398         register_type.
9399
9400 2003-03-03  Andrew Cagney  <cagney@redhat.com>
9401
9402         * stabs.texinfo (Structures): Use @samp and separate @var's
9403         instead of a single @var containing a comma separated list.
9404         (Unions): Ditto.
9405
9406 2003-03-02  Daniel Jacobowitz  <drow@mvista.com>
9407
9408         * Makefile.in (distclean): Remove config.log.
9409
9410 2003-03-01  Andrew Cagney  <cagney@redhat.com>
9411
9412         * gdbint.texinfo (Target Architecture Definition): Rename
9413         FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9414
9415 2003-03-01  Andrew Cagney  <cagney@redhat.com>
9416
9417         * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9418         DEPRECATED_INIT_EXTRA_FRAME_INFO.
9419
9420 2003-02-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
9421
9422         * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9423         (Non-debug DLL symbols): New node, describing the minimal symbols
9424         loaded from DLLs without real debugging symbols.
9425
9426 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
9427
9428         * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9429         hardware-breakpoint-limit".
9430         (Set Watchpoints): Add cross reference to "set remote
9431         hardware-watchpoint-limit".
9432         (Remote configuration options): New section.
9433
9434 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
9435
9436         * gdbint.texinfo (Target Architecture Definition): Delete
9437         descrption of IS_TRAPPED_INTERNALVAR.
9438
9439         From Keith Seitz <keiths@redhat.com>:
9440         * gdb.texinfo (Interpreters): New chapter.  Refer the command-line
9441         option "-i"/"--interpreter" to this chapter.  Include index
9442         entries.
9443
9444 2003-02-04  David Carlton  <carlton@math.stanford.edu>
9445
9446         * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9447         (Variables): Recommend stabs+ and DWARF 2.
9448         (C plus plus expressions): Correct info about
9449         compiler versions, debug formats.
9450         (Contributors): Change 'DWARF2' to 'DWARF 2'.
9451         PR symtab/874.
9452
9453 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
9454
9455         * gdbint.texinfo (Target Architecture Definition): Delete
9456         description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9457         ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9458         BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9459         references to nindy and i960.
9460         * gdb.texinfo (i960): Delete all references to i960 and nindy.
9461
9462 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
9463
9464         * gdbint.texinfo (Target Architecture Definition): Delete
9465         FLOAT_INFO.
9466
9467 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
9468
9469         * stabs.texinfo (Member Type Descriptor): Clarify description of
9470         `@'.  Suggested by Ben Hutchings.
9471
9472 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
9473
9474         * gdb.texinfo (M68K): Delete reference to es1800.
9475
9476 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
9477
9478         * gdb.texinfo (Maintenance Commands): Document `maint print
9479         reggroups' and `maint print register-groups'.
9480         * gdbint.texinfo (Target Architecture Definition): Document
9481         register_reggroup_p.
9482
9483 2003-01-23  Jim Blandy  <jimb@redhat.com>
9484
9485         * gdb.texinfo (Separate Debug Files): New section.
9486
9487 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
9488
9489         * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9490         and "maint show profile".
9491
9492 2003-01-16  Michael Chastain  <mec@shout.net>
9493
9494         * gdb.texinfo (Installing GDB): Warn against
9495         ".../gdb-VERSION/gdb/configure".
9496         (Separate Objdir): Likewise.
9497
9498 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
9499
9500         * gdbint.texinfo (Target Architecture Definition): Delete
9501         definition of PRINT_REGISTER_HOOK.
9502
9503 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
9504
9505         (OpenRISC 1000): Fix formatting of command names.
9506
9507 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
9508
9509         * gdb.texinfo (Continuing and Stepping): Add new command
9510         'advance'. Clarify behavior of 'until'.
9511
9512 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
9513
9514         * gdb.texinfo (Files): Document solib-absolute-prefix and
9515         solib-search-path.
9516
9517 2003-01-09  Michael Chastain  <mec@shout.net>
9518
9519         * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9520         (Create a Release): Add new instructions for new @file{src-release}.
9521         Document existing instructions for @file{Makefile.in} as
9522         being for @value{GDBN} 5.3.1 or earlier.
9523
9524 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
9525
9526         * gdbint.texinfo (Target Architecture Definition): Mention
9527         frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9528         allocate memory.
9529
9530 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9531
9532         * gdb.texinfo (Controlling GDB): Add @kindex for
9533         "show osabi".
9534         (Backtraces): Add @kindex's for backtrace-below-main.
9535
9536 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9537
9538         * gdb.texinfo (Controlling GDB): Document "set osabi".
9539
9540 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9541
9542         * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9543         * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9544
9545 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9546
9547         * gdb.texinfo (Controlling GDB): Add ABI section.  Document
9548         "set coerce-float-to-double".
9549         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9550
9551 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
9552
9553         * stabs.texinfo: Remove obsolete text.
9554         * gdbint.texinfo: Ditto.
9555         * gdb.texinfo: Ditto.
9556
9557 2002-12-22  Mark Kettenis  <kettenis@gnu.org>
9558
9559         * gdbint.texinfo (Target Architecture Definition): Update
9560         description of gdbarch_register_osabi.
9561
9562 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
9563
9564         * agentexpr.texi: Fix typos.
9565         * annotate.texi: Likewise.
9566         * fdl.texi: Likewise.
9567
9568 2002-12-10  Andrew Cagney  <cagney@redhat.com>
9569
9570         * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9571         DEPRECATED_INIT_FRAME_PC.
9572
9573 2002-12-01  Andrew Cagney  <ac131313@redhat.com>
9574
9575         * gdbint.texinfo (Target Architecture Definition): Delete
9576         PC_IN_CALL_DUMMY.
9577
9578 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
9579
9580         * gdbint.texinfo (Host Definition): Delete documentation on
9581         USE_GENERIC_DUMMY_FRAMES.
9582
9583 2002-11-26  Elena Zannoni  <ezannoni@redhat.com>
9584
9585         Fix PR gdb/723 and PR gdb/245.
9586         * Makefile.in (install-info): Run the install-info command as part
9587         of the post install steps only.
9588         (uninstall-info): New target.
9589         (uninstall): New target.
9590
9591 2002-11-22  Elena Zannoni  <ezannoni@redhat.com>
9592
9593         * Makefile.in (install): Make install do some real work.
9594
9595 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
9596
9597         Fix POSIX problem reported by Paul Eggert.
9598         * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9599         Fix PR gdb/527.
9600
9601 2002-10-26  Andrew Cagney  <cagney@redhat.com>
9602
9603         * gdbint.texinfo (Target Architecture Definition): Delete
9604         definition of DO_REGISTERS_INFO.
9605
9606 2002-10-18  Kevin Buettner  <kevinb@redhat.com>
9607
9608         * gdbint.texinfo (Address Classes): Fix problems with insertion
9609         of ``{'' and ``}'' in example.
9610
9611 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
9612
9613         * gdbint.texinfo (Address Classes): New section.
9614         (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9615         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9616         ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9617         ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9618
9619 2002-10-11  Klee Dienes  <kdienes@apple.com>
9620
9621         * gdb.texinfo (Registers): Mention vector registers as well as
9622         floating registers in the documentation for 'info registers' and
9623         'info all-registers'.
9624
9625 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
9626
9627         * gdbint.texinfo (CPLUS_MARKER): Remove item.
9628
9629 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
9630
9631         * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9632         interface definition.
9633
9634 2002-10-03  Marko Mlinar   <markom@opencores.org>
9635
9636         * gdb.texinfo (Target Commands): Add or1k target specific
9637         commands.
9638         * gdb.texinfo (Contributors): Add myself to the contributors list.
9639
9640 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
9641
9642         * gdb.texinfo (Mode Options): Update --interpreter option.  "mi2"
9643         and "mi1" instead of "mi1" and "mi0".
9644
9645 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
9646
9647         * gdb.texinfo (Packets): Fix typos "alligned".
9648         Correct z3/Z3 description.  Correct z4/Z4 title.
9649
9650 2002-09-27  Andrew Cagney  <ac131313@redhat.com>
9651
9652         * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
9653
9654 2002-09-25  Kevin Buettner  <kevinb@redhat.com>
9655
9656         * gdb.texinfo: Use GNU/Linux instead of Linux.
9657
9658 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
9659
9660         * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9661
9662 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
9663
9664         * gdb.texinfo: Replace @example with @smallexample.
9665
9666 2002-09-20  Kevin Buettner  <kevinb@redhat.com>
9667
9668         From Eli Zaretskii  <eliz@gnu.org>:
9669         * gdb.texinfo (Character Sets): Use @smallexample instead of
9670         @example.  Use GNU/Linux instead of Linux.
9671
9672 2002-09-20  Jim Blandy  <jimb@redhat.com>
9673
9674         * gdb.texinfo: Add character set documentation.
9675
9676 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9677
9678         * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9679         (Packets): Add cross reference from `b' packet to `z' packets.
9680
9681 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9682
9683         * gdb.texinfo (Maintenance Commands): Document ``maint
9684         internal-error'' and ``maint internal-warning''.
9685
9686         * gdbint.texinfo (Target Architecture Definition): Revise
9687         description of STACK_ALIGN.  Add description of FRAME_ALIGN.
9688
9689 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
9690
9691         * gdbint.texinfo (Target Conditionals): Document the new
9692         NAME_OF_MALLOC macro.
9693
9694 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
9695
9696         * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9697         engineer.
9698
9699 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9700
9701         * gdb.texinfo (TUI Overview): Document status line fields.
9702
9703 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9704
9705         * gdb.texinfo (TUI Commands): Document info win command.
9706
9707 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9708
9709         * gdb.texinfo (TUI Overview): Document breakpoint markers.
9710
9711 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9712
9713         * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9714         (TUI Keys): Likewise.
9715
9716 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9717
9718         * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9719         for a packet receive.
9720
9721 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9722
9723         * Makefile.in (clean): Move to end of file.
9724         (distclean, maintainer-clean, realclean): Ditto.
9725         (mostlyclean): Move rule to end of file.  Use GDB_TEX_TMPS,
9726         GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9727         (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9728         (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9729
9730 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
9731
9732         * Makefile.in (GDBINT_TEX_TMPS): Define.
9733         (gdbint.dvi, gdbint.pdf): Use
9734         (GDB_TEX_TMPS): Define.
9735         (gdb.dvi, gdb.pdf): Use.
9736         (STABS_TEX_TMPS): Define.
9737         (stabs.dvi, stabs.pdf): Use.
9738         (GDB_DOC_SOURCE_INCLUDES): New macros.
9739         (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9740         (GDBINT_DOC_FILES_INCLUDES): New macros.
9741         (GDBINT_DOC_BUILD_INCLUDES): New macros.
9742         (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9743         (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9744         (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9745         (links2roff): Replace SFILES_INCLUDED with
9746         GDB_DOC_SOURCE_INCLUDES.
9747         (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9748         (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9749         (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9750         dependencies.
9751         (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9752         dependencies.
9753         (gdbmi.texinfo): Delete rule.
9754         (inc-hist.texinfo): Delete rule.
9755         (rluser.texinfo): Delete rule.
9756
9757 2002-08-23  Andrew Cagney  <cagney@redhat.com>
9758
9759         * gdbint.texinfo (Target Architecture Definition): Update
9760         STORE_RETURN_VALUE, mention regcache.
9761
9762 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
9763
9764         * gdbint.texinfo (Target Architecture Definition): Document
9765         print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
9766
9767 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
9768
9769         * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
9770         Fix minor typos.  Add index entries.
9771
9772 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
9773
9774         * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9775
9776 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
9777
9778         * gdbint.texinfo (Target Architecture Definition): Document
9779         PRINT_VECTOR_INFO.
9780         * gdb.texinfo (Vector Unit): Document "info vectors" command.
9781
9782 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
9783
9784         * gdb.texinfo (Maintenance Commands): Document "maint print
9785         registers", "maint print raw-registers" and "maint print
9786         cooked-registers".
9787
9788 2002-08-08  Grace Sainsbury  <graces@redhat.com>
9789
9790         From Mark Salter:
9791         * gdb.texinfo (Protocol): Document T packet extension to
9792         allow watchpoint address reporting.
9793
9794 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
9795
9796         * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9797
9798 2002-08-01  Andrew Cagney  <cagney@redhat.com>
9799
9800         * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9801         to CHILL.
9802
9803 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
9804
9805         * gdbint.texinfo (Coding): Revise section "Include Files".
9806
9807 2002-07-24  Andrew Cagney  <cagney@redhat.com>
9808
9809         * gdbint.texinfo: Obsolete references to m88k.
9810         * gdb.texinfo: Ditto.
9811
9812 2002-07-10  Joel Brobecker  <brobecker@gnat.com>
9813
9814         * gdbint.texinfo (Create a release candiate): Add the location
9815         where the proper version of autoconf can be retrieved.
9816
9817 2002-07-09  Don Howard  <dhoward@redhat.com>
9818
9819         * gdb.texinfo (Command Files): Further describe the behavior of
9820         sourced command files.
9821
9822 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
9823
9824         * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9825         (Coding): Clarify ISO C version that GDB assumes.
9826
9827 2002-06-26  Tom Tromey  <tromey@redhat.com>
9828
9829         * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9830         add_setshow_cmd_full.
9831
9832 2002-06-25  Don Howard  <dhoward@redhat.com>
9833
9834         * gdb.texinfo (Memory Region Attributes): Document new behavior
9835         for 'mem' command.
9836
9837 2002-06-11  Jim Blandy  <jimb@redhat.com>
9838
9839         * gdb.texinfo (Symbols): Update documentation for `info source'
9840         command.
9841
9842         * gdb.texinfo (Macros): Call the command `info macro', not
9843         `show macro'.
9844
9845 2002-06-09  Andrew Cagney  <ac131313@redhat.com>
9846
9847         * gdbint.texinfo (Coding): Add section ``Per-architecture module
9848         data''.
9849
9850 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
9851
9852         * gdbint.texinfo (Target Architecture Definition): Document
9853         GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9854
9855 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9856
9857         * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9858         lists.
9859
9860 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9861
9862         * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9863         Branch''.
9864
9865 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
9866
9867         * gdbint.texinfo (Target Architecture Definition): Add section
9868         ``Converting an existing Target Architecture to Multi-arch''.
9869
9870 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
9871
9872         * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9873         to ``Obsoleting code''.  Revise.
9874
9875 2002-05-17  Jim Blandy  <jimb@redhat.com>
9876
9877         * gdb.texinfo (C Preprocessor Macros): New chapter.
9878         Include it in the main menu.
9879         (Contributors): Credit Jim Blandy with macro support.
9880         (Compilation): Explain how to get macro information into the
9881         executable.
9882         (Expressions): Note that preprocessor macros are expanded.
9883
9884 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
9885
9886         * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9887         options for `target remote'.
9888
9889 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
9890
9891         * gdbint.texinfo (Target Architecture Definition): Delete
9892         documentation on NNPC_REGNUM.
9893
9894 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9895
9896         * gdbint.texinfo (Target Architecture Definition): Document
9897         REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9898         (Target Architecture Definition): Revise section `Using Different
9899         Register and Memory Data Representations'.  Add section `Raw and
9900         Virtual Register Representations'.
9901
9902 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9903
9904         * gdbint.texinfo (Target Architecture Definition): Mention
9905         defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9906         (Target Architecture Definition): Mention same.  Add references to
9907         web pages.
9908
9909 2002-05-08  Michael Snyder  <msnyder@redhat.com>
9910
9911         * stabs.texinfo (Attributes): Document new "vector" attribute.
9912
9913 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9914
9915         * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9916
9917 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9918
9919         * gdb.texinfo: Delete obsolete references to a29k.
9920
9921 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
9922
9923         * gdbint.texinfo (Target Architecture Definition): Replace
9924         IN_SIGTRAMP with PC_IN_SIGTRAMP.
9925
9926 2002-04-24  David S. Miller  <davem@redhat.com>
9927
9928         * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9929
9930 2002-04-21  David S. Miller  <davem@redhat.com>
9931
9932         * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9933
9934 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9935
9936         * gdbint.texinfo (Target Architecture Definition): Delete
9937         definition of HAVE_REGISTER_WINDOWS.
9938
9939 2002-04-19  Eli Zaretskii  <eliz@gnu.org>
9940
9941         * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
9942         "Theodore A. Roth" <troth@verinet.com>.
9943
9944 2002-04-15  Don Howard  <dhoward@redhat.com>
9945
9946         From Eli Zaretskii <eliz@gnu.org>
9947         * gdb.texinfo (show max-user-call-depth): Correct formatting.
9948         Provide a better explaination of this feature.
9949
9950 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
9951
9952         * gdbint.texinfo (Target Architecture Definition): Remove
9953         FRAME_CHAIN_COMBINE.
9954
9955 2002-04-12  Michael Chastain  <mec@shout.net>
9956
9957         * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9958         REG_STACK_SEGMENT.
9959
9960 2002-04-09  Michael Chastain  <mec@shout.net>
9961
9962         * gdbint.texinfo (Obsolete Conditionals): Remove references to
9963         PYRAMID_* macros.
9964
9965 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9966
9967         * gdb.texinfo (Bug Reporting): Document that the web is the
9968         prefered way of submitting bug reports.
9969         (Bug Reporting): Delete the s-mail address as the last resort.
9970
9971 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
9972
9973         * gdbint.texinfo (Target Architecture Definition): Delete
9974         references to TARGET_WRITE_FP and write_fp.
9975
9976 2002-03-27  Michael Snyder  <msnyder@redhat.com>
9977
9978         * gdb.texinfo: Document new commands dump, append, and restore.
9979
9980 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9981
9982         * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9983         Branch'.
9984
9985 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9986
9987         * gdb.texinfo: Change all examples to @smallexample.
9988         * gdbint.texinfo: Ditto.
9989
9990 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9991
9992         * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9993         Branches''.
9994
9995 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9996
9997         * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9998         Policy''.
9999
10000 2002-03-04  Fred Fish  <fnf@redhat.com>
10001
10002         * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10003         expresson, suports, dependant, trhe, perhaphs, situtations,
10004         explictily, taged, oportunity, unfortunatly).
10005
10006 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
10007
10008         * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10009         Remove reference to 3.12.
10010
10011 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10012
10013         * gdbint.texinfo: Include fdl.texi.
10014         (Top): Add GNU Free Documentation License.
10015         * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10016         (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10017         (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10018         (gdbint.info): Add srcdir to include path.
10019         * gdb.texinfo: Include gpl.texi.
10020         (Top): Add Copying.
10021         * gpl.texi: New file.
10022
10023 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10024
10025         * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10026
10027 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10028
10029         * gdb.texinfo: Document Cygwin native specific commands.
10030
10031 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
10032
10033         * gdb.texinfo: Document gdbserver ``--attach'' command.
10034
10035 2002-02-07  Michael Snyder  <msnyder@redhat.com>
10036
10037         * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10038         to @code(_ovly_debug_event).
10039
10040 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
10041
10042         * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10043
10044 2002-02-06  Michael Snyder  <msnyder@redhat.com>
10045
10046         * gdb.texinfo (overlays): Mention new magic symbol
10047         '_ovly_debug_event', which allows GDB to keep better track
10048         of overlays.
10049
10050 2002-02-03  Eli Zaretskii  <eliz@gnu.org>
10051
10052         * gdb.texinfo (Memory Region Attributes): Fix the wording.
10053         Suggested by Dmitry Sivachenko.
10054
10055         * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10056
10057 2002-02-01  Michael Snyder  <msnyder@redhat.com>
10058
10059         * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10060
10061 2002-01-30  Michael Snyder  <msnyder@redhat.com>
10062
10063         * gdb.texinfo: (remote protocol): Gramatical fix-up.
10064         (set trust-readonly-sections): Document.
10065
10066 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
10067
10068         * gdbint.texinfo (Releasing GDB): Revise and update.
10069
10070 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
10071
10072         * gdbint.texinfo (Target Architecture Definition): Delete
10073         description of TARGET_BYTE_ORDER_DEFAULT.
10074
10075 2002-01-27  Eli Zaretskii  <eliz@gnu.org>
10076
10077         * gdb.texinfo: Fix typos and markup.  From Dmitry Sivachenko
10078         <mitya@cavia.pp.ru>.
10079
10080 2002-01-23  Andrew Cagney  <ac131313@redhat.com>
10081
10082         * libgdb.texinfo: Delete file.
10083
10084 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
10085
10086         * gdb.texinfo: Remove makeinfo 3.12 hacks.
10087         * gdbint.texinfo: Ditto.
10088
10089 Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
10090
10091         * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10092
10093 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
10094
10095         * Makefile.in: Update copyright.
10096         (TEXI2DVI): Define.
10097         (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10098         (gdbint.dvi, gdbint.pdf): Use TEXI2DVI.  Add dependency on
10099         gdb-cfg.texi.
10100         (TEXINDEX, PDFTEX): Delete makefile variables.
10101
10102 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
10103
10104         * gdb.texinfo (Protocol): Move section to appendix.
10105
10106 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
10107
10108         * gdb.texinfo (Remote Debugging): Create a menu.
10109         (Top): Add ``Remote Debugging'' to menu.
10110
10111 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
10112
10113         * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10114         serial protocol'' from here.
10115         (Remote Debugging): To here.  New chapter.
10116
10117 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
10118
10119         * gdbint.texinfo (Target Architecture Definition): Delete
10120         description of TARGET_BYTE_ORDER_SELECTABLE_P.
10121
10122 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
10123
10124         * gdbint.texinfo (Host Definition): Revise.  xm-xyz.h and xyz.mh
10125         are no longer needed.
10126         (Porting GDB): Add maintainer note about configure.host.
10127
10128 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
10129
10130         * gdbint.texinfo (Target Architecture Definition): Remove
10131         definition of IEEE_FLOAT.
10132
10133 2002-01-20  Eli Zaretskii  <eliz@gnu.org>
10134
10135         * gdb.texinfo: Beautify copyright years; fix a typo.
10136         (DJGPP Native): Fix overfull hboxes in examples.  From Brian Youmans
10137         <3diff@gnu.org>
10138
10139 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
10140
10141         * gdbint.texinfo (Host Definition): Remove references to
10142         MALLOC_INCOMPATIBLE.
10143
10144 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10145
10146         * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10147         and xyz-xdep.o.
10148
10149 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10150
10151         * gdb.texinfo (Maintenance Commands): Add appendix.
10152         (Set Breaks): Copy ``maint info breakpoint'' doco to
10153         ``Maintenance Commands'' appendix.  Add reference.
10154
10155 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10156
10157         * fdl.texi: Remove next/prev from @node.
10158
10159 2002-01-17  Eli Zaretskii  <eliz@gnu.org>
10160
10161         * gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
10162         for monstrous @multitable (from Brian Youmans).
10163
10164         * fdl.texi: New file.
10165
10166         * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10167
10168 2002-01-15  Andrew Cagney  <ac131313@redhat.com>
10169
10170         * gdbint.texinfo (Releasing GDB): New chapter.
10171
10172 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
10173
10174         * gdb.texinfo (Embedded Processors, Calling program functions):
10175         Obsolete references to a29k.
10176
10177 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10178
10179         * gdbint.texinfo (Coding): Review Cleanups section.  Examples
10180         examples.  Document that a code-block should do or discard its
10181         cleanups before exit.
10182
10183 2002-01-11  Michael Snyder  <msnyder@redhat.com>
10184
10185         * gdb.texinfo (Choosing files): Change @samp to @file.
10186
10187 2002-01-05  Michael Snyder  <msnyder@redhat.com>
10188
10189         * gdb.texinfo (--pid): Document new command line option (attach).
10190
10191 2002-01-07  Eli Zaretskii  <eliz@gnu.org>
10192
10193         * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10194         in the stub.
10195
10196 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
10197
10198         * gdbint.texinfo (Target Architecture Definition): Replace
10199         BIG_ENDIAN with BFD_ENDIAN_BIG.
10200
10201 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
10202
10203         * gdbint.texinfo (Target Architecture Definition): Replace
10204         value_ptr with struct value pointer.
10205
10206 2002-01-02  Eli Zaretskii  <eliz@gnu.org>
10207
10208         * gdb.texinfo (Free Software): Fix wording.
10209
10210 2001-12-31  Eli Zaretskii  <eliz@gnu.org>
10211
10212         * gdb.texinfo (Free Software): New section ``Free Software Needs
10213         Free Documentation''.
10214
10215 2001-12-30  Eli Zaretskii  <eliz@gnu.org>
10216
10217         * stabs.texinfo:
10218         * gdb.texinfo:
10219         * gdbint.texinfo:
10220         * libgdb.texinfo:
10221         * annotate.texi: Fix the application of GFDL in the Copyright notice.
10222
10223 2001-12-29  Michael Snyder  <msnyder@redhat.com>
10224
10225         * gdb.texinfo (maint info sections): Fix typo.
10226
10227 2001-12-26  Michael Snyder  <msnyder@redhat.com>
10228
10229         * gdb.texinfo (maint info sections): Document.
10230
10231         * gdb.texinfo (info proc): Comment out documentation for
10232         'info proc' sub-options that are currently not implemented.
10233
10234 2001-12-20  Jim Blandy  <jimb@redhat.com>
10235
10236         * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10237
10238 2001-12-15  Andrew Cagney  <ac131313@redhat.com>
10239
10240         * gdbint.texinfo (Target Architecture Definition): Replace
10241         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10242
10243 2001-12-01  Andrew Cagney  <ac131313@redhat.com>
10244
10245         * gdbint.texinfo (Host Definition): Delete documentation on
10246         HOST_BYTE_ORDER.
10247
10248 2001-11-30  Jim Blandy  <jimb@redhat.com>
10249
10250         * gdb.texinfo (Overlays): New chapter, documenting GDB's
10251         overlay support.  Add to top-level menu.
10252
10253 2001-11-26  Tom Tromey  <tromey@redhat.com>
10254
10255         * gdb.texinfo (Command Syntax): Document C-o binding.
10256
10257 2001-07-26  Christopher Faylor  <cgf@redhat.com>
10258
10259         * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10260         use since it is described in the referenced section.
10261
10262         From Eli Zaretskii <eliz@gnu.org>
10263         * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10264         clearer when using DJGPP.
10265
10266 2001-11-24  Christopher Faylor  <cgf@redhat.com>
10267
10268         * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10269         specifically refer to MS-DOS.
10270         (command files): Mention gdb.ini is only used on MS-DOS.
10271
10272 2001-11-21  Tom Tromey  <tromey@redhat.com>
10273
10274         * gdb.texinfo (Invoking GDB): Document --args.
10275         (Mode Options): Likewise.
10276
10277 2001-11-21  Jim Blandy  <jimb@redhat.com>
10278
10279         * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
10280         Delete documentation; this macro has been removed from the
10281         sources.
10282
10283 2001-11-13  Jim Blandy  <jimb@redhat.com>
10284
10285         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10286
10287 2001-11-06  Corinna Vinschen  <vinschen@redhat.com>
10288
10289         * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10290
10291 2001-11-05  Michael Snyder  <msnyder@redhat.com>
10292
10293         * gdb.texinfo (info functions): Document use of backslash to
10294         quote regexp chars in function names such as "operator*()".
10295
10296 2001-11-01  Fred Fish  <fnf@redhat.com>
10297
10298         * gdbint.texinfo (SOLIB_ADD): Document additional new
10299         "readsyms" arg.
10300
10301 2001-10-30  Don Howard  <dhoward@redhat.com>
10302
10303         * gdb.texinfo: (Command Files) Added documentation for the
10304         behavior of gdb with input redirected from a file.
10305
10306 2001-10-28  Fred Fish  <fnf@redhat.com>
10307
10308         * gdb.texinfo (auto-solib-add): Change docs to match
10309         implementation change.
10310         (auto-solib-limit): Add docs for new variable.
10311
10312 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
10313
10314         * gdbint.texinfo (Target Architecture Definition): Function
10315         value_as_pointer renamed to value_as_address.
10316
10317 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
10318
10319         * gdbint.texinfo (Target Architecture Definition): Default
10320         POINTER_TO_ADDRESS functions assume unsigned addresses.
10321         (INTEGER_TO_ADDRESS): Document.  Derive pragmatics section from a
10322         posting by Jim Blandy.
10323
10324 2001-10-12  Jim Blandy  <jimb@redhat.com>
10325
10326         * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10327         version of texi2html (1.64) doesn't support this flag any more.
10328
10329 2001-09-08  Mark Kettenis  <kettenis@gnu.org>
10330
10331         * gdbint.texinfo (Host Definition): Remove description of
10332         MEM_FNS_DECLARED.
10333
10334         * gdbint.texinfo (Host Definition): Remove description of R_OK.
10335
10336         * gdbint.texinfo (Host Definition): Remove description of
10337         HAVE_SIGSETMASK.
10338
10339 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
10340
10341         * gdbint.texinfo (Target Architecture Definition): Add
10342         explanation of TARGET_PRINT_INSN macro.
10343
10344 2001-08-30  Jim Blandy  <jimb@redhat.com>
10345
10346         * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10347         Explain what it means to load relocatable files.
10348
10349 2001-08-28  Jim Blandy  <jimb@redhat.com>
10350
10351         * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10352         info `top' menu.
10353
10354 Wed Aug 15 10:47:28 2001  Christopher Faylor <cgf@cygnus.com>
10355
10356         * gdbint.texinfo: Add a cautionary note about macro use.
10357
10358 2001-08-02  Corinna Vinschen  <vinschen@redhat.com>
10359
10360         * gdb.texinfo: Explain omitting the hostname in the
10361         `target remote' command.
10362
10363 2001-07-30  Daniel Jacobowitz  <drow@mvista.com>
10364
10365         * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10366         and END-INFO-DIR-ENTRY.
10367
10368 2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10369
10370         * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10371
10372 2001-07-25  Andrew Cagney  <ac131313@redhat.com>
10373
10374         * gdbint.texinfo (libgdb): Rewrite.
10375
10376 2001-07-26  Eli Zaretskii  <eliz@gnu.org>
10377
10378         * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10379
10380 2001-07-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10381
10382         * gdb.texinfo (TUI): New chapter, document the TUI.
10383         (Mode Options): Document the -tui option.
10384
10385 2001-07-23  Mark Kettenis  <kettenis@gnu.org>
10386
10387         * gdbint.texinfo (Host Definition): Remove description of
10388         NEED_POSIX_SETPGID.
10389
10390 2001-07-23  Eli Zaretskii  <eliz@gnu.org>
10391
10392         * gdb.tex (DJGPP Native): New node, with descriptions of
10393         DJGPP-specific commands.
10394
10395 2001-07-19  John R. Moore  <jmoore@redhat.com>
10396
10397         * gdbint.texinfo: Three misspellings.
10398
10399 2001-07-06  Andrew Cagney  <ac131313@redhat.com>
10400
10401         * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10402         `test` expressions on bash.  Problem reported by Colin Walters.
10403
10404 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
10405
10406         * gdbint.texinfo (User Interface): Update ui-out documentation to
10407         refelect recent UI/MI updates.
10408
10409 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
10410
10411         * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10412         interpreters.
10413
10414 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
10415
10416         * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10417         structure and not macros.
10418         (Host Definition): Document that much of this chapter is obsolete.
10419         (Target Architecture Definition): Update list of files that make
10420         up a target architecture.
10421         (Coding): Update.
10422
10423 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
10424
10425         * gdbint.texinfo (Target Architecture Definition): Update
10426         EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10427         The latter has been changed to a true predicate.
10428
10429 2001-06-17  Eli Zaretskii  <eliz@gnu.org>
10430
10431         * annotate.texi: Add @noindent where needed.  From Dmitry
10432         Sivachenko <dima@Chg.RU>.
10433         * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
10434
10435 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
10436
10437         * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
10438
10439 2001-06-14  Andrew Cagney  <ac131313@redhat.com>
10440
10441         * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10442         returns ``OK''.  Document that the ``R'' packet does not reply.
10443
10444 2001-06-13  Michael Snyder  <msnyder@redhat.com>
10445
10446         * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10447
10448 2001-06-13  Eli Zaretskii  <eliz@gnu.org>
10449
10450         * gdb.texinfo (Signals): Clarify the default setting of signal
10451         handling.
10452
10453 2001-05-14  Andrew Cagney  <ac131313@redhat.com>
10454
10455         * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10456         (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10457
10458 2001-05-12  Andrew Cagney  <ac131313@redhat.com>
10459
10460         * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10461
10462 2001-05-10  Eli Zaretskii  <eliz@gnu.org>
10463
10464         * gdbint.texinfo (Clean Design and Portable Implementation):
10465         Renamed from "Clean Design".
10466         (Clean Design and Portable Implementation): Document portable
10467         methods of handling file names, and the associated macros.
10468
10469 2001-04-02  Eli Zaretskii  <eliz@gnu.org>
10470
10471         * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10472         command and provide a cross-reference to its description.
10473         (Symbols): Note that "info scope" is useful for trace experiments.
10474
10475 2001-04-01  Eli Zaretskii  <eliz@gnu.org>
10476
10477         * gdb.texinfo (Symbols): Document "info scope".
10478         (Tracepoints): New chapter.
10479         (Contributors): Update for v5.1.
10480         <All nodes>: Change "C++" to "C@t{++}".
10481
10482         * gdbint.texinfo (User Interface): A new section about ui_out
10483         functions, based on text written by Fernando Nasser.
10484
10485         * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
10486
10487 2001-03-26  Eli Zaretskii  <eliz@gnu.org>
10488
10489         * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
10490
10491         * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
10492
10493         * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
10494         Replace "GDB" with "@value{GDBN}".  Fix markup.
10495
10496         * annotate.texi: Change Permissions to GFDL.  Update Copyright.
10497
10498         * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10499         a cross-reference to its description.
10500         (Symbols): Document "info symbol".
10501
10502 2001-03-21  Eli Zaretskii  <eliz@gnu.org>
10503
10504         * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10505         subsection "x86 Watchpoints".
10506         (Target Architecture Definition): Document the macros
10507         I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10508         (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10509
10510 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
10511
10512         * gdbint.texinfo (Target Architecture Definition): Update
10513         definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10514         list.
10515
10516 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
10517
10518         * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10519         gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10520
10521 2001-02-21  Eli Zaretskii  <eliz@gnu.org>
10522
10523         * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10524
10525 2001-02-11  Eli Zaretskii  <eliz@gnu.org>
10526
10527         * gdb.texinfo (Environment): Document that `path' does not change
10528         the value of PATH in GDB's own environment (it did in the past,
10529         but that was changed on March 15, 1994).  Reported by Doug Evans
10530         <dje@transmeta.com>.
10531
10532         * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10533         its line.  Fix markup of commands and macros.  Add an Index node
10534         and index entries.
10535
10536 2001-01-23  J.T. Conklin  <jtc@redback.com>
10537
10538         * gdb.texinfo (Memory region attributes): New manual section.
10539
10540 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
10541
10542         * gdbint.texinfo (POP_FRAME): Document use by return_command.
10543
10544 2000-12-25  Eli Zaretskii  <eliz@gnu.org>
10545
10546         * refcard.tex: Version and copyright fixed.  From Phil Edwards
10547         <pedwards@disaster.jaj.com>.
10548
10549 Thu Nov 30 16:57:19 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10550
10551         * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10552         DWARF2_REG_TO_REGNUM): Document.
10553
10554 Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10555
10556         * gdbint.texinfo (Coding): Update current value of
10557         --enable-build-warnings.  Mention --enable-gdb-build-warnings.
10558
10559 2000-11-19  Eli Zaretskii  <eliz@gnu.org>
10560
10561         * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
10562         as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10563
10564 2000-11-10  Christopher Faylor <cgf@cygnus.com>
10565
10566         * gdb.texinfo: Document new 'set step-mode' command.
10567
10568 2000-10-16  Eli Zaretskii  <eliz@gnu.org>
10569
10570         * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10571         changes from Dmitry Sivachenko <dima@Chg.RU>.
10572
10573 2000-09-26  Eli Zaretskii  <eliz@gnu.org>
10574
10575         * gdb.texinfo (Hooks): Document the new post-hook functionality.
10576         From Steven Johnson <sbjohnson@ozemail.com.au>.
10577
10578 2000-08-10  Mark Kettenis  <kettenis@gnu.org>
10579
10580         * gdbint.texinfo (Overall Structure): Spelling fix.
10581
10582 2000-08-10  Eli Zaretskii  <eliz@gnu.org>
10583
10584         * gdbint.texinfo (Target Architecture Definition): Document that
10585         REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10586         for which REGISTER_CONVERTIBLE returns a zero value.
10587
10588 2000-07-08  Christopher Faylor <cgf@cygnus.com>
10589
10590         * Makefile.in (install-info): Find files to install in either the
10591         build or source directories (adapted from Makefile.am).
10592
10593 2000-07-07  Nicholas Duffek  <nsd@redhat.com>
10594
10595         * stabs.texinfo: Fix spelling errors.
10596         (String Field): FILE-NUMBER starts from 0, not 1.
10597
10598 2000-07-05  Eli Zaretskii <eliz@gnu.org>
10599
10600         * refcard.tex: Remove \centerline from the blurb.  Patch from
10601         Brian Youmans.
10602
10603 2000-06-25  Eli Zaretskii <eliz@gnu.org>
10604
10605         * Makefile.in (install-info): Support installation from outside of
10606         the source directory.  Reported by Mark Harig
10607         <markh@frazier.landmark.com>.
10608
10609 2000-06-20  J.T. Conklin  <jtc@redback.com>
10610
10611         * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10612
10613 Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10614
10615         * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10616         Generate using pdftex.
10617         (PDFTEX): Define.
10618         (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10619         (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10620         @contents at the start.
10621
10622 2000-05-24  Eli Zaretskii  <eliz@gnu.org>
10623
10624         * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
10625         Youmans.
10626
10627 Wed May 24 21:27:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10628
10629         From Brian Youmans:
10630         * gdb.texinfo: Fix ``et al.''.
10631
10632 Tue May 23 22:57:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10633
10634         * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10635         loop.
10636
10637 2000-05-19  Jimmy Guo  <guo@cup.hp.com>
10638
10639         * configure: Regenerate.
10640
10641 2000-05-17  Eli Zaretskii  <eliz@gnu.org>
10642
10643         * Makefile.in (install-info): Run install-info on installed Info
10644         files.
10645
10646 Fri May 12 20:18:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10647
10648         * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
10649         Andrew Cagney.
10650
10651 2000-05-09  Eli Zaretskii  <eliz@gnu.org>
10652
10653         * gdb.texinfo: Proofreading changes from Brian Youmans.
10654
10655 2000-05-01  Nick Duffek  <nsd@cygnus.com>
10656
10657         * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10658         startup sequence, minor edits.
10659
10660 2000-05-01  Eli Zaretskii  <eliz@gnu.org>
10661
10662         * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10663         TeX.
10664
10665         * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
10666         "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10667         like `n' and `s' which look weird.  Convert some of the @kindex to
10668         @vindex, when they refer to variables, not commands.
10669
10670 Sat Apr 29 17:01:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10671
10672         * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10673
10674 2000-04-23  Eli Zaretskii  <eliz@gnu.org>
10675
10676         * Makefile.in (GDBMI_DIR): New variable.
10677         (SET_TEXINPUTS): Add $(GDBMI_DIR).
10678         (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10679         (gdbmi.texinfo): New target, for texi2roff.
10680         (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10681         (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10682
10683         * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10684         gdbmi.texinfo.
10685         (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10686         comment.
10687
10688 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10689
10690         * gdb.texinfo (Files): Update description of add-symbol-file
10691         command.
10692
10693 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10694
10695         * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10696         prevents the build (and is generally a Bad Idea).
10697
10698 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10699
10700         * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10701         a comma inside @var.
10702         (Command Files): Index markup changes from Dmitry Sivachenko
10703         <dima@Chg.RU>.
10704
10705 2000-04-16  Eli Zaretskii  <eliz@gnu.org>
10706
10707         * Makefile.in (LN_S): Define.
10708         (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10709         invoke "ln -s" unless it is known to work.
10710
10711         * configure.in (AC_PROG_LN_S): Add.
10712
10713 2000-04-14  Jim Blandy  <jimb@redhat.com>
10714
10715         * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10716         section.
10717         (Target Conditionals): Document ADDRESS_TO_POINTER,
10718         POINTER_TO_ADDRESS.
10719
10720 2000-04-11  Daniel Berlin  <dan@cgsoftware.com>
10721
10722         * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10723         gdb-cfg.texi to get the value.
10724
10725 2000-04-10  Jim Blandy  <jimb@redhat.com>
10726
10727         * gdbint.texinfo (Target Architecture Definition): Fix
10728         cross-references.
10729
10730 2000-04-08  Jim Blandy  <jimb@redhat.com>
10731
10732         * gdbint.texinfo (Using Different Register and Memory Data
10733         Representations): New section.
10734         (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10735         REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10736         REGISTER_CONVERT_TO_RAW): Document.
10737
10738 Mon Apr  3 19:16:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10739
10740         * gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
10741         for acknowledgments.
10742
10743 Tue Mar 28 18:28:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10744
10745         * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10746         qThreadExtraInfo.
10747
10748 2000-03-28  J.T. Conklin  <jtc@redback.com>
10749
10750         * gdb.texinfo: Clarify which remote debug protocol commands are
10751         required and which are optional.
10752
10753 Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10754
10755         * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10756         Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
10757         back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10758         * annotate.texi: Update.
10759
10760 2000-03-28  Stan Shebs  <shebs@apple.com>
10761
10762         * gdb.texinfo: Update dates, bump to Eighth Edition (note
10763         expectation of additional changes before release), update
10764         ISBN, add copy of top-level menu for @ifhtml, remove explicit
10765         node links, rephrase and/or shorten lines to fix formatting
10766         problem in both regular and @smallbook formats.
10767         * annotate.texi: Shorten lines in example, use smallexample
10768         consistently everywhere.
10769         * Makefile.in: Add comment about texinfo 4.0 html generation.
10770         (SFILES_INCLUDED): Add annotate.texi.
10771
10772 2000-03-27  Daniel Berlin  <dan@cgsoftware.com>
10773
10774         * gdb.texinfo (Debugging Output): Added new section, documenting
10775         the "set/show debug" commands.
10776
10777 Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10778
10779         * annotate.texi (Annotations): When GDBN omit @chapter and @node
10780         entry.
10781
10782         * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10783         (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10784         @chapter and @node entries.
10785
10786         * gdb.texinfo: Link all top-level nodes.
10787
10788 Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10789
10790         * Makefile.in (install-info): Create $(infodir) before installing
10791         files.
10792
10793 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
10794
10795         From David Whedon <dwhedon@gordian.com>
10796         * gdbint.texinfo : Added paragraphs about command deprecation.
10797
10798 2000-03-22  Daniel Berlin  <dan@cgsoftware.com>
10799
10800       * gdb.texinfo: Add documentation for the apropos command.
10801
10802 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
10803
10804         * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10805
10806 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
10807
10808         * gdb.texinfo: Add white space to prevent overprinting in
10809         two places.
10810
10811 2000-03-17  Stan Shebs  <shebs@apple.com>
10812
10813         * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10814         <dima@Chg.RU>, also clarification of allowed content for
10815         string constants.
10816
10817 2000-03-16  Eli Zaretskii <eliz@gnu.org>
10818
10819         * gdb.texinfo (main menu): Add Annotations.
10820         (File Options): Add @cindex entries for each command-line option.
10821         Document --epoch, --annotate, --async, --interpreter, --write,
10822         --statistics, and --version.
10823
10824         * annotate.texi: Convert to a chapter.  Use @value{GDBN} instead
10825         of GDB.
10826
10827 2000-02-23  Jim Blandy  <jimb@redhat.com>
10828
10829         * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10830
10831 2000-02-22  Jim Blandy  <jimb@redhat.com>
10832
10833         * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10834
10835 2000-02-15  Jason Molenda  (jsm@bugshack.cygnus.com)
10836
10837         * Makefile.in (diststuff): New target.
10838
10839 2000-02-15  Kevin Buettner  <kevinb@redhat.com>
10840
10841         * agentexpr.texi: Fix wording regarding Intel's IA-64
10842         architecture.  [From Jim Wilson.]
10843
10844 2000-01-16  Tom Tromey  <tromey@cygnus.com>
10845
10846         * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10847         (Delete Breaks): Mention range arguments.
10848         (Disabling): Likewise.
10849
10850 2000-01-05  Dmitry Sivachenko <dima@Chg.RU>
10851
10852         * gdb.texinfo:  Wrap "ASCII" in @sc{}; clarify a few sentences.
10853
10854 Wed Dec  8 19:53:08 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10855
10856         * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10857         valid functions.
10858
10859 1999-11-05  Stan Shebs  <shebs@andros.cygnus.com>
10860
10861         * gdb.texinfo: Clarify regular expressions used in rbreak.
10862
10863 1999-10-15  Kevin Buettner  <kevinb@cygnus.com>
10864
10865         * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10866         MEMORY_REMOVE_BREAKPOINT):  Document.
10867
10868 Thu Oct 14 21:17:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10869
10870         * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10871         offset re-using the DATA offset instead.
10872
10873 1999-10-11  Jim Kingdon  <kingdon@redhat.com>
10874
10875         * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10876
10877 1999-10-05  Stan Shebs  <shebs@andros.cygnus.com>
10878
10879         From Dmitry Sivachenko <demon@gpad.ac.ru>:
10880         * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10881         typos.
10882
10883         * gdb.texinfo: Various minor wording and formatting improvements,
10884         mentions of additional command-line options.
10885
10886 1999-09-30  Fred Fish  <fnf@cygnus.com>
10887
10888         * gdb.texinfo:  Document additional forms of specifying section
10889         names and addresses for the add-symbol-file command.
10890
10891 1999-09-14  Michael Snyder  <msnyder@cleaver.cygnus.com>
10892
10893         * gdbint.texinfo: Fix typo, add the word "have".
10894
10895 1999-09-14  Jim Blandy  <jimb@cris.red-bean.com>
10896
10897         * gdbint.texinfo (Target Architecture Definition): Document the
10898         SKIP_PERMANENT_BREAKPOINT macro.
10899
10900 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
10901
10902         * gdb.texinfo: Fiks speling errers.
10903
10904         * gdb.texinfo: Fix uses of @multitable.
10905
10906         From Eli Zaretskii  <eliz@gnu.org>:
10907         * gdb.texinfo: Include details specific to DOS host, clarify
10908         some confusing language, fix @ref/@xref/@pxref usages, add
10909         comments about using with optimization, add more indexing,
10910         fix info about disassembly-flavor.
10911
10912 Tue Sep  7 09:11:24 1999  Kevin Buettner  <kevinb@cygnus.com>
10913
10914         * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10915         SKIP_SOLIB_RESOLVER): Define.
10916
10917 Fri Sep  3 18:05:14 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10918
10919         * gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
10920         ``g'' packets.
10921
10922 1999-08-30  Stan Shebs  <shebs@andros.cygnus.com>
10923
10924         * gdb.texinfo: Create a new "Configurations" chapter with
10925         platform-specific info, inline remote.texi and move sections of it
10926         into the new chapter, move bits about info proc, heuristic search,
10927         and register stack into the new chapter.
10928         * remote.texi: Remove, now part of gdb.texinfo.
10929         * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10930
10931 1999-08-27  Jason Molenda  (jsm@bugshack.cygnus.com)
10932
10933         * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10934         GDB_TARGET_IS_MACH386): These kludges have gone away.
10935
10936 Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10937
10938         * gdbint.texinfo (Target Architecture Definition): Mention
10939         TDEPLIBS.
10940
10941 1999-08-20  Stan Shebs  <shebs@andros.cygnus.com>
10942
10943         * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10944         surrounding text to fit HP-UX bits into general info.
10945         (HPPA-cfg.texi): Remove, no longer useful.
10946
10947         * gdb.texinfo: Remove explicit links from @node lines, remove
10948         HP-added "Detailed Node Listing" from main menu which confuses
10949         things.
10950
10951         From Dmitry Sivachenko <dima@Chg.RU>:
10952         * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10953         in description of `set environment'.
10954
10955 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
10956
10957         * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10958
10959 1999-08-12  Ben Elliston  <bje@cygnus.com>
10960
10961         * gdbint.texinfo (Breakpoint Handling): Add missing words.
10962
10963 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
10964
10965         * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10966         watch, awatch, and rwatch.  Explain why the latter two cannot be
10967         set as software watchpoints.  Document that watchpoints for local
10968         variables are deleted when the debuggee terminates.
10969
10970 Wed Aug 11 13:18:14 1999  Andrew Cagney  <cagney@amy.cygnus.com>
10971
10972         * remote.texi (Protocol): Further clarification of the "qRcmd"
10973         packet.  Allow E.. response packet.  "qRcmd" packet is no longer
10974         reserved.
10975
10976 1999-08-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10977
10978         * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10979         * gdb.texinfo: Ditto.
10980
10981 1999-08-06  Tom Tromey  <tromey@cygnus.com>
10982
10983         * gdb.texinfo (KOD): New node.
10984
10985 Fri Aug  6 17:05:48 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10986
10987         * remote.texi (Rcmd): Fix minor formatting typos.
10988
10989 Thu Aug  5 17:57:41 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10990
10991         * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10992         packets.
10993
10994 1999-07-14  Jim Blandy  <jimb@zwingli.cygnus.com>
10995
10996         * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10997         fixes.
10998
10999 Tue Jun 29 11:43:55 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11000
11001         * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11002
11003 Fri Jun 25 11:47:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11004
11005         * remote.texi (Communication Protocol): ``v'' is in use. Fix
11006         numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
11007         ``z'' and ``qRcmd'' as draft instead of reserved.  Identify
11008         packets that are not supported on all hosts. Expand examples.
11009         Spell check.
11010
11011 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
11012
11013         * Makefile.in: Recognize html, install-html.  Add targets
11014         to build HTML versions of documentation via texi2html.
11015
11016 Thu Jun 24 15:59:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
11017
11018         * gdbint.texinfo (Testsuite): New chapter, information about the
11019         testsuite.
11020
11021 Fri Jun 25 02:40:34 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11022
11023         * remote.texi (Communication Protocol): Rewrite.
11024
11025 Thu Jun 24 16:59:54 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11026
11027         * stabs.texinfo: Fix uses of xref.
11028
11029 Thu Jun 17 17:23:25 1999  Stan Shebs  <shebs@andros.cygnus.com>
11030
11031         * gdbint.texinfo: Add an anti-printf exhortation, and update the
11032         info about patch submission.
11033
11034 Mon Jun  7 15:49:40 1999  Stan Shebs  <shebs@andros.cygnus.com>
11035
11036         From Per Bothner  <bothner@cygnus.com>:
11037         * gdb.texinfo: Document Chill support.
11038
11039 Fri Jun  4 16:58:22 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11040
11041         * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
11042         to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11043         Document that the value should be greater-than or equal-to zero.
11044         (NO_STD_REGS): Document. Deprecate.
11045
11046 Tue Jun  1 15:04:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11047
11048         * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
11049         Document that these are not used.
11050
11051 Thu May 27 09:28:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11052
11053         * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11054
11055 Mon May 24 10:07:39 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11056
11057         * gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
11058         numargs was dropped.
11059
11060 Thu May 20 12:26:59 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11061
11062         * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11063
11064 Tue Apr 27 19:14:20 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11065
11066         * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11067         Update.
11068
11069 Thu Apr 22 13:07:37 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11070
11071         * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11072         (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11073
11074 Wed Apr 21 13:59:01 1999  Dave Brolley  <brolley@cygnus.com>
11075
11076         * gdbint.texinfo: Fix typos: $ -> @.
11077
11078 Tue Apr 20 11:59:38 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11079
11080         * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
11081         LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11082         BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11083         BREAKPOINT_FROM_PC.
11084
11085 Mon Apr 12 16:00:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11086
11087         * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
11088         CALL_DUMMY_STACK_ADJUST): Document.
11089
11090 Thu Apr  8 17:23:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11091
11092         * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
11093         SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
11094
11095 1999-04-02  Stan Shebs  <shebs@andros.cygnus.com>
11096
11097         * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11098         longer exists.
11099
11100 Tue Mar  9 19:25:11 1999  Stan Shebs  <shebs@andros.cygnus.com>
11101
11102         * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
11103         nearly all @ifset/@ifclear conditionals; nobody uses them, and
11104         they make the manual source incomprehensible.
11105         * h8-cfg.texi: Remove, hasn't been used in years.
11106
11107 Thu Feb 11 18:00:59 1999  Stan Shebs  <shebs@andros.cygnus.com>
11108
11109         * gdb.texinfo: Update the credits.
11110
11111 Mon Feb  8 17:33:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
11112
11113         * gdb.texinfo: Fix mistakes noticed in printout of last
11114         draft, add Alpha to discussion of heuristic fence post.
11115
11116 Fri Feb  5 17:20:00 1999  Stan Shebs  <shebs@andros.cygnus.com>
11117
11118         * gdb.texinfo, remote.texi: Many changes; update to Seventh
11119         Edition, merge some HP changes into mainline, describe some
11120         previously undocumented features, describe more of the target
11121         commands available, eliminate obsolete section on renamed
11122         commands.
11123         * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11124
11125 Wed Jan 20 17:47:45 1999  Stan Shebs  <shebs@andros.cygnus.com>
11126
11127         * gdb.texinfo: Make many HPPA conditionals unconditional,
11128         including catchpoint description, since now on for all configs.
11129         * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11130         specializations.
11131
11132 Thu Jan 14 17:10:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
11133
11134         * Makefile.in (GDBvn.texi): Fix match expression to work with
11135         current format of VERSION in gdb/Makefile.in.
11136         * gdb.texinfo: Fix node ref to match new readline.
11137
11138 Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
11139
11140         * gdb.texinfo: Changes made as part of a project to merge in
11141           changes made by HP. Documentation makes extensive use of
11142           @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11143           on remote debugging. There are differences in documentation
11144           (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
11145           the HP manual discusses catchpoints, hardware watchpoints, and
11146           some HPUX specific limitations for shared library support.
11147
11148           There are also a number of @node changes.
11149
11150 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
11151
11152         * gdbint.texinfo (Formatting): Disambiguate a sentence.
11153         (C Usage): Same.
11154
11155 Wed Jan  6 11:55:34 1999  David Taylor  <taylor@texas.cygnus.com>
11156
11157         The following changes were made by Edith Epstein
11158         <eepstein@cygnus.com> as part of a project to merge in changes
11159         made by HP.
11160
11161         * HPPA-cfg.texi: new file.
11162
11163         * all-cfg.texi: set HPPA for HP PA-RISC targets.
11164
11165         * refcard.tex: change documentation about catch.
11166           removed info catch.
11167
11168 Mon Jan  4 18:29:18 1999  Stan Shebs  <shebs@andros.cygnus.com>
11169
11170         * gdbint.texinfo: Expand on GDB's coding standards,
11171         specify the use of arg names with prototypes.
11172
11173 1998-12-14  J.T. Conklin  <jtc@redbacknetworks.com>
11174
11175         * gdb.texinfo: Fix tipo.
11176
11177 Sun Dec 13 10:27:59 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11178
11179         * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
11180         TARGET_BYTE_ORDER_SELECTABLE_P.
11181
11182 Thu Dec 10 16:07:09 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11183
11184         * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11185
11186 1998-12-09  Jim Blandy  <jimb@zwingli.cygnus.com>
11187
11188         * agentexpr.texi: New file.
11189
11190 Wed Dec  9 21:13:57 1998  Andrew Cagney  <cagney@chook>
11191
11192         * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11193
11194 1998-12-03  J.T. Conklin  <jtc@redbacknetworks.com>
11195
11196         * remote.texi: Changed wording that implied that the GDB remote
11197         protocol caches register values instead of GDB itself.
11198
11199 Tue Dec  1 17:45:43 1998  Stan Shebs  <shebs@andros.cygnus.com>
11200
11201         * gdbint.texinfo: Add some info about symbol readers.
11202         (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11203         (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11204         (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11205         (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11206
11207 Mon Nov 30 11:32:21 1998  Andrew Cagney  <cagney@chook>
11208
11209         * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
11210
11211 Sat Nov 28 13:45:53 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11212
11213         * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11214
11215 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
11216
11217         * gdbint.texinfo (NO_SINGLE_STEP): Replace with
11218         SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
11219
11220 Wed Oct 14 10:02:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11221
11222         * gdbint.texinfo: Fix minor typos.
11223
11224 Wed Sep 30 18:03:19 1998  Stan Shebs  <shebs@andros.cygnus.com>
11225
11226         * gdbint.texinfo: Complete overhaul.  Group descriptions more
11227         logically, add more info on generic algorithms, remove much
11228         obsolete and/or wrong material.
11229
11230 Fri Jul 24 17:51:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11231
11232         * stabs.texinfo (Method Type Descriptor): Expand and correct.
11233
11234 Mon May  4 10:37:12 1998  Brian Youmans (3diff@gnu.org)
11235
11236         * refcard.tex:  Copyright, address updates.
11237
11238 Tue Apr 21 18:09:56 1998  Stan Shebs  <shebs@andros.cygnus.com>
11239
11240         * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11241         for the edition instead of confusing GDB-version-like numbers.
11242
11243 Mon Apr 13 14:05:00 1998  Fred Fish  <fnf@cygnus.com>
11244
11245         * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11246
11247 Thu Apr  2 16:52:44 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11248
11249         * LRS: Reformat a bit to keep text under 80 columns.
11250
11251 Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
11252
11253         * gdb.texinfo: Add some credits, mention bug monitor.
11254         * remote.texi: Mention mips monitor targets.
11255         * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
11256
11257 Mon Feb  2 17:13:03 1998  Stan Shebs  <shebs@andros.cygnus.com>
11258
11259         * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
11260         files, finish sorting of host vs target vs native macros, describe
11261         some more of them.
11262
11263 Tue Jan 13 16:44:50 1998  Fred Fish  <fnf@cygnus.com>
11264
11265         * gdbint.texinfo (Host Conditionals): Document change from
11266         using NO_MMALLOC to it's inverse, USE_MMALLOC.
11267
11268 Mon Nov 24 13:55:21 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11269
11270         * gdbint.texinfo (Host Conditionals): Document
11271         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
11272
11273 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11274
11275         * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11276         Document LSEEK_NOT_LINEAR.
11277
11278 Tue Mar 25 14:44:09 1997  Ian Lance Taylor  <ian@cygnus.com>
11279
11280         * stabs.texinfo (Stab Section Basics): Make it clear that only
11281         some versions of the GNU linker remove the leading N_UNDF symbol.
11282
11283 Thu Feb 27 17:45:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11284
11285         * stabs.texinfo (String Field): Document type number pairs here,
11286         instead of in the Sun specific section.
11287         (Include Files): The GNU linker supports the N_BINCL
11288         optimization.  Clarify the N_BINCL value, and what it is used
11289         for.
11290         (Procedures): Document N_FUN with an empty string to mark the end
11291         of a function.
11292         (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11293         (Sun Differences): Remove this node, as the information is now
11294         elsewhere in the main document.
11295         (Stab Section Basics): Mention that the GNU linker may optimize
11296         stabs and remove the leading N_UNDF symbol.
11297
11298 Mon Dec  9 12:23:32 1996  Roland Pesch  <roland@wrs.com>
11299
11300         * gdb.texinfo, refcard.tex: Restore author credit
11301
11302 Wed Oct  2 22:01:36 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
11303
11304         * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11305         documentation to account for START and END macros taking
11306         one arg.
11307
11308 Thu Aug 22 17:59:03 1996  Fred Fish  <fnf@cygnus.com>
11309
11310         From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11311         * gdb.texinfo (Frames): Fix typo.
11312
11313 Tue Jul 23 10:06:20 1996  Fred Fish  <fnf@cygnus.com>
11314
11315         * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11316         a target_signal as arg type, not a pid.
11317
11318 Fri Jul 12 11:10:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
11319
11320         * gdb.texinfo:  Document `set assembly-language'.
11321
11322 Thu Jul 11 13:50:28 1996  Stan Shebs  <shebs@andros.cygnus.com>
11323
11324         * remote.texi: Update list of stubs in the GDB distribution.
11325
11326 Fri Jul  5 15:38:54 1996  Fred Fish  <fnf@cygnus.com>
11327
11328         * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
11329         Also document that some systems can use mmalloc but must define
11330         this if their C runtime allocates memory that is later freed.
11331         (MMCHECK_FORCE): Document new macro.
11332
11333 Fri Jun 28 22:17:10 1996  Dawn Perchik  <dawn@cygnus.com>
11334
11335         * remote.texi: Add documentation for target Sparclet.
11336
11337 Mon Jun 24 18:12:22 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11338
11339         * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
11340         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11341         * configure.in: Rewritten for autoconf.
11342         * configure: New.
11343
11344 Mon Jun 17 10:43:41 1996  Fred Fish  <fnf@cygnus.com>
11345
11346         * Makefile.in (DVIPS): New define, set to dvips.
11347         (dvi): Add stabs.dvi.
11348         (ps): New target.
11349         (all-doc): Depend on info, dvi, and ps targets.
11350         (STAGESTUFF): Add *.ps and *.dvi files.
11351         (clean-info, clean-dvi): Remove.
11352         (mostlyclean): Does not depend upon clean-info or clean-dvi,
11353         rules completely rewritten.
11354         (maintainer-clean): Remove clean-info and clean-dvi
11355         dependencies and put their actions in the rules.
11356         (gdb.ps): New target
11357         (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
11358         intermediate TeX files, whether they have 2 or 3 character
11359         extensions.
11360         (gdbint.ps): Add target and rules.
11361         (gdb-internals): Delete unused target.
11362         (Makefile): Depends upon config.status also.
11363
11364 Sat Mar 30 15:46:58 1996  Fred Fish  <fnf@cygnus.com>
11365
11366         * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11367         set.
11368
11369 Sat Mar 16 15:10:20 1996  Fred Fish  <fnf@cygnus.com>
11370
11371         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11372         * gdb.texinfo (Expressions): Fix erroneous array constant example.
11373
11374 Sat Mar 16 13:28:45 1996  Fred Fish  <fnf@cygnus.com>
11375
11376         * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11377
11378 Sat Feb 10 03:28:36 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11379
11380         * gdb.texinfo (Print settings):  Document
11381         `set/show print static-members' commands.
11382
11383 Wed Jan 10 14:16:37 1996  Fred Fish  <fnf@cygnus.com>
11384
11385         * gdbint.texinfo (Native): Document name change, coredep.c to
11386         core-aout.c.
11387
11388 Wed Dec 13 12:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
11389
11390         * stabs.texinfo (Include Files): Document the values the SunOS4
11391         linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11392
11393 Fri Dec  8 21:08:44 1995  Fred Fish  <fnf@cygnus.com>
11394
11395         * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11396         Fix typo.
11397
11398 Fri Dec  1 11:07:50 1995  Fred Fish  <fnf@cygnus.com>
11399
11400         * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11401         "gdb.tar.Z".
11402
11403 Wed Sep 20 13:14:10 1995  Ian Lance Taylor  <ian@cygnus.com>
11404
11405         * Makefile.in (maintainer-clean): New target, synonym for
11406         realclean.
11407
11408 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
11409
11410         * Update all FSF addresses except those in COPYING* files.
11411
11412 Wed Jul 19 18:43:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
11413
11414         From Richard Earnshaw (rearnsha@armltd.co.uk):
11415         * gdb.texinfo (convenience variables): Document $_exitcode.
11416         (quit): Document optional expression to use as exit code.
11417
11418 Thu Jun 22 21:27:33 1995  Victoria Mixon  <victoria@cygnus.com>
11419
11420         * gdb.texinfo, remote.texi: Brought up to date with various
11421         GDB changes.
11422
11423 Tue Jun 20 14:35:38 1995  Stan Shebs  <shebs@andros.cygnus.com>
11424
11425         * gdb.texinfo: Update dates and versions, fix comments about
11426         hardware watchpoints in future releases and about the
11427         sharedlibrary command.
11428
11429 Mon May  8 09:30:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11430
11431         * stabs.texinfo: Remove node `XCOFF differences'.  Describe value of
11432         C_FUN stab.  Other cleanups.
11433
11434 Wed Apr 19 07:02:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11435
11436         * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11437         for the sparc stub.
11438
11439 Tue Apr 11 11:41:49 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11440
11441         * annotate.texi: Clarify which addresses have differing formats
11442         depending on the language and which do not.
11443
11444 Tue Mar 28 16:56:22 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11445
11446         * remote.texi (NetWare): Changed example to use BOARD= instead of
11447           NODE= argument to reflect correspoding change to gdbserve.nlm.
11448
11449 Fri Mar 17 06:47:02 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11450
11451         * stabs.texinfo (Negative Type Numbers): Mention the fact that
11452         GDB, as well as AIX dbx, supports the size type attribute.
11453
11454 Thu Mar 16 12:11:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11455
11456         * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11457
11458 Mon Mar 13 16:49:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11459
11460         * gdb.texinfo (Define):  Document $arg0... arguments to commands,
11461         and new 'if' and 'while' commands.
11462
11463 Fri Feb 17 15:24:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11464
11465         * gdb.texinfo (Artificial arrays):  Note use of coerce-to-array-type.
11466
11467 Wed Feb 15 11:59:18 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11468
11469         * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11470         * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11471           NetWare targets.  Mostly stolen from the Server node.
11472
11473 Fri Feb 10 20:20:08 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11474
11475         * gdb.texinfo (Setting): Talk about the language of a source file
11476         versus the working language.  The old documentation did not match
11477         what GDB did.
11478
11479 Wed Feb  1 20:26:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11480
11481         * stabs.texinfo (Source Files): Document N_SO used to mark the end
11482         of a source file.
11483
11484 Mon Jan 23 14:23:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11485
11486         * gdb.texinfo (Processes): New node.
11487
11488 Tue Jan 17 14:09:03 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11489
11490         * remote.texi: Update documentation of set/show mipsfpu.
11491
11492 Fri Jan  6 17:17:28 1995  Stan Shebs  <shebs@andros.cygnus.com>
11493
11494         * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11495         * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11496
11497 Sun Sep  4 16:47:21 1994  Stan Shebs  (shebs@andros.cygnus.com)
11498
11499         * gdbint.texinfo: Removed mentions of some incorrectly placed and
11500         obsolete conditionals, described some others.
11501
11502 Mon Aug  1 15:42:39 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11503
11504         * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11505         SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11506
11507 Mon Aug  1 15:12:02 1994  Stan Shebs  (shebs@andros.cygnus.com)
11508
11509         * gdbint.texinfo: Put regex conditionals in their own table.
11510
11511 Tue Jul 26 18:32:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
11512
11513         * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11514         described or fixed the descriptions of many others.
11515
11516 Sun Jul 17 14:14:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
11517
11518         * gdb.texinfo: Add some more credits.
11519         * gdbint.texinfo: Capitalize GDB consistently, describe some
11520         macros and remove some.
11521
11522 Thu Jul 14 18:43:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
11523
11524         * gdbint.texinfo: Removed mentions of many incorrectly placed and
11525         obsolete conditionals, described some others.
11526
11527 Tue Jul 12 12:23:15 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11528
11529         * gdb.texinfo (help targets):  Changed to `help target', which
11530         is the correct gdb command.
11531
11532 Wed Jun 22 18:00:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11533
11534         * annotate.texi (TODO): New node, for keeping track of annotations
11535         suggested but not yet implemented.
11536
11537 Wed Jun  1 16:10:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11538
11539         * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11540         another symbol, it is not the address itself.
11541
11542 Thu May  5 20:23:36 1994  Stan Shebs  (shebs@andros.cygnus.com)
11543
11544         * stabs.texinfo (Stab Section Basics): Add comment about alignment
11545         of stabs-in-coff sections.
11546
11547 Wed May  4 06:26:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11548
11549         * annotate.texi: Change edition to 0.5 and date to May 1994.
11550         Add index.
11551         (Frames): New node, for frame annotation.
11552         (Displays): New node, for display annotation.
11553
11554         * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11555         when waiting for your program to stop.
11556
11557 Fri Apr 29 18:24:46 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11558
11559         * annotate.texi (Breakpoint Info): Document annotation of header
11560         fields and record annotation.
11561
11562 Thu Apr 28 07:44:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11563
11564         * annotate.texi: New file, to document annotations.
11565
11566 Thu Apr 21 14:20:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11567
11568         * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11569         16 I meant to make this change but did not).  Do remove gdb-cfg.texi.
11570
11571 Wed Apr 20 11:22:48 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11572
11573         * stabs.texinfo (Stab Section Basics): Say what is in .stab
11574         section, and say n_strx field is compilation unit relative.
11575         * stabs.texinfo: Don't use @code for a.out when it is the name of
11576         an object file format.
11577
11578 Wed Apr 13 20:29:54 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11579
11580         * gdb.texinfo: Refer to file names, not path names, per rms
11581         convention.
11582         (Arguments): Fix typo.
11583
11584 Thu Mar 24 08:09:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11585
11586         * stabs.texinfo (Global Variables): Talk about stabs in files
11587         where variables are referenced, but not defined.
11588
11589 Wed Mar 23 07:16:36 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11590
11591         * stabs.texinfo: Move stuff on @ and # type descriptors from node
11592         Cplusplus to new nodes Member Type Descriptor and Method Type
11593         Descriptor.  Re-write stuff for #.
11594
11595 Wed Mar 16 08:20:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11596
11597         * gdb.texinfo (Print Settings): Don't document "set print
11598         fast-symbolic-addr off".  The bug which it worked around was fixed
11599         on 25 Feb 94 in coffread.c, so I'm nuking the command.
11600
11601         * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11602         N_ENTRY node.
11603
11604         * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11605
11606 Tue Mar 15 08:43:02 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11607
11608         * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11609         references to ieee-float.c.
11610
11611 Fri Mar 11 08:09:40 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11612
11613         * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11614         match what the code actually does.
11615
11616 Wed Mar  9 19:43:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11617
11618         * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11619
11620 Tue Mar  1 17:04:43 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11621
11622         * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11623         i, and b.
11624
11625 Wed Feb 23 10:44:18 1994  Jim Kingdon  (kingdon@rtl.cygnus.com)
11626
11627         * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11628         well as for ELF and SOM.  Unify the descriptions of ELF and SOM
11629         as "stabs in sections" rather than just saying "ELF and SOM".
11630         Also make that stuff apply to COFF.
11631
11632 Fri Feb 18 08:25:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11633
11634         * gdb.texinfo (Formatting Documentation): Change GhostScript to
11635         Ghostscript.
11636
11637 Fri Feb  4 06:31:31 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11638
11639         * gdb.texinfo (Continuing and Stepping): When talking about "step"
11640         versus functions without line numbers, also mention stepping into
11641         them as well as "step" when you are in them.  Tell the user how to
11642         deal with the situation.  Add comment about "debugging information".
11643
11644 Thu Feb  3 11:39:59 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11645
11646         * stabs.texinfo (Enumerations): Document restriction on where
11647         enumeration types can appear and still win with GDB.
11648
11649 Wed Feb  2 11:29:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11650
11651         * stabs.texinfo (Negative Type Numbers): Document format for type
11652         -16.
11653
11654 Thu Jan 27 16:53:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11655
11656         * gdb.texinfo (Selection, Frame Info): Update information about
11657         arbitrary frame specficiations.
11658
11659 Wed Jan 26 15:31:57 1994  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11660
11661         * gdb.texinfo, remote.texi: general editing pass prior to Net release
11662
11663 Tue Jan 25 12:12:04 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11664
11665         * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11666
11667 Wed Jan 19 06:39:24 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
11668
11669         * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11670
11671 Sun Jan 16 12:43:32 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11672
11673         * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11674         Differences node to Statics node.
11675         (Statics): Discuss XCOFF use of V symbol descriptor.
11676
11677         * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11678         not clean.
11679
11680 Wed Jan 12 21:29:54 1994  John Gilmore  (gnu@cygnus.com)
11681
11682         * gdb.texinfo (Print Settings): Document `set print
11683         fast-symbolic-addr' and improve the doc for some other
11684         `set print's.
11685
11686 Mon Jan  3 17:23:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11687
11688         * stabs.texinfo (String Field): Talk about defining several type
11689         numbers at once.
11690         Fix lint regarding changing node ELF Transformations to
11691         ELF and SOM Transformations.
11692
11693 Fri Dec 31 00:42:43 1993  John Gilmore  (gnu@cygnus.com)
11694
11695         * stabs.texinfo:  Insert Peter Kessler's name as inventor (I think).
11696
11697 Tue Dec 28 09:30:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11698
11699         * stabs.texinfo (Cross-References): `::' is for nested types only
11700         within <>.
11701         (Structures): Document static members.
11702
11703 Mon Dec 27 13:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11704
11705         * stabs.texinfo: Document S type attribute.
11706
11707 Sun Dec 26 20:46:36 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
11708
11709         * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11710
11711 Fri Dec  3 19:13:19 1993  John Gilmore  (gnu@cygnus.com)
11712
11713         * gdbint.texinfo:  Fix a few typos.
11714
11715 Sun Nov 28 18:06:25 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11716
11717         * gdb.texinfo, remote.texi: formatting improvements
11718
11719         * gdb.texinfo (New Features): mention threads.
11720         (Summary, C): fix xrefs in newly contributed text.
11721         (Threads): index entries, clarifications, example
11722         (passim): minor typos fixed, phrasing improvements
11723
11724         * remote.texi (Bootstrapping): rephrase text on ^C and add index
11725         entries; (Server): explain use of gdbserver w/real-time systems,
11726         add example of conflicting TCP port; (MIPS Remote) break up
11727         running text into table, highlighting commands, and add example.
11728
11729 Wed Nov 24 14:15:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11730
11731         * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11732
11733 Fri Nov 12 16:10:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11734
11735         * stabs.texinfo (Nested Symbols): New node.
11736         (String Field, Symbol Descriptors, Cross-References): Refer to it.
11737
11738 Thu Nov 11 13:26:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11739
11740         * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11741         to picking which Bbss.bss symbol to use, and (because there seems to
11742         be no good way of doing it) re-write some of the text to make it
11743         sound like Bbss.bss isn't such a great idea after all (as currently
11744         designed).
11745
11746         * gdb.texinfo (C): In addition to saying people have to use g++ for
11747         good results, say they have to use stabs.  Specifically say cfront
11748         doesn't work well.
11749         (Summary): Merge in information on Modula-2, Pascal, and Chill from
11750         the gdb README.  Add xrefs to places where the support for the various
11751         languages is described in detail.
11752
11753 Mon Nov  8 11:47:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11754
11755         * stabs.texinfo: Clean up stuff about visibility and virtual
11756         characters.
11757
11758         * stabs.texinfo (N_M2C): Cite Sun doc.
11759
11760 Fri Nov  5 16:27:27 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11761
11762         * gdb.texinfo: updates re threads.
11763         * remote.texinfo: avoid index entries starting with digits.
11764
11765 Tue Nov  2 09:08:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11766
11767         * stabs.texinfo (Enumerations): Talk about large, negative and
11768         octal values.  Clean up cross reference to type attributes.
11769         (String Field): Say that GDB 4.11 supports size attribute.
11770
11771 Sun Oct 31 13:31:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11772
11773         * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11774         is a mandatory step.  Make the stuff about that more concise.
11775
11776 Wed Oct 27 00:25:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11777
11778         * stabs.texinfo (Class Names): New node.
11779
11780         * gdb.texinfo (Command Files): Explain order of init file reading.
11781
11782         * remote.texi (Bootstrapping): Talk about getting the serial driver
11783         to deal with ^C sent by gdb to stop the remote system.
11784
11785 Mon Oct 25 03:25:41 1993  Tom Lord  (lord@cygnus.com)
11786
11787         * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11788
11789         * libgdb.texinfo (Defining Commands): made the DOC arg
11790         to gdb_define_app_command a char * instead of char **
11791         per a suggestion from kingdon.
11792
11793         * libgdb.texinfo: total rewrite from a different starting
11794         premise.
11795
11796 Wed Oct 20 18:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11797
11798         * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11799         floats passed as doubles (to improve clarity).
11800
11801 Tue Oct 19 14:21:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11802
11803         * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11804
11805         * a4rc.sed: update to work with Andreas Vogel papersize params
11806
11807         * refcard.tex: use Andreas Vogel simplifications of papersize
11808         params; remove useless version info; update copyright date.
11809
11810 Tue Oct 19 10:46:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11811
11812         * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11813
11814 Tue Oct 12 09:11:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11815
11816         * gdb.texinfo (Files): Say what address the load command loads it at.
11817
11818         * stabs.texinfo (Common Blocks): Minor cleanups.
11819
11820         * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11821         that Sun has backed away from the linker kludge and thus the relevant
11822         issue is changes to the SunPRO tools, not the Solaris linker.
11823
11824         * stabs.texinfo (Traditional Integer Types): Clean up description
11825         of octal bounds a little bit.  Document extra leading zeroes.
11826
11827 Thu Oct  7 16:15:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11828
11829         * gdb.texinfo (Signaling): Update for symbolic symbol names
11830         and add a section explaining the difference between the GDB
11831         signal command and the shell kill utility.
11832
11833 Wed Oct  6 13:23:01 1993  Tom Lord  (lord@rtl.cygnus.com)
11834
11835         * libgdb.texinfo: added `@' to braces that were unescaped.
11836
11837 Mon Oct  4 10:42:18 1993  Tom Lord  (lord@rtl.cygnus.com)
11838
11839         * libgdb.texinfo: new file.  Spec for the gdb library.
11840
11841 Sun Oct  3 15:26:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11842
11843         * stabs.texinfo (Include Files): Fix typo (start -> end).
11844
11845 Thu Sep 30 18:24:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11846
11847         * gdb.texinfo, remote.texi: assorted small improvements, mostly
11848         from Melissa at FSF's editing pass.
11849
11850 Thu Sep 30 11:54:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11851
11852         * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11853         I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11854         Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11855
11856 Wed Sep 22 21:22:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11857
11858         * remote.texi (Bootstrapping): Discuss 386 call gates.
11859
11860 Sat Sep 18 17:10:44 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11861
11862         * stabs.texinfo (Based Variables): New node.
11863
11864 Thu Sep 16 17:48:55 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
11865
11866         * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11867         names, sizes, and formats to suggest how not to lose.
11868
11869 Sat Sep 11 09:35:11 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11870
11871         * stabs.texinfo (Methods): Fix typo.
11872
11873 Fri Sep 10 06:34:20 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11874
11875         * gdb.texinfo: Fix a few typos.
11876
11877 Wed Sep  8 09:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11878
11879         * gdb.texinfo: Clarify how well it works with Fortran.
11880
11881         * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11882         More on relocating stabs in ELF files.
11883
11884 Tue Sep  7 13:45:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11885
11886         * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11887
11888 Mon Sep  6 19:23:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11889
11890         * stabs.texinfo (Local Variable Parameters): Talk about nameless
11891         parameters on VAX.
11892
11893 Fri Sep  3 17:06:08 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11894
11895         * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11896
11897 Fri Sep  3 12:04:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11898
11899         * stabs.texinfo: Make info author notice match the TeX author notice.
11900
11901 Tue Aug 31 13:21:06 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11902
11903         * stabs.texinfo: Initial-caps all words in node names and
11904         non-trivial words in section names.
11905
11906 Mon Aug 30 11:13:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11907
11908         * stabs.texinfo: Many minor cleanups.
11909
11910         * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11911
11912 Sat Aug 28 12:08:09 1993  David J. MacKenzie  (djm@edison.eng.umd.edu)
11913
11914         * stabs.texinfo: Remove full description of big example.
11915         It's not really helpful; just use pieces of it where appropriate.
11916         Add more Texinfo formatting directives (@samp, etc.).
11917         Use @deffn to define stab types.
11918         Eliminate some wordiness.  Break up some nodes.
11919         Add an (alphabetized) index of symbol types.
11920         Use consistent capitalization style in node and section names.
11921
11922 Thu Aug 26 06:36:31 1993  Fred Fish  (fnf@deneb.cygnus.com)
11923
11924         * gdb.texinfo:  Change typo "Two two" to "The two".
11925
11926 Sun Aug 22 12:15:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11927
11928         * stabs.texinfo (XCOFF-differences): Remove references to
11929         non-existent types N_DECL and N_RPSYM.
11930
11931         * stabs.texinfo (String Field): Say that type attributes bug is
11932         fixed in GDB 4.10, since it is.
11933
11934         * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11935
11936 Sat Aug 21 04:32:28 1993  David MacKenzie  (djm@cygnus.com)
11937
11938         * stabs.texinfo: Formatting cleanups.
11939
11940 Fri Aug 20 20:49:53 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11941
11942         * stabs.texinfo: When explaining the n_type of a stab, standardize
11943         how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11944         no tabs, use @r).
11945         (Global Variables): Clean up.
11946
11947 Tue Aug 17 15:57:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11948
11949         * stabs.texinfo (Stack Variables): Re-write.
11950
11951 Mon Aug 16 21:20:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11952
11953         * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11954         addresses of a source file.  Also revise formatting.
11955         Change "object module" or "object file" to "source file".
11956         Various: Miscellaneous cleanups.
11957
11958 Thu Aug 12 15:11:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11959
11960         * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11961
11962 Tue Aug 10 16:57:49 1993  Stan Shebs  (shebs@rtl.cygnus.com)
11963
11964         * gdbint.texinfo: Removed many nonsensical machine-collected
11965         host and target conditionals, described some of the remainder.
11966
11967 Tue Aug 10 13:28:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11968
11969         * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11970
11971         * gdbint.texinfo (Top): Add name to @top line, and re-write the
11972         paragraph which follows.
11973
11974         * gdbint.texinfo (Host): Use @code not @samp for Makefile
11975         variables.  Looks better and avoids overful hbox.
11976
11977 Fri Jul 30 18:26:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11978
11979         * stabs.texinfo (Procedures): Improve stuff on nested functions.
11980
11981 Thu Jul 29 15:10:58 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11982
11983         * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11984         retransmit-timeout
11985
11986 Thu Jul 29 13:16:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11987
11988         * gdbint.texinfo: Update statement about `some ancient Unix
11989         systems, like Ultrix 4.0' to Ultrix 4.2.
11990
11991 Wed Jul 28 15:26:53 1993  Roland H. Pesch  (pesch@el_bosque.cygnus.com)
11992
11993         * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11994
11995         * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11996
11997         * remote.texi: (Server) New node on gdbserver.  (Remote Serial,
11998         ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11999
12000         * remote.texi: new name for former gdbinv-s.texi
12001
12002         * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12003
12004 Wed Jul 28 08:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
12005
12006         * gdbinv-s.texi: Documented timeout and retransmit-timeout
12007         variables for MIPS remote debugging protocol.
12008
12009 Mon Jul 26 13:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12010
12011         * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12012
12013 Tue Jul 20 16:30:41 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
12014
12015         * Makefile.in (refcard.dvi): Use srcdir where necessary.
12016
12017 Mon Jul 19 12:02:50 1993  Roland H. Pesch  (pesch@cygnus.com)
12018
12019         * gdb.texinfo: repair conditional bugs in text markup
12020
12021 Fri Jul 16 18:57:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12022
12023         * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12024         to select Modula-2 material.
12025
12026 Thu Jul 15 13:15:01 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12027
12028         * stabs.texinfo: Cleanups regarding statics.
12029
12030         * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12031         (Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.
12032
12033 Mon Jul 12 13:37:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12034
12035         * stabs.texinfo: N_MAIN is sometimes used for C.
12036
12037 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12038
12039         * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12040
12041 Tue Jul  6 12:41:28 1993  John Gilmore  (gnu@cygnus.com)
12042
12043         * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
12044         removed from the code by Kingdon.
12045
12046 Tue Jul  6 12:24:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12047
12048         * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12049         input when evaluating breakpoint conditions; the bug has been fixed.
12050
12051         * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12052         sets the ignore count to N-1, not to N.
12053
12054 Thu Jul  1 14:57:42 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12055
12056         * refcard.tex (\hoffset): correct longstanding error to match
12057           intended offset; avoids cutting off edge on some printers
12058
12059 Wed Jun 30 18:23:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12060
12061         * stabs.texinfo (Parameters): Say that order of stabs is significant.
12062
12063 Fri Jun 25 21:34:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12064
12065         * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12066
12067 Fri Jun 25 16:15:10 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12068
12069         * Makefile.in: (REFEDITS) new var to control whether PS or CM
12070         fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12071         collect sed edits if any, apply to refcard before formatting;
12072         (refcard.ps) stop implying PS fonts if PS output requested;
12073         (lrefcard.ps) delete extra target for variant PS fonts
12074
12075         * refcard.tex: parametrize papersize dependent info, collect
12076           in easily replaced spot
12077
12078         * a4rc.sed: new file, edits to refcard for A4 paper
12079
12080 Fri Jun 25 14:21:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12081
12082         * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12083
12084 Wed Jun 23 15:02:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12085
12086         * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12087
12088 Tue Jun 22 16:31:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12089
12090         * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12091         politely rather than rudely.
12092
12093 Fri Jun 18 19:42:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12094
12095         * stabs.texinfo: Document common blocks.
12096
12097 Fri Jun 18 12:12:57 1993  Fred Fish  (fnf@cygnus.com)
12098
12099         * stabs.texinfo:  Add some basic info about stabs-in-elf.
12100
12101 Fri Jun 18 13:57:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12102
12103         * stabs.texinfo (Top): Minor cleanup.
12104
12105 Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
12106
12107         * Makefile.in (install-info): remove parentdir support
12108
12109 Tue Jun 15 18:11:39 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12110
12111         * gdb.texinfo (Copying): delete this node and references to it;
12112         RMS says this manual need not carry GPL. (passim): Improvements
12113         from last round at FSF, largely due to Ian Taylor review, and
12114         minor formatting improvements.
12115
12116         * gdbinv-s.texi (passim): Improvements from last round at FSF,
12117         largely due to Ian Taylor review. (Debug Session): minor edits to
12118         new text.
12119
12120 Sun Jun 13 12:52:39 1993  Jim Kingdon  (kingdon@cygnus.com)
12121
12122         * Makefile.in (realclean): Remove info and dvi files too.
12123
12124 Sat Jun 12 16:09:22 1993  Jim Kingdon  (kingdon@cygnus.com)
12125
12126         * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12127         * Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.
12128         * gdb.texinfo: Change accordingly.
12129
12130         * stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
12131         N_{L,R}BRAC,N_SLINE are relative to.
12132
12133 Fri Jun 11 15:15:55 1993  Jim Kingdon  (kingdon@cygnus.com)
12134
12135         * Makefile.in (GDBvn.texi): Update atomically.
12136
12137 Wed Jun  9 10:58:16 1993  Jim Kingdon  (kingdon@cygnus.com)
12138
12139         * gdbinv-s.texi (Debug Session): Document exceptionHook.
12140
12141 Tue Jun  8 13:42:04 1993  Jim Kingdon  (kingdon@cygnus.com)
12142
12143         * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12144         addresses together.  Also motivate the set print symbol-filename
12145         command and suggest other solutions.
12146
12147 Tue Jun  1 22:46:43 1993  Fred Fish  (fnf@cygnus.com)
12148
12149         * gdb.texinfo (set print elements):  Note that the number of
12150         elements is set to unlimited by "set print elements 0".
12151
12152 Mon May 31 08:06:55 1993  Jim Kingdon  (kingdon@cygnus.com)
12153
12154         * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12155         NF_LDOUBLE means.
12156         (Stab Types): Include Solaris stab types.
12157         (Procedures): Document Solaris extensions.
12158
12159 Thu May 27 06:20:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12160
12161         * gdb.texinfo:  Add `set print symbol-filename' doc.
12162
12163 Wed May 26 00:26:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12164
12165         * stabs.texinfo (Arrays): Talk about type definition vs. type
12166         information.
12167
12168         * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12169         the trailing semicolon.
12170
12171 Tue May 25 14:49:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12172
12173         * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12174         and merge in other parts of the document addressing these subjects.
12175         gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12176
12177         * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12178         at the end of a range type.
12179
12180         * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12181         AIX extensions.
12182
12183 Mon May 24 09:00:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12184
12185         * stabs.texinfo (Stabs Format):  Misc fixes.
12186
12187 Sat May 22 10:40:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12188
12189         * stabs.texinfo (Constants):  Allow an `e' constant to be non-enum.
12190         (Traditional builtin types): Document convex convention for long long.
12191         (Negative builtin types): Discuss type names, and misc fixes.
12192
12193 Fri May 21 11:20:31 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12194
12195         * stabs.texinfo (Builtin Type Descriptors): Document the floating
12196         point types used with @samp{R} type descriptor.
12197         (Symbol Descriptors): Describe how to handle conflict between
12198         different meanings of @samp{P} symbol descriptor.
12199
12200 Thu May 20 13:35:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12201
12202         * stabs.texinfo: Remove node Quick Reference and put its children
12203         directly under the main menu.
12204
12205         * stabs.texinfo: Many more changes to bring it into line with
12206         AIX documentation and reality.  I think it now has all the
12207         information from the AIX documentation, except that I burned
12208         out when I got to variant records (Pascal and Modula-2) and
12209         all the COBOL types.  Oh well, we can add them later when we're
12210         worrying more about those languages.
12211
12212         * stabs.texinfo (Automatic variables): Talk about what it means
12213         to omit the symbol descriptor.
12214
12215 Tue May 18 17:59:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12216
12217         * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12218         gcc2 behavior with promoted args.
12219
12220 Fri May 14 21:35:29 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12221
12222         * gdb.texinfo: include readline appendices in info version of manual
12223
12224 Fri May  7 11:56:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12225
12226         * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12227         target remote.
12228
12229         * gdb.texinfo (Machine Code): more index entries for disassemble
12230
12231 Fri May  7 10:12:30 1993  Fred Fish  (fnf@cygnus.com)
12232
12233         * Clarify the intended use of the gdb-testers and gdb-patches
12234         mailing lists, and shrink gzip comment.
12235
12236 Thu May  6 16:39:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12237
12238         * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12239         DOSHOST configuration of manual.
12240
12241         * gdb.texinfo (MIPS Stack): new node.
12242
12243         * all-config.texi (MIPS) new switch.
12244
12245         * gdbinv-s.texi (Nindy Options) Remove two instances of future
12246         tense; (MIPS Remote) new node.
12247
12248         * gdb.texinfo (passim) rephrases to work around makeinfo @value
12249         bug; (Environment) less passive, other small cleanups in text about
12250         .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12251         (Remote) new MIPS Remote menu entry.
12252
12253 Thu Apr 29 09:36:25 1993  Jim Kingdon  (kingdon@cygnus.com)
12254
12255         * stabs.texinfo: Many changes to include information from the
12256         AIX documentation.
12257
12258         * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12259
12260 Tue Apr 27 14:02:57 1993  Jim Kingdon  (kingdon@cygnus.com)
12261
12262         * gdbint.texinfo (new node Debugging GDB, elsewhere):
12263         Move a bunch of information from ../README.
12264         (Getting Started): New node.
12265
12266 Fri Apr 23 17:21:13 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12267
12268         * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12269
12270         * gdb.texinfo: advance manual revision dates to present
12271
12272         * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12273         stop using silly Roman numerals in @set variable names
12274
12275 Fri Apr 23 07:30:01 1993  Jim Kingdon  (kingdon@cygnus.com)
12276
12277         * stabs.texinfo (Parameters): Keep trying to get this right.
12278
12279 Wed Apr 21 15:18:47 1993  Jim Kingdon  (kingdon@cygnus.com)
12280
12281         * stabs.texinfo (Parameters): More on "local parameters".
12282
12283 Mon Apr 19 08:00:51 1993  Jim Kingdon  (kingdon@cygnus.com)
12284
12285         * stabs.texinfo (Parameters): Re-do "local parameters" section.
12286
12287 Sun Apr 18 09:47:45 1993  Jim Kingdon  (kingdon@cygnus.com)
12288
12289         * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12290         (Parameters): Rewrite.
12291         (xcoff-differences, Sun-differences): Minor changes.
12292
12293 Thu Apr 15 02:35:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
12294
12295         * stabs.texinfo:  Minor cleanup.
12296
12297 Wed Apr 14 17:31:00 1993  Jim Kingdon  (kingdon@cygnus.com)
12298
12299         * gdbint.texinfo: Minor xcoff stuff.
12300
12301 Wed Apr  7 14:11:07 1993  Fred Fish  (fnf@cygnus.com)
12302
12303         * gdbint.texinfo:  Update for new config directory structure.
12304         Add info about internal type data structures.
12305
12306 Mon Apr  5 09:06:30 1993  Ian Lance Taylor  (ian@cygnus.com)
12307
12308         * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12309         $(srcdir).
12310         (gdb-config.texi): Depend on file in $(srcdir).
12311
12312 Fri Apr  2 16:55:13 1993  Jim Kingdon  (kingdon@cygnus.com)
12313
12314         * stabs.texinfo: Fixes about N_SO.
12315
12316 Fri Mar 26 18:00:35 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12317
12318         * gdb.texinfo: include list of nonstandard init file names
12319
12320         * *-config.texi: new switch GENERIC for text that applies *only*
12321         to (usual) multiple-target version of manual
12322
12323         * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12324         h8 config
12325
12326         * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12327         in menus (rather than conditionally selected multiple alternative
12328         menus).
12329
12330         * Makefile.in: define and use DOC_CONFIG var to select
12331         configuration for GDB user manual.
12332
12333         * gdb-config.texi: delete from repository, generate from Makefile.
12334
12335         * all-config.texi: normal `generic' configuration file, formerly
12336         stored as gdb-config.texi
12337
12338 Wed Mar 24 14:03:19 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
12339
12340         * Makefile.in: add dvi target to build all .dvi files
12341
12342 Tue Mar 23 16:03:24 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12343
12344         * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12345
12346 Fri Mar 19 21:46:50 1993  John Gilmore  (gnu@cygnus.com)
12347
12348         * gdbint.texinfo:  Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12349         host conditionals.
12350         * stabs.texinfo:  More array fixes inspired by Jim's.
12351
12352 Fri Mar 19 10:23:34 1993  Jim Kingdon  (kingdon@cygnus.com)
12353
12354         * stabs.texinfo: Fixes re arrays and continuations.
12355
12356         * gdbint.texinfo: Add XCOFF node.
12357
12358 Mon Mar  8 15:52:18 1993  John Gilmore  (gnu@cygnus.com)
12359
12360         * gdb.texinfo:  Add `set print max-symbolic-offset' doc.
12361
12362 Sun Feb 21 17:09:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
12363
12364         * stabs.texinfo:  Fix for array types to mention lower bounds.
12365
12366 Thu Feb 18 01:19:49 1993  John Gilmore  (gnu@cygnus.com)
12367
12368         * gdbint.texinfo:  Update PTRACE_ARG3_TYPE doc, pull PT_*.
12369
12370 Wed Feb 17 08:15:24 1993  John Gilmore  (gnu@cygnus.com)
12371
12372         * gdbint.texinfo:  Remove SET_STACK_LIMIT_HUGE from target defines.
12373
12374 Thu Feb 11 10:38:40 1993  John Gilmore  (gnu@cygnus.com)
12375
12376         * gdbint.texinfo:  Fix thinko (NM_FILE => NAT_FILE).  Found
12377         by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12378
12379 Wed Feb 10 23:59:19 1993  John Gilmore  (gnu@cygnus.com)
12380
12381         * gdbint.texinfo:  Eliminate IBM6000_HOST, document IBM6000_TARGET.
12382
12383 Tue Feb  9 18:26:21 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12384
12385         * gdb.texinfo, gdbinv-s.texi: misc updates
12386
12387 Sat Feb  6 10:25:47 1993  John Gilmore  (gnu@cygnus.com)
12388
12389         * gdbint.texinfo:  Brief documentation for longjmp support,
12390         from an email msg by Stu.
12391
12392 Fri Feb  5 14:10:15 1993  John Gilmore  (gnu@cygnus.com)
12393
12394         * stabs.texinfo:  Fix description of floating point "range"
12395         types (which really define basic types).  Reported by Jim Meehan,
12396         <meehan@src.dec.com>.
12397
12398         * gdbint.texinfo:  Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12399
12400 Thu Feb  4 13:56:46 1993  Ian Lance Taylor  (ian@cygnus.com)
12401
12402         * gdbint.texinfo: Slightly expand section on supporting a new
12403         object file format.
12404
12405 Thu Feb  4 01:49:04 1993  John Gilmore  (gnu@cygnus.com)
12406
12407         * Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
12408         intermediate file.
12409
12410 Tue Feb  2 12:18:06 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12411
12412         * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12413
12414 Mon Feb  1 15:35:47 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12415
12416         * gdbinv-s.texi: z8000 simulator target name is just "sim"
12417
12418         * gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
12419         as well as Z8002.
12420
12421 Sat Nov 28 06:51:35 1992  John Gilmore  (gnu@cygnus.com)
12422
12423         * gdbint.texinfo:  Add sections on clean design and on how to send
12424         in changes.
12425
12426 Mon Nov  9 23:57:02 1992  John Gilmore  (gnu@cygnus.com)
12427
12428         * gdbint.texinfo:  Add how to declare the result of make_cleanup.
12429
12430 Mon Oct 26 11:09:47 1992  John Gilmore  (gnu@cygnus.com)
12431
12432         * gdb.texinfo:  Fix typo, reported by Karl Berry.
12433
12434 Fri Oct 23 00:41:21 1992  John Gilmore  (gnu@cygnus.com)
12435
12436         * gdb.texinfo:  Add opcodes dir to GDB distribution description.
12437
12438 Sat Oct 10 18:04:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12439
12440         * gdbint.texinfo: fixed a stray email address (needs @@),
12441         added @table @code to node "Native Conditionals"
12442
12443 Tue Sep 22 00:34:15 1992  John Gilmore  (gnu@cygnus.com)
12444
12445         * gdbint.texinfo:  Describe coding style of GDB.
12446
12447 Mon Sep 21 19:32:16 1992  John Gilmore  (gnu@cygnus.com)
12448
12449         * stabs.texinfo:  Minor wording changes.
12450
12451 Tue Sep 15 02:57:09 1992  John Gilmore  (gnu@cygnus.com)
12452
12453         * gdbint.texinfo:  Improve release doc slightly.
12454
12455 Fri Sep 11 01:34:25 1992  John Gilmore  (gnu@sphagnum.cygnus.com)
12456
12457         * gdbint.texinfo:  Improve doc of GDB config macros.
12458
12459 Wed Sep  9 16:52:06 1992  John Gilmore  (gnu@cygnus.com)
12460
12461         * stabs.texinfo:  Remove Bothner's changes for C++ nested types.
12462         These will be reinserted when examined.
12463
12464 Mon Aug 24 01:17:55 1992  John Gilmore  (gnu@cygnus.com)
12465
12466         * gdbint.texinfo:  Make a start at documenting all the #if macros
12467         in GDB.  At least list them all, and start separating them into
12468         host-specific and target-specific.
12469
12470 Tue Aug 18 15:59:13 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12471
12472         * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12473         examples (not consistent w others).
12474         gdb.texinfo: issue disclaimer paragraph on cmdline options only
12475         for generic vn of doc
12476
12477 Tue Aug 18 14:53:27 1992  Ian Lance Taylor  (ian@cygnus.com)
12478
12479         * Makefile.in: always create installation directories.
12480
12481 Tue Aug 18 14:11:50 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12482
12483         * gdb.texinfo: in h8 config, do not describe searching commands.
12484
12485 Mon Aug 17 18:07:59 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12486
12487         * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12488           conditionals; introduce a few generic switches that may be
12489           useful for other cross-dev or dos-hosted configs.
12490
12491         * gdb.texinfo: fix typo in "info reg" description
12492
12493 Sun Aug 16 01:16:18 1992  John Gilmore  (gnu@cygnus.com)
12494
12495         * stabs.texinfo:  Minor updates from running TeX over it.
12496         * Makefile.in (stabs.dvi, stabs.ps):  Add.
12497
12498 Sat Aug 15 20:52:24 1992  Per Bothner  (bothner@rtl.cygnus.com)
12499
12500         * stabs.texinfo:  Stabs documentation, written by Julia Menapace.
12501         First pass at converting it to texinfo.
12502
12503 Sat Aug 15 03:14:59 1992  John Gilmore  (gnu@cygnus.com)
12504
12505         * gdb.texinfo, refcard.tex:  Document mult args on `info reg'.
12506         * Makefile.in (refcard.ps, lrefcard.ps):  Add missing $(srdir).
12507
12508 Fri Aug 14 21:08:47 1992  John Gilmore  (gnu@cygnus.com)
12509
12510         * gdbint.texinfo:  Add section on partial symbol tables.
12511
12512 Sat Jun 20 16:31:10 1992  John Gilmore  (gnu at cygnus.com)
12513
12514         * gdb.texinfo:  document `set remotedebug' and `set
12515         rstack_high_address'.
12516
12517 Thu May 14 17:09:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12518
12519         * gdb.texinfo: slight expansion of new text on reading info files
12520         * gdbinv-s.m4.in: correct and expand info on cross-debugging
12521         H8/300 from DOS.
12522
12523 Tue May 12 12:22:47 1992  John Gilmore  (gnu at cygnus.com)
12524
12525         * gdb.texinfo:  `info user' => `show user'.  Noticed by David Taylor.
12526
12527 Mon May 11 19:06:27 1992  John Gilmore  (gnu at cygnus.com)
12528
12529         * gdb.texinfo:  Say how to read the `info' files.
12530
12531 Tue May  5 12:11:38 1992  K. Richard Pixley  (rich@cygnus.com)
12532
12533         * Makefile.in: gm4 -> m4.
12534
12535 Fri Apr 10 17:50:43 1992  John Gilmore  (gnu at rtl.cygnus.com)
12536
12537         * gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
12538         Documentation' ahead of `Installing GDB' to match README.
12539         Update shared library doc, -readnow and -mapped, and directory
12540         structure (add glob and mmalloc).  Update configure doc.
12541
12542 Tue Mar 24 23:28:38 1992  K. Richard Pixley  (rich@cygnus.com)
12543
12544         * Makefile.in: remove $(srcdir) from gdb.info rule.
12545
12546 Sat Mar  7 18:44:50 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12547
12548         * Makefile.in: commented out gdb-all.texinfo rule.  This is
12549           temporary.
12550
12551 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
12552
12553         * Makefile.in, configure.in: removed traces of namesubdir,
12554           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
12555           copyrights to '92, '13, changed some from Cygnus to FSF.
12556
12557 Fri Dec 13 09:47:31 1991  John Gilmore  (gnu at cygnus.com)
12558
12559         * gdb.texinfo:  Improve how we ask for bug reports.
12560
12561 Tue Dec 10 04:07:21 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12562
12563         * Makefile.in: infodir belongs in datadir.
12564
12565 Fri Dec  6 23:57:34 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12566
12567         * Makefile.in: remove spaces following hyphens, bsd make can't
12568           cope.  install using INSTALL_DATA.  added clean-info.  added
12569           standards.text support.
12570
12571 Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12572
12573         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
12574           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
12575           and mandir now keyed off datadir by default.
12576
12577 \f
12578 Local Variables:
12579 mode: change-log
12580 left-margin: 8
12581 fill-column: 74
12582 version-control: never
12583 coding: utf-8
12584 End: