Allow remote debugging over a Unix local domain socket.
[external/binutils.git] / gdb / doc / ChangeLog
1 2018-10-02  John Darrington <john@darrington.wattle.id.au>
2
3         * gdb.texinfo (Remote Connection Commands): Describe
4           the changes to target remote and target extended-remote
5           relating to Unix domain sockets.
6
7 2018-10-01  Tom Tromey  <tom@tromey.com>
8
9         * gdb.texinfo (Configure Options): Document configure options.
10
11 2018-09-29  Tom Tromey  <tom@tromey.com>
12
13         * gdb.texinfo (Requirements): Mention C++, GNU make.
14         (Requirements): Sort the table.  Add more libraries.
15         (Running Configure): Remove obsolete text.
16         (Separate Objdir): Likewise.
17         (Configure Options): Likewise.
18
19 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
20
21         * gdb.texinfo (Frames): Rewrite the description of 'frame number'
22         to highlight that the number is also the frame's level.
23         (Selection): Rewrite documentation for 'frame' and 'select-frame'
24         commands.
25         (Frame Info): Rewrite documentation for 'info frame' command.
26
27 2018-09-23  Tom Tromey  <tom@tromey.com>
28
29         PR python/18852:
30         * python.texi (Parameters In Python): Document exception behavior
31         of get_set_string.
32
33 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
34
35         * gdb.texinfo (info proc): Remove "running".
36         (info proc mappings): Replace "program" with "process".
37
38 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
39
40         * gdb.texinfo (Process Information): Document "info proc files"
41         command.
42
43 2018-09-17  Tom Tromey  <tom@tromey.com>
44
45         * gdb.texinfo (Index Files): Update for cache directory change on
46         macOS.
47
48 2018-09-16  Tom Tromey  <tom@tromey.com>
49
50         * python.texi (Basic Python): Update docs for find_pc_line,
51         solib_name.
52         (Progspaces In Python): Update docs for current_progspace.
53         Document block_for_pc, find_pc_line, is_valid, nsolib_name.
54         Move method documentation before example.
55
56 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
57
58         * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
59
60 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
61 2018-09-13  Tom Tromey  <tom@tromey.com>
62
63         * python.texi (Program Spaces In Python): Document the
64         Progspace.objfiles method.
65         (Objfiles In Python): Mention that gdb.objfiles() is identical
66         to gdb.selected_inferior().progspace.objfiles().
67
68 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
69 2018-09-13  Tom Tromey  <tom@tromey.com>
70
71         * python.texi (Inferiors In Python): Document
72         Inferior.progspace.
73         (Program Spaces In Python): Document that
74         gdb.current_progspace() is the same as
75         gdb.selected_inferior().progspace.
76
77 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
78
79         * python.texi (Basic Python): Mention the string representation
80         of GDB Python objects.
81
82 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
83
84         * gdb.texinfo (Skipping Over Functions and Files): Document
85         set/show debug skip.
86
87 2018-09-10  Tom Tromey  <tom@tromey.com>
88
89         * python.texi (Frames In Python, Blocks In Python)
90         (Symbols In Python, Symbol Tables In Python)
91         (Lazy Strings In Python): Remove periods from section titles.
92
93 2018-09-10  Tom Tromey  <tom@tromey.com>
94
95         * python.texi (Pretty Printing API): Swap sentence order.
96
97 2018-09-10  Tom Tromey  <tom@tromey.com>
98
99         PR python/16461:
100         * python.texi (Values From Inferior): Mention use of virtual
101         table.
102
103 2018-09-10  Tom Tromey  <tom@tromey.com>
104
105         * python.texi (Basic Python): Parenthesize argument to
106         decode_line.
107
108 2018-09-10  Tom Tromey  <tom@tromey.com>
109
110         * python.texi (Python): Mention Python versions.  Don't mention
111         execfile.
112
113 2018-09-10  Tom Tromey  <tom@tromey.com>
114
115         PR python/19808:
116         * python.texi (Unwinding Frames in Python): Rewrite
117         create_unwind_info documentation.  Update read_register
118         documentation and add a note about unwinder caution.
119
120 2018-09-10  Tom Tromey  <tom@tromey.com>
121
122         PR python/18909:
123         * python.texi (Events In Python): Fix inferior_call
124         documentation.
125
126 2018-09-10  Tom Tromey  <tom@tromey.com>
127
128         PR python/17752:
129         * python.texi (Frame Filter API): Remove period from subsection
130         title.  Mention 100 as good default priority.
131         (Frame Decorator API): Remove period from subsection title.
132         Mention FrameDecorator module.
133
134 2018-09-10  Tom Tromey  <tom@tromey.com>
135
136         PR python/23108:
137         * python.texi (Exception Handling): Rearrange gdb.GdbError text
138         and add a table.
139
140 2018-09-10  Tom Tromey  <tom@tromey.com>
141
142         * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
143         (Machine Code): Use "binutils", not "binutils.info", in @pxref.
144         (Separate Debug Files): Use "ld", not "ld.info", in @ref.
145         * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
146
147 2018-09-10  Tom Tromey  <tom@tromey.com>
148
149         PR python/16484:
150         * python.texi (Frames In Python): Document that Frame.block can
151         throw.
152
153 2018-09-10  Tom Tromey  <tom@tromey.com>
154
155         PR python/23487:
156         * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
157
158 2018-09-10  Tom Tromey  <tom@tromey.com>
159
160         PR python/16033:
161         * python.texi (Blocks In Python): Document that Block.end is
162         exclusive.
163
164 2018-08-29  Keith Seitz  <keiths@redhat.com>
165
166         * gdb.texinfo (Compiling and injecting code in GDB): Document
167         set/show "compile-oracle" and "compile-cplus-types" commands.
168
169 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
170
171         * gdb.texinfo (The -stack-list-frames Command): Update description
172         to mention "arch".
173         Update MI examples throughout the document to contain "arch" in
174         frame output.
175
176 2018-08-21  Alan Hayward  <alan.hayward@arm.com>
177
178         * gdb.texinfo (AArch64 SVE): New subsubsection.
179
180 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
181
182         * gdb.texinfo (GDB/MI Data Manipulation): Document
183         "-data-disassemble -a addr".
184         (GDB/MI Support Commands): Document "data-disassemble-a-option"
185         feature.
186
187 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
188
189         * gdb.texinfo (Index Files Speed Up GDB): Add section about
190         symbol index cache.
191
192 2018-07-27  Sergio Durigan Junior  <sergiodj@redhat.com>
193
194         * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
195         option sections to further clarify that gcore can take more
196         than one PID, and that "-o" is used to specify a prefix, not a
197         filename.
198
199 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
200
201         * gdb.texinfo (Maintenance Commands): Add description of
202         maintenance command to control dwarf unwinders.
203
204 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
205
206         * gdb.texinfo (Debugging Programs with Multiple Threads):
207         Document changes to 'thread apply'.  Document 'taas'.
208         Document 'tfaas'.
209         (Examining the Stack): Document 'frame apply'.  Document 'faas'.
210
211 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
212             Jan Kratochvil  <jan.kratochvil@redhat.com>
213             Paul Fertser  <fercerpav@gmail.com>
214             Tsutomu Seki  <sekiriki@gmail.com>
215
216         * gdb.texinfo (Remote Connection Commands): Add explanation
217         about new IPv6 support.  Add new connection prefixes.
218
219 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
220
221         * gdb.texinfo (Remote Configuration): Update descriptions for
222         set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
223         and hardware-watchpoint-length-limit variables.
224
225 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
226
227         PR tdep/8282
228         * gdb.texinfo (Source and Machine Code): Document `set
229         disassembler-options' support for the MIPS target.
230
231 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
232
233         * gdb.texinfo (Files): Document "add-symbol-file -o offset".
234
235 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
236
237         * gdb.texinfo (Files): The address argument for "add-symbol-file"
238         is no longer mandatory.
239
240 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
241
242         * gdb.texinfo (Files): Document "symbol-file -o offset".
243
244 2018-06-14  Tom de Vries  <tdevries@suse.de>
245
246         * gdb.texinfo (Background Execution): Add @cindex for '&'.
247
248 2018-06-11  Eli Zaretskii  <eliz@gnu.org>
249
250         * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
251
252 2018-06-08  Gary Benson <gbenson@redhat.com>
253
254         * gdb.texinfo (Maintenance Commands): Document "maint check
255         libthread-db" and "maint set/show check-libthread-db".
256
257 2018-06-05  Tom Tromey  <tom@tromey.com>
258
259         PR cli/12326:
260         * gdb.texinfo (Screen Size): Document "c" response to pagination
261         prompt.
262
263 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
264
265         * gdb.texinfo (Choosing Target Byte Order): Document endianness
266         selection details with the `set endian auto' mode.
267
268 2018-05-04  Tom Tromey  <tom@tromey.com>
269
270         PR python/22731:
271         * python.texi (Breakpoints In Python): Mention that "commands" is
272         writable.
273
274 2018-05-02  Tom Tromey  <tom@tromey.com>
275
276         PR python/20084:
277         * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
278         PARAM_ZUINTEGER_UNLIMITED.
279
280 2018-04-30  Tom Tromey  <tom@tromey.com>
281
282         * python.texi (Types In Python): Document Type.align.
283
284 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
285
286         * gdb.texinfo (Symbols): Mention the fact that "info
287         variables/functions/types" show source files and line numbers.
288
289 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
290
291         * gdb.texinfo: Document set/show record btrace cpu.
292
293 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
294
295         * gdb.texinfo (Ada Settings): New subsubsection.
296
297 2018-03-26  Tom Tromey  <tom@tromey.com>
298
299         PR backtrace/15582:
300         * gdb.texinfo (Backtrace): Mention "hide" argument.
301
302 2018-03-26  Tom Tromey  <tom@tromey.com>
303
304         * gdb.texinfo (Backtrace): Describe options individually.
305
306 2018-03-19  Tom Tromey  <tom@tromey.com>
307
308         * observer.texi: Remove.
309
310 2018-03-04  John Baldwin  <jhb@FreeBSD.org>
311
312         * gdb.texinfo (Debugging Output): Document "set/show debug
313         fbsd-nat".
314
315 2018-02-19  Andrew Burgess  <andrew.burgess@embecosm.com>
316
317         * gdb.texinfo (Machine Code): Additional information about "info
318         line" command.
319
320 2018-01-15  Szabolcs Nagy  <szabolcs.nagy@arm.com>
321
322         * gdb.texinfo (gdb-add-index man): Add pindex.
323
324 2018-01-15  Szabolcs Nagy  <szabolcs.nagy@arm.com>
325
326         * gdb.texinfo (set cwd): Add period.
327         (gdb-add-index man): Move anchor.
328
329 2017-01-12  Tom Tromey  <tom@tromey.com>
330             Sergio Durigan Junior  <sergiodj@redhat.com>
331
332         * gdb.texinfo (Index Files): Mention gdb-add-index.
333         (gdb-add-index man): New section.
334         * Makefile.in (gdb-add-index.1): New rule to generate manpage
335         from gdb.texinfo.
336
337 2018-01-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
338
339         * gdb.texinfo (pwd): Fix whitespace.
340
341 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
342
343         * gdb.texinfo (pwd): Update cross-reference for Process Information
344         node and remove explicit /proc reference.
345         (Native): Rename subsection from SVR4 Process Information to
346         Process Information.
347         (Process Information): Reword introduction to be less /proc
348         centric.  Document support for "info proc" on FreeBSD.
349
350 2018-01-03  Xavier Roirand  <roirand@adacore.com>
351
352         * gdb.texinfo (Set Catchpoints): Add documentation for new
353         "catch handlers" action.
354
355 2017-12-27  Stafford Horne  <shorne@gmail.com>
356
357         * gdb.texinfo (Target Description Format): Explain that arbitrary
358         strings are now allowed for register groups.
359
360 2017-12-27  Stafford Horne  <shorne@gmail.com>
361
362         * gdb.texinfo (Registers): Document info reg $reggroup feature.
363
364 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
365
366         PR cli/16224
367         * gdb.texinfo (ptype): Add documentation for new flag '/o'.
368
369 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
370
371         * python.texi (Manipulating breakpoints using Python): Document
372         qualified parameter to gdb.Breakpoint.
373
374 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
375
376         * python.texi (Manipulating breakpoints using Python): Split doc
377         of Breakpoint.__init__ in two, split text in multiple
378         paragraphs, don't nest parameter square brackets.
379
380 2017-12-12  Stafford Horne  <shorne@gmail.com>
381             Stefan Wallentowitz  <stefan@wallentowitz.de>
382             Franck Jullien  <franck.jullien@gmail.com>
383             Jeremy Bennett  <jeremy.bennett@embecosm.com>
384
385         * gdb.texinfo: Add OpenRISC documentation.
386
387 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
388
389         * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
390
391 2017-12-07  Keith Seitz  <keiths@redhat.com>
392
393         * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
394         and "show print type nested-type-limit".
395
396 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
397
398        * python.texi (Breakpoints In Python): Add text relating
399         to allowed explicit locations and keywords in gdb.Breakpoints.
400
401 2017-12-04  Tom Tromey  <tom@tromey.com>
402
403         * gdb.texinfo (Rust): Update trait object status
404
405 2017-12-01  Andrew Cagney  <cagney@redhat.com>
406             Joel Brobecker  <brobecker@adacore.com>
407             Sergio Durigan Junior  <sergiodj@redhat.com>
408
409         * gdb.texinfo (File Options): Document --readnever.
410         (Commands to Specify Files): Likewise, for 'symbol-file' and
411         'add-symbol-file'.
412
413 2017-11-29  Pedro Alves  <palves@redhat.com>
414
415         PR c++/19436
416         * gdb.texinfo (Debugging C Plus Plus): Document setting
417         breakpoints in functions with ABI tags.
418
419 2017-11-29  Pedro Alves  <palves@redhat.com>
420
421         * gdb.texinfo (Linespec Locations): Document how "function" is
422         interpreted in C++ and Ada.  Document "-qualified".
423         (Explicit Locations): Document how "-function" is interpreted in
424         C++ and Ada.  Document "-qualified".
425
426 2017-11-26  Dominik Czarnota  <dominik.b.czarnota@gmail.com>
427
428         PR gdb/21945
429         * gdb.texinfo (Search Memory): Update description and example
430         about how to search a string without NULL terminator.
431
432 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
433
434         * gdb.texinfo (GDB/MI Ada Exception Information): Document
435         new "exception-message" field.
436
437 2017-11-24  Simon Marchi  <simon.marchi@ericsson.com>
438
439         * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
440
441 2017-11-24  Pedro Alves  <palves@redhat.com>
442
443         * gdb.texinfo (Completion): Update need-quoting examples.  Remove
444         false claim that GDB inserts quoting automatically.
445         (Symbols): Add anchor.
446
447 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
448
449         * gdb.texinfo (Requirements): Document use of GNU MPFR.
450
451 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
452
453         * python.texi (Basic Python): Add rbreak documentation.
454
455 2017-11-07  Xavier Roirand  <roirand@adacore.com>
456             Pedro Alves  <palves@redhat.com>
457
458         * gdb.texinfo (Set Breaks): Document support for breakpoint
459         location ranges in the enable/disable commands.
460
461 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
462
463         * gdb.texinfo (Starting your Program) <The working directory.>:
464         Mention remote debugging.
465         (Working Directory) <Your Program's Working Directory>:
466         Likewise.
467         (Connecting) <Remote Packet>: Add "set-working-dir"
468         and "QSetWorkingDir" to the table.
469         (Remote Protocol) <QSetWorkingDir>: New item, explaining the
470         packet.
471
472 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
473
474         * gdb.texinfo (Starting your Program) <The working directory.>:
475         Mention new "set cwd" command.
476         (Working Directory) <Your Program's Working Directory>:
477         Rephrase to explain that "set cwd" exists and is the default
478         way to change the inferior's cwd.
479
480 2017-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
481
482         * gdb.texinfo (S/390 and System z Features): Document the new
483         features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
484
485 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
486
487         * gdb.texinfo (qXfer:threads:read): Add documentation for handle
488         attribute.
489
490 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
491
492         * python.texi (Inferiors In Python): Add description for method
493         Inferior.thread_from_thread_handle.
494
495 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
496
497         * gdb.texinfo (Starting your Program): Add description of
498         starti command.  Mention starti command as an alternative for
499         debugging the elaboration phase.
500
501 2017-09-16  Simon Marchi  <simon.marchi@ericsson.com>
502
503         * gdb.texinfo (Maintenance Commands): Document filter parameter
504         of "maint selftest".  Document "maint info selftests" command.
505
506 2017-09-11  Tom Tromey  <tom@tromey.com>
507
508         * python.texi (Events In Python): Document new events.
509
510 2017-09-04  Pedro Alves  <palves@redhat.com>
511
512         * gdb.texinfo (Variables) <Program Variables>: Document inspecting
513         no-debug-info variables.
514         (Symbols) <Examining the Symbol Table>: Document inspecting
515         no-debug-info types.
516         (Calling) <Calling functions with no debug info>: New subsection,
517         documenting calling no-debug-info functions.
518         (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
519
520 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
521
522         * gdb.texinfo (set environment): Add @anchor.  Explain that
523         environment variables set by the user are sent to GDBserver.
524         (unset environment): Likewise, but for unsetting variables.
525         (Connecting) <Remote Packet>: Add "environment-hex-encoded",
526         "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
527         "environment-reset" and "QEnvironmentReset" to the table.
528         (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
529         QEnvironmentReset>: New item, explaining the packet.
530
531 2017-08-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
532
533         * gdb.texinfo (Compiling and Injecting Code): Add to subsection
534         "Compiler search for the compile command" descriptions of set
535         compile-gcc and show compile-gcc.
536
537 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
538
539         * gdb.texinfo (Architectures): Add new Sparc64 section to document
540         ADI support.
541         * NEWS: Add "adi examine" and "adi assign" commands.
542
543 2017-08-18  Yao Qi  <yao.qi@linaro.org>
544
545         * gdb.texinfo (Server): Document "--selftest".
546
547 2017-08-16  Ruslan Kabatsayev  <b7.10110111@gmail.com>
548
549         * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
550         Single-Key mode.
551
552 2017-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
553
554         PR gdb/21925
555         * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
556         set...").
557
558 2017-08-09  Simon Marchi  <simon.marchi@ericsson.com>
559
560         * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
561         conditional expression.
562
563 2017-07-31  Simon Marchi  <simon.marchi@ericsson.com>
564
565         * agentexpr.texi (rot): Fix symbolic description, improve
566         textual description.
567
568 2017-07-26  Yao Qi  <yao.qi@linaro.org>
569
570         * gdb.texinfo (Maintenance Commands): Document command
571         "maint check xml-descriptions".
572
573 2017-07-26  Yao Qi  <yao.qi@linaro.org>
574
575         * gdb.texinfo (Maintenance Commands): Document optional
576         argument of "maint print c-tdesc".
577
578 2017-07-18  Yao Qi  <yao.qi@linaro.org>
579
580         * gdb.texinfo (Maintenance Commands): Improve the doc to
581         command "maint print c-tdesc".
582
583 2017-06-20  Sergio Durigan Junior  <sergiodj@redhat.com>
584
585         PR gdb/21606
586         * python.texi (Python representation of Symbols.): Replace
587         SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
588         * guile.texi (Guile representation of Symbols.): Likewise.
589
590 2017-06-11  Simon Marchi  <simon.marchi@ericsson.com>
591
592         * gdb.texinfo (Optional Messages about Internal Happenings):
593         Document {set,show} debug separate-debug-file commands.
594
595 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
596
597         * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
598         (Connecting) <Remote Packet>: Add "startup-with-shell"
599         and "QStartupWithShell" to the table.
600         (Remote Protocol) <QStartupWithShell>: New item, explaining the
601         packet.
602
603 2017-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
604
605         * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
606
607 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
608
609         * python.texi (Recording in Python): Factor out the documentation of
610         gdb.RecordInstruction's super class.
611
612 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
613
614         * python.texi (Recording in Python): Replace gdb.BtraceFunction with
615         gdb.RecordFunctionSegment.  Rename prev_sibling and next_sibling to
616         prev and next.
617
618 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
619
620         * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
621         gdb.RecordInstruction
622
623 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
624
625         * python.texi (Recording in Python): Add documentation for
626         gdb.RecordGap and remove documentation of special cases for
627         gdb.BtraceInstruction.
628
629 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
630
631         * python.texi (Recording in Python): Remove Record.ptid defvar.
632
633 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
634
635         * gdb.texinfo (GDB/MI Thread Information): Add missing
636         fields, re-word some things.
637         (GDB/MI Thread Commands): Describe fields found in the output of
638         -thread-info, remove description of fields in the
639         thread output tuple, replace with a cross-reference to "GDB/MI
640         Thread Information".
641
642 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
643
644         * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
645         from -thread-info output.
646
647 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
648
649         * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
650
651 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
652
653         * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
654
655 2017-03-22  Yao Qi  <yao.qi@linaro.org>
656
657         * python.texi (Inferiors In Python): Remove @code from Python.
658
659 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
660
661         * python.texi (Recordings In Python): Document return type of
662         gdb.BtraceInstruction.data.
663
664 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
665
666         * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
667         command file-list-shared-libraries
668         (GDB/MI Async Records): Update documentation of library-loaded with new
669         field.
670
671 2017-03-16  Doug Evans  <dje@google.com>
672
673         * guile.texi (Lazy Strings In Guile): Mention arrays.
674         * python.texi (Lazy Strings In Python): Ditto.
675
676 2017-03-08  Jiong Wang  <jiong.wang@arm.com>
677
678         * gdb.texinfo (Memory Protection Extensions): Add missing escape
679         character "@".
680
681 2017-03-07  Walfred Tedeschi <walfred.tedeschi@intel.com>
682
683         * Memory Protection Extensions: Add information about inferior
684         calls.
685
686 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
687
688         * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
689         DW_TAG_GNU_* and DW_AT_GNU_*.
690
691 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
692
693         * python.texi (Recordings In Python): New section.
694
695 2017-02-14  Tom Tromey  <tom@tromey.com>
696
697         PR python/13598:
698         * python.texi (Events In Python): Document events.before_prompt.
699
700 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
701
702         * gdb.texinfo (Target Commands): Document the optional offset
703         argument for the load command.
704
705 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
706
707         PR gdb/21122
708         * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
709         space-separated breakpoint lists.  Also add a missing @table command
710         and @cindex for breakpoint lists.
711
712 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
713
714         PR tdep/20936
715         * gdb.texinfo: (Standard Target Features): Document SPARC features.
716         (Sparc Features): New node.
717
718 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
719
720         * gdb.texinfo (i386 Features): Add system segment registers
721         as feature.
722
723 2017-01-24  Simon Marchi  <simon.marchi@ericsson.com>
724
725         * python.texi (Events In Python): Fix typo.
726
727 2017-01-20  Mike Wrighton  <mike_wrighton@codesourcery.com>
728             Luis Machado  <lgustavo@codesourcery.com>
729
730         * gdb.texinfo (-target-flash-erase): New MI command description.
731         (flash-erase): New CLI command description.
732
733 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
734
735         * gdb.texinfo (Contributors): Add SRI International and University
736         of Cambridge for FreeBSD/mips.
737
738 2016-12-22  Doug Evans  <xdje42@gmail.com>
739
740         * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
741         commands.
742
743 2016-12-02  Pedro Alves  <palves@redhat.com>
744
745         * gdb.texinfo (User-defined Commands): Limit on number of
746         arguments passed to user-defined commands removed; update.
747
748 2016-12-02  Pedro Alves  <palves@redhat.com>
749
750         PR cli/20559
751         * gdb.texinfo (Define): Add example of using "eval" to process a
752         variable number of arguments.
753         (Output) <eval>: Add anchor.
754
755 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
756
757         * Makefile.in: Likewise.
758
759 2016-11-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
760
761         * gdb.texinfo (GDB/MI Async Records): Add missing comma after
762         xref.
763
764 2016-10-29  Pedro Alves  <palves@redhat.com>
765
766         * gdb.texinfo (Packets) <vCont>: Remove mention of default
767         actions.
768
769 2016-10-26  Pedro Alves  <palves@redhat.com>
770
771         * gdb.texinfo (Packets): Clarify vCont packets with multiple
772         actions that match a thread, and what happens when an action
773         matches a thread that is already running.
774
775 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
776
777         * gdb.texinfo (Using Trace Files): Fix typo.
778         (GDB/MI Tracepoint Commands): Likewise.
779
780 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
781
782         * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
783         of -trace-save.
784
785 2016-10-06  Tom Tromey  <tom@tromey.com>
786
787         * guile.texi (Types In Guile): Remove Java mentions.
788         * python.texi (Types In Python): Remove Java mentions.
789         * gdb.texinfo (Address Locations, Supported Languages)
790         (Index Section Format): Remove Java mentions.
791
792 2016-08-15  Doug Evans  <dje@google.com>
793
794         * gdb.texinfo (Target Description Format): Update docs on "end"
795         field spec and field default type.
796
797 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
798 2016-10-03  Simon Marchi  <simon.marchi@ericsson.com>
799
800         PR gdb/20487
801         * gdb.texinfo (Context management): Update mention of frame
802         change notifications.
803         (gdb/mi Async Records): Document frame field in
804         =thread-select event.
805         * observer.texi (GDB Observers): New user_selected_context_changed
806         observer.
807
808 2016-09-28  Tom Tromey  <tom@tromey.com>
809
810         * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
811         than "memory breakpoint".  Further document "kind".  Move
812         protocol-details link earlier.
813         <z1>: Document the cmd_list argument.  Fix typo.
814         <g>: Remove incorrect sentence.
815         (Stop Reply Packets): Document "OK" response to requests when in
816         non-stop mode.
817         <swbreak>: Use "software breakpoint" rather than "memory
818         breakpoint".
819         <create>: Document that "R" is ignored.
820         <W, X, w>: Document formatting of "AA".
821         (Notification Packets): Use "%Stop", not "%%Stop".
822
823 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
824
825         * gdb.texinfo (Embedded Processors): Document ARC.
826         (Synopsys ARC): New section.
827         (Standard Target Features): Document ARC features.
828         (ARC Features): New section.
829
830 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
831
832         * .gitignore: New file.
833
834 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
835
836         * gdb.texinfo (Input/Output): Mention possibility to unset
837         inferior-tty.
838
839 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
840
841         * gdb.texinfo: Resume btrace on reconnect.
842
843 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
844
845         * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
846         syscall.
847
848 2016-06-30  Руслан Ижбулатов  <lrn1986@gmail.com>
849
850         * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
851         command.
852
853 2016-07-13  Tom Tromey  <tom@tromey.com>
854
855         PR python/15620, PR python/18620:
856         * python.texi (Events In Python): Document new breakpoint events.
857
858 2016-07-13  Tom Tromey  <tom@tromey.com>
859
860         PR python/17698:
861         * python.texi (Breakpoints In Python): Document
862         Breakpoint.pending.
863
864 2016-07-13  Tom Tromey  <tom@tromey.com>
865
866         * python.texi (Breakpoints In Python): Move table of types and
867         table of watchpoint types earlier in node.
868
869 2016-07-12  Tom Tromey  <tom@tromey.com>
870
871         PR python/19293:
872         * python.texi (Frames In Python): Document
873         gdb.invalidate_cached_frames.
874
875 2016-06-21  Pedro Alves  <palves@redhat.com>
876
877         * gdb.texinfo (Interpreters): Update intepreter-exec section,
878         document new-ui and explain use case.
879
880 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
881
882         * gdb.texinfo (Standard Target Features): Document NDS32 features.
883         (NDS32 Features): New Section.
884
885 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
886
887         * gdb.texinfo (Examining Memory): Document negative repeat
888         count in the 'x' command.
889
890 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
891
892         * gdb.texinfo (GDB/MI Async Records): Document method and
893         format fields in =record-started.
894         * observer.texi (record_changed): Add method and format
895         parameters.
896
897 2016-05-27  Eli Zaretskii  <eliz@gnu.org>
898
899         * gdb.texinfo (General Query Packets): Move the description of the
900         response before the long list of the specific 'read' and 'write'
901         requests.
902
903 2016-05-23  Tom Tromey  <tom@tromey.com>
904
905         * python.texi (Basic Python): Document gdb.breakpoints return.
906
907 2016-05-24  Tom Tromey  <tom@tromey.com>
908
909         PR gdb/19194:
910         * gdb.texinfo (gdb man): Fix typo.
911
912 2016-05-17  Tom Tromey  <tom@tromey.com>
913
914         * gdb.texinfo (Supported Languages): Mention Rust.  Update menu.
915         (Rust): New node.
916
917 2016-05-17  Tom Tromey  <tom@tromey.com>
918
919         * gdb.texinfo (Maintenance Commands): Document "maint selftest".
920
921 2016-04-27  Yao Qi  <yao.qi@linaro.org>
922
923         * gdb.texinfo (tfind): Complete doc about tfind without
924         argument.
925
926 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
927
928         * agentexpr.texi (byte): Fix zero_ext description.
929
930 2016-03-31  Pedro Alves  <palves@redhat.com>
931
932         * gdb.texinfo (M32R/SDI): Delete node.
933         (MIPS Embedded): Remove references to the MIPS remote debugging
934         protocol, PMON and variants, and the associated commands.
935
936 2016-03-15  Doug Evans  <dje@google.com>
937
938         * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
939         (Target Description Format): Mention enum types.  Update docs on
940         flags types.
941         (Predefined Target Types): Add "bool".
942         (Enum Target Types): New node.
943
944 2016-03-15  Pedro Alves  <palves@redhat.com>
945
946         * gdb.texinfo (Tracepoint Actions): Fix typo.
947
948 2016-03-15  Pedro Alves  <palves@redhat.com>
949             Andreas Arnez  <arnez@linux.vnet.ibm.com>
950             Marcin Kościelnicki  <koriakin@0x04.net>
951
952         * gdb.texinfo (Tracepoint Actions): Document possible
953         unreliability of '$_ret'.
954
955 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
956
957         * gdb.texinfo (Symbols): Document new 'maint info line-table'
958         command.
959
960 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
961
962         * gdb.texinfo (Convenience Functions): Document $_as_string.
963
964 2016-02-23  Doug Evans  <dje@google.com>
965
966         * gdb.texinfo (Skipping Over Functions and Files): Document new
967         options to "skip" command.  Update docs of output of "info skip".
968
969 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
970
971         * gdb.texinfo (Signals): Add bound violation display hints for
972         a SIGSEGV.
973
974 2016-02-18  Marcin Kościelnicki  <koriakin@0x04.net>
975
976         * gdb.texinfo (Trace File Format): Add documentation for description
977         section lines.
978
979 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
980
981         * gdb.texinfo (Trace File Format): Remove misleading information
982         about register block ordering.
983
984 2016-02-01  Doug Evans  <dje@google.com>
985
986         * gdb.texinfo (Value Sizes): Fix typo.
987
988 2016-02-01  Doug Evans  <dje@google.com>
989
990         * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
991
992 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
993
994         * gdb.texinfo (Value Sizes): New section.
995         (Data): Add the 'Value Sizes' node to the menu.
996
997 2016-01-26  John Baldwin  <jhb@FreeBSD.org>
998
999         * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1000
1001 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1002
1003         * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1004
1005 2016-01-18  Pedro Alves  <palves@redhat.com>
1006
1007         * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1008         of the thread that hit a breakpoint or received a signal.
1009
1010 2016-01-15  Pedro Alves  <palves@redhat.com>
1011
1012         * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1013
1014 2016-01-13  Pedro Alves  <palves@redhat.com>
1015
1016         * gdb.texinfo (Threads): Document the $_gthread convenience
1017         variable.
1018         (Convenience Vars): Likewise.
1019
1020 2016-01-13  Pedro Alves  <palves@redhat.com>
1021
1022         * gdb.texinfo (Threads): Document "info threads -gid".
1023
1024 2016-01-13  Pedro Alves  <palves@redhat.com>
1025
1026         * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1027         anchor.
1028         (Threads In Python): Document new InferiorThread.global_num
1029         attribute.
1030
1031 2016-01-07  Pedro Alves  <palves@redhat.com>
1032
1033         * gdb.texinfo (Threads): Document per-inferior thread IDs,
1034         qualified thread IDs, global thread IDs and thread ID lists.
1035         (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1036         thread IDs.
1037         (Convenience Vars): Document the $_thread convenience variable.
1038         (Ada Tasks): Adjust to refer to thread IDs.
1039         (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1040         Commands, GDB/MI Variable Objects): Update to mention global
1041         thread IDs.
1042         * guile.texi (Breakpoints In Guile)
1043         <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1044         global thread IDs instead of thread IDs.
1045         * python.texi (Threads In Python): Adjust documentation of
1046         InferiorThread.num.
1047         (Breakpoint.thread): Mention global thread IDs instead of thread
1048         IDs.
1049
1050 2016-01-13  Pedro Alves  <palves@redhat.com>
1051
1052         * python.texi (Threads In Python): Document
1053         InferiorThread.inferior.
1054
1055 2016-01-13  Pedro Alves  <palves@redhat.com>
1056
1057         * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1058         convenience variable.
1059         (Convenience Vars): Likewise.
1060
1061 2016-01-12  Josh Stone  <jistone@redhat.com>
1062             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1063
1064         * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1065         (Stop Reply Packets): List the syscall entry and return stop reasons.
1066         (General Query Packets): Describe QCatchSyscalls, and add it to the
1067         table and the detailed list of stub features.
1068
1069 2016-01-12  Pedro Alves  <palves@redhat.com>
1070
1071         Remove use of the registered trademark symbol throughout.
1072
1073 2016-01-12  Yao Qi  <yao.qi@linaro.org>
1074
1075         * gdb.texinfo (Interrupts): Update the document on handling
1076         interrupt when program is stopped.
1077
1078 2015-12-11  Don Breazeal  <donb@codesourcery.com>
1079
1080         * gdb.texinfo (Forks): Correct Linux kernel version where
1081         fork and exec events are supported, add notes about support
1082         of these events in target remote mode.
1083         (Connecting): Reorganize and clarify distinctions between
1084         target remote, extended-remote, and multiprocess.
1085         Reorganize related text from separate sections into new
1086         sections.
1087         (Server): Note effects of target extended-remote mode.
1088         Delete section on Multi-Process Mode for gdbserver.
1089         Move some text to "Connecting" node.
1090
1091 2015-12-10  Pedro Alves  <palves@redhat.com>
1092
1093         * gdb.texinfo (Threads): Replace warning with explanation
1094         about single-threaded programs.
1095
1096 2015-12-10  Pedro Alves  <palves@redhat.com>
1097
1098         * gdb.texinfo (Threads): Remove mention of SGI.
1099         (Forks): Remove mention of HP-UX.
1100         (Breakpoints): Remove mention of HP-UX.
1101         (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1102         Reword in terms of architectures.
1103         (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1104         mention supported systems.
1105         (Convenience Vars): Don't mention HP-UX.
1106         (Jumping): Remove mention of HP-UX in comment.
1107         (Files) <shared libraries>: Update supported shared library types
1108         list.  Remove mention of HP-UX.
1109         (Native): Remove HP-UX subsection.
1110         (SVR4 Process Information): Remove mention of HP-UX.
1111
1112 2015-12-10  Pedro Alves  <palves@redhat.com>
1113
1114         * gdb.texinfo (Stack): Reorder menu.
1115
1116 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
1117
1118         * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1119         -var-set-format's new zero-hexadecimal format.
1120
1121 2015-12-08  Pierre-Marie de Rodat  <derodat@adacore.com>
1122
1123         * gdb.texinfo (Ada Mode Into): Move overloading support
1124         description to its own node.
1125         (Overloading support for Ada): New node.
1126
1127 2015-11-30  Pedro Alves  <palves@redhat.com>
1128
1129         PR 14618
1130         * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1131         (Remote Configuration): Add the "set/show remote
1132         no-resumed-stop-reply" to the available settings table.
1133         (General Query Packets): Document the "no-resumed" qSupported
1134         feature.
1135
1136 2015-11-30  Pedro Alves  <palves@redhat.com>
1137
1138         * gdb.texinfo (Remote Configuration): List "set/show remote
1139         thread-events" command in configuration table.
1140         (Stop Reply Packets): Document "T05 create" stop
1141         reason and 'w' stop reply.
1142         (General Query Packets): Document QThreadEvents packet.  Document
1143         QThreadEvents qSupported feature.
1144
1145 2015-11-30  Pedro Alves  <palves@redhat.com>
1146
1147         * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1148         anchor.
1149         (Packets): Document vCtrlC.
1150
1151 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
1152
1153         * gdb.texinfo (Thread List Format): Mention thread names.
1154
1155 2015-11-24  Pedro Alves  <palves@redhat.com>
1156
1157         PR 17539
1158         * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1159         program-spaces" example to ascending order listing.
1160         (Threads): Adjust "info threads" example to ascending order
1161         listing.
1162         (Forks): Adjust "info inferiors" example to ascending order
1163         listing.
1164
1165 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
1166
1167         * gdb.texinfo (Process Record and Replay): Document "record
1168         instruction-history" modifiers.
1169
1170 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1171
1172         * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1173         description.
1174         (Frame Filter Management): Move to later in the 'Examining the
1175         Stack' chapter.
1176         (Selection): Add entry for 'select-frame'.
1177
1178 2015-09-25  Doug Evans  <dje@google.com>
1179
1180         * gdb.texinfo (Process Record and Replay): Fix syntax of
1181         "record instruction-history begin, end" and
1182         "record function-call-history begin, end".
1183
1184 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
1185
1186         * gdb.texinfo (Specifying Source Directories): Fix
1187         substitute-path example.
1188
1189 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
1190
1191         * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1192
1193 2015-09-15  Pedro Alves  <palves@redhat.com>
1194
1195         PR remote/18965
1196         * gdb.texinfo (Stop Reply Packets): Revert previous change to
1197         the vforkdone description.
1198
1199 2015-09-15  Pedro Alves  <palves@redhat.com>
1200
1201         PR remote/18965
1202         * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1203         part indicates the thread ID of the parent process.
1204
1205 2015-09-15  Yao Qi  <yao.qi@linaro.org>
1206
1207         * gdb.texinfo (General Query Packets): Add vContSupported to
1208         tables of 'gdbfeatures' and 'stub features' supported in the
1209         qSupported packet, as well as to the list containing stub
1210         feature details.
1211
1212 2015-09-11  Don Breazeal  <donb@codesourcery.com>
1213
1214         * gdb.texinfo (Remote Configuration): Add exec event
1215         feature to table of packet settings.
1216         (Stop Reply Packets): Add exec events to the list of stop
1217         reasons.
1218         (General Query Packets): Add exec events to tables of
1219         'gdbfeatures' and 'stub features' supported in the qSupported
1220         packet, as well as to the list containing stub feature
1221         details.
1222
1223 2015-08-24  Pedro Alves  <palves@redhat.com>
1224
1225         * gdb.texinfo (Remote Configuration): Document the "set/show
1226         remote multiprocess-extensions-packet" commands.
1227
1228 2015-08-24  Pedro Alves  <palves@redhat.com>
1229
1230         * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1231         <M32R>: Remove references to M32R/D.
1232         <M68K>: Remove references to target dbug.
1233         <MIPS Embedded>: Remove references to target r3900 and target
1234         array.
1235         <PowerPC Embedded>: Remove references to target dink32 and target
1236         ppcbug, target sds
1237         <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1238
1239 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1240
1241         * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1242
1243 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1244
1245         * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1246
1247 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1248
1249         * gdb.texinfo (Maintenance Commands): Move documentation of "main
1250         info bfds" to...
1251         (File Caching): A New section.  Outline bfd caching, and add new
1252         description for "main set/show bfd-sharing".
1253
1254 2015-08-14  Doug Evans  <xdje42@gmail.com>
1255
1256         * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1257         disassembly.
1258         (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1259
1260 2015-08-11  Keith Seitz  <keiths@redhat.com>
1261
1262         * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1263         Use "location(s)"instead of "linespec(s)".
1264         (Specifying a Location): Rewrite.
1265         Add subsections describing linespec, address, and explicit locations.
1266         Add node/menu for each subsection.
1267         (Source and Machine Code, C Preprocessor Macros)
1268         (Create and Delete Trace points)
1269         (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1270         (Continuing at a Different Address): Remove "linespec" examples.
1271         Add reference to "Specify a Location"
1272         (The -break-insert Command): Rewrite.  Add anchor.
1273         Add reference to appropriate manual section discussing locations.
1274         (The -dprintf-insert Command): Refer to -break-insert for
1275         specification of 'location'.
1276
1277 2015-08-07  Pedro Alves  <palves@redhat.com>
1278
1279         * gdb.texinfo (Maintenance Commands): Document "maint set/show
1280         target-non-stop".
1281
1282 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
1283
1284         * gdb.texinfo (Process Record and Replay): Document prefixing of
1285         speculatively executed instructions in the "record instruction-history"
1286         command.
1287
1288 2015-07-20  Doug Evans  <dje@google.com>
1289
1290         * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1291
1292 2015-07-16  Doug Evans  <dje@google.com>
1293
1294         * stabs.texinfo: @include gdb-cfg.texi.
1295
1296 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1297
1298         Revert the previous 2 commits:
1299         gdbserver build-id attribute generator
1300         Validate symbol file using build-id
1301
1302 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1303
1304         * gdb.texinfo (Files): Add 'set validate-build-id'
1305         and 'show validate-build-id'.
1306
1307 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
1308             Jan Kratochvil  <jan.kratochvil@redhat.com>
1309
1310         gdbserver build-id attribute generator.
1311         * gdb.texinfo (Library List Format for SVR4 Targets): Add
1312         'build-id' in description, example, new attribute in dtd.
1313
1314 2015-07-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1315
1316         * gdb.texinfo (Selection): Update documentation for 'frame'
1317         command.
1318
1319 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
1320
1321         * gdb.texinfo (Maintenance Commands): Document "maint btrace"
1322         commands.
1323
1324 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
1325
1326         * gdb.texinfo (Process Record and Replay): Spell out that variables
1327         and registers are not available during btrace replay.
1328         Describe the new "record btrace pt" command.
1329         Describe the new "set|show record btrace pt buffer-size" options.
1330         (General Query Packets): Describe the new Qbtrace:pt and
1331         Qbtrace-conf:pt:size packets.
1332         Expand "bts" to "Branch Trace Store".
1333         Update the branch trace DTD.
1334
1335 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
1336
1337         * gdb.texinfo (Command History): Document the new option
1338         "history remove-duplicates".
1339
1340 2015-06-19  Doug Evans  <dje@google.com>
1341
1342         * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1343         longer supported.
1344
1345 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
1346
1347         * gdb.texinfo (Command History): Mention that setting
1348         GDBHISTSIZE to the empty string disables history truncation.
1349
1350 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
1351
1352         PR gdb/16999
1353         * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1354         behavior.
1355
1356 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
1357
1358         * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1359         with GDBHISTSIZE.
1360
1361 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
1362
1363         * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1364         bytes and memory units for -data-{read,write}-memory-bytes.
1365         (Packets): Same for m, M and X packets.
1366         * python.texi (Inferiors In Python): Same for read_memory and
1367         write_memory.
1368
1369 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
1370
1371         * gdb.texinfo (Separate Debug Files): Document that PE is also
1372         supported.
1373
1374 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
1375
1376         * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1377         single table entry.
1378
1379 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1380
1381         * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1382
1383
1384 2015-06-10  Gary Benson <gbenson@redhat.com>
1385
1386         * gdb.texinfo (Remote Configuration): Document the
1387         "set/show remote hostio-setfs-packet" command.
1388         (Host I/O Packets): Document the vFile:setfs packet.
1389
1390 2015-06-10  Gary Benson <gbenson@redhat.com>
1391
1392         * gdb.texinfo (Debugging Output): Document the "set/show debug
1393         linux-namespaces" command.
1394
1395 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1396             Mircea Gherzan  <mircea.gherzan@intel.com>
1397
1398         * gdb.texinfo (i386): Add documentation about "show mpx bound"
1399         and "set mpx bound".
1400
1401 2015-05-27  Doug Evans  <dje@google.com>
1402
1403         * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1404
1405 2015-05-26  Doug Evans  <dje@google.com>
1406
1407         * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1408         command renamings.
1409         (Maintenance Commands): Update for DWARF "set debug" command renamings.
1410
1411 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1412
1413         * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1414
1415 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
1416
1417         * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1418         (TUI Commands): Add 'tui enable' and 'tui disable' details.
1419
1420 2015-05-16  Doug Evans  <xdje42@gmail.com>
1421
1422         * guile.texi (Memory Ports in Guile): Document support for unbuffered
1423         memory ports.
1424
1425 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1426
1427         * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1428
1429 2015-05-12  Don Breazeal  <donb@codesourcery.com>
1430
1431         * gdb.texinfo (Forks): Note that fork debugging is
1432         supported in extended mode.
1433         (Remote Configuration): Add fork event features to table
1434         of packet settings.
1435         (Stop Reply Packets): Add fork events to list of stop reasons.
1436         (General Query Packets): Add fork events to tables of
1437         'gdbfeatures' and 'stub features' supported in the qSupported
1438         packet, as well as to the list containing stub feature
1439         details.
1440
1441 2015-05-12  Gary Benson <gbenson@redhat.com>
1442
1443         * gdb.texinfo (General Query Packets): Document
1444         qXfer:exec-file:read with empty annex.
1445
1446 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
1447
1448         * python.texi (Values From Inferior): Add descriptions of new
1449         methods gdb.Value.reference_value and gdb.Value.const_value.
1450
1451 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
1452
1453         * gdb.texinfo (Files): Add "info dll" documentation.
1454         (Cygwin Native): Remove "info dll" documentation.
1455
1456 2015-04-29  Doug Evans  <dje@google.com>
1457
1458         * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1459         Document.
1460         (Writing an Xmethod): Add get_result_type to example.
1461
1462 2015-04-28  Sasha Smundak  <asmundak@google.com>
1463
1464         * python.texi: New method documented.
1465
1466 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1467
1468         * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1469         format.
1470
1471 2015-04-24  Doug Evans  <dje@google.com>
1472
1473         * python.texi (Xmethods In Python): Fix name of method to call the
1474         xmethod.
1475
1476 2015-04-17  Gary Benson <gbenson@redhat.com>
1477
1478         * gdb.texinfo (Connecting to a Remote Target): Mention that
1479         GDB can access program files from remote targets that support
1480         qXfer:exec-file:read and Host I/O packets.
1481
1482 2015-04-17  Gary Benson <gbenson@redhat.com>
1483
1484         * gdb.texinfo (Remote Configuration): Document the "set/show
1485         remote pid-to-exec-file-packet" command.
1486         (General Query Packets): Document the qXfer:exec-file:read
1487         qSupported features.  Document the qXfer:exec-file:read packet.
1488
1489 2015-04-17  Gary Benson <gbenson@redhat.com>
1490
1491         * gdb.texinfo (set sysroot): Document that "set sysroot" also
1492         applies to executable paths if supplied to GDB as absolute.
1493
1494 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1495
1496         * gdb.texinfo (Mode Options): Remove -xdb.
1497
1498 2015-04-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1499             Eli Zaretskii  <eliz@gnu.org>
1500
1501         * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1502         compile, show debug compile.  New subsection Compilation options for
1503         the compile command.  New subsection Compiler search for the compile
1504         command.
1505
1506 2015-04-09  Andy Wingo  <wingo@igalia.com>
1507
1508         * guile.texi (Frames In Guile): Describe frame-read-register.
1509
1510 2015-04-02  Gary Benson <gbenson@redhat.com>
1511
1512         * gdb.texinfo (set sysroot): Document "target:".
1513
1514 2015-04-01  Sasha Smundak  <asmundak@google.com>
1515
1516         * doc/python.texi (Writing a Frame Unwinder in Python): Add
1517         section.
1518
1519 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
1520
1521         PR corefiles/16092
1522         * gdb.texinfo (gcore): Mention new command 'set
1523         use-coredump-filter'.
1524         (set use-coredump-filter): Document new command.
1525
1526 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1527
1528         * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1529         documentation, reorder the info os entries in alphabetical order.
1530
1531 2015-03-26  Simon Marchi  <simon.marchi@ericsson.com>
1532
1533         * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1534         -data-write-memory-bytes.
1535
1536 2015-03-24  Pedro Alves  <palves@redhat.com>
1537
1538         * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1539         mention that threads may sometimes run unlocked.
1540
1541 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
1542
1543         * gdb.texinfo (Remote configuration): Document "set/show
1544         serial parity" command.
1545
1546 2015-03-18  Gary Benson <gbenson@redhat.com>
1547
1548         * gdb.texinfo (General Query Packets): Remove documentation
1549         for now-removed vFile:fstat qSupported features.
1550
1551 2015-03-11  Gary Benson <gbenson@redhat.com>
1552
1553         * gdb.texinfo (Remote Configuration): Document the
1554         "set/show remote hostio-fstat-packet" command.
1555         (General Query Packets): Document the vFile:fstat
1556         qSupported features.
1557         (Host I/O Packets): Document the vFile:fstat packet.
1558
1559 2015-03-11  Andy Wingo  <wingo@igalia.com>
1560
1561         * guile.texi (Objfiles In Guile): Document objfile-progspace.
1562
1563 2015-03-04  Pedro Alves  <palves@redhat.com>
1564
1565         * gdb.texinfo (Remote Configuration): Document the "set/show
1566         remote swbreak-feature-packet" and "set/show remote
1567         hwbreak-feature-packet" commands.
1568         (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1569         decription.
1570         (Stop Reply Packets): Document the swbreak and hwbreak stop
1571         reasons.
1572         (General Query Packets): Document the swbreak and hwbreak
1573         qSupported features.
1574         (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1575
1576 2015-03-03  Philippe Proulx  <eeppeliteloop@gmail.com>
1577
1578         * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1579         under *stopped.
1580
1581 2015-03-02  Doug Evans  <xdje42@gmail.com>
1582
1583         * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1584
1585 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1586
1587         * gdb.texinfo (S/390 and System z Features): Describe new feature
1588         "org.gnu.gdb.s390.vx".
1589
1590 2015-02-23  Sergio Durigan Junior  <sergiodj@redhat.com>
1591
1592         PR gdb/18008
1593         * gdb.texinfo (maint internal-error, maint internal-warning, maint
1594         demangler-warning): Fix typo ("problam").
1595
1596 2015-02-19  David Taylor  <dtaylor@emc.com>
1597
1598         * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1599
1600 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1601
1602         * gdb.texinfo (Static Probe Points): Add cindex `static probe
1603         point, DTrace'.
1604         (Static Probe Points): Modified to cover DTrace probes in addition
1605         to SystemTap probes.  Also modified to cover the `enable probe'
1606         and `disable probe' commands.
1607
1608 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1609
1610         * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1611         `disable probe' commands.
1612
1613 2015-02-12  David Taylor  <dtaylor@emc.com>
1614
1615         * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1616         fields of the QTDV packet.
1617
1618 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1619
1620         * gdb.texinfo (Branch Trace Configuration Format): Add size.
1621         (Process Record and Replay): Describe new set|show commands.
1622         (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1623
1624 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1625
1626         * gdb.texinfo (Process Record and Replay): Describe the "record
1627         btrace bts" command.
1628         (General Query Packets): Describe qXfer:btrace-conf:read packet.
1629         (Branch Trace Configuration Format): New.
1630
1631 2015-01-31  Gary Benson <gbenson@redhat.com>
1632             Doug Evans  <dje@google.com>
1633
1634         * gdb.texinfo (Command Completion): Document new
1635         "set/show max-completions" option.
1636
1637 2015-01-31  Doug Evans  <xdje42@gmail.com>
1638
1639         * gdb.texinfo (Symbols): Document new commands
1640         "maint print symbol-cache", "maint print symbol-cache-statistics",
1641         "maint flush-symbol-cache".  Document new option
1642         "maint set symbol-cache-size".
1643
1644 2015-01-31  Doug Evans  <xdje42@gmail.com>
1645
1646         * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1647         distinguish script files vs inlined scripts.
1648         * python.texi (Python Auto-loading): Ditto.
1649
1650 2015-01-30  Doug Evans  <dje@google.com>
1651
1652         * gdb.texinfo (Symbols) <info source>: Output now contains producer
1653         string if present.
1654
1655 2015-01-27  Doug Evans  <dje@google.com>
1656
1657         * python.texi (Objfiles In Python): Document Objfile.username.
1658
1659 2015-01-27  Doug Evans  <dje@google.com>
1660
1661         * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1662         * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1663
1664 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1665
1666         * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1667
1668 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
1669
1670         * doc/gdb.texinfo (TUI Commands): Document the possible
1671         values of NAME argument to 'winheight' command.  Explain the
1672         effect of 'tabset' setting better.
1673
1674 2015-01-11  Doug Evans  <xdje42@gmail.com>
1675
1676         PR gdb/15830
1677         * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1678         (Symbols): Ditto.
1679         (Maintenance Commands): Delete docs for "maint demangle".
1680
1681 2014-12-31  Joel Brobecker  <brobecker@adacore.com>
1682
1683         * gdb.texinfo (Files): Remove documentation of the
1684         "add-shared-symbol-files" and "assf" commands.
1685         (Cygwin Native): Remove documentation of the "dll-symbols"
1686         command.
1687
1688 2014-12-17  Doug Evans  <xdje42@gmail.com>
1689
1690         * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1691
1692 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
1693             Jan Kratochvil  <jan.kratochvil@redhat.com>
1694
1695         * gdb.texinfo (Altering): Update.
1696         (Compiling and Injecting Code): New node.
1697
1698 2014-12-12  Doug Evans  <dje@google.com>
1699
1700         * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1701
1702 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1703
1704         * gdb.texinfo: Document "maint print user-registers".
1705
1706 2014-12-08  Doug Evans  <dje@google.com>
1707
1708         * python.texi (Objfiles In Python): Document Objfile.owner.
1709
1710 2014-12-04  Doug Evans  <dje@google.com>
1711
1712         * python.texi (Objfiles In Python): Document
1713         Objfile.add_separate_debug_file.
1714
1715 2014-12-04  Doug Evans  <dje@google.com>
1716
1717         * python.texi (Objfiles In Python): Document Objfile.build_id.
1718
1719 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
1720
1721         * python.texi (Events In Python): Document new events
1722         InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1723         and RegisterChangedEvent.
1724
1725 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1726
1727         Add add-auto-load-scripts-directory.
1728         * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1729         (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1730
1731 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1732
1733         * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1734         description typo.
1735
1736 2014-10-30  Doug Evans  <dje@google.com>
1737
1738         * python.texi (Progspaces In Python): Document ability to add
1739         random attributes to gdb.Progspace objects.
1740         (Objfiles In Python): Document ability to add random attributes to
1741         gdb.objfile objects.
1742
1743 2014-10-27  Pedro Alves  <palves@redhat.com>
1744
1745         * gdb.texinfo (Continuing and Stepping): Add cross reference to
1746         info on stepping and signal handlers.
1747         (Signals): Explain stepping and signal handlers.  Add context
1748         index entry, and cross references.
1749
1750 2014-10-20  Simon Marchi  <simon.marchi@ericsson.com>
1751
1752         * python.texi (Breakpoints In Python): Add parenthesis after
1753         Breakpoint.delete.  Clarify Breakpoint.enabled description so
1754         that it contains "disable".
1755
1756 2014-10-17  Doug Evans  <dje@google.com>
1757
1758         * python.texi (Events In Python): Document clear_objfiles event.
1759
1760 2014-10-17  Doug Evans  <dje@google.com>
1761
1762         * python.texi (Objfiles In Python): Document new progspace attribute.
1763
1764 2014-10-17  Pedro Alves  <palves@redhat.com>
1765
1766         * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1767         (SVR4 Process Information): Delete mention of OSF/1.
1768
1769 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1770
1771         * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1772         exit-code field in -list-thread-groups output.
1773
1774 2014-09-22  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1775
1776         * gdb.texinfo (Set Breaks): Add missing "@end table".
1777
1778 2014-09-22  Pedro Alves  <palves@redhat.com>
1779
1780         * gdb.texinfo (Set Breaks): Document that "set breakpoint
1781         always-inserted off" is the default mode now.  Delete
1782         documentation of "set breakpoint always-inserted auto".
1783
1784 2014-09-18  Doug Evans  <dje@google.com>
1785
1786         * python.texi (Symbol Tables In Python): Document "producer"
1787         attribute of gdb.Symtab objects.
1788
1789 2014-09-16  Pedro Alves  <palves@redhat.com>
1790
1791         * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1792         (Embedded OS): Remove VxWorks menu entry.
1793         (VxWorks): Remove node.
1794
1795 2014-09-13  Doug Evans  <xdje42@gmail.com>
1796
1797         * gdb.texinfo (Signaling): Document new queue-signal command.
1798
1799 2014-09-06  Doug Evans  <xdje42@gmail.com>
1800
1801         PR 15276
1802         * gdb.texinfo (Convenience Funs): Document $_caller_is,
1803         $_caller_matches, $_any_caller_is, $_any_caller_matches.
1804
1805 2014-09-03  Justin Lebar <jlebar@google.com>
1806
1807         * python.texi (Types In Python): Type.template_argument(n) returns a
1808         gdb.Value or a gdb.Type and throws an exception if n is out of
1809         range.
1810
1811 2014-09-03  Sasha Smundak  <asmundak@google.com>
1812
1813         * python.texi (Frames in Python): Add read_register description.
1814
1815 2014-08-04  Tom Tromey  <tromey@redhat.com>
1816
1817         * gdb.texinfo (Debugging Output): Update for change to "set debug
1818         target".
1819
1820 2014-08-01  Masaki Muranaka  <monaka@monami-software.com>
1821
1822         Pushed by Joel Brobecker  <brobecker@adacore.com>.
1823         * Makefile.in (transform): New variable.
1824         (install-man1, install-man5): Apply $(transform) to man file names.
1825
1826 2014-07-26  Doug Evans  <xdje42@gmail.com>
1827
1828         PR guile/17177
1829         * guile.texi (Guile Pretty Printing API): Fix typo.
1830         Document set-pretty-printers!, pretty-printers.
1831         (Selecting Guile Pretty-Printers): Update.
1832         Mention program-space based pretty-printers.
1833
1834 2014-07-25  Pedro Alves  <palves@redhat.com>
1835             Eli Zaretskii  <eliz@gnu.org>
1836
1837         * gdb.texinfo (Signaling) <signal command>: Explain what happens
1838         with multi-threaded programs.
1839
1840 2014-06-27  Yao Qi  <yao@codesourcery.com>
1841
1842         * gdb.texinfo (Maintenance Commands): Update the output of
1843         'maint print dummy-frames' command.
1844
1845 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
1846
1847         * gdb.texinfo (Screen Size): Improve indexing.
1848
1849 2014-06-19  Gary Benson  <gbenson@redhat.com>
1850
1851         * gdb.texinfo (Maintenance Commands): Document new
1852         "maint set/show catch-demangler-crashes" option.
1853
1854 2014-06-19  Gary Benson  <gbenson@redhat.com>
1855
1856         * gdb.texinfo (Maintenance Commands): Document new
1857         "maint demangler-warning" command and new
1858         "maint set/show demangler-warning" option.
1859
1860 2014-06-09  Siva Chandra Reddy  <sivachandra@google.com>
1861
1862         * python.texi (Xmethod API): Add space before the opening
1863         parenthesis in function descriptions.
1864
1865 2014-06-06  Doug Evans  <xdje42@gmail.com>
1866
1867         * guile.texi (Guile Configuration): Document guile-data-directory.
1868
1869 2014-06-06  Mingjie Xing  <mingjie.xing@gmail.com>
1870
1871         * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1872
1873 2014-06-04  Doug Evans  <xdje42@gmail.com>
1874
1875         * guile.texi (Breakpoints In Guile): Update.
1876
1877 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
1878
1879         * python.texi (Xmethod API): Fix reference to "Progspaces In
1880         Python".
1881
1882 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
1883
1884         *  python.texi (Xmethods In Python, XMethod API)
1885         (Writing an Xmethod): New nodes.
1886         (Python API): New menu entries "Xmethods In Python",
1887         "Xmethod API", "Writing an Xmethod".
1888
1889 2014-06-02  Doug Evans  <xdje42@gmail.com>
1890
1891         * guile.texi (Guile API): Add entry for Parameters In Guile.
1892         (GDB Scheme Data Types): Mention <gdb:parameter> object.
1893         (Parameters In Guile): New node.
1894
1895 2014-06-02  Doug Evans  <xdje42@gmail.com>
1896
1897         * guile.texi (Guile API): Add entry for Commands In Guile.
1898         (Basic Guile) <parse-and-eval>: Add reference.
1899         (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1900         (GDB Scheme Data Types): Mention <gdb:command> object.
1901         (Commands In Guile): New node.
1902
1903 2014-06-02  Doug Evans  <xdje42@gmail.com>
1904
1905         * guile.texi (Guile API): Add entry for Progspaces In Guile.
1906         (GDB Scheme Data Types): Mention <gdb:progspace> object.
1907         (Progspaces In Guile): New node.
1908
1909 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
1910
1911         * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1912         * python.texi (Frames In Python): Mention
1913         gdb.FRAME_UNWIND_MEMORY_ERROR.
1914
1915 2014-05-29  Pedro Alves  <palves@redhat.com>
1916             Tom Tromey  <tromey@redhat.com>
1917
1918         * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1919         from example.
1920         (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1921         Mention that target-async is now deprecated.
1922         (Maintenance Commands): Document maint set/show target-async.
1923
1924 2014-05-29  Pedro Alves  <palves@redhat.com>
1925
1926         * observer.texi (sync_execution_done, command_error): New
1927         subjects.
1928
1929 2014-05-29  Pedro Alves  <palves@redhat.com>
1930
1931         PR gdb/13860
1932         * observer.texi (signal_received, end_stepping_range)
1933         (signal_exited, exited, no_history): New observer subjects.
1934
1935 2014-05-26  Andy Wingo  <wingo@igalia.com>
1936
1937         * guile.texi (GDB Scheme Data Types): Remove documentation for
1938         removed interfaces.  Update spelling of gdb-object-kind.
1939
1940 2014-05-26  Andy Wingo  <wingo@igalia.com>
1941
1942         * guile.texi (Basic Guile): Fix some typos.
1943
1944 2014-05-26  Andy Wingo  <wingo@igalia.com>
1945
1946         * guile.texi (Writing a Guile Pretty-Printer)
1947         (Guile Types Module): Fix excess parentheses in use-modules forms.
1948
1949 2014-05-24  Eli Zaretskii  <eliz@gnu.org>
1950
1951         * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1952         (Breakpoints In Guile, Guile Printing Module)
1953         (Guile Exception Handling, Values From Inferior In Guile)
1954         (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1955         Don't use @var at the beginning of a sentence.
1956
1957         * gdb.texinfo (Frame Filter Management, Trace Files)
1958         (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1959         (PowerPC Embedded, Define, Annotations for Running)
1960         (IPA Protocol Commands, Packets, General Query Packets)
1961         (Tracepoint Packets, Notification Packets, Environment)
1962         (Inferiors and Programs, Set Breaks, Set Catchpoints)
1963         (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1964         (Frames, Backtrace, Selection, Expressions, Registers)
1965         (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1966         (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1967         (Source Annotations, Using JIT Debug Info Readers, Packets)
1968         (Stop Reply Packets, Host I/O Packets)
1969         (Target Description Format): Don't use @var at the beginning of a
1970         sentence.
1971
1972         * python.texi (Basic Python, Types In Python)
1973         (Commands In Python, Frames In Python, Line Tables In Python)
1974         (Breakpoints In Python, gdb.printing, gdb.types)
1975         (Type Printing API): Don't use @var at the beginning of a
1976         sentence.
1977
1978 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
1979
1980         * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1981         replay-memory-access".
1982
1983 2014-05-21  Pedro Alves  <palves@redhat.com>
1984
1985         * gdb.texinfo (Starting): Document "set/show
1986         auto-connect-native-target".
1987         (Target Commands): Document "target native".
1988
1989 2014-05-20  Pedro Alves  <palves@redhat.com>
1990
1991         * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1992         not be remote specific.  Add cross reference to the qCRC packet.
1993         (Separate Debug Files): Update cross reference to the qCRC packet.
1994         (General Query Packets) <qCRC packet>: Add anchor.
1995
1996 2014-05-17  Doug Evans  <xdje42@gmail.com>
1997
1998         Copy over changes from guile.texi.
1999         * python.texi (Basic Python) <gdb.execute>: Add text.
2000         (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2001         (Values From Inferior) <Python string>: Add text.
2002         (Values From Inferior) <Value.string>: Clarify string length handling.
2003         (Pretty Printing API): Add cindex.
2004         (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2005         Remove unnecessary index of gdb.TYPE_CODE_*.  Replace @findex with
2006         @vindex.
2007         (Commands In Python) <COMPLETE_*>: Similarly.
2008         (Symbols In Python) <SYMBOL_*>: Similarly.
2009         (Breakpoints In Python) <WP_*>: Similarly.
2010         (Breakpoints In Python) <BP_*>: Similarly.
2011
2012 2014-05-17  David Taylor <dtaylor@emc.com>
2013
2014         * gdb.texinfo (General Query Packets): Add a note about thread IDs
2015         mentioned in the qfThreadInfo reply.
2016
2017 2014-05-16  Doug Evans  <dje@google.com>
2018
2019         * gdb.texinfo (Mode Options): Add -D.
2020
2021 2014-05-09  Samuel Bronson  <naesten@gmail.com>
2022
2023         * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2024         "make -C".
2025
2026 2014-04-29  Tom Tromey  <tromey@redhat.com>
2027
2028         * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2029         "show debug varobj".
2030
2031 2014-05-01  David Taylor  <dtaylor@emc.com>
2032
2033         * gdb.texinfo (compare-sections): Document the new -r (read-only)
2034         option.
2035
2036 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
2037             Walfred Tedeschi  <walfred.tedeschi@intel.com>
2038
2039         * gdb.texinfo (i386 Features): Add description of AVX512
2040         registers.
2041
2042 2014-03-31  Doug Evans  <dje@google.com>
2043
2044         * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2045
2046 2014-03-30  Doug Evans  <dje@google.com>
2047
2048         * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2049         (Background Execution): Ditto.
2050
2051 2014-03-21  Pedro Alves  <palves@redhat.com>
2052             Stan Shebs  <stan@codesourcery.com>
2053             Hui Zhu  <hui@codesourcery.com>
2054
2055         * gdb.texinfo (Packets): Add anchor to "? packet".
2056         Remove fixme and update introduction of "k packet".
2057         Add anchor to "vKill packet".
2058
2059 2014-03-12  Stan Shebs  <stan@codesourcery.com>
2060
2061         * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2062
2063 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
2064
2065         * guile.texi (Basic Guile): Document 'history-append!'.
2066
2067 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
2068
2069         * gdb.texinfo (Files): Document "add-shared-symbol-files"
2070         and "assf" as being deprecated.
2071         (Cygwin Native): Likewise for "dll-symbols".
2072         (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2073         as a way to force the loading of symbols from a DLL.
2074
2075 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
2076
2077         * python.texi (Values From Inferior): Add description about the
2078         new feature.
2079
2080 2014-02-17  Doug Evans  <xdje42@gmail.com>
2081
2082         * Makefile.in (GDB_DOC_FILES): Add python.texi.
2083         * gdb.texinfo (Python): Moved to ...
2084         * python.texi: ... here.  New file.
2085
2086 2014-02-17  Ludovic Courtès  <ludo@gnu.org>
2087
2088         * guile.texi (Writing a Guile Pretty-Printer) <example>:
2089         Remove 'string-begins-with' procedure.  Add 'pretty-printer'
2090         parameter to 'str-lookup-function' procedure.  Look for
2091         the "std::string<" prefix.
2092         (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2093         Adjust description.
2094
2095 2014-02-11  Tejas Belagod  <tejas.belagod@arm.com>
2096
2097         * guile.texi (Values From Inferior In Guile): Remove stray
2098         parantheses for deffn.
2099         (Disassembly In Guile): Ditto.
2100
2101 2014-02-10  Stan Shebs  <stan@codesourcery.com>
2102
2103         Add Doxygen support.
2104         * Makefile.in (doxy): New action, generates Doxygen files.
2105         (DOXYGEN): New.
2106         (doxyedit): New.
2107         * Doxyfile-base.in: New file.
2108         * Doxyfile-gdb-api.in: New file.
2109         * Doxyfile-gdb-xref.in: New file.
2110         * Doxyfile-gdbserver.in: New file.
2111         * doxy-index.in: New file.
2112         * filter-for-doxygen: New file.
2113         * filter-params.pl: New file.
2114
2115 2014-02-10  Doug Evans  <xdje42@gmail.com>
2116
2117         * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2118         * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2119         (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2120         (Guile docs): Include guile.texi.
2121         (objfile-gdbdotext file): Add objfile-gdb.scm.
2122         (dotdebug_gdb_scripts section): Mention Guile scripts.
2123         (Multiple Extension Languages): New node.
2124         * guile.texi: New file.
2125
2126 2014-01-28  Joel Brobecker  <brobecker@adacore.com>
2127
2128         * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2129         ignore-descriptive-types". commands.
2130
2131 2014-01-22  Doug Evans  <dje@google.com>
2132
2133         * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2134         (gdbserver man): Ditto.
2135
2136 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2137
2138         * gdb.texinfo: Document limited reverse/replay support
2139         for target record-btrace.
2140
2141 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2142
2143         * gdb.texinfo (Process Record and Replay): Update documentation.
2144
2145 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2146
2147         * gdb.texinfo (Process Record and Replay): Document new /c
2148         modifier accepted by "record function-call-history".
2149         Add /i modifier to "record function-call-history" example.
2150
2151 2014-01-15  Yuanhui Zhang  <asmwarrior@gmail.com>
2152             Joel Brobecker  <brobecker@adacore.com>
2153
2154         * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2155         markers.  Remove one that was misplaced.
2156
2157 2014-01-10  Pedro Alves  <palves@redhat.com>
2158
2159         * gdb.texinfo (Your Program's Environment) <set environment>:
2160         Mention the shell, and point at 'set exec-wrapper'.
2161
2162 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
2163
2164         * gdb.texinfo (Types In Python): Document new attribute Types.name.
2165
2166 2013-12-30  Joel Brobecker  <brobecker@adacore.com>
2167
2168         * gdb.texinfo (Types In Python): Clarify the documentation
2169         of attribute gdb.Field.bitpos.
2170
2171 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
2172
2173         * gdb.texinfo (Types In Python): Fix the documentation of
2174         attribute "bitpos" in class gdb.Field for enum types.  Add
2175         documentation for attribute "enumval" in that same class.
2176
2177 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
2178
2179         * gdb.texinfo (GDB/MI Support Commands): Change @table into
2180         @ftable.
2181
2182 2013-12-23  Doug Evans  <xdje42@gmail.com>
2183
2184         * gdb.texinfo (Auto-loading): Move menu up.  Move discussion of
2185         auto-loaded objfile scripts and .debug_gdb_scripts section to their
2186         corresponding section in Extending GDB.
2187         (Extending GDB): Move menu up.  New menu item "Auto-loading
2188         extensions".
2189         (Sequences): New menu item "Auto-loading sequences".
2190         (Auto-loading sequences): New node.
2191         (Python): Rename section from Scripting GDB to Extending GDB.
2192         (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2193         Move docs on ways to auto-load extensions to ...
2194         (Auto-loading extensions): ... here.  New node.
2195
2196 2013-12-23  Joel Brobecker  <brobecker@adacore.com>
2197
2198         * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2199         in menu.
2200         (GDB/MI Variable Objects): Adjust reference to "-list-features"
2201         command, now in a new node.
2202         (GDB/MI Support Commands): New node, with its contents being
2203         extracted from the "GDB/MI Miscellaneous Commands" node.
2204         A small paragraph introducing the section is also added at
2205         the start.
2206         (GDB/MI Miscellaneous Commands): Delete the description of the
2207         -info-gdb-mi-command, -list-features and -list-target-features
2208         commands, now hosted in the "GDB/MI Support Commands" node.
2209
2210 2013-12-12  Siva Chandra Reddy  <sivachandra@google.com>
2211
2212         PR python/16113
2213         * gdb.texinfo (Values From Inferior): Add a note about using
2214         gdb.Field objects as subscripts on gdb.Value objects.
2215         (Types In Python): Add description about the new attribute
2216         "parent_type" of gdb.Field objects.
2217
2218 2013-12-12  Joel Brobecker  <brobecker@adacore.com>
2219
2220         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2221         entry for section docuumenting the -list-features GDB/MI command.
2222
2223 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
2224
2225         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2226         "exec-run-start-option" entry in the output of the "-list-features"
2227         command.
2228
2229 2013-12-04  Eli Zaretskii  <eliz@gnu.org>
2230
2231         * gdb.texinfo (i386): Fix yesterday's commit.
2232
2233 2013-12-03  Tom Tromey  <tromey@redhat.com>
2234
2235         * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2236         documented here.
2237
2238 2013-12-03  Tom Tromey  <tromey@redhat.com>
2239
2240         * gdb.texinfo (@direntry): Add menu item for gdbserver.
2241
2242 2013-12-03  Walfred Tedeschi  <walfred.tedeschi@intel.com>
2243
2244         * gdb.texinfo (i386 Features): Add MPX feature registers.
2245         (x86 Specific featuresx86 Architecture-specific Issues): Adds
2246         a subsubsection for MPX and describes the display of the
2247         boundary registers.
2248
2249 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
2250
2251         * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2252         documentation of the "ada-exceptions" entry.
2253
2254 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
2255
2256         * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2257         "^error" result record concerning the error message.  Document
2258         the error code that may also be part of that result record.
2259         (GDB/MI Miscellaneous Commands): Document the
2260         "undefined-command-error-code" element in the output of
2261         the "-list-features" GDB/MI command.
2262
2263 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
2264
2265         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2266         the new -info-gdb-mi-command GDB/MI command.  Document
2267         the meaning of "-info-gdb-mi-command" in the output of
2268         -list-features.
2269
2270 2013-11-29  Pedro Alves  <palves@redhat.com>
2271
2272         * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2273         Update comment.
2274
2275 2013-11-24  Yao Qi  <yao@codesourcery.com>
2276
2277         * gdb.texinfo (Caching Remote Data): Document new
2278         "set/show stack-cache" option.
2279
2280 2013-11-24  Yao Qi  <yao@codesourcery.com>
2281
2282         * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2283         (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2284         "off" respectively.
2285
2286 2013-11-23  Yao Qi  <yao@codesourcery.com>
2287
2288         * gdb.texinfo (GDB/MI Variable Objects): Add the description
2289         of "displayhint" to the table about child results.
2290
2291 2013-11-21  Yao Qi  <yao@codesourcery.com>
2292
2293         * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2294         'dynamic' for the output of command -var-list-children.
2295
2296 2013-11-21  Yao Qi  <yao@codesourcery.com>
2297
2298         * gdb.texinfo (Caching Target Data): Remove "see" before
2299         @pxref.
2300
2301 2013-11-20  Yao Qi  <yao@codesourcery.com>
2302
2303         * gdb.texinfo (Caching Target Data): Update doc for
2304         per-address-space dcache.
2305
2306 2013-11-20  Yao Qi  <yao@codesourcery.com>
2307
2308         * gdb.texinfo (Data): Rename menu item.
2309         (Caching Remote Data): Rename to ...
2310         (Caching Target Data): ... it.  Update.
2311
2312 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
2313
2314         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2315         "language-option" entry in the output of the "-list-features"
2316         command.
2317
2318 2013-11-15  Tom Tromey  <tromey@redhat.com>
2319
2320         * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2321         Add example.
2322
2323 2013-11-14  Tom Tromey  <tromey@redhat.com>
2324
2325         * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2326
2327 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
2328
2329         * gdb.texinfo (Show): Add xref anchor for "show language" command.
2330         (Context management): Place current subsection text into its own
2331         subsubsection.  Add new subsubsection describing the "--language"
2332         command option.
2333
2334 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
2335
2336         * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2337         the documentation of "info-ada-exceptions" in the output
2338         of the "-list-features" command.  Add the documentation
2339         of the "ada-exception" entry instead.
2340
2341 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
2342
2343
2344         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2345         word of a couple of sentences to start with a capital letter.
2346
2347 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
2348
2349         * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2350         (Ada Exceptions): New node.
2351         (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2352         Commands" node.
2353         (GDB/MI Ada Exceptions Commands): New node.
2354         (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2355         field in the output of the "-list-features" command.
2356         * NEWS: Add entry for the new "info exceptions" CLI command,
2357         and for the new "-info-ada-exceptions" GDB/MI command.
2358
2359 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
2360
2361         * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2362         (Line Tables In Python): New node.
2363
2364 2013-11-08  Doug Evans  <dje@google.com>
2365
2366         * gdb.texinfo (Debugging Output): Update text for
2367         "set debug dwarf2-read".
2368
2369 2013-11-08  Doug Evans  <dje@google.com>
2370
2371         * gdb.texinfo (Debugging Output): Update text for
2372         "set debug symtab-create".
2373
2374 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
2375
2376         * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2377         constant.
2378
2379 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
2380
2381         * gdb.texinfo (Breakpoints In Python): Document temporary
2382         option in breakpoint constructor, and add documentation to the
2383         temporary attribute.
2384
2385 2013-11-07  Yao Qi  <yao@codesourcery.com>
2386
2387         * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2388         output of "-var-info-expression".
2389
2390 2013-11-06  Pedro Alves  <palves@redhat.com>
2391
2392         * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2393         non-interactive mode.
2394         (Environment) <shell startup files warning>: Mention
2395         non-interactive mode.  Mention .zshenv for Z shell, and talk about
2396         BASH_ENV instead of .bashrc for BASH.
2397
2398 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
2399
2400         * gdb.texinfo (Commands to Specify Files): Add description
2401         of the remove-symbol-file command.
2402         * observer.texi: New free_objfile event
2403
2404 2013-10-24  Pedro Alves  <palves@redhat.com>
2405
2406         * gdb.texinfo (Starting): Document set/show startup-with-shell.
2407
2408 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2409
2410         * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2411         New subsection inside which the "-catch-load" and "-catch-unload"
2412         commands documentation is now placed.
2413         (Ada Exception GDB/MI Catchpoint Commands): New subsection
2414         documenting the "-catch-assert" and "-catch-exception" new
2415         GDB/MI commands.
2416
2417 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
2418
2419         * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2420
2421 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
2422
2423         * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2424         serial baud".
2425         (Remote Configuration): Replace "set remotebaud" by "set serial
2426         baud".  Replace "show remotebaud" by "show serial baud".
2427
2428 2013-10-07  Pedro Alves  <palves@redhat.com>
2429
2430         PR breakpoints/11568
2431         * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2432         when the thread is removed from the thread list.
2433
2434 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
2435
2436         * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2437         Update entry for $_exitcode.
2438
2439 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2440
2441         * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2442         new "--start" option.
2443
2444 2013-10-02  Pedro Alves  <palves@redhat.com>
2445
2446         * gdb.texinfo (Registers): Expand description of saved registers
2447         in frames.  Explain <not saved>.
2448
2449 2013-09-25  Doug Evans  <dje@google.com>
2450
2451         * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2452
2453 2013-09-16  Stan Shebs  <stan@codesourcery.com>
2454
2455         Remove the internals manual gdbint.texinfo.
2456         * Makefile.in (INFO_DEPS): Remove gdbint.info.
2457         (PDFFILES): Remove gdbint.pdf.
2458         (HTMLFILES): Remove gdbint/index.html.
2459         (HTMLFILES_INSTALL): Remove gdbint.
2460         (GDBINT_DOC_FILES): Remove.
2461         (dvi): Remove gdbint.dvi.
2462         (ps): Remove gdbint.ps.
2463         * gdbint.texinfo: Remove file.
2464         * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2465
2466 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2467
2468         * gdb.texinfo (Convenience Functions): Mention new convenience
2469         function $_isvoid.
2470
2471 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2472
2473         * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2474         (Standard Target Features): Add new node to menu.
2475         (S/390 and System z Features): New node.
2476
2477 2013-09-13  Sanimir Agovic  <sanimir.agovic@intel.com>
2478
2479         * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2480         -list-target-features in the example.
2481
2482 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2483
2484         * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2485         mini_debuginfo.  Strip binary before adding mini_debuginfo to it.
2486
2487 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2488
2489         Sync documentation with gdb.base/gnu-debugdata.exp.
2490         * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2491
2492 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2493
2494         * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2495
2496 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
2497             Yao Qi  <yao@codesourcery.com>
2498
2499         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2500         Document new --skip-unavailable option.
2501         <-stack-list-variables>: Document new --skip-unavailable option.
2502
2503 2013-08-26  Doug Evans  <dje@google.com>
2504
2505         * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2506         an optional regexp.
2507
2508 2013-08-13  Tom Tromey  <tromey@redhat.com>
2509
2510         * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2511         Document GDB_PARALLEL and GDB_INOTIFY.
2512
2513 2013-08-09  Stan Shebs  <stan@codesourcery.com>
2514
2515         * LRS: Remove file, describes a long-abandoned live-range
2516         splitting extension to stabs.
2517
2518 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
2519
2520         * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2521
2522 2013-07-17  Doug Evans  <dje@google.com>
2523
2524         * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2525
2526 2013-07-02  Tom Tromey  <tromey@redhat.com>
2527
2528         * gdb.texinfo (Target Commands): Don't mention "target nrom".
2529
2530 2013-06-28  Tom Tromey  <tromey@redhat.com>
2531
2532         * Makefile.in (version.subst): Use version.in, not
2533         common/version.in.
2534         * gdbint.texinfo (Versions and Branches, Releasing GDB):
2535         Likewise.
2536
2537 2013-06-27  Pedro Alves  <palves@redhat.com>
2538
2539         * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2540         dynamic symbol resolution code>: New section, based on infrun.c
2541         comment.
2542
2543 2013-06-26  Tom Tromey  <tromey@redhat.com>
2544
2545         * gdbint.texinfo (Versions and Branches): Use common/version.in.
2546         Update.
2547         (Releasing GDB): Likewise.
2548
2549 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
2550             Yao Qi  <yao@codesourcery.com>
2551
2552         * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2553         -trace-frame-collected.
2554
2555 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
2556
2557         * gdb.texinfo (Traceframe Info Format): Document tvar element
2558         and its attributes.
2559
2560 2013-06-25  Yao Qi  <yao@codesourcery.com>
2561
2562         * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2563
2564 2013-06-24  Tom Tromey  <tromey@redhat.com>
2565
2566         * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2567         (GDBvn.texi): Use version.subst.
2568         (version.subst): New target.
2569         (mostlyclean): Remove version.subst.
2570
2571 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
2572
2573         * gdb.texinfo (GDB/MI Data Manipulation)
2574         <-data-list-register-values>: Document the --skip-unavailable
2575         option.
2576
2577 2013-06-07  Yao Qi  <yao@codesourcery.com>
2578
2579         * gdb.texinfo (Symbols): Add kindex and cindex for
2580         'maint print msymbols'.
2581
2582 2013-06-05  Simon Marchi  <simon.marchi@ericsson.com>  (tiny change)
2583
2584         * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2585         response field name (thread-group to inferior).
2586
2587 2013-06-04 Gary Benson  <gbenson@redhat.com>
2588
2589         * gdb.texinfo (General Query Packets/qSupported): Added
2590         "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2591         to the table of currently defined stub features.
2592         Added a more detailed entry for "augmented-libraries-svr4-read".
2593         (General Query Packets/qXfer:libraries-svr4:read): Documented
2594         the augmented form of this packet.
2595
2596 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2597
2598         * gdb.texinfo (System-wide Configuration Scripts): Renames
2599         "Installed System-wide Configuration Scripts". Add associated
2600         @menu block.
2601
2602 2013-05-23  Yao Qi  <yao@codesourcery.com>
2603             Pedro Alves  <palves@redhat.com>
2604
2605         * gdb.texinfo (Packets): Document 'vCont;r'.
2606         (Continuing and Stepping): Document target-assisted range
2607         stepping, and the 'set range-stepping' and 'show range-stepping'
2608         commands.
2609
2610 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2611
2612         * gdb.texinfo (Installed System-wide Configuration Scripts):
2613         Add subsection describing the scripts now available under
2614         the data-dir's system-gdbbinit subdirectory.
2615         * NEWS: Add entry announcing the availability of system-wide
2616         configuration scripts for ElinOS and Wind River Linux.
2617
2618 2013-05-21  Hui Zhu  <hui@codesourcery.com>
2619
2620         * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2621         "-dprintf-insert" command.
2622
2623 2013-05-17  Doug Evans  <dje@google.com>
2624
2625         * gdb.texinfo (Maintenance Commands): Update doc for
2626         "maint check-psymtabs".  Add doc for "maint check-symtabs",
2627         "maint expand-symtabs".
2628
2629 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
2630
2631         * gdb.texinfo (Process Record and Replay): Document the
2632         "record goto" command and its sub-commands.
2633
2634 2013-05-10 Phil Muldoon  <pmuldoon@redhat.com>
2635
2636         * gdb.texinfo (Backtrace): Add "no-filter" argument.
2637         (Python API): Add Frame Filters API, Frame Wrapper API,
2638         Writing a Frame Filter/Wrapper, Managing Management of Frame
2639         Filters chapter entries.
2640         (Frame Filters API): New Node.
2641         (Frame Wrapper API): New Node.
2642         (Writing a Frame Filter): New Node.
2643         (Managing Frame Filters): New Node.
2644         (Progspaces In Python): Add note about frame_filters attribute.
2645         (Objfiles in Python): Ditto.
2646         (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2647         @anchors and --no-frame-filters option to -stack-list-variables,
2648         -stack-list-frames, -stack-list-locals and -stack-list-arguments
2649         commands.
2650
2651 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2652
2653         * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2654         Support" subsection documenting the XML format used to transfer
2655         shared library info on AIX.
2656
2657 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2658
2659         * gdb.texinfo (Debugging Output): Add documentation of
2660         "set debug aix-solib" and "show debug aix-solib" commands.
2661
2662 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
2663
2664         * gdb.texinfo (Nios II): New section.
2665         (Nios II Features): New section.
2666
2667 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
2668
2669         * gdbint.texinfo (Algorithms): Remove entries documenting
2670         DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2671         SOLIB_CREATE_INFERIOR_HOOK.
2672
2673 2013-04-29  Tom Tromey  <tromey@redhat.com>
2674
2675         PR python/14204:
2676         * gdb.texinfo (Python API): Fix menu entry.
2677         (Blocks In Python): Fix subsubsection text.  Rewrite intro.
2678         Define global and static block.  Add example.  Clarify
2679         block relationship for inline functions.
2680
2681 2013-04-29  Tom Tromey  <tromey@redhat.com>
2682
2683         * gdb.texinfo (Python API): Mention Python help and keyword
2684         arguments.  Move pagination text to Basic Python.
2685         (Basic Python): Put pagination text here.  Document
2686         close-on-exec, SIGCHLD, and SIGINT.
2687
2688 2013-04-19  Pedro Alves  <palves@redhat.com>
2689
2690         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2691         "signedness" instead of "signness".
2692
2693 2013-04-19  Pedro Alves  <palves@redhat.com>
2694
2695         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2696         -Wno-pointer-sign text with text on -Wpointer-sign.
2697
2698 2013-04-16  Tom Tromey  <tromey@redhat.com>
2699
2700         * gdb.texinfo (Set Catchpoints): Mention earliest version of
2701         GCC that has the SDT probe points.
2702
2703 2013-04-15  Tom Tromey  <tromey@redhat.com>
2704
2705         * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2706         exception catchpoints.
2707
2708 2013-04-15  Tom Tromey  <tromey@redhat.com>
2709
2710         * gdb.texinfo (Set Catchpoints): Document $_exception.
2711         (Convenience Vars): Mention $_exception.
2712
2713 2013-04-15  Tom Tromey  <tromey@redhat.com>
2714
2715         * gdb.texinfo (Set Catchpoints): Reorganize exception
2716         catchpoints.  Document "catch rethrow".
2717         (Debugging C Plus Plus): Mention "catch rethrow".
2718
2719 2013-04-15  Tom Tromey  <tromey@redhat.com>
2720
2721         * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2722
2723 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2724             Eli Zaretskii  <eliz@gnu.org>
2725
2726         * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2727         line below the sample output.
2728
2729 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
2730
2731         * gdb.texinfo (Mode Options): Document '-configuration'.
2732         (Help): Document "show configuration".
2733         (Bug Reporting): Add requirements to include the configuration
2734         details in bug reports.
2735
2736 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2737
2738         * Makefile.in (MAN1S): Add gcore.1.
2739         Remove "Host, target, and site specific Makefile fragments" comment.
2740         (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2741         (install-man1, uninstall-man1): Conditionalize gcore.1.
2742         (gcore.1): New.
2743         * gdb.texinfo (Man Pages): Add gcore man.
2744         (gcore man): New node.
2745
2746 2013-04-10  Pedro Alves  <palves@redhat.com>
2747
2748         * gdb.texinfo (Process Record and Replay): Document that "set
2749         record full insn-number-max", "set record
2750         instruction-history-size" and "set record
2751         function-call-history-size" accept "unlimited".
2752         (Backtrace): Document that "set backtrace limit" accepts
2753         "unlimited".
2754         (List): Document that "set listsize" accepts "unlimited".
2755         (Print Settings)" Document that "set print max-symbolic-offset",
2756         "set print elements" and "set print repeats" accept "unlimited".
2757         (Starting and Stopping Trace Experiments): Document that "set
2758         trace-buffer-size" accepts "unlimited".
2759         (Remote Configuration): Document that "set tcp connect-timeout"
2760         accepts "unlimited".
2761         (Command History): Document that "set history size" accepts
2762         "unlimited".
2763         (Screen Size): Document that "set height" and "set width" accepts
2764         "unlimited".  Adjust "set pagination"'s description to suggest
2765         "set height unlimited" instead of "set height 0".
2766
2767 2013-04-10  Yao Qi  <yao@codesourcery.com>
2768
2769         * gdb.texinfo (Trace Files): Add "target ctf".
2770
2771 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2772
2773         * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2774
2775         * Makefile.in (install-man1, install-man5, uninstall-man1)
2776         (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2777
2778         * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2779
2780 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2781             Eli Zaretskii  <eliz@gnu.org>
2782
2783         * gdb.texinfo (gdbserver man): Rename tty to comm.  Swap --attach
2784         parameters order.  Remove "On some targets" for --attach.  Document the
2785         --multi parameter and extended-remote command.  Document all the
2786         options.
2787
2788 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2789
2790         * gdb.texinfo (gdb man): Mention option -p.  Include Fortran to
2791         the list of supported languages.
2792
2793 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2794
2795         Convert man pages to texinfo, new gdbinit.5 texinfo page.
2796         * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2797         (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2798         (diststuff): Add man.
2799         (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2800         (uninstall-man5): New.
2801         (STAGESTUFF): Add *.1 and *.5.
2802         (GDBvn.texi): Add SYSTEM_GDBINIT.
2803         (gdb.1, gdbserver.1, gdbinit.5): New.
2804         (maintainer-clean realclean): Add $(MANS).
2805         (install): Add install-man.
2806         (uninstall): Add uninstall-man.
2807         * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2808         (@copying): Wrap it by @c man begin COPYRIGHT.
2809         (Top): Add Man Pages.
2810         (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2811
2812 2013-04-02  Pedro Alves  <palves@redhat.com>
2813
2814         * gdb.texinfo (Debugging Output): Document "set/show debug
2815         aarch64", "set/show debug coff-pe-read" and "set/show debug
2816         mach-o".
2817
2818 2013-04-02  Pedro Alves  <palves@redhat.com>
2819
2820         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2821         table>: Add entry for "trace-buffer-size".
2822
2823 2013-03-28  Pedro Alves  <palves@redhat.com>
2824
2825         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2826         table>: Add entry for "trace-status".
2827
2828 2013-03-28  Eli Zaretskii  <eliz@gnu.org>
2829
2830         * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2831         @bullet", which is invalid (makeinfo 5.1 barfs).
2832
2833 2013-03-28  Pedro Alves  <palves@redhat.com>
2834
2835         PR gdb/15294
2836
2837         * gdb.texinfo (List) <set listsize>: Adjust to document that
2838         listsize 0 means no limit, and remove mention of -1.
2839
2840 2013-03-22  Yao Qi  <yao@codesourcery.com>
2841
2842         * gdb.texinfo (Embedded Processors): Remove menu item
2843         "OpenRISC 1000".
2844         (OpenRISC 1000): Remove.
2845
2846 2013-03-21  Doug Evans  <dje@google.com>
2847
2848         * gdb.texinfo (Maintenance Commands): Add docs for
2849         "mt set per-command {space,time,symtab} {on,off}".
2850
2851 2013-03-14  Hui Zhu  <hui@codesourcery.com>
2852             Yao Qi  <yao@codesourcery.com>
2853
2854         * gdb.texinfo (Trace Files): Add "tsave -ctf".
2855
2856 2013-03-13  Keith Seitz  <keiths@redhat.com>
2857
2858         * gdb.texinfo (Maintenance Commands): Add missing ')' for
2859         "maint agent" reference to Dynamic printf.
2860
2861 2013-03-11  Eli Zaretskii  <eliz@gnu.org>
2862
2863         * gdb.texinfo (General Query Packets): Don't use colon in index
2864         entries visible to Info format.
2865
2866 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2867
2868         * gdb.texinfo (Process Record and Replay): Document record
2869         changes.
2870
2871 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2872
2873         * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2874         (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2875         qXfer:btrace:read.
2876
2877 2013-03-09  Eli Zaretskii  <eliz@gnu.org>
2878
2879         * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2880         use colons in @anchor and @cindex entries.
2881
2882 2013-03-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2883
2884         * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2885
2886 2013-03-08  Stan Shebs  <stan@codesourcery.com>
2887             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2888
2889         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2890         trace-buffer-size set and show commands.
2891         (Tracepoint Packets): Document QTBuffer:size.
2892         (General Query Packets): Document QTBuffer:size.
2893
2894 2013-02-21  Tom Tromey  <tromey@redhat.com>
2895
2896         * gdb.texinfo: Remove bad @syncodeindex.
2897         (Values From Inferior, Types In Python, Inferiors In Python)
2898         (Events In Python, Threads In Python, Frames In Python, Blocks In
2899         Python, Symbols In Python, Symbol Tables In Python): Remove
2900         @tables.
2901         (Packets, General Query Packets, Tracepoint Packets)
2902         (Host I/O Packets): Use @w{} for empty @item.
2903
2904 2013-02-20  Siva Chandra Reddy <sivachandra@google.com>
2905
2906         * gdb.texinfo (Architectures In Python): Add description about
2907         the new method gdb.Architecture.disassemble.
2908
2909 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
2910             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2911
2912         * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2913         Document the "trace-file" field.
2914
2915 2013-02-07  Doug Evans  <dje@google.com>
2916
2917         * gdb.texinfo (Machine Code): Clarify argument to disassemble
2918         command.
2919
2920 2013-02-06  Yao Qi  <yao@codesourcery.com>
2921
2922         * gdb.texinfo (GDB/MI Async Records): Document new MI
2923         notification "=tsv-modified".  Update the document of MI
2924         notification "=tsv-created".
2925         * observer.texi (GDB Observers): New observer tsv_modified.
2926         Update observer tsv_created and tsv_delete.
2927
2928 2013-02-05  Yufeng Zhang  <yufeng.zhang@arm.com>
2929
2930         * gdb.texinfo (AArch64 Features): New section; document
2931         org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2932         (Architectures): Add new AArch64 section to document AArch64
2933         architecture specific commands.
2934         (ABI): Add description of the new OS ABI "Newlib" and its influence
2935         on the longjmp handling.
2936
2937 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2938             Jan Kratochvil  <jan.kratochvil@redhat.com>
2939
2940         * gdb.texinfo (Backtrace): Added description of 'filename-display'
2941         variable in 'set/show backtrace' section.
2942
2943 2013-01-31  Tom Tromey  <tromey@redhat.com>
2944
2945         * gdb.texinfo (Target Commands): Fix typo.
2946
2947 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
2948
2949         * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2950         describing the gdb.Architecture class.
2951         (Frames In Python): Add description about the new method
2952         gdb.Frame.architecture().
2953
2954 2013-01-23  Doug Evans  <dje@google.com>
2955
2956         * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2957
2958 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
2959
2960         * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2961         'thread-groups' field when printing a breakpoint in MI.
2962
2963 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
2964         * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2965         to reflect that jit-reader-load now supports absolute file-names.
2966
2967 2013-01-16  Tom Tromey  <tromey@redhat.com>
2968
2969         * gdb.texinfo (Set Catchpoints): Document "catch signal".
2970         (Signals): Likewise.
2971
2972 2013-01-16  Tom Tromey  <tromey@redhat.com>
2973
2974         * gdb.texinfo (GDB/MI Breakpoint Information): Document
2975         "catch-type" field.
2976         (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2977
2978 2013-01-07  Tom Tromey  <tromey@redhat.com>
2979
2980         * gdb.texinfo (Mode Options): Don't mention -epoch.
2981         (Data, Emacs): Remove obsolete comments.
2982
2983 2013-01-02  Tom Tromey  <tromey@redhat.com>
2984
2985         * gdb.texinfo (GDB/MI Output Records): Update menu.
2986         (GDB/MI Breakpoint Information): New node.
2987         (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2988         <-break-insert>: Likewise.
2989
2990 2012-12-31  Yao Qi  <yao@codesourcery.com>
2991
2992         * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2993         (Packets): Move "vStopped" packet to ...
2994         (Notification Packets): ... here.  Describe the components
2995         of notification.  Add a table of supported notifications.
2996         Add an example on the process of he async notification.
2997
2998 2012-12-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2999
3000         * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3001         present.
3002         (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3003         fullname output always present.
3004
3005 2012-12-23  Pierre Muller  <muller@sourceware.org>
3006
3007         * gdbint.texinfo (Function prototypes): Require use of "extern"
3008         modifier for function prototypes in headers.
3009
3010 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
3011
3012         * refcard.tex: Update copyright notice to GPL v3 or later.
3013         Update contact info.
3014
3015 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
3016
3017         * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3018
3019 2012-12-15  Yao Qi  <yao@codesourcery.com>
3020
3021         * gdb.texinfo (Debugging Output): Document 'set debug
3022         notification' and 'show debug notification'.
3023
3024 2012-12-15  Yao Qi  <yao@codesourcery.com>
3025
3026         * gdb.texinfo (Listing Tracepoints): New item and example about
3027         'installed on target' output.
3028         Add more in the example about 'installed on target'.
3029         (GDB/MI Breakpoint Commands): Doc about 'installed field.
3030
3031 2012-12-14  Tom Tromey  <tromey@redhat.com>
3032
3033         * gdb.texinfo (SVR4 Process Information): Mention core files.
3034
3035 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
3036
3037         * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3038
3039 2012-12-11  Pedro Alves  <palves@redhat.com>
3040
3041         * gdb.texinfo: Remove all mentions of Unixware throughout.
3042
3043 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3044
3045         * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3046
3047 2012-11-29  Tom Tromey  <tromey@redhat.com>
3048
3049         * gdb.texinfo (SVR4 Process Information): Document missing
3050         "info proc" subcommands.
3051
3052 2012-11-29  Yao Qi  <yao@codesourcery.com>
3053
3054         PR gdb/1477.
3055         * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3056         to 'auto' instead of 'gnu'.
3057
3058 2012-11-26  Tom Tromey  <tromey@redhat.com>
3059
3060         * gdb.texinfo (MiniDebugInfo): New node.
3061         (GDB Files): Update.
3062
3063 2012-11-16  Doug Evans  <dje@google.com>
3064
3065         * gdb.texinfo (System-wide configuration): If the system-wide init
3066         file lives in the data-directory, and --data-directory is provided,
3067         look for it there.
3068
3069 2012-11-15  Tom Tromey  <tromey@redhat.com>
3070
3071         * gdb.texinfo (Signaling): Fix typo.
3072
3073 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
3074
3075         * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3076         parameter "count" of -data-write-memory-bytes, and add an example.
3077
3078 2012-11-12  Tom Tromey  <tromey@redhat.com>
3079
3080         * gdb.texinfo (Symbols): Document "info type-printers",
3081         "enable type-printer" and "disable type-printer".
3082         (Python API): Add new node to menu.
3083         (Type Printing API): New node.
3084         (Progspaces In Python): Document type_printers field.
3085         (Objfiles In Python): Likewise.
3086         (gdb.types) <get_type_recognizers, apply_type_recognizers,
3087         register_type_printer, TypePrinter>: Document.
3088
3089 2012-11-12  Tom Tromey  <tromey@redhat.com>
3090
3091         * gdb.texinfo (Symbols): Document "set print type methods",
3092         "set print type typedefs", and flags to ptype and whatis.
3093
3094 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
3095
3096         * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3097         the example -data-disassemble output.  Extend the description of
3098         the -data-disassemble results to document all fields.  Document
3099         the cli disassemble command as being related to -data-disassemble.
3100
3101 2012-11-09  Yao Qi  <yao@codesourcery.com>
3102
3103         PR gdb/14777.
3104         * gdb.texinfo (OS Information): Remove doc on command
3105         'info udot'.
3106
3107 2012-11-08  Joel Brobecker  <brobecker@adacore.com>
3108
3109         * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3110         gdb.ini warning for Windows port.
3111
3112 2012-11-08  Yao Qi  <yao@codesourcery.com>
3113
3114         * gdb.texinfo (Search): Add kindex for 'fo'.
3115
3116 2012-11-05  Tom Tromey  <tromey@redhat.com>
3117
3118         PR python/14802:
3119         * gdb.texinfo (Functions In Python): Add example.
3120
3121 2012-11-03  Yao Qi  <yao@codesourcery.com>
3122
3123         * observer.texi (GDB Observers): Remove observer
3124         'tracepoint_modified', 'tracepoint_created' and
3125         'tracepoint_deleted'.
3126
3127 2012-10-26  Tom Tromey  <tromey@redhat.com>
3128
3129         * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3130
3131 2012-10-25  Tom Tromey  <tromey@redhat.com>
3132
3133         * gdb.texinfo (General Query Packets): Use @itemx.
3134
3135 2012-10-17  Yao Qi  <yao@codesourcery.com>
3136
3137         * observer.texi (GDB Observers): Update observer
3138         'memory_changed'.
3139         * gdb.texinfo (GDB/MI Async Records): Document for
3140         "memory-changed" notification.
3141
3142 2012-10-15  Doug Evans  <dje@google.com>
3143
3144         * gdb.texinfo (Mode Options): Document -nh.
3145         Elaborate on docs for -nx.
3146
3147 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3148
3149         * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3150
3151 2012-09-21  Yao Qi  <yao@codesourcery.com>
3152             Pedro Alves  <palves@redhat.com>
3153
3154         * gdb.texinfo (GDB/MI Async Records): Document notification
3155         'record-started' and 'record-stopped'.
3156         * observer.texi (GDB Observers): New observer 'record-changed'.
3157
3158 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
3159
3160         * gdb.texinfo: Document the removal of SH's 'regs' command.
3161
3162 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3163
3164         * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3165
3166 2012-09-18  Yao Qi  <yao@codesourcery.com>
3167
3168         * gdb.texinfo (GDB/MI Async Records): Document new MI
3169         notifications '=tsv-created' and '=tsv-deleted'.
3170         * observer.texi (GDB Observers): New observer tsv_created and
3171         tsv_deleted.
3172
3173 2012-09-18  Yao Qi  <yao@codesourcery.com>
3174
3175         * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3176         * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3177         '=traceframe-changed'.
3178
3179 2012-09-17  Yao Qi  <yao@codesourcery.com>
3180
3181         * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3182         'set listsize'.
3183
3184 2012-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3185             Eli Zaretskii  <eliz@gnu.org>
3186
3187         * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3188         encoding for gdbarch_breakpoint_from_pc, bp_addr for
3189         gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3190
3191 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3192
3193         * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3194
3195 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
3196
3197         Document how to return from "python-interactive" to GDB.
3198         * gdb.texinfo (Python Commands): Update documentation.
3199
3200 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
3201
3202         Add a new "python-interactive" command that starts a standard
3203         Python interactive prompt with "pi" as alias, and add "py" as
3204         an alias to "python".
3205         * gdb.texinfo (Python Commands): Document the new commands.
3206
3207 2012-08-22  Tom Tromey  <tromey@redhat.com>
3208
3209         * gdbint.texinfo (Host Definition): Remove documentation for
3210         SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3211
3212 2012-08-17  Keith Seitz  <keiths@redhat.com>
3213
3214         PR c++/13356
3215         * gdb.texinfo (Type and Range Checking): Remove warning.
3216         Remove spurious commas.
3217         Update text and examples for re-implementation of set/show
3218         check type.
3219         (C and C++ Type and Range Checks): Likewise.
3220
3221 2012-08-16  Yao Qi  <yao@codesourcery.com>
3222
3223         * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3224         is deprecated.
3225
3226 2012-08-13  Doug Evans  <dje@google.com>
3227
3228         * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3229         to include functions.
3230
3231 2012-08-10  Doug Evans  <dje@google.com>
3232
3233         * gdb.texinfo (Convenience Funs): New node.
3234         (Types In Python): Document Type.vector.
3235
3236 2012-08-09  Yao Qi  <yao@codesourcery.com>
3237
3238         * observer.texi: New observer command_param_changed.
3239         * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3240
3241 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3242
3243         * gdbint.texinfo (Debugging GDB): In section
3244         'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3245         Mention also gdb-gdb.py.
3246
3247 2012-08-07  Yao Qi  <yao@codesourcery.com>
3248
3249         Revert the folloing patch:
3250         2012-08-06  Yao Qi  <yao@codesourcery.com>
3251         * gdb.texinfo (Remote Configuration): Add kindex for 'set
3252         remote hardware-watchpoint-limit' and 'set
3253         remote hardware-breakpoint-limit'.
3254
3255 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
3256
3257         * gdb.texinfo (Working Directory): Added information about new
3258         default argument for 'cd' command.
3259
3260 2012-08-06  Yao Qi  <yao@codesourcery.com>
3261
3262         * gdb.texinfo (Remote Configuration): Add kindex for 'set
3263         remote hardware-watchpoint-limit' and 'set
3264         remote hardware-breakpoint-limit'.
3265
3266 2012-08-06  Yao Qi  <yao@codesourcery.com>
3267
3268         Fix PR14371.
3269
3270         * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3271         '=breakpoint-deleted'.
3272
3273 2012-08-02  Yao Qi  <yao@codesourcery.com>
3274
3275         * gdb.texinfo (Native): Remove node Neutrino.
3276
3277 2012-07-27  Yao Qi  <yao@codesourcery.com>
3278
3279         * gdb.texinfo (IPA Protocol Commands): Document new command
3280         'close'.
3281
3282 2012-07-25  Tom Tromey  <tromey@redhat.com>
3283
3284         * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3285
3286 2012-07-20  Doug Evans  <dje@google.com>
3287
3288         * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3289         (Index Files): Document how to control the use of deprecated index
3290         sections.
3291         (Index Section Format): Replace --use-deprecated-index-sections with
3292         "set use-deprecated-index-sections on".
3293
3294 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
3295
3296         * gdbint.texinfo: Remove @syncodeindex directives that put all the
3297         indices into a single node "Index".  Instead, join function and
3298         variable indices into a single index, separate from the concept
3299         index.  Requested in
3300         http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3301         (Top): Update the top-level menu: instead of one "Index" there are
3302         now separate entries "Concept Index" and "Function and Variable
3303         Index".
3304         (Concept Index, Function and Variable Index): New nodes.
3305         (Index): Node deleted.
3306
3307 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
3308
3309         * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3310         and "maint agent-eval".
3311
3312 2012-07-03  Eli Zaretskii  <eliz@gnu.org>
3313
3314         * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3315         avoid file-name clashes between Index.html and index.html on
3316         case-insensitive filesystems.  See the discussion starting in
3317         http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3318         details of the problem.
3319         (Top): Update the master menu for the above.
3320         (Concept Index, Command and Variable Index): New nodes, instead of
3321         the old "Index" node that was deleted.  All cross-references
3322         updated.
3323
3324 2012-07-02  Stan Shebs  <stan@codesourcery.com>
3325
3326         * gdb.texinfo (Dynamic Printf): Mention agent style and
3327         disconnected dprintf.
3328         (Maintenance Commands): Describe maint agent-printf.
3329         (General Query Packets): Mention BreakpointCommands feature.
3330         (Packets): Document commands extension to Z0 packet.
3331         * agentexpr.texi (Bytecode Descriptions): Document printf
3332         bytecode.
3333
3334 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3335
3336         * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3337         only after gdbinit files.
3338         (Startup): Move -iex and -iex commands down after gdbinit files.
3339
3340 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3341
3342         * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3343         possibility.
3344
3345 2012-06-29  Tom Tromey  <tromey@redhat.com>
3346
3347         * gdb.texinfo (Index Section Format): Update for version 7.
3348
3349 2012-06-28  Stan Shebs  <stan@codesourcery.com>
3350
3351         * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3352         example, add note about title column.
3353
3354 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
3355
3356         * gdb.texinfo (Symbol Tables In Python): Add description about
3357         the new 'last' attribute of gdb.Symtab_and line.
3358
3359 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
3360
3361         * gdb.texinfo (Symbol Tables In Python): Correct the description
3362         of the 'pc' attribute of gdb.Symtab_and_line.
3363
3364 2012-06-26  Doug Evans  <dje@google.com>
3365
3366         * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3367         and symtab-create.
3368
3369 2012-06-25  Keith Seitz  <keiths@redhat.com>
3370
3371         * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3372         from example.  Remove "rbreak" from list of corresponding
3373         gdb commands.
3374
3375 2012-06-23  Doug Evans  <dje@google.com>
3376
3377         * gdb.texinfo (Index Section Format): Document version 7 format.
3378
3379 2012-06-22  Yao Qi  <yao@codesourcery.com>
3380
3381         * gdb.texinfo: Add missing cindex for some packets.
3382
3383 2012-06-20  Keith Seitz  <keiths@redhat.com>
3384
3385         * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3386         for -break-insert and document -p.
3387
3388 2012-06-20  Yao Qi  <yao@codesourcery.com>
3389
3390         * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3391         and "gdb.write_memory" with "Inferior.read_memory" and
3392         "Inferior.write_memory".
3393
3394 2012-06-15  Patrice Dumas  <pertusus@free.fr>  (tiny change)
3395
3396         * gdb.texinfo (Summary): Add a link to "Free Documentation".
3397         (Free Documentation): Add @node line.
3398         (Continuing and Stepping) <advance location>: Use @item instead of
3399         @itemx.
3400         (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3401         @itemx.
3402         (Embedded Processors): Put the link to "PA" to its correct place,
3403         according to document structure.
3404         (Python API): Put the link to "Lazy Strings In Python" to its
3405         correct place.
3406         (Index): Use @@ in @tex block to get a literal @.
3407
3408         * gdbint.texinfo: Fix the @subtitle line.
3409
3410         * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3411         correct place.
3412
3413 2012-06-08  Yao Qi  <yao@codesourcery.com>
3414
3415         * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3416         Protocol'.
3417         (In-Process Agent Protocol, IPA Protocol Objects)
3418         (IPA Protocol Commands): New nodes.
3419         (Tracepoint Packets): Add anchors.
3420
3421 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
3422
3423         * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3424
3425 2012-06-06  Yao Qi  <yao@codesourcery.com>
3426
3427         * gdb.texinfo: Update copyright year.
3428
3429 2012-05-23  Stan Shebs  <stan@codesourcery.com>
3430             Kwok Cheung Yeung  <kcy@codesourcery.com>
3431
3432         * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3433
3434 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3435
3436         * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3437         Mention also --with-separate-debug-dir.
3438         (Auto-loading): Prepend $debugdir in the sample output.
3439         (Auto-loading safe path): Likewise.  Mention also $debugdir for the
3440         auto-load safe-path variable.
3441         (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3442         Mention also $debugdir for 'set auto-load scripts-directory'.
3443
3444 2012-05-19  Eli Zaretskii  <eliz@gnu.org>
3445
3446         * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3447         (MIPS Embedded, MIPS, MIPS Register packet Format)
3448         (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3449         appropriate.
3450
3451 2012-05-18  Sandra Loosemore  <sandra@codesourcery.com>
3452             Maciej W. Rozycki  <macro@codesourcery.com>
3453
3454         * gdb.texinfo (MIPS): Document "set mips compression" and "show
3455         mips compression".
3456         (MIPS Breakpoint Kinds): New subsubsection.
3457
3458 2012-05-18  Eli Zaretskii  <eliz@gnu.org>
3459
3460         * gdb.texinfo (Architecture-Specific Protocol Details): Define
3461         nodes for subsections.  Add @acronym mark-ups and adjust
3462         formatting.
3463
3464 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3465
3466         Rename $ddir to $datadir.
3467         * gdb.texinfo (Auto-loading, Auto-loading safe path)
3468         (objfile-gdb.py file): Rename $ddir to $datadir.
3469
3470 2012-05-18  Tom Tromey  <tromey@redhat.com>
3471
3472         * gdb.texinfo (Print Settings): Document 'set print symbol'.
3473
3474 2012-05-14  Stan Shebs  <stan@codesourcery.com>
3475
3476         * gdb.texinfo (Dynamic Printf): New subsection.
3477
3478 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
3479
3480         * gdb.texinfo (Basic Python): Add description about the function
3481         gdb.find_pc_line
3482
3483 2012-05-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3484             Eli Zaretskii  <eliz@gnu.org>
3485
3486         * gdb.texinfo (Separate Debug Files): Use plural form for global
3487         debugging information directory.
3488
3489 2012-05-11  Stan Shebs  <stan@codesourcery.com>
3490             Kwok Cheung Yeung  <kcy@codesourcery.com>
3491
3492         * gdb.texinfo (Operating System Auxiliary Information): Document new
3493         'info os' subcommands.
3494
3495 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3496
3497         * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3498         (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3499         (dotdebug_gdb_scripts section): Add reference
3500         to 'Auto-loading safe path'.
3501
3502 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3503
3504         Implement multi-component --with-auto-load-dir.
3505         * gdb.texinfo (Auto-loading): New references
3506         for 'set auto-load scripts-directory'
3507         and 'show auto-load scripts-directory'.
3508         (Auto-loading safe path): Describe the new default.  Move $ddir
3509         substituation reference to 'objfile-gdb.py file'.
3510         (objfile-gdb.py file): Describe script-name alias.  Change real-name to
3511         script-name.  Describe new 'set auto-load scripts-directory'
3512         and 'show auto-load scripts-directory'.
3513
3514 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3515
3516         Provide $ddir substitution for --with-auto-load-safe-path.
3517         * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3518         (Auto-loading safe path): Likewise.  Mention the default value,
3519         $ddir substitution, --with-auto-load-safe-path and
3520         --without-auto-load-safe-path.
3521         * observer.texi (gdb_datadir_changed): New.
3522
3523 2012-05-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3524
3525         * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3526         Twice.
3527
3528         * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3529         directory separator by path separator.
3530
3531 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3532
3533         * gdb.texinfo (Auto-loading safe path): Make 'directories'
3534         for 'set auto-load safe-path' optional.  Mention if it is omitted.
3535         Change disabling security protection condition to "/", twice.
3536
3537 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
3538
3539         * gdb.texinfo (Symbol Tables In Python): Add documentation about
3540         the new methods global_block and static_block on gdb.Symtab
3541         objects.
3542
3543 2012-05-02  Siva Chandra Reddy  <sivachandra@google.com>
3544
3545         * gdb.texinfo (Blocks In Python): Add a note saying that future
3546         improvements to GDB and its infrastructure can move symbols
3547         across blocks within a symbol table.
3548
3549 2012-04-29  Yao Qi  <yao@codesourcery.com>
3550
3551         * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3552         (A29K): Remove.
3553
3554 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
3555             Tom Tromey  <tromey@redhat.com>
3556
3557         * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3558         and generic static probe support on GDB.
3559
3560 2012-04-25  Doug Evans  <dje@google.com>
3561
3562         * gdb.texinfo (Go): Fix thinko.
3563
3564         * gdb.texinfo (Supported Languages): Add Go.
3565         (Go): New node.
3566
3567 2012-04-25  Yao Qi  <yao@codesourcery.com>
3568
3569         * gdbint.texinfo (Testsuite): New section `Board settings'.
3570
3571 2012-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
3572
3573         * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3574         Three times.
3575
3576         * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3577         Three times.
3578
3579 2012-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3580
3581         * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3582         by @table @asis.  Fix formatting of one item.
3583
3584 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3585
3586         * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3587
3588 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3589
3590         New option "set debug auto-load".
3591         * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3592         (auto-load verbose mode): New node.
3593
3594 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3595
3596         New option "set auto-load safe-path".
3597         * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3598         and "info auto-load" examples for safe-path.  Put there also references
3599         for "set auto-load safe-path" and "show auto-load safe-path".
3600         New menu item for Auto-loading safe path.
3601         (Auto-loading safe path): New node.
3602         (Python Auto-loading): Update the expected output from "Missing"
3603         to "No".
3604
3605 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3606
3607         auto-load: Implementation.
3608         * gdb.texinfo (Mode Options): New anchor for -nx.
3609         (Startup): New anchors for Option -init-eval-command,
3610         Home Directory Init File
3611         and Init File in the Current Directory during Startup.
3612         Mention set auto-load local-gdbinit with a reference.
3613         Change the sample code to "set auto-load python-scripts".
3614         (Threads): New anchor set libthread-db-search-path.
3615         Provide references to libthread_db.so.1 file.
3616         (Controlling GDB): New menu item for Auto-loading.
3617         (Auto-loading, Init File in the Current Directory)
3618         (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3619         (Python): Rename the menu item Auto-loading to Python Auto-loading.
3620         (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3621         reference.
3622         (Auto-loading): Rename to ...
3623         (Python Auto-loading): ... here.  Change "set auto-load-scripts" to
3624         "set auto-load python-scripts", new anchor for it.  Change
3625         "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3626         for it.  Change "info auto-load-scripts"
3627         to "info auto-load python-scripts", new anchor for it.  Change "scripts"
3628         to "Python scripts".
3629
3630 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
3631
3632         PR mi/13393
3633         * gdb.texinfo (Print Settings): Extend the description for "set print
3634         object".
3635         (GDB/MI Variable Objects): Extend the description for -var-create and
3636         -var-list-children.
3637
3638 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
3639
3640         * gdb.texinfo (Examining Data): Document the 'explore' command.
3641
3642 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
3643
3644         * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3645         to the children of a varobj and its update range when -var-update
3646         returns that the varobj's type changed.
3647
3648 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3649
3650         * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3651         Create two new links fir 'objfile-gdb.py file'
3652         and 'dotdebug_gdb_scripts section'.
3653
3654 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3655
3656         * gdb.texinfo (Auto-loading): Rename node reference
3657         '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3658         Twice.
3659         (.debug_gdb_scripts section): Rename the node ...
3660         (dotdebug_gdb_scripts section): ... here.
3661         (Maintenance Commands): Also rename this node reference.
3662
3663 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
3664
3665         * gdb.texinfo (Python API/Values From Inferior): Add description
3666         about the new method Value.referenced_value.  Add description on
3667         how Value.dereference is different (and similar) to
3668         Value.referenced_value.
3669
3670 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3671
3672         * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3673         --init-eval-command=COMMAND, -iex.
3674         (Startup): Describe -iex and -ix.  Simplify the example
3675         for "set auto-load-scripts off".
3676
3677 2012-03-16  Gary Benson  <gbenson@redhat.com>
3678
3679         PR breakpoints/10738
3680         * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3681         stating that GDB cannot set breakpoints on inlined functions.
3682         (Mode Options): Document --use-deprecated-index-sections.
3683         (Index Section Format): Document new index section version format.
3684
3685 2012-03-15  Tom Tromey  <tromey@redhat.com>
3686
3687         * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3688
3689 2012-03-13  Doug Evans  <dje@google.com>
3690
3691         * gdb.texinfo (Help): Change apropos example to use "alias" instead
3692         of "reload".
3693         (Symbols): Delete docs for set/show symbol-reloading.
3694         * gdbint.texinfo (Defining Other Architecture Features): Delete
3695         SYMBOL_RELOADING_DEFAULT.
3696         * refcard.tex: Delete reference to symbol-reloading.
3697
3698 2012-03-07  Pedro Alves  <palves@redhat.com>
3699
3700         * gdb.texinfo (General Query Packets): Document new
3701         QProgramSignals packet.
3702         * gdb.texinfo (Remote configuration): Mention
3703         "program-signals-packet".
3704
3705 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3706
3707         * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3708
3709 2012-03-03  Yao Qi  <yao@codesourcery.com>
3710
3711         * gdb.texinfo (In-Process Agent): New node.
3712         Document new commands.
3713         (General Query Packets): Add packet `QAgent'.
3714
3715 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
3716
3717         * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3718
3719 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
3720
3721         * gdb.texinfo (Commands In Python): Put example python macro in
3722         COMMAND_USER category rather than COMMAND_OBSCURE.
3723         Document gdb.COMMAND_USER.
3724         (User-defined Commands): Update documentation to clarify
3725         "set/show max-user-call-depth" and "show user" don't apply to python
3726         commands.  Update documentation to clarify "help user-defined" may
3727         also include python commands defined as COMMAND_USER.
3728
3729 2012-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3730
3731         * gdb.texinfo (Startup): Add option -ex description to the option -x
3732         description.
3733
3734 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
3735
3736         * gdb.texinfo (Setting Breakpoints): Mention and explain the
3737         condition-evaluation breakpoint parameter.
3738         Mention condition-evaluation mode being shown in "info break".
3739         (Break Conditions): Add description for target-side
3740         conditional breakpoints.
3741         (Remote Configuration): Mention conditional-breakpoints-packet.
3742         (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3743         cond-expr.
3744         (General Query Packets): Mention new ConditionalBreakpoint feature.
3745
3746 2012-02-22  Tom Tromey  <tromey@redhat.com>
3747
3748         * gdb.texinfo (Blocks In Python): Clarify block iteration.
3749
3750 2012-02-17  Tom Tromey  <tromey@redhat.com>
3751
3752         PR python/10753:
3753         * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3754         directory.
3755
3756 2012-02-14  Stan Shebs  <stan@codesourcery.com>
3757
3758         * gdb.texinfo (Disabling Breakpoints): Document enable count.
3759
3760 2012-02-13  Pedro Alves  <palves@redhat.com>
3761
3762         * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3763         mips-idt-ecoff.
3764
3765 2012-02-09  Yao Qi  <yao@codesourcery.com>
3766
3767         * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3768
3769 2012-02-07  Tom Tromey  <tromey@redhat.com>
3770
3771         * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3772         Symbol.value.
3773
3774 2012-02-07  Tom Tromey  <tromey@redhat.com>
3775
3776         * gdb.texinfo (Symbols In Python): Document Symbol.line.
3777
3778 2012-01-27  Thomas Schwinge  <thomas@codesourcery.com>
3779
3780         * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3781
3782 2012-01-24  Tom Tromey  <tromey@redhat.com>
3783
3784         * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3785         unload".
3786         (Files): Mention new catch commands.
3787         (GDB/MI Async Records): Likewise.
3788
3789 2012-01-24  Gary Benson  <gbenson@redhat.com>
3790
3791         Delete #if 0'd out code.
3792         * gdb.texinfo (Frame Info): Remove "info catch".
3793
3794 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
3795
3796         * gdb.texinfo (Remote Configuration): Document
3797         "set remote hostio-readlink-packet" command.
3798         (General Query Packets): Document vFile:readlink packet.
3799
3800 2012-01-16  Tom Tromey  <tromey@redhat.com>
3801
3802         * gdb.texinfo (Specify Location): Document relative file name
3803         handling.
3804
3805 2012-01-16  Tom Tromey  <tromey@redhat.com>
3806
3807         * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3808
3809 2012-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3810             Eli Zaretskii  <eliz@gnu.org>
3811
3812         * gdbint.texinfo (Coding Standards): Require braces for two lines of
3813         code.
3814
3815 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
3816
3817         * gdb.texinfo (Variables): Document use of :: for non-static
3818         variables.
3819
3820 2012-01-05  Joel Brobecker  <brobecker@adacore.com>
3821
3822         * gdbint.texinfo (Start of New Year Procedure): Update
3823         to replace use of copyright.sh by use of copyright.py.
3824
3825 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3826
3827         Remove the gdbtui binary.
3828         * all-cfg.texi (GDBTUI): Remove.
3829         * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3830         (TUI): Remove GDBTUI pindex.  Remove the GDBTUI reference.
3831         * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3832
3833 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
3834
3835         Introduce gdb.FinishBreakpoint in Python.
3836         * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3837         (Python API): Add menu entry for Finish Breakpoints.
3838
3839 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3840
3841         * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3842         tests.
3843
3844 2011-12-16  Doug Evans  <dje@google.com>
3845
3846         * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3847
3848 2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
3849
3850         * gdb.texinfo (Python Commands): Remove "maint set/show print
3851         stack".  Add documentation for "set/show python print-stack".
3852
3853 2011-12-14  Pedro Alves  <pedro@codesourcery.com>
3854
3855         * gdb.texinfo (Implementing a Remote Stub): Explain that you
3856         should transfer control to the stub in the startup code instead of
3857         in main.  Mention the need to get past the initial breakpoint.
3858
3859 2011-12-06  Tom Tromey  <tromey@redhat.com>
3860
3861         * gdb.texinfo (Set Breaks): Update for new behavior.
3862
3863 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3864
3865         * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3866         List Format for SVR4 Targets'.
3867         (General Query Packets): New item qXfer:libraries-svr4:read.
3868         (Library List Format for SVR4 Targets): New node.
3869
3870 2011-12-01  Tom Tromey  <tromey@redhat.com>
3871
3872         * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3873         add.
3874
3875 2011-11-22  Tom Tromey  <tromey@redhat.com>
3876
3877         * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3878         reasons.
3879
3880 2011-11-20  Stan Shebs  <stan@codesourcery.com>
3881
3882         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3883         note-related options and variables.
3884         (Tracepoint Packets): Document packet changes.
3885
3886 2011-11-20  Sanjoy Das  <sdas@igalia.com>
3887
3888         * gdb.texinfo (JIT Interface): Add documentation on writing and
3889         usind JIT debug info readers.
3890         (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3891         Debug Info Readers): New nodes.
3892
3893 2011-11-18  Yao Qi  <yao@codesourcery.com>
3894
3895         * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3896         tracepoint.
3897
3898 2011-11-15  Doug Evans  <dje@google.com>
3899
3900         * gdb.texinfo (Files): Document basenames-may-differ.
3901
3902 2011-11-14  Doug Evans  <dje@google.com>
3903
3904         * gdb.texinfo (Shell Commands): Document "!".
3905
3906 2011-11-14  Stan Shebs  <stan@codesourcery.com>
3907             Kwok Cheung Yeung  <kcy@codesourcery.com>
3908
3909         * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3910         needed to get shorter fast tracepoints.
3911         (Tracepoint Packets): Document new qTMinFTPILen packet.
3912
3913 2011-11-14  Yao Qi  <yao@codesourcery.com>
3914
3915         * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3916         behavior of tracepoint.
3917         (General Query Packets): New feature InstallInTrace.
3918         (Remote Configuration): Document "set remote
3919         install-in-trace-packet".
3920
3921 2011-11-12  Matt Rice  <ratmice@gmail.com>
3922
3923         * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3924         Add arguments to info macro.
3925
3926 2011-11-10  Tom Tromey  <tromey@redhat.com>
3927
3928         * gdb.texinfo (Compilation): Don't mention -gdwarf-2.  Link to GCC
3929         manual.
3930         (Variables): Don't mention -gdwarf-2.  Link to Compilation node.
3931         (Macros): Add a footnote.
3932         (C): Remove paragraph about compiler options.
3933         (C Constants): Mention wide character and string constants.
3934         (C Plus Plus Expressions): Update compiler option advice.  Mention
3935         using declarations.  Mention ADL.  Remove old HP compiler
3936         information.
3937
3938 2011-11-10  Tom Tromey  <tromey@redhat.com>
3939
3940         PR c++/9257:
3941         * gdb.texinfo (Print Settings): Add an extra note about the need
3942         for a vtable.
3943
3944 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
3945
3946         * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3947         "set mips abi" documentation.
3948
3949 2011-11-04  Doug Evans  <dje@google.com>
3950
3951         * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3952
3953 2011-11-03  Tom Tromey  <tromey@redhat.com>
3954
3955         * gdb.texinfo (Stopping): Add menu entry.
3956         (Continuing and Stepping): Restore @node.  Use @section, not
3957         @subsection.
3958
3959 2011-11-03  Maciej W. Rozycki  <macro@codesourcery.com>
3960
3961         * gdb.texinfo (Skipping Over Functions and Files): Remove node
3962         designation.  Fix "Specify Location" cross-reference.
3963
3964 2011-11-02  Stan Shebs  <stan@codesourcery.com>
3965
3966         * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3967         (General Query Packets): Describe tracenz feature.
3968         * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3969
3970 2011-10-28  Paul Koning  <paul_koning@dell.com>
3971
3972         * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3973
3974 2011-10-27  Kevin Pouget  <kevin.pouget@st.com>
3975
3976         * gdb.texinfo ((Frames In Python): Document
3977         gdb.FRAME_UNWIND_FIRST_ERROR contant.
3978
3979 2011-10-26  Paul Koning  <paul_koning@dell.com>
3980
3981         * gdb.texinfo (gdb.types): Document new deepitems function.
3982
3983 2011-10-25  Paul Koning  <paul_koning@dell.com>
3984
3985         PR python/13327
3986
3987         * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3988         fetch_lazy method.
3989
3990 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
3991
3992         PR python/12656
3993
3994         * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3995         global_block, static_block function.
3996
3997 2011-10-19  Tom Tromey  <tromey@redhat.com>
3998
3999         * gdb.texinfo (Commands In Python): Add missing "@"s.
4000
4001 2011-10-13  Kevin Pouget  <kevin.pouget@st.com>
4002
4003         PR python/13285 Document named constants for frame unwind stop reasons
4004         * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
4005         constants.
4006
4007 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4008
4009         Fix compatibility with texinfo versions older than 4.12.
4010         * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4011         (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4012         (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4013         (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4014         * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4015         Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4016         CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4017
4018 2011-10-09  Doug Evans  <dje@google.com>
4019
4020         * gdb.texinfo (Extending GDB): Document alias command.
4021
4022 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4023
4024         Support @entry in input expressions.
4025         * gdb.texinfo (Variables): Describe @entry names suffix.
4026         (Print Settings): Add anchor for `set print entry-values'.
4027
4028 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4029             Eli Zaretskii  <eliz@gnu.org>
4030
4031         Display @entry parameter values (without references).
4032         * gdb.texinfo (Tail Call Frames): Add anchor.  Add self tail call
4033         example.
4034         (Print Settings): New description of set print entry-values and show
4035         print entry-values.
4036
4037 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4038             Eli Zaretskii  <eliz@gnu.org>
4039
4040         Recognize virtual tail call frames.
4041         * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4042         (Tail Call Frames): New node.
4043         (Frames In Python): Add gdb.TAILCALL_FRAME.
4044
4045 2011-10-07  Doug Evans  <dje@google.com>
4046
4047         * gdb.texinfo (gdb.printing): Document new `replace' arg to
4048         register_pretty_printer.
4049
4050 2011-10-07  Phil Muldoon  <pmuldoon@redhat.com>
4051
4052         PR python/12930
4053         PR python/12802
4054
4055         * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4056         stop method.
4057
4058 2011-10-07  Ulrich Weigand  <ulrich.weigand@linaro.org>
4059
4060         * gdb.texinfo (Starting your Program): "set disable-randomization"
4061         is no longer Linux-specific.
4062         (Remote Configuration): Document "set remote
4063         disable-randomization-packet".
4064         (General Query Packets): Document "QDisableRandomization" packet
4065         and add it to "qSupported" list.
4066
4067 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
4068
4069         Allow Python notification of new object-file loadings.
4070         * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4071         event type.
4072
4073 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
4074
4075         PR python/12691: Add the inferior to Python exited event
4076         * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4077
4078 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
4079
4080         * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4081         rephasing.
4082
4083 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
4084
4085         * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4086         (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4087         as possible feature returned by the `-list-features'
4088         command.
4089
4090 2011-09-28  Paul Koning  <paul_koning@dell.com>
4091
4092         * gdb.texinfo (gdb.Type): Document field access by dictionary
4093         key syntax.
4094
4095 2011-09-28  Yao Qi  <yao@codesourcery.com>
4096
4097         * gdb.texinfo (Files): Update options for `add-symbol-file'.
4098         Add one space after option `-s'.  Remove @r{} markup.
4099
4100 2011-09-27  Stan Shebs  <stan@codesourcery.com>
4101
4102         * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4103
4104 2011-09-16  Hui Zhu  <teawater@gmail.com>
4105
4106         * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4107         to *(unsigned char *)$esp@300.
4108
4109 2011-09-15  Paul Koning  <paul_koning@dell.com>
4110
4111         * gdb.texinfo: Make style of Python functions and methods match
4112         the syntax of Python.  Also put class and module names explicitly
4113         on function, member, and variable names, matching Python
4114         documentation conventions.
4115
4116 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
4117
4118         PR Python/12692 Add gdb.selected_inferior() to Python interface.
4119         * gdb.texinfo (Inferiors In Python): Describe new
4120         gdb.selected_inferior() function.
4121
4122 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
4123
4124         Handle multiple breakpoint hits in Python interface:
4125         * gdb.texinfo (Events In Python): New function documentation:
4126         gdb.BreakpointEvent.breakpoints. Indicate that
4127         gdb.BreakpointEvent.breakpoint is now deprecated.
4128
4129 2011-09-04  Joel Brobecker  <brobecker@adacore.com>
4130
4131         * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4132
4133 2011-08-25  Andrew Oakley  <andrew@ado.is-a-geek.net>
4134
4135         * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4136
4137 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
4138
4139         * gdb.texinfo (Prompt): Add set/show extended-prompt
4140         documentation
4141         (Basic Python): Add prompt_hook anchor.
4142         (Python modules): Reword module text to reflect multiple modules.
4143         (gdb.prompt): Document gdb.prompt module.
4144
4145 2011-08-14  Yao Qi  <yao@codesourcery.com>
4146
4147         * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4148
4149 2011-08-14  Yao Qi  <yao@codesourcery.com>
4150
4151         * gdb.texinfo (Standard Target Features): Document C6x features.
4152         (TIC6x Features): New node.
4153
4154 2011-08-12  Doug Evans  <dje@google.com>
4155
4156         * gdb.texinfo (Symbols In Python): Document symbol.type.
4157
4158 2011-08-09  Phil Muldoon  <pmuldoon@redhat.com>
4159
4160         * gdb.texinfo (Python): Document command and function
4161         auto-loading.
4162
4163 2011-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4164             Eli Zaretskii  <eliz@gnu.org>
4165
4166         * gdb.texinfo (whatis, ptype): Highlight their differences.  Describe
4167         typedefs unrolling.  Extend the sample code by an inner typedef and
4168         outer typedefs unrolling.
4169
4170 2011-07-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
4171
4172         * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4173         size and line-size.
4174
4175 2011-07-21  Matt Rice  <ratmice@gmail.com>
4176
4177         PR macros/12999
4178         * gdb.texinfo (Macros): Add info definitions and info macros commands.
4179         Update text and cindex entries for info macro command.
4180
4181 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
4182
4183         * observer.texi (GDB Observers): Add before_prompt observer.
4184         * gdb.texinfo (Basic Python): Add documentation for prompt
4185         substitution.
4186
4187 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
4188
4189         PR python/12438
4190         * gdb.texinfo (Python Commands): Add deprecate note to maint
4191           set/show python print-stack.  Document set/show python
4192           print-backtrace.
4193
4194 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
4195
4196         * gdb.texinfo: Fix typos.
4197
4198 2011-07-01  Tom Tromey  <tromey@redhat.com>
4199
4200         * gdb.texinfo (Debugging Output): Document set debug
4201         check-physname.
4202
4203 2011-06-29  Tom Tromey  <tromey@redhat.com>
4204
4205         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4206         breakpoint-notifications feature.
4207
4208 2011-06-29  Ulrich Weigand  <ulrich.weigand@linaro.org>
4209
4210         * gdb.texinfo (Target Description): Remove warning about
4211         possibly unstable format.
4212
4213 2011-06-03  Tom Tromey  <tromey@redhat.com>
4214
4215         * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4216         (Events In Python): Note that exit_code is optional.
4217
4218 2011-05-17  Pedro Alves  <pedro@codesourcery.com>
4219
4220         * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4221         required for multi-threading support.
4222         (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4223         Hc are deprecated for multi-threading debugging.  Point readers at
4224         the vCont packet.
4225
4226 2011-05-15  Doug Evans  <dje@google.com>
4227
4228         * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4229
4230 2011-05-13  Doug Evans  <dje@google.com>
4231
4232         * gdb.texinfo (Threads): Document $sdir,$pdir.
4233         (Server): Document $pdir exception.
4234
4235         * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4236
4237         * gdb.texinfo (Threads): Clarify default value for
4238         libthread-db-search-path.
4239
4240         * gdb.texinfo (Completion): Update example.
4241         (Debugging Output): Delete `set/show debug lin-lwp-async'.
4242
4243 2011-05-12  Kwok Cheung Yeung  <kcy@codesourcery.com>
4244
4245         * gdb.texinfo: Document change in the behaviour of the enable and
4246         disable GDB commands when applied to tracepoints.
4247         Document the EnableDisableTracepoints remote stub feature.
4248         Document QTEnable and QTDisable in the list of tracepoint packets.
4249
4250 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4251
4252         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4253         hsuser.texi.
4254         * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4255         comment to hsuser.texi.  Change rluser.texi name in the comment.
4256
4257 2011-05-10  Doug Evans  <dje@google.com>
4258
4259         * gdb.texinfo (Threads): If an empty path is provided for
4260         libthread-db-search-path it is reset to its default value.
4261         (Server): Ditto.
4262
4263 2011-05-09  Doug Evans  <dje@google.com>
4264
4265         * gdb.texinfo (Requirements): Fix typo.  Mention --with-iconv-bin.
4266
4267 2011-05-06  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4268             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4269
4270         Implement support for PowerPC BookE masked watchpoints.
4271         * gdb.texinfo (Set Watchpoints): Document mask parameter.
4272         (PowerPC Embedded): Mention support of masked watchpoints.
4273
4274 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
4275
4276         * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4277         `@value{GDBN}'.
4278
4279 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
4280
4281         * gdb.texinfo (titlepage): Remove dedication.
4282         (In Memoriam): New appendix.
4283
4284 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4285             Eli Zaretskii  <eliz@gnu.org>
4286
4287         * gdb.texinfo (Index Section Format): Change the version to 5.
4288         Describe the different formula.
4289
4290 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4291             Eli Zaretskii  <eliz@gnu.org>
4292
4293         * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4294         for disconnected tracing.
4295         (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4296         extended-remote relationship.  Mention --once.
4297         (TCP port allocation lifecycle of @code{gdbserver}): New.
4298
4299 2011-04-23  Eli Zaretskii  <eliz@gnu.org>
4300
4301         * gdb.texinfo (Server): Improve indexing.  Index all optional
4302         switches to gdbserver.
4303
4304 2011-04-20  Tom Tromey  <tromey@redhat.com>
4305
4306         * gdb.texinfo (Index Section Format): New node.
4307         (Top): Add new node to menu.
4308
4309 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
4310
4311         * gdb.texinfo (Maintenance Commands): Document `maint print
4312         remote-registers'.
4313
4314 2011-04-20  Tom Tromey  <tromey@redhat.com>
4315
4316         * gdb.texinfo (Trace File Format): Move node later.
4317
4318 2011-04-19  Tom Tromey  <tromey@redhat.com>
4319
4320         * gdbint.texinfo (Register Information Functions): Remove
4321         duplicate "the".
4322         * gdb.texinfo (Emacs): Remove duplicate "to".
4323         (GDB/MI Variable Objects): Remove duplicate "the".
4324         (General Query Packets): Likewise.
4325
4326 2011-04-02  Joel Brobecker  <brobecker@adacore.com>
4327
4328         * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4329         "GDB/MI Ada Exception Information" node.
4330
4331 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
4332
4333         * gdb.texinfo (GDB/MI Ada Exception Information): Document
4334         the "exception-name" field in the *stopped async record.
4335
4336 2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4337             Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4338
4339         Implement support for PowerPC BookE ranged breakpoints.
4340         * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4341
4342 2011-03-28  Tom Tromey  <tromey@redhat.com>
4343
4344         * gdb.texinfo (Set Tracepoints): Fix typo.
4345
4346 2011-03-24  Tom Tromey  <tromey@redhat.com>
4347
4348         * gdb.texinfo (Specify Location): Document `function:label'
4349         linespec.
4350
4351 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
4352
4353         PR python/12149
4354
4355         * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4356
4357 2011-03-17  Phil Muldoon  <pmuldoon@redhat.com>
4358
4359         * gdb.texinfo (Blocks In Python): Add is_valid method description.
4360         (Inferiors In Python): Likewise.
4361         (Threads In Python): Likewise.
4362         (Symbols In Python): Likewise.
4363         (Objfiles In Python): Likewise.
4364         (Symbol Tables In Python): Likewise.
4365
4366 2011-03-15  Pedro Alves  <pedro@codesourcery.com>
4367
4368         * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4369         display>: Explain that the commands accept number ranges.
4370
4371 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
4372
4373         * gdb.texinfo (Breakpoints In Python): Add description and example
4374         of Python stop function operation.
4375
4376 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
4377
4378         * gdb.texinfo (Parameters In Python): Document get_set_string and
4379         get_show_string methods.
4380
4381 2011-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4382
4383         * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4384
4385         * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4386         circular-trace-buffer name.
4387
4388 2011-02-28  Joel Brobecker  <brobecker@adacore.com>
4389
4390         * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4391         in the previous change.
4392
4393 2011-02-27  Michael Snyder  <msnyder@vmware.com>
4394
4395         * gdb.texinfo (Inferiors and Programs): Update commands to show
4396         that they can accept multiple arguments.
4397
4398 2011-02-24  Joel Brobecker  <brobecker@adacore.com>
4399
4400         Revert the following patch (code patch was not approved):
4401         2011-02-21  Hui Zhu  <teawater@gmail.com>
4402         * agentexpr.texi (bytecode descriptions): add printf.
4403         * gdb.texinfo (tracepoint action lists): add printf.
4404
4405 2011-02-23  Doug Evans  <dje@google.com>
4406
4407         * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4408
4409 2011-02-23  Michael Snyder  <msnyder@vmware.com>
4410
4411         * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4412         (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4413         (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4414
4415 2011-02-22  Doug Evans  <dje@google.com>
4416
4417         * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4418         Clarify behaviour of lookup_symbol when `block' argument is omitted,
4419         add description of result, fix @defun formatting.
4420
4421 2011-02-21  Hui Zhu  <teawater@gmail.com>
4422
4423         * agentexpr.texi (Bytecode Descriptions): Add printf.
4424         * gdb.texinfo (Tracepoint Action Lists): Add printf.
4425
4426 2011-02-18  Tom Tromey  <tromey@redhat.com>
4427
4428         * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4429
4430 2011-02-14  Michael Snyder  <msnyder@vmware.com>
4431
4432         * gdb.texinfo (threads): Document argument for "info threads" cmd.
4433         Document new command "thread find".
4434
4435 2011-02-14  Michael Snyder  <msnyder@vmware.com>
4436
4437         * gdb.texinfo (Threads): Update example of new thread message.
4438
4439 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
4440
4441         * gdb.texinfo (Remote Configuration): Mention set/show remote
4442         traceframe-info.
4443         (Tools/Packages Optional for Building GDB): Mention that expat is
4444         used for traceframe info.
4445         (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4446         (General Query Packets) <qSupported>: Describe the
4447         qXfer:traceframe-info:read feature.
4448         (qXfer::read): Describe qXfer:traceframe-info:read.
4449         (Traceframe Info Format): New section.
4450
4451 2011-02-04  Pedro Alves  <pedro@codesourcery.com>
4452
4453         * gdbint.texinfo (Formatting): Mention some formatting guidelines
4454         for casts and unary operators.
4455
4456 2011-02-04  Tom Tromey  <tromey@redhat.com>
4457
4458         * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4459         is not useful.
4460
4461 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
4462
4463         * gdb.texinfo: s/value optimized out/optimized out/g
4464
4465 2011-01-21  Joel Brobecker  <brobecker@adacore.com>
4466
4467         * gdb.texinfo (Other Misc Settings): Rework part of the
4468         documentation of the "set interactive mode" command.
4469
4470 2011-01-19  Tom Tromey  <tromey@redhat.com>
4471
4472         * gdb.texinfo (Threads): Document thread name output and `thread
4473         name' command.
4474         (Threads In Python): Document Thread.name attribute.
4475         (GDB/MI Thread Commands): Document thread attributes.
4476
4477 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
4478
4479         * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4480         changes in mi/mi-cmd-disas.c
4481
4482 2011-01-12  Tom Tromey  <tromey@redhat.com>
4483
4484         * gdb.texinfo (Threads): Remove duplicate text.  Update examples.
4485         Fix "thread apply" text.
4486
4487 2011-01-11  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4488             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4489
4490         Implement support for PowerPC BookE ranged watchpoints.
4491         * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4492         the "set powerpc exact-watchpoints" flag.
4493
4494 2011-01-07  Tom Tromey  <tromey@redhat.com>
4495
4496         * gdb.texinfo (Python API): Add descriptions to @menu items.
4497
4498 2011-01-06  Tom Tromey  <tromey@redhat.com>
4499
4500         * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4501
4502 2010-01-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
4503
4504         * gdb.texinfo (Debugging Output): Document "set debug jit".
4505
4506 2011-01-06  Tom Tromey  <tromey@redhat.com>
4507
4508         PR python/12133:
4509         * gdb.texinfo (Frames In Python): Document various frame
4510         constants.
4511
4512 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
4513
4514         * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4515         doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4516         doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4517
4518 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4519
4520         * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4521         (clean): Add GDBvn.texi.
4522
4523 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
4524
4525         * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4526         occasional case where the debugger prints an array address
4527         instead of the array itself.
4528
4529 2010-12-23  Pedro Alves  <pedro@codesourcery.com>
4530
4531         * gdb.texinfo (Packets) <read registers packet>: Document support
4532         for registers that were not collected.
4533
4534 2010-12-15  Doug Evans  <dje@google.com>
4535
4536         * gdb.texinfo (Startup): Document auto-loading of scripts during
4537         startup.
4538         (Auto-loading): Delete "maint set python auto-load on|off".
4539         Add "set auto-load-scripts on|off".
4540
4541 2010-12-07  Doug Evans  <dje@google.com>
4542
4543         * gdb.texinfo (Mode Options): Document -data-directory.
4544         (Data Files): Add reference to -data-directory.
4545
4546 2010-11-29  Doug Evans  <dje@google.com>
4547
4548         * gdb.texinfo (Pretty-Printer Introduction): Change
4549         printer-name:subprinter-name to printer-name;subprinter-name.
4550
4551 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
4552
4553         PR python/12199
4554
4555         * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4556
4557 2010-11-23  Tom Tromey  <tromey@redhat.com>
4558
4559         * gdb.texinfo (Top): Check SYSTEM_READLINE.
4560         (Editing): Likewise.
4561         (Command History): Likewise.
4562         (TUI Keys): Likewise.
4563         (Bug Reporting): Conditionally include rluser.texi and
4564         inc-history.texinfo.
4565         * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4566         (GDB_DOC_SOURCE_INCLUDES): Add comment.
4567         (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4568         (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4569         (gdb.pdf): Likewise.
4570         (gdb.info): Likewise.
4571         (gdb/index.html): Likewise.
4572
4573 2010-11-23  Tom Tromey  <tromey@redhat.com>
4574
4575         * Makefile.in (Makefile): Run ../config.status.
4576         (distclean): Update.
4577         * configure: Remove.
4578         * configure.ac: Remove.
4579
4580 2010-11-12  Tom Tromey  <tromey@redhat.com>
4581
4582         * gdb.texinfo (Basic Python): Update.  Add xref.
4583         (Exception Handling): Document new exception classes.
4584         (Types In Python): Update.
4585         (Frames In Python): Update.
4586
4587 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
4588
4589         * gdb.texinfo (Breakpoints In Python): Document "internal"
4590         parameter, and visible attribute.
4591
4592 2010-11-05  Doug Evans  <dje@google.com>
4593
4594         * gdb.texinfo (Source Path): Document "set directories".
4595
4596 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
4597
4598         * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4599         (OpenCL C): New node.
4600
4601 2010-11-02  Doug Evans  <dje@google.com>
4602
4603         * gdb.texinfo (Pretty Printing): Expand into three sections,
4604         introduction, example, and commands.
4605         (Python API): Delete section Disabling Pretty-Printers, merge into
4606         Selecting Pretty-Printers.
4607         (Writing a Pretty-Printer): New section.  Move the pretty-printer
4608         example here, and reformat to match python coding style.  Add a second
4609         example using the gdb.printing module.
4610         (Python modules): Add gdb.printing.
4611
4612 2010-10-29  Doug Evans  <dje@google.com>
4613
4614         * gdb.texinfo (Python): Fix long line.
4615
4616 2010-10-20  Doug Evans  <dje@google.com>
4617
4618         * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4619         All references updated.  Correct sections marked as subsections.
4620         (Coding Standards): New chapter.  Move the coding standard related
4621         subsections here.  Add section on Python coding standards.
4622
4623 2010-10-13  Doug Evans  <dje@google.com>
4624
4625         * gdb.texinfo (Python): Add "Python modules".
4626         (Types in Python): Add reference to gdb.types section.
4627         (Python modules): New node.
4628
4629 2010-10-11  Doug Evans  <dje@google.com>
4630
4631         * gdb.texinfo (Values From Inferior): Add reference to "Types in
4632         Python" from gdb.Value.type description.
4633
4634 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
4635
4636         * gdb.texinfo (Ravenscar Profile): New node.
4637
4638 2010-09-22  Tom Tromey  <tromey@redhat.com>
4639
4640         * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4641
4642 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
4643
4644         * gdb.texinfo (Values From Inferior): Clarify that
4645         value.dynamic_type works only in C++ programs with RTTI.
4646
4647 2010-09-15  Paul Bolle  <pebolle@tiscali.nl>
4648
4649         * gdb.texinfo (Character Sets): Correctly reference host-charset
4650         in example.
4651
4652 2010-09-13  Tom Tromey  <tromey@redhat.com>
4653
4654         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4655         Document "fullname" and "from".
4656
4657 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
4658
4659         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4660         feature `reverse' output by -list-target-features.
4661
4662 2010-08-31  H.J. Lu  <hongjiu.lu@intel.com>
4663
4664         * gdb.texinfo (i386 Features): Remove an extra "@item".
4665
4666 2010-08-30  Tom Tromey  <tromey@redhat.com>
4667
4668         PR python/11792:
4669         * gdb.texinfo (Values From Inferior): Document dynamic_type.
4670
4671 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
4672
4673         * gdb.texinfo (ARM Features): Document
4674         org.gnu.gdb.arm.m-profile.
4675
4676 2010-08-23  Tom Tromey  <tromey@redhat.com>
4677
4678         PR python/11145:
4679         * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4680         reinterpret_cast methods.
4681
4682 2010-08-23  Tom Tromey  <tromey@redhat.com>
4683
4684         PR python/11915:
4685         * gdb.texinfo (Types In Python): Document array method.
4686
4687 2010-08-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4688
4689         * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4690
4691 2010-08-16   Tom Tromey  <tromey@redhat.com>
4692
4693         * gdb.texinfo (Set Watchpoints): Document -location option.
4694
4695 2010-08-13  Doug Evans  <dje@google.com>
4696
4697         * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4698
4699 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
4700
4701         * gdb.texinfo (GDB/MI Data Manipulation): Document
4702         -data-read-memory-raw and -data-write-memory-raw.
4703
4704 2010-08-11  Tom Tromey  <tromey@redhat.com>
4705             Phil Muldoon <pmuldoon@redhat.com>
4706
4707         * gdb.texinfo (Basic Python): Describe post_event API.
4708
4709 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
4710
4711         * gdb.texinfo (Basic Python): Describe solib_address and
4712         decode_line Python APIs
4713
4714 2010-08-10  Tom Tromey  <tromey@redhat.com>
4715
4716         * gdb.texinfo (Pretty Printing API): Document
4717         gdb.default_visualizer.
4718
4719 2010-08-10  Tom Tromey  <tromey@redhat.com>
4720
4721         Revert gdb-add-index addition:
4722         * gdb.texinfo (Index Files): Don't document gdb-add-index.
4723
4724 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4725             Eli Zaretskii <eliz@gnu.org>
4726
4727         * gdb.texinfo (Mode Options) <-batch>
4728         (Basic Python) <gdb.execute>: Describe setting width and height.
4729
4730 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
4731
4732         * gdb.texinfo (Threads): Document 'debug libthread-db'.
4733
4734 2010-07-30  Tom Tromey  <tromey@redhat.com>
4735
4736         * gdb.texinfo (Index Files): Mention gdb-add-index.
4737
4738 2010-07-30  Hui Zhu  <teawater@gmail.com>
4739
4740         * gdb.texinfo (Inferiors and Programs): Update the introduce of
4741         "detach inferior" and "kill inferior".
4742
4743 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
4744
4745         * gdb.texinfo (Machine Code): Update description of two forms of
4746         arguments, and add new example to demonstrate the new form.
4747
4748 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
4749
4750         * gdb.texinfo (Values From Inferior): Add value inferior function
4751         call description.
4752
4753 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4754
4755         * gdb.texinfo (Active Targets): Fix wrong comma placement.
4756
4757 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4758             Eli Zaretskii  <eliz@gnu.org>
4759
4760         Make core files the process_stratum.
4761         * gdb.texinfo (Active Targets): Remove core_stratum.  Include
4762         record_stratum example.
4763
4764 2010-07-13  Tom Tromey  <tromey@redhat.com>
4765
4766         * gdb.texinfo (Index Files): New node.
4767
4768 2010-07-13  Tom Tromey  <tromey@redhat.com>
4769
4770         * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4771
4772 2010-07-13  Tom Tromey  <tromey@redhat.com>
4773
4774         * gdb.texinfo (Specify Location): Document labels.
4775
4776 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4777
4778         * gdb.texinfo (Create and Delete Tracepoints): Add more index
4779         entries for fast tracepoints and static tracepoints.
4780
4781 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4782
4783         * gdb.texinfo (General Query Packets) <qfThreadInfo,
4784         qsThreadInfo>: Spell out `l' as ell.
4785
4786 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4787
4788         * gdb.texinfo (Convenience Variables): Document $_sdata.
4789         (Commands to Set Tracepoints): Describe static tracepoints.  Add
4790         `Listing Static Tracepoint Markers' menu entry.  Document
4791         "strace".
4792         (Tracepoint Action Lists): Document collecting $_sdata.
4793         (Listing Static Tracepoint Markers): New subsection.
4794         (Tracepoints support in gdbserver): Mention static tracepoints.
4795         (remote packets, enabling and disabling): Mention
4796         read-sdata-object.
4797         (General Query Packets) <qSupported>: Document qXfer:sdata:read
4798         and StaticTracepoint.
4799         Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4800         Document qXfer:sdata:read.
4801         (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4802
4803 2010-06-29  Joel Brobecker  <brobecker@adacore.com>
4804
4805         * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4806
4807 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
4808             Tom Tromey  <tromey@redhat.com>
4809             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4810
4811         * gdb.texinfo (Inferiors In Python): New node.
4812         * gdb.texinfo (Threads In Python): New node.
4813
4814 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
4815
4816         * gdb.texinfo (Python): Document what the python directory is
4817         and what its location is.
4818         (Basic Python): Document the gdb.PYTHONDIR constant.
4819
4820 2010-06-25  Tom Tromey  <tromey@redhat.com>
4821
4822         PR python/10808:
4823         * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4824
4825 2010-06-24  Hui Zhu  <teawater@gmail.com>
4826
4827         * gdb.texinfo: (Commands for Controlled Output): Add
4828         documentation for command "eval".
4829
4830 2010-06-21  Stan Shebs  <stan@codesourcery.com>
4831
4832         * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4833         * annotate.texinfo: Ditto.
4834         * gdbint.texinfo: Ditto.
4835         * stabs.texinfo: Ditto.
4836
4837 2010-06-22  Hui Zhu  <teawater@gmail.com>
4838
4839         * gdb.texinfo: (Process Record and Replay): Add documentation
4840         for command "set record memory-query".
4841
4842 2010-06-21  Stan Shebs  <stan@codesourcery.com>
4843
4844         * gdb.texinfo: Relicense under GFDL version 1.3.
4845         * annotate.texinfo: Relicense under GFDL version 1.3.
4846         * gdbint.texinfo: Relicense under GFDL version 1.3.
4847         * stabs.texinfo: Relicense under GFDL version 1.3.
4848         * fdl.texi: Update to version 1.3.
4849
4850 2010-06-18  Stan Shebs  <stan@codesourcery.com>
4851
4852         * gdb.texinfo (Operating System Auxiliary Information): Describe
4853         "info os" when no arguments given.
4854
4855         * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4856         $_thread.
4857
4858 2010-06-18  Hui Zhu  <teawater@gmail.com>
4859
4860         * gdb.texinfo: (Process Record and Replay): Add documentation
4861         for commands "record save" and "record restore".
4862
4863 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4864
4865         * gdb.texinfo: Include information about the correct use
4866         of addresses in the `watch' command.
4867
4868 2010-06-11  Stan Shebs  <stan@codesourcery.com>
4869
4870         * gdb.texinfo (Observer Mode): New section.
4871         (General Query Packets): Document QAllow.
4872
4873 2010-06-04  Doug Evans  <dje@google.com>
4874
4875         * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4876
4877 2010-06-03  Doug Evans  <dje@google.com>
4878
4879         * gdbint.texinfo (Coding): Add subsection on command names.
4880
4881 2010-06-02  Tom Tromey  <tromey@redhat.com>
4882
4883         * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4884         always-disassemble.
4885
4886 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
4887
4888         * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4889         gdbserver, and add cross reference.
4890         (Tracepoints support in gdbserver): New subsection.
4891
4892 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
4893
4894         * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4895         `qRelocInsn' feature.
4896         (Relocate instruction reply packet): New subsection
4897         of `Tracepoint Packets'.
4898         (Tracepoint Packets): Mention that packets QTDP and QTStart
4899         support the qRelocInsn request, and add cross reference to new
4900         subsection.
4901
4902 2010-05-25  Doug Evans  <dje@google.com>
4903
4904         * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4905         (Commands In Python): Document gdb.string_to_argv.
4906
4907 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4908
4909         * gdbint.texinfo (Host Definition): Remove items NORETURN and
4910         ATTR_NORETURN.
4911
4912 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
4913             Tom Tromey  <tromey@redhat.com>
4914             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4915
4916         * gdb.texinfo (Parameters In Python): New Node.
4917
4918 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
4919
4920         * gdb.texinfo: (Summary) Add mention about D language support.
4921         (Filenames): Add D suffixes.
4922         (D): New node.
4923
4924 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
4925
4926         * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4927         of macro deleted from GDB code.
4928
4929 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
4930
4931         * gdb.texinfo (Commands to specify files): Describe what how GDB
4932         looks up DOS-based filesystem paths on the system root.  Document
4933         the new `set/show target-file-system-kind' commands.
4934
4935 2010-04-23  Doug Evans  <dje@google.com>
4936
4937         * gdb.texinfo (Python): Move Auto-loading section here ...
4938         (Python API): from here.
4939         (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4940         (Maintenance Commands): Add docs for "maint print section-scripts".
4941
4942 2010-04-20  Chris Moller  <cmoller@redhat.com>
4943
4944         * gdb.texinfo (Setting Breakpoints): Added description of
4945         filename-qualified rbreak.
4946         * refcard.tex (Breakpoints and Watchpoints): Added brief
4947         description of filename-qualified rbreak.
4948
4949 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4950
4951         * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4952         (Python API): Change the reference to Pretty Printing API.
4953         (Pretty Printing): Move the user part under the Data node.  Reformat
4954         the sample output to 72 columns.  Create a new reference to Pretty
4955         Printing API.  Rename the API part ...
4956         (Pretty Printing API): To a new node name.
4957         (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4958         (GDB/MI Variable Objects): Change references to Pretty Printing API.
4959
4960 2010-04-21  Stan Shebs  <stan@codesourcery.com>
4961
4962         * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4963         and commands.
4964         (Listing Tracepoints): Update to reflect current behavior.
4965
4966 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
4967
4968         * gdb.texinfo (Examining memory): Update for change in string
4969         display with explicit size.
4970
4971 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
4972
4973         PR breakpoints/8554.
4974
4975         * gdb.texinfo (Save Breakpoints): New node.
4976         (save-tracepoints): Rename to ...
4977         (save tracepoints): ... this.  Mention that `save-tracepoints' is
4978         a deprecated alias to `save tracepoints'.
4979
4980 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
4981
4982         * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4983         (info w32 thread-information-block): Document new command.
4984         (qGetTIBAddress): Document new gdbserver query.
4985         (maint set/show show-all-tib): Document new command.
4986
4987 2010-04-15  Doug Evans  <dje@google.com>
4988
4989         * gdb.texinfo (Python API): Add progspaces section.
4990         (Selecting Pretty-Printers): Progspace pretty-printers are
4991         searched too.
4992         (Progspaces In Python): New section.
4993
4994         * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4995
4996 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
4997
4998         * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4999         returns None.
5000
5001 2010-04-09  Stan Shebs  <stan@codesourcery.com>
5002
5003         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5004         Describe the `frames-created' field, tweak grammar.
5005
5006 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
5007
5008         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5009         Describe the `circular' and `disconnected' fields.
5010
5011 2010-04-09  H.J. Lu  <hongjiu.lu@intel.com>
5012
5013         * gdb.texinfo (maint print registers): Mention unavailable and
5014         invisible registers.
5015
5016 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
5017             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5018             Tom Tromey  <tromey@redhat.com>
5019
5020         * gdb.texinfo (Breakpoints In Python): New Node.
5021
5022 2010-04-08  Stan Shebs  <stan@codesourcery.com>
5023
5024         * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5025         trace status fields.
5026
5027 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
5028
5029         * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5030         optional.  Make org.gnu.gdb.i386.avx requires
5031         org.gnu.gdb.i386.avx.
5032
5033 2010-04-08  Doug Evans  <dje@google.com>
5034
5035         * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5036         search path, and document that gdb only scans the search path if
5037         the script's path doesn't specify a directory.
5038
5039 2010-04-05  Doug Evans  <dje@google.com>
5040
5041         * gdb.texinfo (maint show python auto-load): Fix typo.
5042
5043 2010-04-04  Stan Shebs  <stan@codesourcery.com>
5044
5045         * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5046         (Setting Watchpoints): Update description of "info watch".
5047         (Disabling Breakpoints): Only "info break" lists all.
5048
5049         * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5050         (tdump): Explain how tdump works.
5051
5052 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
5053
5054         * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5055         add cross reference.
5056
5057 2010-03-31  Pedro Alves  <pedro@codesourcery.com>
5058
5059         * gdb.texinfo (TUI Commands): Mention that in some cases, these
5060         commands error out.
5061
5062 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
5063
5064         * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5065
5066 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
5067
5068         * gdb.texinfo (General Query Packets): Add xmlRegisters.
5069
5070 2010-03-29  Stan Shebs  <stan@codesourcery.com>
5071             Nathan Sidwell  <nathan@codesourcery.com>
5072
5073         * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5074         GDBN equivalent.
5075         (Set Tracepoints): Remove mention that conditional tracepoints
5076         don't exist.
5077         (Tracepoint Actions): Clarify when while-stepping collection
5078         happens, note that while-stepping does not automatically collect
5079         $pc.
5080
5081 2010-03-29  Stan Shebs  <stan@codesourcery.com>
5082
5083         * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5084         (General Query Packets): Describe TracepointSource.
5085
5086 2010-03-27  Matt Rice  <ratmice@gmail.com>
5087
5088         * gdb.texinfo (ARM): Document arguments to "target sim".
5089         (Set Catchpoints): Use @dots{} instead of @r{...}.
5090
5091 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
5092
5093         * gdb.texinfo (Tracepoint Packets): Remove mention that
5094         terror:string may be plain text, and drop mention of X prefix.
5095
5096 2010-03-26  Vladimir Prus  <vladimir@codesourcery.com>
5097
5098         * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5099
5100 2010-03-24  Stan Shebs  <stan@codesourcery.com>
5101
5102         * gdb.texinfo (Tracepoint Packets): Document trace error status.
5103
5104 2010-03-24  Tom Tromey  <tromey@redhat.com>
5105
5106         PR breakpoints/9352:
5107         * gdb.texinfo (Break Commands): Update.
5108
5109 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
5110
5111         * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5112         commands.
5113
5114 2010-03-16  Stan Shebs  <stan@codesourcery.com>
5115
5116         * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5117         circular-trace-buffer.
5118         (Tracepoint Packets): Describe QTBuffer, and details of the
5119         qTStatus reply.
5120
5121 2010-03-12  Stan Shebs  <stan@codesourcery.com>
5122             Nathan Sidwell  <nathan@codesourcery.com>
5123
5124         * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5125         doing instruction stepping.
5126         (Tracepoint Restrictions): New node.
5127
5128 2010-03-10  Tom Tromey  <tromey@redhat.com>
5129
5130         * gdbint.texinfo (Symbol Handling): Update.
5131
5132 2010-03-08  Tom Tromey  <tromey@redhat.com>
5133
5134         PR cli/9591:
5135         * gdb.texinfo (Mode Options): Mention lack of pagination and
5136         confirmation with --batch.
5137         (Screen Size): Mention --batch.
5138         (Messages/Warnings): Likewise.
5139
5140 2010-03-05  Tom Tromey  <tromey@redhat.com>
5141
5142         * gdb.texinfo (Basic Python): Document target_charset and
5143         target_wide_charset.
5144
5145 2010-03-05  Tom Tromey  <tromey@redhat.com>
5146
5147         * gdb.texinfo (Data): Link to pretty-printing.
5148         (Output Formats): Likewise.  Correct text.
5149
5150 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
5151
5152         * gdb.texinfo (Types): Describe <struct> and <flags>.
5153
5154 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
5155
5156         * gdb.texinfo (Frames In Python): Add block parameter and
5157         description to read_var text.
5158
5159 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
5160             Tom Tromey  <tromey@redhat.com>
5161
5162         * gdb.texinfo (Types In Python): Describe block argument in
5163         template_argument and gdb.lookup_type.
5164
5165 2010-02-24  Tom Tromey  <tromey@redhat.com>
5166
5167         * gdb.texinfo (Cygwin Native): Fix typo.
5168
5169 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
5170
5171         * gdb.texinfo (Frames In Python): Add block, find_sal, function
5172         and select method descriptions.
5173         (Python API): Add Blocks In Python, Symbols in Python and Symbol
5174         Tables in Python to menu.
5175         (Blocks In Python): New node.
5176         (Symbols In Python): New node.
5177         (Symbol Tables in Python): New node.
5178
5179 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
5180
5181         Multiexec MI
5182
5183         gdb/
5184         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5185
5186         gdb/doc/
5187         * gdb.texinfo (GDB/MI Command Syntax): Document notification
5188         changes.
5189         (GDB/MI Program Execution): Document current behaviour of
5190         --all and --thread-group.
5191         (GDB/MI Miscellaneous Commands): Document -add-inferior and
5192         -remove-inferior.
5193         * observer.texi (inferior_added, inferior_removed): New
5194         observers.
5195
5196 2010-02-19  Tom Tromey  <tromey@redhat.com>
5197
5198         * gdbint.texinfo (Getting Started): Fix @node.
5199         (Debugging GDB): Likewise.
5200
5201 2010-02-13  Joel Brobecker  <brobecker@adacore.com>
5202
5203         * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5204         documenting the gdb_test_timeout variable.
5205
5206 2010-02-12  Jakob Engblom  <jakob@virtutech.com>
5207
5208         * gdb.texinfo (MI commands): Added documentation of --reverse
5209         option to a set of MI commands. Restructured documentation of MI
5210         commands --exec-continue to reflect the complexity of reverse
5211         execution.
5212
5213 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
5214
5215         * gdb.texinfo (Using the Collected Data): Specify that the address
5216         range of `tfind outsize' is exclusive, and that the address range
5217         of `tfind range' is inclusive.
5218         (Tracepoint Packets): Specify that the address range of
5219         `QTFrame:range' is inclusive, and that the address range of
5220         `QTFrame:outside' is exclusive
5221
5222 2010-02-12  Vladimir Prus  <vladimir@codesourcery.com>
5223
5224         * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5225
5226 2010-02-10  Tom Tromey  <tromey@redhat.com>
5227
5228         * gdb.texinfo (Debugging Output): Document set debug parser and
5229         show debug parser.
5230
5231 2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>
5232
5233         * gdb.texinfo (Predefined Target Types): Add i387_ext,
5234         i386_eflags and i386_mxcsr.
5235
5236 2010-02-08  H.J. Lu  <hongjiu.lu@intel.com>
5237
5238         * gdb.texinfo: Document i386 target features.
5239
5240 2010-02-05  Doug Evans  <dje@google.com>
5241
5242         * gdbint.texinfo (Testsuite): Add a new section to document the
5243         various DejaGnu variables that may be overridden.
5244         Document INTERNAL_GDBFLAGS.
5245
5246 2010-02-04  Tom Tromey  <tromey@redhat.com>
5247
5248         PR cli/8830:
5249         * gdb.texinfo (Files): -readnow comes before the filename for file
5250         and symbol-file.
5251
5252 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
5253
5254         * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5255         Document ARM breakpoint types.
5256         (Register Packet Format): Move into the new section.
5257         (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5258
5259 2010-01-21  Joel Brobecker  <brobecker@adacore.com>
5260
5261         * gdb.texinfo (File Options): Adjust the documentation of this
5262         switch to refer to the "source" command rather than partially
5263         duplicating some of the relevant information.
5264         (Extending GDB): Introduce and document the set/show script-extension
5265         setting.
5266         (Command Files): Add note explaining that the "source" command
5267         is also used to evalute scripts written in other languages.
5268         Remove the short slightly incorrect reference to sourcing Python
5269         scripts.
5270         (Python Commands): Document how to execute a Python script from GDB.
5271
5272 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
5273
5274         * gdb.texinfo (Command Files): Fix typo.
5275
5276 2010-01-18  Tom Tromey  <tromey@redhat.com>
5277
5278         * gdb.texinfo (File Options): Document -x on .py files.
5279         (Command Files): Document handling of Python scripts.
5280
5281 2010-01-18  Jie Zhang  <jie.zhang@analog.com>
5282
5283         * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5284
5285 2010-01-15  Stan Shebs  <stan@codesourcery.com>
5286
5287         * gdb.texinfo (Trace Files): New section.
5288         (Tracepoint Packets): Document QTSave and qTBuffer.
5289         (Trace File Format): New appendix.
5290
5291 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
5292
5293         * gdb.texinfo (Values From Inferior): Document lazy_string value
5294         method.
5295         (Python API): Add Lazy strings menu item.
5296         (Lazy Strings In Python): New node.
5297
5298 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
5299
5300         * gdb.texinfo (GDB/MI Thread Information): New.
5301         (GDB/MI Async Records): Document the core field in *stopped.
5302         (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5303         documentation
5304         (Process list): Document that osdata document may contain
5305         threads.
5306         (Remote Serial Protocol): Document qXfer:threads.
5307
5308 2010-01-06  Stan Shebs  <stan@codesourcery.com>
5309
5310         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5311         disconnected tracing.
5312         (Tracepoint Packets): Document new protocol.
5313
5314 2010-01-05  Stan Shebs  <stan@codesourcery.com>
5315
5316         * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5317         tracepoints.
5318         (Tracepoint Packets): Describe remote protocol for fast
5319         tracepoints.
5320
5321 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
5322
5323         Update the "Start of New Year Procedure".
5324         * gdbint.texinfo: Add the list of files that need to be updated
5325         manually.  Minor reformatting.
5326
5327 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
5328
5329         * refcard.tex: Update copyright year in header and text.
5330
5331 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
5332
5333         * agentexpr.texi: Add 2010 to the list of copyright years.
5334         * annotate.texinfo: Likewise.
5335         * gdb.texinfo: Likewise.
5336         * gdbint.texinfo: Likewise.
5337         * observer.texi: Likewise.
5338         * stabs.texinfo: Likewise.
5339
5340 2009-12-31  Stan Shebs  <stan@codesourcery.com>
5341
5342         * gdb.texinfo (Tracepoint Actions): Describe teval.
5343
5344 2009-12-29  Stan Shebs  <stan@codesourcery.com>
5345
5346         * gdb.texinfo (Tracepoint Actions): Describe default-collect.
5347
5348 2009-12-28  Stan Shebs  <stan@codesourcery.com>
5349
5350         * gdb.texinfo (Trace State Variables): New section.
5351         (Tracepoint Packets): Describe trace state variable packets.
5352         * agentexpr.texi (Bytecode Descriptions): Describe trace state
5353         variable bytecodes.
5354
5355 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
5356
5357         * gdb.texinfo (Symbols): "info variables" prints definitions, not
5358         declarations.
5359
5360 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
5361
5362         * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5363         -gdb-exit behaviour.
5364
5365 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
5366
5367         * gpl.texi: Update to version 3 of the GPL.
5368
5369 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
5370
5371         * Makefile.in: Update copyright header.
5372         * observer.texi: Fix the copyright header of the generated files.
5373
5374 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
5375
5376         * gdb.texinfo (Types In Python): Describe range function.
5377
5378 2009-12-03  Richard Ward  <richard.j.ward1@googlemail.com>
5379
5380         * gdb.texinfo (Types In Python): Describe "is_base_class".
5381
5382 2009-12-03  Tom Tromey  <tromey@redhat.com>
5383
5384         * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5385
5386 2009-12-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
5387
5388         * observer.texi: New memory_changed observer.
5389
5390 2009-12-01  Tom Tromey  <tromey@redhat.com>
5391
5392         * gdb.texinfo (Reverse Execution): Fix typo.
5393
5394 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
5395
5396         PR gdb/8704
5397
5398         * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5399         are allowed after the breakpoint condition.
5400
5401 2009-11-23  Tom Tromey  <tromey@redhat.com>
5402
5403         PR python/10782:
5404         * gdb.texinfo (Types In Python): Document Type.pointer.
5405
5406 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
5407
5408         * gdb.texinfo (Machine Code): Adjust.
5409
5410 2009-11-11  Pedro Alves  <pedro@codesourcery.com>
5411
5412         * agentexpr.texi (Tracing On Symmetrix): Delete section.
5413         (Using Agent Expressions): Delete cross reference.
5414
5415 2009-11-07  Joel Brobecker  <brobecker@adacore.com>
5416
5417         * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5418         and @settitle directives up to help makeinfo find them.
5419
5420 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5421
5422         * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5423         (Auto-loading): Use plural and note one can use multiple components now.
5424
5425 2009-11-01  Vladimir Prus  <vladimir@codesourcery.com>
5426
5427         * gdb.texinfo (GDB/MI Stack Manipulation): Make
5428         -stack-list-arguments have the same documentation for parameter
5429         as -stack-list-locals. Add comas.
5430
5431 2009-10-27  Tom Tromey <tromey@redhat.com>
5432             Eli Zaretskii <eliz@gnu.org>
5433
5434         PR python/10781
5435
5436         * gdb.texinfo (Values From Inferior): Document cast method.
5437
5438 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
5439
5440         * gdb.texinfo (Machine Code): Mention function name in disasssembly
5441         and adjust example.
5442
5443 2009-10-22  Michael Snyder  <msnyder@vmware.com>
5444
5445         * gdb.texinfo (Process Record and Replay): Document new form of
5446         info record command.  Also document the new save and restore
5447         commands.
5448
5449 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
5450
5451         * gdb.texinfo (Machine Code): Mention current pc marker.
5452         (Memory): Likewise.
5453
5454 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
5455             Stan Shebs  <stan@codesourcery.com>
5456
5457         * observer.texi (new_inferior): Rename to...
5458         (inferior_appeared): ... this.
5459
5460         * gdb.texinfo (Inferiors): Rename node to ...
5461         (Inferiors and Programs): ... this.  Mention running multiple
5462         programs in the same debug session.
5463         <info inferiors>: Mention the new 'Executable' column if "info
5464         inferiors".  Update examples.  Document the "add-inferior",
5465         "clone-inferior", "remove-inferior" and "maint info
5466         program-spaces" commands.
5467         (Process): Rename node to...
5468         (Forks): ... this.  Document "set|show follow-exec-mode".
5469
5470 2009-10-11  Michael Snyder  <msnyder@vmware.com>
5471
5472         * gdb.texinfo (ReverseStep): Show default as "unsupported".
5473         (ReverseContinue): Ditto.
5474
5475 2009-10-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
5476
5477         * gdb.texinfo (Server): Document libthread-db-search-path.
5478
5479 2009-10-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5480
5481         * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5482
5483 2009-10-06  Michael Eager  <eager@eagercon.com>
5484
5485         * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5486         (Embedded Processors): Add MicroBlaze.
5487         (MicroBlaze): New.  Describe Xilinx MicroBlaze
5488
5489 2009-10-04  Pedro Alves  <pedro@codesourcery.com>
5490
5491         * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5492
5493 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5494
5495         * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5496
5497 2009-09-23  Joel Brobecker  <brobecker@adacore.com>
5498
5499         * observer.texi (solib_unloaded): Document explicitly the fact that
5500         this observer is called before the associated symbols are unloaded.
5501
5502 2009-09-19  Vladimir Prus  <vladimir@codesourcery.com>
5503
5504         * gdb.texinfo (GDB/MI Stack Manipulation): Document
5505         -stack-list-variables.
5506
5507 2009-09-18  Tom Tromey  <tromey@redhat.com>
5508
5509         * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5510         is experimental.
5511
5512 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
5513
5514         * gdb.texinfo (convenince variables): Mention
5515         $_siginfo could be empty.
5516
5517 2009-09-15  Tom Tromey  <tromey@redhat.com>
5518
5519         * gdb.texinfo (GDB/MI Variable Objects): Document
5520         -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5521         Expand -var-update documentation.
5522
5523 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5524
5525         * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5526         feature.
5527
5528 2009-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
5529
5530         * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5531
5532 2009-09-10  Michael Snyder  <msnyder@vmware.com>
5533
5534         * gdb.texinfo (qSupported): Mention new ReverseContinue and
5535         ReverseStep replies to the qSupported query.
5536
5537 2009-09-10  Joel Brobecker  <brobecker@adacore.com>
5538
5539         Add documentation for set/show interactive-mode.
5540         * gdb.texinfo (Other Misc Settings): New node.
5541
5542 2009-09-01  Doug Evans  <dje@google.com>
5543
5544         * gdb.texinfo (Caching Data of Remote Targets): Add note on
5545         non-stop mode's affect on remote caching.
5546
5547 2009-08-31  Jacob Potter  <jdpotter@google.com>
5548             Doug Evans  <dje@google.com>
5549
5550         * gdb.texinfo (Caching Data of Remote Targets): Update text.
5551         Mark `set/show remotecache' options as obsolete.
5552         Document new `set/show stack-cache' option.
5553         Update text for `info dcache'.
5554
5555 2009-08-27  Doug Evans  <dje@google.com>
5556
5557         * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5558         (Files): Add note on new optional regex arg to `info sharedlibrary'.
5559
5560 2009-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5561
5562         * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5563         about autoconf.
5564
5565 2009-08-25  Pedro Alves  <pedro@codesourcery.com>
5566
5567         * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5568         small example, and describe its columns.  Replace "inferior-id" by
5569         "infno" throughout.
5570
5571 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5572
5573         * gdbint.texinfo (Releasing GDB): Point to
5574         README-maintainer-mode file for required autoconf version.
5575         * configure.ac: Do not substitute datarootdir, htmldir,
5576         pdfdir, docdir.  Do not process --with-datarootdir,
5577         --with-htmldir, --with-pdfdir, --with-docdir.
5578         * configure: Regenerate.
5579
5580         * configure: Regenerate.
5581
5582 2009-08-20  Reid Kleckner  <reid@kleckner.net>
5583
5584         * gdb.texinfo: Add chapter on JIT interface.
5585
5586 2009-08-07  Nick Roberts  <nickrob@snap.net.nz>
5587
5588         * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5589         confirmation request.
5590
5591 2009-08-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5592
5593         * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5594         CRC definitions.
5595
5596 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
5597
5598         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5599         -break-commands.
5600
5601 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5602
5603         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5604         "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5605
5606 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5607
5608         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5609         "set spu stop-on-load" and "show spu stop-on-load" commands.
5610
5611 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5612
5613         * gdb.texinfo (Target Descriptions): Document <compatible> element.
5614
5615 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
5616
5617         * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5618         org.gnu.gdb.arm.neon.
5619
5620 2009-07-20  Pedro Alves  <pedro@codesourcery.com>
5621
5622         * gdb.texinfo (Target Description Format): Mention the new <osabi>
5623         optional element.
5624         (subsection OS ABI): New subsection.
5625
5626 2009-07-14  Stan Shebs  <stan@codesourcery.com>
5627
5628         * gdb.texinfo (Tracepoint Conditions): New section.
5629         (General Query Packets): Describe ConditionalTracepoints.
5630         (Tracepoint Packets): Describe condition field.
5631         (Maintenance Commands): Describe maint agent-eval.
5632         * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5633
5634 2009-07-11  Hui Zhu  <teawater@gmail.com>
5635
5636         * gdb.texinfo (disassemble): Add a new modifier /r
5637         to "disassemble" command to make it print the raw instructions
5638         in hex as well as in symbolic form.
5639
5640 2009-07-09  Tom Tromey  <tromey@redhat.com>
5641
5642         * gdbint.texinfo (Testsuite): Document parallel make check.
5643
5644 2009-07-09  Tom Tromey  <tromey@redhat.com>
5645
5646         * gdbint.texinfo (Testsuite): Document test transcripts.
5647
5648 2009-07-10  Phil Muldoon  <pmuldoon@redhat.com>
5649
5650         * gdb.texinfo (Values From Inferior): Add length parameter
5651         description.
5652
5653 2009-07-04  Chris Genly  <chris@genly.us>
5654
5655         * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5656         in -var-list-children.  Fix example according to what the code
5657         does.
5658
5659 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
5660
5661         * gdb.texinfo (Debugging multiple inferiors): Document the
5662         "inferior", "detach inferior" and "kill inferior" commands.
5663         (Debugging Programs with Multiple Processes): Adjust to mention
5664         generic "inferior" commands.  Delete mention of "detach fork" and
5665         "delete fork".  Cross reference to "Debugging multiple inferiors"
5666         section.
5667
5668 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5669
5670         * gdbint.texinfo (Item Output Functions): Update signature
5671         for ui_out_field_core_addr.
5672
5673 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5674
5675         * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5676         Update example code extrated from breakpoint.c.
5677
5678 2009-06-28  Paul Pluzhnikov  <ppluzhnikov@google.com>
5679
5680         * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5681         MI commands.
5682         (GDB/MI Symbol Query): Likewise.
5683         (GDB/MI File Commands): Likewise.
5684         (GDB/MI File Transfer Commands): Likewise.
5685         (GDB/MI Target Manipulation): Likewise.
5686         (GDB/MI Miscellaneous Commands): Likewise.
5687
5688 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
5689
5690         * gdb.texinfo (Debugging Optimized Code): New chapter.
5691         (Compiling for Debugging): Reference it.  Move some
5692         text to the new section.
5693
5694 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
5695
5696         * doc/gdb.texinfo (Calling): Document
5697         set-unwind-on-terminating-exception usage.
5698
5699 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
5700
5701         * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5702         command.
5703
5704 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
5705
5706         * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5707         references.
5708
5709 2009-06-04  Ulrich Weigand  <uweigand@de.ibm.com>
5710
5711         * gdbint.texinfo: Rename formal parameters to gdbarch function
5712         protoypes from "current_gdbarch" to "gdbarch".
5713
5714 2009-05-28  Tom Tromey  <tromey@redhat.com>
5715
5716         * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5717
5718 2009-05-27  Tom Tromey  <tromey@redhat.com>
5719
5720         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5721         feature.
5722         (GDB/MI Variable Objects): Document -var-set-visualizer.
5723
5724 2009-04-02  Tom Tromey  <tromey@redhat.com>
5725
5726         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5727         feature.
5728         (GDB/MI Variable Objects): Document -var-set-visualizer.
5729
5730 2009-05-27  Tom Tromey  <tromey@redhat.com>
5731             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5732             Phil Muldoon  <pmuldoon@redhat.com>
5733
5734         * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5735         (Pretty Printing): New node.
5736         (Selecting Pretty-Printers): Likewise.
5737         (Python API): Update.
5738         (Output Formats): Document /r format.
5739
5740 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5741             Tom Tromey  <tromey@redhat.com>
5742
5743         * gdb.texinfo (Types In Python): New node.
5744         (Values From Inferior): "type" is now an attribute.
5745         (Python API): Update.
5746
5747 2009-05-27  Tom Tromey  <tromey@redhat.com>
5748             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5749             Phil Muldoon  <pmuldoon@redhat.com>
5750
5751         * gdb.texinfo: Add @syncodeindex for `tp'.
5752         (Python API): Update.
5753         (Auto-loading): New node.
5754         (Objfiles In Python): New node.
5755
5756 2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
5757
5758         * gdb.texinfo (Threads): Document libthread-db-search-path.
5759
5760 2009-05-15  Nick Roberts  <nickrob@snap.net.nz>
5761
5762         * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5763
5764 2009-05-12  Pedro Alves  <pedro@codesourcery.com>
5765
5766         * gdb.texinfo: Document 'set/show debug gnu-nat'.  Replace 'maint
5767         show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5768         show show-debug-regs' docs.
5769
5770 2009-05-08  Eli Zaretskii  <eliz@gnu.org>
5771
5772         * gdb.texinfo (Process Record and Replay): Add description of
5773         reverse execution.
5774
5775 2009-05-07  Joel Brobecker  <brobecker@adacore.com>
5776
5777         * gdbint.texinfo (Adding support for debugging core files): New node.
5778         (Native Debugging): Remove the ``Native core file Support'' section.
5779
5780 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
5781
5782         * gdb.texinfo (Process Record and Replay): Improve and clarify.
5783         Add index entries.
5784
5785 2009-04-30  Hui Zhu  <teawater@gmail.com>
5786             Michael Snyder  <msnyder@vmware.com>
5787
5788         * gdb.texinfo: (Process Record and Replay): Add documentation for
5789         process record and replay.
5790
5791 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5792
5793         * gdb.texinfo (Macros): Note command-line for `info macro'.  Append
5794         a new part on command-line defined macros.
5795
5796 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
5797
5798         * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5799         clarify the wording.
5800
5801 2009-04-23  Tom Tromey  <tromey@redhat.com>
5802
5803         * gdb.texinfo (Data Files): New node.
5804         (GDB Files): Update menu.
5805
5806 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
5807
5808         * gdbint.texinfo (Defining Other Architecture Features): Remove
5809         entry for PROCESS_LINENUMBER_HOOK.
5810
5811 2009-04-22  Vladimir Prus  <vladimir@codesourcery.com>
5812
5813         * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5814
5815 2009-04-22  Hui Zhu  <teawater@gmail.com>
5816
5817         * gdb.texinfo (disassemble-next-line): Set the default of
5818         disassemble-next-line to off.
5819
5820 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
5821
5822         * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5823         --with-htmldir): New.
5824         * configure: Regenerate.
5825         * Makefile.in (datarootdir, docdir): Define.
5826         (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5827         instead of $(SET_TEXINPUTS).
5828         (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5829         gdbint.info instead of $(SET_TEXINPUTS).
5830         (gdbint/index.html): Use same -I options as for building
5831         gdbint.info.
5832         (stabs.dvi, stabs.pdf): Use same -I options as for building
5833         stabs.info instead of $(SET_TEXINPUTS).
5834         (stabs/index.html): Use same -I options as for building
5835         stabs.info.
5836         (annotate.dvi, annotate.pdf): Use same -I options as for building
5837         annotate.info instead of $(SET_TEXINPUTS).
5838         (annotate/index.html): Use same -I options as for building
5839         annotate.info.
5840
5841 2009-04-21  David Daney  <ddaney@caviumnetworks.com>
5842
5843         * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5844
5845 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
5846
5847         * gdb.texinfo (Source Path): Document --with-relocated-sources.
5848
5849 2009-04-18  Carlos O'Donell  <carlos@codesourcery.com>
5850             Joseph Myers  <joseph@codesourcery.com>
5851
5852         * Makefile.in (MAKEHTML): Set to makeinfo --html.
5853         (MAKEHTMLFLAGS): Set to empty.
5854         (html__strip_dir): Define.
5855         (HTMLFILES): Define.
5856         (HTMLFILES_INSTALL): Define.
5857         (install-html): Copy new automake rule.
5858         (html): Depend on $(HTMLFILES).
5859         (gdb_toc.html): Rename to gdb/index.html.
5860         (gdbint_toc.html): Rename to gdbint/index.html.
5861         (stabs_toc.html): Rename to stabs/index.html.
5862         (annotate_toc.html): Rename to annotate/index.html.
5863
5864 2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
5865
5866         * Makefile.in: Set pdfdir and htmldir from configure
5867         substitutions.
5868         * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5869         * configure: Regenerate.
5870
5871 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
5872
5873         * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5874         This macro is no longer used.
5875
5876 2009-04-15  Tom Tromey  <tromey@redhat.com>
5877
5878         * gdb.texinfo (Character Sets): Document default character set.
5879
5880 2009-04-14  Pierre Muller  <muller@ics.u-strasbg.fr>
5881
5882         * gdbint.texinfo: Change server name from sources.redhat.com to
5883         sourceware.org throughout.
5884
5885 2009-04-09  Joel Brobecker  <brobecker@adacore.com>
5886
5887         * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5888         about a missing dot or coma after @xref.
5889
5890 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5891
5892         * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5893         example, and add a small explanation about it.
5894         (Print Settings): Change the documentation of the "set print
5895         frame-arguments" to reflect the fact that the default is now "scalars".
5896
5897 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5898
5899         * gdb.texinfo (Print Settings): Add kindex for command "set
5900         print frame-arguments".
5901
5902 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5903
5904         * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5905         breakpoints.
5906         (Set Breaks): Add reference to thread-specific and task-specific
5907         breakpoints.
5908
5909 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5910
5911         * gdb.texinfo (Ada Tasks): Remove the documentation about
5912         the "Running" state, as this state has been eliminated.
5913         Now all runnable tasks are shown as "Runnable".
5914
5915 2009-03-30  Stan Shebs  <stan@codesourcery.com>
5916
5917         * gdb.texinfo (Tracepoints): Describe tracepoints as a
5918         special case of breakpoints.
5919         (Enable and Disable Tracepoints): Mention deprecation.
5920         (Listing Tracepoints): Update description and example.
5921
5922 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5923
5924         * gdb.texinfo (Frames in Python): New node.
5925         (Python API): Update.
5926
5927 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5928
5929         * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5930         from a method to an attribute.
5931
5932 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5933
5934         * gdb.texinfo (Values From Inferior): Document is_optimized_out
5935         attribute.
5936
5937 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
5938
5939         * observer.texi (thread_exit): Add "silent" parameter.
5940
5941 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
5942
5943         * observer.texi (about_to_proceed): New.
5944
5945 2009-03-21  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5946
5947         * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5948         field throughout to handle types with spaces in them.  Fix typos
5949         found by aspell.
5950         (Summary, Requirements, Contributors): New first chapter,
5951         "Summary" added, old Requirements section moved there, and new
5952         section, "Contributors" added.
5953         (Initializing a New Architecture, Register Representation)
5954         (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5955         (Porting gdb): These sections extended and updated.
5956         (Compiler Characteristics): This section (empty) deleted.
5957         (Defining Other Architecture Features): This section renamed and
5958         duplicate material removed from (formerly "Target Conditionals").
5959         Use braces {} in @deftypeXX type field throughout to handle types
5960         with spaces in them. Typos found by aspell fixed.
5961
5962         * stack_frame.svg: New file, source of image for gdbint.texinfo.
5963         * stack_frame.pdf: Version of image for PDF output.
5964         * stack_frame.png: Version of image for HTML output and for Emacs.
5965         * stack_frame.txt: Version of image for Info output.
5966         * stack_frame.eps: Version of image for TeX DVI output.
5967
5968 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
5969
5970         * gdb.texinfo (Character Sets): Fix last change.
5971
5972 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5973
5974         * gdb.texinfo (Values From Inferior): Fix optional arguments
5975         markup.
5976         (Commands In Python): Adjust argument names of gdb.Command.__init__
5977         to what the function accepts as keywords.
5978
5979 2008-03-20  Tom Tromey  <tromey@redhat.com>
5980
5981         * gdb.texinfo (Convenience Vars): Document convenience functions.
5982         (Functions In Python): New node.
5983         (Python API): Update.
5984
5985 2009-03-20  Tom Tromey  <tromey@redhat.com>
5986
5987         * gdb.texinfo (Character Sets): Remove obsolete text.  Document
5988         set target-wide-charset.
5989         (Requirements): Mention iconv.
5990
5991 2009-03-17  Hui Zhu  <teawater@gmail.com>
5992
5993         * gdb.texinfo: Change the introduce of "disassemble-next-line".
5994
5995 2009-03-17  Hui Zhu  <teawater@gmail.com>
5996
5997         * gdb.texinfo: Add documentation for disassemble-next-line.
5998
5999 2009-03-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6000
6001         * gdb.texinfo (Commands In Python): Remove tindex entries.
6002
6003 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6004
6005         * gdb.texinfo (Returning): New description for missing debug info.
6006
6007 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
6008
6009         * gdb.texinfo (Remote Configuration): Document query-attached.
6010         (General Query Packets): Document qAttached.
6011
6012 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
6013
6014         * gdb.texinfo (Background Execution): Better describe the set
6015         target-async command.
6016         (Maintenance Commands): Delete description of the `maint set/show
6017         linux-async' and `maint set/show remote-async' commands.
6018
6019 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
6020
6021         * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6022         between sentences.
6023
6024 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
6025
6026         * gdb.texinfo (GDB/MI Async Records): Document the
6027         =library-loaded and =library-unloaded notifications.
6028
6029 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
6030
6031         * observer.texi (test_notification): New observer.
6032
6033 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
6034
6035         * observer.texi: Add parameter 'print_frame' to normal_stop
6036         observer.
6037
6038 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
6039
6040         * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6041         (Commands In Python): Fix COMMAND_* constants in last change.  Use
6042         @kbd for interactive input.  Add cross-references and index
6043         entries.
6044
6045 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
6046
6047         * gdb.texinfo (Signals): Document $_siginfo.
6048         (Convenience Variables): Mention $_siginfo.
6049         (Remote Configuration): Document qXfer:siginfo:read,
6050         qXfer:siginfo:write packets, and the read-siginfo-object,
6051         write-siginfo-object commands.
6052
6053 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
6054
6055         * gdbint.texinfo (Values): New chapter.
6056
6057 2009-02-06  Tom Tromey  <tromey@redhat.com>
6058
6059         * gdb.texinfo (Python API): Add entry for Commands In Python.
6060         (Commands In Python): New node.
6061
6062 2009-02-05  Tom Tromey  <tromey@redhat.com>
6063
6064         * gdb.texinfo (Values From Inferior): Document Value.string.
6065
6066 2009-02-05  Tom Tromey  <tromey@redhat.com>
6067
6068         * gdb.texinfo (Basic Python): Document execute's from_tty
6069         argument.
6070
6071 2009-02-04  Tom Tromey  <tromey@redhat.com>
6072
6073         * gdb.texinfo (Basic Python): Document gdb.history.
6074
6075 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
6076
6077         * gdb.texinfo (GDB/MI Thread Commands): Document the
6078         'current-thread-id' field.  Remove the example with zero threads,
6079         since current GDB won't ever report that if there's inferior.
6080
6081 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
6082
6083         * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6084         option to -break-insert.
6085
6086 2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
6087             Jerome Guitton  <guitton@adacore.com>
6088
6089         * gdb.texinfo (Startup): Document --with-system-gdbinit.
6090         (System-wide configuration): New section.
6091
6092 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
6093
6094         PR gdb/7580:
6095         * gdb.texinfo (Maintenance Commands): Document "maint set|show
6096         internal-error|internal-warning quit|corefile ask|yes|no".
6097
6098 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
6099
6100         * gdb.texinfo (Using the `gdbserver' Program): Document
6101         --remote-debug.
6102
6103 2009-01-23  Doug Evans  <dje@google.com>
6104
6105         * gdb.texinfo: Add nexti to list of commands that support
6106         background execution.
6107
6108 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
6109
6110         * gdb.texinfo (Define, Hooks): Document prefix command support.
6111
6112 2009-01-14  Joseph Myers  <joseph@codesourcery.com>
6113             Carlos O'Donell  <carlos@codesourcery.com>
6114
6115         Fixes for makeinfo --html.
6116
6117         * annotate.texinfo: Use @copying and @insertcopying.  Use
6118         @ifnottex in place of @ifinfo.
6119         * gdb.texinfo: Use @copying and @insertcopying.  Use @ifnottex in
6120         place of @ifinfo.  Use @ifnotinfo for one index entry.
6121         * gdbint.texinfo: Use @copying and @insertcopying.  Use @ifnottex
6122         in place of @ifinfo.
6123         * stabs.texinfo: Use @copying and @insertcopying.  Use @ifnottex
6124         in place of @ifinfo.  Include contents at start unconditionally.
6125
6126 2009-01-13  Pedro Alves  <pedro@codesourcery.com>
6127
6128         * gdb.texinfo (General Query Packets): Remove @var{} around the
6129         "spu" literal string.
6130
6131 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
6132
6133         * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6134         program may be running in another process" errors.
6135         * gdbint.texinfo (Native Conditionals): Delete
6136         ONE_PROCESS_WRITETEXT description.
6137
6138 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
6139
6140         * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6141         emacs local variable to be placed at the end of the ChangeLog.
6142         Add server.c and gdbreplay.c to the list of files where the
6143         copyright year needs to be updated.
6144
6145 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
6146
6147         * gdb.texinfo (Remote Configuration): Document new
6148         "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6149         commands.
6150
6151 2008-12-28  Pedro Alves  <pedro@codesourcery.com>
6152
6153         * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6154         FETCH_INFERIOR_REGISTERS.
6155         (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6156         FETCH_INFERIOR_REGISTERS descriptions.  Remove
6157         gdbarch_get_longjmp_target descrition, since already described in
6158         Target Conditionals.  Move gdbarch_fp0_regnum description to ...
6159         (Target Conditionals): ... here.
6160
6161 2008-12-16  Joel Brobecker  <brobecker@adacore.com>
6162
6163         * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6164         examples.
6165         (Additions to Ada): Likewise.  Add the missing opening and closing
6166         parenthesis of the GDB prompt in one of the examples.
6167
6168 2008-12-14  Joel Brobecker  <brobecker@adacore.com>
6169
6170         * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6171         about the result of 'Address not being of type System.Address.
6172         This problem has been fixed a while ago.
6173
6174 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
6175
6176         MI non-stop and multiprocess docs.
6177
6178         * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6179         (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6180         Adjust documentation for *stopped, document =thread-created,
6181         =thread-exited, =thread-group-created and =thread-group-exited.
6182         (GDB/MI Thread Commands): Document the 'state' field in
6183         -thread-info output.
6184         (GDB/MI Program Execution): Mention --all and --thread-group
6185         options.
6186         (GDB/MI Variable Objects): Describe floating and fixed variable
6187         objects.
6188         (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
6189
6190 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
6191
6192         * gdb.texinfo (Operating System Information): New appendix.
6193         (Operating System Auxiliary Information): Document 'info os processes'
6194         (Remote Configuration): Document 'osdata'
6195         (General Query Packets): Document qXfer:osdata:read.
6196
6197 2008-11-27  Tristan Gingold  <gingold@adacore.com>
6198
6199         * gdb.texinfo (Darwin): Document Darwin specific features.
6200
6201 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
6202
6203         * gdbint.texinfo (Target Conditionals): Extend the
6204         gdbarch_breakpoint_from_pc description.
6205
6206 2008-11-22  Vladimir Prus  <vladimir@codesourcery.com>
6207
6208         * gdb.texinfo (M68K Features): Fix typo.
6209
6210 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
6211
6212         * gdb.texinfo (Symbols): Mention printing containing
6213         image name in "info symbol".
6214         (Maint translate-address): Likewise.
6215
6216 2008-11-18  Joel Brobecker  <brobecker@adacore.com>
6217
6218         * gdb.texinfo (Set Catchpoints): Remove the documentation of
6219         commands "catch load" and "catch unload".
6220
6221 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
6222
6223         * gdb.texinfo (GDB/MI Async Records): Document
6224         =thread-selected.
6225
6226 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
6227
6228         * observer.texi (new_inferior, inferior_exit): New observers.
6229
6230 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
6231
6232         * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6233         .mt files, TM_CLIBS or TM_CDEPS.
6234         (x86 Watchpoints): Don't mention TDEPFILES.
6235
6236 2008-10-24  Sandra Loosemore  <sandra@codesourcery.com>
6237
6238         * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6239         (Overview): Mention notifications and non-stop mode behavior.
6240         (Packets): Update documentation of ?, vAttach, vCont, and vRun
6241         with non-stop mode behavior.  Add vStopped description.
6242         (Stop Reply Packets):  Update list of packets that return
6243         stop replies.  Mention non-stop behavior.
6244         (General Query Packets): Document QNonStop packet and associated
6245         qSupported query response.
6246         (Interrupts): Clarify multi-threaded behavior.  Mention non-stop
6247         behavior.
6248         (Notification Packets): New section.
6249         (Remote Non-Stop): New section.
6250         (File-I/O Overview): Mention non-stop behavior.
6251
6252 2008-10-24  Hui Zhu  <teawater@gmail.com>
6253             Pedro Alves  <pedro@codesourcery.com>
6254
6255         * gdb.texinfo (displaced-stepping): Describe the auto mode
6256         setting, and say it's the default.  This is now a mainstream
6257         setting instead of a maintenance setting.
6258
6259 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
6260
6261         * observer.texi (thread_stop_requested): New.
6262
6263 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
6264
6265         * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6266         (Patching): Replace incorrect usage of @samp by @kbd.
6267
6268 2008-10-17  Michael Snyder  <msnyder@vmware.com>
6269
6270         * gdb.texinfo: Add documentation for reverse execution.
6271
6272 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6273             Eli Zaretskii  <eliz@gnu.org>
6274
6275         * gdb.texinfo. (Values From Inferior): New subsubsection.
6276
6277 2008-10-06  Doug Evans  <dje@google.com>
6278
6279         * gdb.texinfo (set debug dwarf2-die): Document it.
6280
6281 2008-10-01  Joel Brobecker  <brobecker@adacore.com>
6282
6283         * gdb.texinfo (catch) [exception]: Document how to insert
6284         a breakpoint on user-defined exceptions when the exception
6285         name is identical to one of the language-defined ones.
6286
6287 2008-09-27  Tom Tromey  <tromey@redhat.com>
6288
6289         * gdb.texinfo (Macros): Remove text about stringification,
6290         varargs, and splicing.
6291
6292 2008-09-27  Tom Tromey  <tromey@redhat.com>
6293
6294         * gdbint.texinfo (Language Support): Remove text about omitting
6295         support for a language.
6296
6297 2008-09-23  Doug Evans  <dje@google.com>
6298
6299         * gdb.texinfo (info dcache): Update.
6300
6301 2008-09-22  Sandra Loosemore  <sandra@codesourcery.com>
6302
6303         * gdb.texinfo (Packets): Add info on thread-id syntax and
6304         multiprocess extensions.
6305         <D>: Document multiprocess form of packet.
6306         <H>: Use thread-id syntax.
6307         <T>: Likewise.
6308         <vCont>: Likewise.  Note this is required for multiprocess.
6309         <vKill>: New packet.
6310         (Stop Reply Packets) <T>: Use thread-id syntax.
6311         <W>: Document multiprocess form of reply.
6312         <X>: Likewise.
6313         (General Query Packets) <qC>: Use thread-id syntax.
6314         <qfThreadInfo>: Likewise.
6315         <qGetTLSAddr>: Likewise.
6316         <qP>: Likewise.
6317         <qSupported>: Add "multiprocess" feature.
6318         <qThreadExtraInfo>: Use thread-id syntax.
6319
6320 2008-09-22  Stan Shebs  <stan@codesourcery.com>
6321
6322         * gdb.texinfo (Inferiors): New section.
6323
6324 2008-09-12  Pedro Alves  <pedro@codesourcery.com>
6325
6326         * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6327
6328 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
6329
6330         * gdbint.texinfo (Target Conditionals): Remove documentation
6331         for gdbarch_name_of_malloc.
6332
6333 2008-09-03  Angela Marie Thomas <angela@releasedominatrix.com>
6334
6335         * gdb.texinfo (Interrupts): Mention TCP interface for
6336         sending BREAK.
6337
6338 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
6339
6340         * gdb.texinfo (Commands to Specify Files): Document "remote:"
6341         argument prefix to "set sysroot".
6342
6343 2008-08-21  Paul N. Hilfinger  <hilfinger@adacore.com>
6344
6345         * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6346         and False.
6347
6348 2008-08-20  Vladimir Prus  <vladimir@codesourcery.com>
6349
6350         * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6351         for possible features of -list-features.
6352
6353 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
6354
6355         * gdb.texinfo (Background execution): Adjust example
6356         (GDB/MI Miscellaneous Commands): Document -list-target-features.
6357
6358 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
6359
6360         * doc/gdb.texinfo (PowerPC): Fix typo.
6361         (PowerPC features): Fix typo.
6362
6363 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
6364
6365         * observer.texi (thread_ptid_changed): New.
6366
6367 2008-08-18  Luis Machado  <luisgpm@br.ibm.com>
6368
6369         * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6370         (PowerPC features): Mention feature set for VSX registers.
6371
6372 2008-08-13  Joel Brobecker  <brobecker@adacore.com>
6373
6374         * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6375         the direct visibility of all names in user-written packages.
6376
6377 2008-08-13  Pedro Alves  <pedro@codesourcery.com>
6378
6379         * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6380         setting, and make it the default.
6381         (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6382         non-stop script example.
6383
6384 2008-08-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6385
6386         * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6387         reference to the "Using Different Register and Memory Data
6388         Representation" section.
6389
6390 2008-08-12  Sandra Loosemore  <sandra@codesourcery.com>
6391
6392         * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6393         (Remote Protocol): Add Packet Acknowledgment to menu.
6394         (Overview): Mention +/- can be disabled, and point to new section
6395         where this is discussed in detail.
6396         (General Query Packets): Document QStartNoAckMode packet, and
6397         corresponding qSupported reply.
6398         (Packet Acknowledgment): New section.
6399
6400 2008-08-11  Sandra Loosemore  <sandra@codesourcery.com>
6401             Pedro Alves  <pedro@codesourcery.com>
6402
6403         * gdb.texinfo (Threads): Move paragraph about automatic thread
6404         selection to All-Stop Mode subsection.
6405         (Thread Stops): Reorganize existing material into subsections.
6406         Add introductory blurb and menu.
6407         (Non-Stop Mode): New subsection.
6408         (Background Execution): New subsection.
6409         (Maintenance Commands): Add cross-references from async mode
6410         commands to the new Background Execution section.
6411
6412 2008-08-06  Tom Tromey  <tromey@redhat.com>
6413
6414         * gdb.texinfo (Extending GDB): New chapter.
6415         (Sequences): Demoted chapter, now a section under the new
6416         Extending GDB chapter.
6417         (Python): New section.
6418
6419 2008-07-31  Stan Shebs  <stan@codesourcery.com>
6420
6421         * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6422
6423 2008-07-29  Stan Shebs  <stan@codesourcery.com>
6424
6425         * gdbint.texinfo: General round of cleanup and minor
6426         clarifications.
6427         (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6428         (Longjmp Support): Update description to reflect how it is done
6429         for targets without using native header.
6430         (Symbol Handling): Add a little more general explanation.
6431         (COFF, ELF): Mention stabs encapsulation.
6432         (DWARF 3): New section.
6433         (Adding a New Host): Scrub out some obsolete bits.
6434         (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6435         (Host Conditionals): Remove descriptions of NO_STD_REGS,
6436         HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6437         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6438         SEEK_SET, STOP_SIGNAL, USG.
6439         (Raw and Virtual Register Representations): Ditto for
6440         DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6441         DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6442         (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6443         DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6444         DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6445         DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6446         DEPRECATED_REGISTER_VIRTUAL_SIZE,
6447         DEPRECATED_REGISTER_VIRTUAL_TYPE,
6448         DEPRECATED_USE_STRUCT_CONVENTION.
6449         Describe gdbarch_deprecated_fp_regnum.
6450         Update description of gdbarch_print_insn.
6451         (Adding a New Target): Scrub out obsolete bits.
6452         (Obsolete Conditionals): Remove entire section.
6453
6454 2008-07-25  Tom Tromey  <tromey@redhat.com>
6455
6456         * observer.texi (GDB Observers): Document new observers:
6457         breakpoint_created, breakpoint_deleted, breakpoint_modified,
6458         tracepoint_created, tracepoint_deleted, tracepoint_modified,
6459         architecture_changed.
6460
6461 2008-07-21  Stan Shebs  <stan@codesourcery.com>
6462
6463         * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6464         instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6465
6466 2008-07-21  Tom Tromey  <tromey@redhat.com>
6467
6468         * observer.texi (GDB Observers): Remove obsolete comment.
6469         <executable_changed>: Remove argument.
6470
6471 2008-07-18  Tom Tromey  <tromey@redhat.com>
6472
6473         * gdb.texinfo (Macros): Update.  Use @code rather than @command.
6474
6475 2008-07-10  Doug Evans  <dje@google.com>
6476
6477         * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6478
6479 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6480
6481         * gdb.texinfo (Starting): Document "set disable-randomization".
6482
6483 2008-07-07  Andreas Schwab  <schwab@suse.de>
6484
6485         * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6486
6487 2008-07-06  Vladimir Prus  <vladimir@codesourcery.com>
6488
6489         * gdb.texinfo (GDB/MI Target Manipulation): Add
6490         example of -target-attach.
6491
6492 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
6493
6494         * observer.texi (target_resumed): New observer.
6495         * gdb.texinfo (GDB/MI Output Records): Document *running.
6496
6497 2008-06-06  Tom Tromey  <tromey@redhat.com>
6498
6499         * gdb.texinfo (Completion): Add field name example.
6500
6501 2008-06-06  Marc Khouzam  <marc.khouzam@ericsson.com>
6502
6503         * gdb.texinfo (GDB/MI Program Context): Added example
6504         to -exec-arguments
6505
6506 2008-06-05  Nick Roberts  <nickrob@snap.net.nz>
6507
6508         * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6509         annotation.
6510
6511 2008-06-05  Vladimir Prus  <vladimir@codesourcery.com>
6512             Nathan Sidwell  <nathan@codesourcery.com>
6513             Joseph Myers  <joseph@codesourcery.com>
6514
6515         * configure.ac: Include ../../config/acx.m4.  Use ACX_PKGVERSION
6516         and ACX_BUGURL.
6517         * configure: Regenerate.
6518         * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6519         (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6520         * gdb.texinfo: Use VERSION_PACKAGE and BUGURL.  Remove
6521         mailing-list-specific text about bug reporting unless
6522         BUGURL_DEFAULT.
6523
6524 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
6525
6526         * gdb.texinfo (-target-select): Remove reference to target async.
6527         (Maintenance Commands): Document "maint set/show remote-async".
6528
6529 2008-06-04  Marc Khouzam  <marc.khouzam@ericsson.com>
6530
6531         * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6532         in -target-file-get section.
6533
6534 2008-05-22  Pedro Alves  <pedro@codesourcery.com>
6535
6536         * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6537         killing the inferior when it is already debugging a process.
6538
6539 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
6540
6541         * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6542         abbreviation for "finish".
6543
6544 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
6545
6546         * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6547
6548 2008-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
6549
6550         * gdbint.texinfo (Target Conditionals): Delete entry for
6551         gdbarch_dwarf_reg_to_regnum.
6552
6553 2008-05-09  Doug Evans  <dje@google.com>
6554
6555         * gdb.texinfo: Document "find" command, qSearch:memory packet.
6556
6557 2008-05-05  Doug Evans  <dje@google.com>
6558
6559         * gdb.texinfo (disassemble): Document /m modifier.
6560
6561 2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
6562
6563         * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6564         will not report the time of commands that run the target.
6565
6566 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6567
6568         * gdb.texinfo (GDB/MI Output Records): Add
6569         missing semicolon.
6570
6571 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6572
6573         * gdb.texinfo (GDB/MI Output Records):
6574         Document =thread-create and =thread-exited.
6575
6576 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6577
6578         * gdb.texinfo (GDB/MI Development and Front Ends):
6579         Remove mention of dmi-discuss.
6580
6581 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
6582
6583         * observer.texi (thread_exit): New.
6584
6585 2008-05-02  Pedro Alves  <pedro@codesourcery.com>
6586
6587         * gdb.texinfo (Debugging Output): Document "set/show debug
6588         displaced".
6589         (Maintenance Commands): Document "maint set/show
6590         can-use-displaced-stepping".
6591
6592 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
6593
6594         * gdb.texinfo (ARM): Document set/show arm fallback-mode
6595         and set/show arm force-mode.
6596
6597 2008-05-02  Andreas Schwab  <schwab@suse.de>
6598
6599         * gdbint.texinfo (Algorithms): Describe
6600         target_watchpoint_addr_within_range.
6601
6602 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
6603
6604         * gdbint.texinfo (Stack Frames): New chapter.
6605         (Algorithms): Move Frames text to the new chapter.
6606         (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS.  Document
6607         gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6608
6609 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
6610
6611         * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6612         output does not necessary include any tokens.
6613
6614 2008-04-22  Corinna Vinschen  <vinschen@redhat.com>
6615
6616         * gdb.texinfo (Set SH Calling convention): New @item.
6617         (Show SH Calling convention): Ditto.
6618
6619 2008-04-22  Markus Deuling  <deuling@de.ibm.com>
6620
6621         * gdb.texinfo (Fortran Operators): Describe '%' operator.
6622
6623 2008-04-20  Eli Zaretskii  <eliz@gnu.org>
6624
6625         * gdb.texinfo (Set Breaks): Mention that multiple location
6626         breakpoints need line number info.  Add index entries.
6627
6628 2008-04-19  Craig Silverstein  <csilvers@google.com>
6629
6630         * gdb.texinfo (Requirements): Add an optional requirement on
6631         zlib.
6632         * gdbint.texinfo (Debugging File Formats): Add new subsection for
6633         Compressed DWARF 2.
6634
6635 2008-04-16  Aleksandar Ristovski  <aristovski@qnx.com>
6636
6637         * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6638         sample output for 'stopped,reason="breakpoint-hit"' message.
6639         (GDB/MI Program Execution): Likewise.
6640
6641 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
6642
6643         * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6644         -var-set-format.  Add -f option to -var-evaluate-expression.
6645
6646 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
6647
6648         * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6649         new node "Ambiguous Expressions".  Replace references to this
6650         node by references to "Ambiguous Expressions" throughout.
6651         (Ambiguous Expressions): New node.
6652
6653 2008-03-26  Daniel Jacobowitz  <dan@codesourcery.com>
6654
6655         * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6656
6657 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
6658
6659         * gdb.texinfo (Debugging Output): Document
6660         "set/show debug lin-lwp-async".
6661         (Maintenance Commands): Document "maint set/show linux-async".
6662
6663 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
6664
6665         * gdb.texinfo (Expressions): Update description of malloced arrays.
6666
6667 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
6668
6669         * gdb.texinfo (Thread Commands): Document
6670         -thread-info.  Remove -thread-list-all-threads.
6671
6672 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
6673             Sandra Loosemore  <sandra@codesourcery.com>
6674
6675         * gdb.texinfo (Library List Format): Update to mention the
6676         possibility to pass section addresses instead of segment
6677         addresses.
6678
6679 2008-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
6680
6681         * gdb.texinfo (Starting): Document "set exec-wrapper".
6682         (Server): Document gdbserver --wrapper.
6683
6684 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
6685
6686         * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6687         unreadable memory.  Delete obsolete SPARClite reference.
6688
6689 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
6690
6691         * gdb.texinfo (Starting): Mention always-running targets.
6692         (Target Commands): Add an anchor for load.
6693         (Connecting): Explain continue instead of run.
6694
6695 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
6696
6697         * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6698
6699 2008-02-26  Nick Roberts  <nickrob@snap.net.nz>
6700
6701         * gdb.texinfo (Set Breaks): Revert description of Enb column of
6702         breakpoint table.
6703
6704 2008-02-19  Pedro Alves  <pedro@codesourcery.com>
6705
6706         * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6707         killing the inferior when it is already debugging a process.
6708
6709 2008-02-13  Markus Deuling  <deuling@de.ibm.com>
6710
6711         * gdbint.texinfo (Build Script): New section. Mention new build script
6712         gdb_buildall.sh.
6713
6714 2008-02-01  Jim Blandy  <jimb@red-bean.com>
6715
6716         * gdb.texinfo (Help): Summarize 'info args' correctly.
6717
6718 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6719
6720         * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6721         available in PowerPC architecture.
6722         (Embedded Processors): Change node name of PowerPC item in menu.
6723         (PowerPC): Rename to...
6724         (PowerPC Embedded): this.
6725         (Architectures): Add new PowerPC item in menu.
6726         (PowerPC): New node.
6727
6728 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6729
6730         * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6731         commands.
6732
6733 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6734
6735         * gdb.texinfo (Setting Catchpoints): Mention features
6736         supported on GNU/Linux.
6737
6738 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
6739
6740         * gdb.texinfo (GDB/MI File Commands): Describe new output
6741         field for MI command -file-list-exec-source-file.
6742
6743 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
6744
6745         * gdb.texinfo (Using the `gdbserver' Program): Add security
6746         warning.  Rearrange into subsections and subsubsections.  Document
6747         --multi and --debug.  Correct --with-sysroot typo.  Update --attach
6748         usage.  Make load reference clearer.  Document monitor exit.
6749         (Remote Configuration): Document set remote exec-file, attach-packet,
6750         and run-packet.
6751         (Packets): Document vAttach and vRun.
6752
6753 2008-01-29  Nick Roberts  <nickrob@snap.net.nz>
6754
6755         * gdb.texinfo (Processes): Mention process command.
6756         detach-on-follow -> detach-on-fork.
6757
6758 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
6759
6760         * gdbint.texinfo (Native Conditionals): Remove
6761         SHELL_COMMAND_CONCAT and SHELL_FILE.
6762
6763 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
6764
6765         * gdb.texinfo (Specify Location): Improve wording.
6766
6767 2008-01-23  Chris Demetriou  <cgd@google.com>
6768
6769         * gdb.texinfo (Threads): Document new "set print thread-events"
6770         and "show print thread-events" commands.
6771
6772 2008-01-19  Eli Zaretskii  <eliz@gnu.org>
6773
6774         * gdb.texinfo (Specify Location): New section.
6775         (Delete Breaks, Edit, Set Breaks): Remove description of
6776         locations.  Instead, add a reference to "Specify Location".
6777         (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6778         (Symbols): Refer to "Specify Location" for the valid forms of
6779         linespecs and locations.
6780
6781 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
6782
6783         * gdbint.texinfo (Target Conditionals): Replace the description of
6784         BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6785
6786 2008-01-12  Paul Hilfinger  <hilfinger@adacore.com>
6787
6788         * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6789         about &&var, which is rejected by the expression parser.
6790
6791 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
6792
6793         * gdb.texinfo (Output): Update documentation on using printf with DFP
6794         types.
6795
6796 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6797
6798         * gdb.texinfo (C and C++): Add Decimal Floating Point format
6799         subsubsection.
6800         (Decimal Floating Point format): New subsubsection.
6801
6802 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
6803
6804         * gdb.texinfo (File Options): Remove mention of the attempt to
6805         open a core file with the -p option.  Don't list -c as a valid
6806         option to attach to a process.
6807
6808 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
6809
6810         * gdbint.texinfo (Host Conditionals): Remove mention of
6811         ALIGN_STACK_ON_ENTRY.
6812
6813 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
6814
6815         * gdbint.texinfo (Start of New Year Procedure): Add item
6816         describing how to update the source and documentation copyright
6817         notices.
6818
6819 2007-12-18  Jim Blandy  <jimb@codesourcery.com>
6820
6821         * gdb.texinfo (Set Watchpoints): Integrate per-thread
6822         watchpoint explanation into the main description of the watchpoint
6823         command; update synopses of 'watch', 'rwatch', and 'awatch'
6824         commands.
6825
6826 2007-12-18  Vladimir Prus  <vladimir@codesourcery.com>
6827
6828         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6829         Document 'pending-breakpoints' feature of
6830         -list-features.
6831
6832 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
6833
6834         * gdb.texinfo: Add new parameter's description.
6835
6836 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
6837
6838         * gdb.texinfo (Overview): Clarify run-length encoding
6839         example.  Remove the restriction on "+" and "-" characters.
6840
6841 2007-12-15  Eli Zaretskii  <eliz@gnu.org>
6842
6843         * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6844
6845 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
6846
6847         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6848         the -f option for -break-insert, remove -r option,
6849         and clarify specification of location.
6850
6851 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
6852
6853         * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6854         formatting.
6855         (Remote Debugging): Add File Transfer section.
6856         (Remote Configuration): Document Host I/O packets.
6857         (GDB/MI): Add GDB/MI File Transfer Commands section.
6858         (Host I/O Packets): New section in "Remote Protocol".
6859         (Packets): Add vFile.
6860
6861 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
6862
6863         * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6864         breakpoints with multiple locations.
6865         (Breakpoint Menus): Improve wording.
6866         (Output): Fix last change.
6867
6868 2007-11-17  Ulrich Weigand  <uweigand@de.ibm.com>
6869
6870         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6871
6872 2007-11-15  Doug Evans  <dje@google.com>
6873
6874         * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6875
6876 2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
6877
6878         * gdbint.texinfo (Native Conditionals): Remove
6879         mention of CLEAR_SOLIB.
6880
6881 2007-11-11  Joel Brobecker  <brobecker@adacore.com>
6882
6883         * gdb.texinfo (Print Settings): Add documentation for "set/show
6884         print frame-arguments".
6885
6886 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
6887
6888         * gdb.texinfo (Output): Update printf command's description.
6889
6890 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
6891
6892         * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6893         powerpc soft-float".
6894
6895 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6896
6897         * gdb.texinfo (Files): Correct formatting.  Mention Expat
6898         requirement.
6899         (Requirements for Building GDB): Expand the list of Expat
6900         uses.
6901         (Library List Format, Memory Map Format): Mention Expat.
6902         (Target Descriptions): Update Expat wording.
6903
6904 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6905
6906         * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6907         Document that gdbarch_convert_register_p should return zero for no-op
6908         conversions.
6909
6910 2007-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
6911
6912         * gdbint.texi (Compiler Characteristics): Move documentation
6913         of set_gdbarch_sofun_address_maybe_missing back to ...
6914         (Target Conditionals): ... here to fix build break.
6915
6916 2007-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
6917
6918         * gdbint.texi (Target Conditionals): Remove documentation of
6919         SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6920         (Compiler Characteristics): ... documentation of
6921         set_gdbarch_sofun_address_maybe_missing.
6922
6923 2007-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
6924
6925         * gdbint.texinfo (Target Conditionals): Use
6926         frame_unwind_register_unsigned in examples instead of
6927         frame_unwind_unsigned_register.
6928
6929 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6930
6931         * gdb.texinfo (Predefined Target Types): Add int128
6932         and uint128.
6933         (Standard Target Features): Add PowerPC features.
6934
6935 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6936
6937         * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6938
6939 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6940
6941         * gdbint.texi (Target Conditionals): Remove documentation
6942         of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6943         gdbarch_extract_return_value, and gdbarch_store_return_value.
6944
6945 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6946
6947         * gdbint.texi (Target Conditionals): Remove documentation of
6948         and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6949
6950 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
6951
6952         * gdb.texinfo: Mention that inaccessible-by-default is on by
6953         default.
6954
6955 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
6956
6957         * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6958
6959 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
6960
6961         * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6962         multi-threaded watchpoints.
6963         * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6964         checked.  Describe sticky notification.  Expand description
6965         of steppable and continuable watchpoints.
6966         (Watchpoints and Threads): New subsection.
6967
6968 2007-09-28  Vladimir Prus  <vladimir@codesourcery.com>
6969
6970         * gdb.texinfo (Setting Breakpoints): Revise
6971         documentation for pending breakpoints.  Document
6972         breakpoints with multiple locations.
6973
6974 2007-09-19  Vladimir Prus  <vladimir@codesourcery.com>
6975
6976         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6977         Document -list-features.
6978
6979 2007-09-15  Eli Zaretskii  <eliz@gnu.org>
6980
6981         * gdb.texinfo (Output): Spell out which features of C's printf are
6982         not supported by GDB's printf.
6983         (Separate Debug Files): More accurate wording regarding build ID
6984         and a reference to the ld manual rather than the Fedora wiki.
6985
6986 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
6987             Jim Blandy  <jimb@codesourcery.com>
6988
6989         * gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
6990         (Examining Memory): Update mentions of the 's' format.
6991         (Automatic Display): Likewise.
6992
6993 2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
6994
6995         * gdb.texinfo: Update the FSF's Back-Cover Text.
6996
6997 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6998             Eli Zaretskii  <eliz@gnu.org>
6999
7000         * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7001         Fixed the ``build ID'' name.  New binaries build instructions for the
7002         build ID inclusion.  Explain how the commands are specific to the build
7003         ID vs. debug link.
7004
7005 2007-09-01  Eli Zaretskii  <eliz@gnu.org>
7006
7007         * gdb.texinfo (Separate Debug Files): Fix last change.  Add
7008         indexing for ``build ID'' support.
7009
7010 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7011
7012         * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7013         Enlisted BUILD ID to the debug file searching example.
7014         Included a BUILD ID `.note.gnu.build-id' section description.
7015         Updated/added the debug files splitting instructions for OBJCOPY.
7016
7017 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
7018
7019         * gdb.texinfo (Variable Objects): Adjust docs
7020         for -var-info-expression and document
7021         -var-info-path-expression.
7022
7023 2007-08-20  Jim Blandy  <jimb@codesourcery.com>
7024
7025         * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7026         (title page): Include the dedication in the printed manual, as a
7027         separate page after the copyright notice.
7028
7029         * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7030         don't break a @var across a line.
7031
7032 2007-07-25  Maciej W. Rozycki  <macro@mips.com>
7033
7034         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7035         for include files.
7036
7037 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
7038
7039         * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
7040         in annotate.texinfo.
7041         (Command History): Link to new node.
7042
7043 2007-07-05  Markus Deuling  <deuling@de.ibm.com>
7044
7045         * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7046
7047 2007-07-05  Eli Zaretskii  <eliz@gnu.org>
7048
7049         * gdbint.texinfo (Target Conditionals): Fix last change.
7050
7051 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
7052
7053         * gdb.texinfo: Replace following macros by their appropriate gdbarch
7054         routines:
7055         (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7056         (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7057         (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7058         (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7059         (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7060         (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7061         (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7062         (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7063         (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7064         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7065         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7066         (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7067         (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7068         (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7069         (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7070         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7071         (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7072         (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7073         (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7074         (SOFTWARE_SINGLE_STEP_P)
7075
7076         (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7077         (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7078
7079         (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7080         (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7081         (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7082         (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7083         (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7084         (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7085         (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7086         (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7087         (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7088         (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7089
7090         (Converting an existing Target Architecture to Multi-arch): Remove
7091          section.
7092
7093         (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7094         (gdbarch_addr_bits_remove): Add code example.
7095
7096         * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7097
7098 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
7099
7100         * gdb.texinfo (Remote Configuration): Document library-info-packet.
7101         Add other missing entries.  Adjust the table size to fit.
7102         (Stop Reply Packets): Use @itemize instead of @enumerate.  Document
7103         stop reasons including the new "library" event.
7104         (General Query Packets): Adjust table widths for qSupported.  Mention
7105         qXfer:libraries:read reply to qSupported and document the new packet.
7106         (Library List Format): New section.
7107
7108 2007-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7109
7110         * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7111
7112 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
7113
7114         * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7115
7116 2007-06-25  Nick Roberts  <nickrob@snap.net.nz>
7117
7118         * gdbint.texinfo (Register and Memory Data): Break sections
7119         into nodes and add a menu.
7120
7121 2007-06-21  Maciej W. Rozycki  <macro@mips.com>
7122
7123         * gdb.texinfo (Examining Memory): Document the new behaviour.
7124
7125 2007-06-21  Vladimir Prus  <vladimir@codesourcery.com>
7126
7127         * gdb.texinfo (Standard Target Features): Document
7128         m68k features.
7129
7130 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
7131
7132         * gdb.texinfo (General Query Packets): Document qOffsets changes.
7133
7134 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
7135
7136         * gdb.texinfo (Target Description Format): Add version attribute
7137         for <target>.
7138
7139 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
7140
7141         * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7142
7143 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
7144
7145         * gdb.texinfo (MIPS Features): New subsection.
7146
7147 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
7148             Markus Deuling  <deuling@de.ibm.com>
7149
7150         * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7151         and qXfer:spu:write packets and mention them under qSupported.
7152
7153 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
7154             Markus Deuling  <deuling@de.ibm.com>
7155
7156         * gdb.texinfo (Architectures): Add new SPU section to document
7157         Cell Broadband Engine SPU architecture specific commands.
7158
7159 2007-06-09  Vladimir Prus  <vladimir@codesourcery.com>
7160
7161         * gdb.texinfo (GDB/MI Variable Objects): Editorial
7162         comments.
7163
7164 2007-06-07  Nick Roberts  <nickrob@snap.net.nz>
7165
7166         * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7167
7168 2007-05-29  Jim Blandy  <jimb@codesourcery.com>
7169
7170         * gdb.texinfo (Overview): Doc fix.
7171
7172 2007-05-22  Maciej W. Rozycki  <macro@mips.com>
7173
7174         * gdb.texinfo (Remote Configuration): Document "set/show
7175         remoteflow".
7176
7177 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
7178
7179         * gdb.texinfo (MIPS): Remove documentation for set mips
7180         saved-gpreg-size, show mips saved-gpreg-size, and set mips
7181         stack-arg-size.
7182
7183 2007-05-14  Bob Wilson  <bob.wilson@acm.org>
7184
7185         * all-cfg.texi (GDBTUI): New.
7186         * gdb.texinfo (Mode Options): Use GDBTUI variable.
7187         (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7188         (TUI Configuration): Edit to improve clarity and fix problems of
7189         both style and content.
7190
7191 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
7192
7193         * observer.texi (GDB Observers): New observer "new_objfile".
7194
7195 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
7196
7197         * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7198
7199 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
7200
7201         * gdb.texinfo (GDB/MI Variable Objects): Document
7202         frozen variables objects.
7203
7204 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
7205
7206         * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7207         (Character Sets, Caching Data of Remote Targets): Likewise.
7208         (Targets): Delete Remote node.  Move its text...
7209         (Debugging Remote Programs): ...to here.  Delete description
7210         of the "remote" command.
7211         (Remote configuration): Delete description of "set remotedevice"
7212         and "show remotedevice".
7213         (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7214
7215 2007-04-11  Bob Wilson  <bob.wilson@acm.org>
7216
7217         * gdb.texinfo (Contributors, Continuing and Stepping)
7218         (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7219         (General Query Packets, File-I/O Remote Protocol Extension)
7220         (Protocol Basics, The F Reply Packet, Write)
7221         (Protocol-specific Representation of Datatypes, Memory Transfer):
7222         Fix hyphenation, punctuation and grammar problems.
7223         (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
7224         'section' instead of 'subsection' in the text.
7225         (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7226         (i386): Remove period from section name.
7227         (Installing GDB, Requirements, Running Configure,  Separate Objdir)
7228         (Config Names, Configure Options): Use @file{configure}.
7229
7230 2007-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
7231
7232         * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7233         and tab expansion.
7234
7235 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
7236
7237         * gdbint.texinfo (SOM): Correct location of the SOM reader.
7238
7239 2007-04-02  Bob Wilson  <bob.wilson@acm.org>
7240
7241         * gdb.texinfo: Consistently capitalize all significant words in
7242         node names, chapter titles, section titles, and headings.  Update
7243         cross references to match.
7244         (Starting and Stopping Trace Experiment): Make node name plural.
7245         (Breakpoint related warnings): Hyphenate "Breakpoint-related".
7246
7247 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
7248
7249         * gdb.texinfo (WinCE): Delete obsolete subsection.
7250
7251 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
7252
7253         * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7254         * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7255         references.
7256
7257 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
7258
7259         * gdb.texinfo (Startup): Delete references to some alternate
7260         names for .gdbinit.
7261         (Thread): Remove LynxOS reference.
7262         (Tandem ST2000): Delete target-specific documentation.
7263         * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7264         (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7265         and GDB_OSABI_LYNXOS.
7266
7267 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
7268
7269         * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7270
7271 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
7272
7273         * gdbint.texinfo (Target Conditionals): Remove mention of
7274         DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7275         and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7276
7277 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
7278
7279         * Makefile.in: Add "pdfdir" installation
7280         directory, PDFTEX macro, support for "install-pdf" target,
7281         and rules for making a pdf version of refcard.texi.
7282         * refcard.tex: Specify paper size for PDF output.
7283
7284 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7285
7286         * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
7287
7288 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7289
7290         * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7291         (Source Path, Character Sets, Macros, Define)
7292         (GDB/MI Result Records, GDB/MI Simple Examples)
7293         (GDB/MI Program Execution, GDB/MI File Commands)
7294         (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7295         (Bug Reporting): Use @value{GCC}.
7296
7297 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7298
7299         * gdb.texinfo (Help): Fix formatting of examples.
7300         (Variables): Use @ifnotinfo instead of @iftex.
7301         (Non-debug DLL symbols): Use @ref instead of @pxref.
7302         (Sparclet File): Use @samp instead of quotes.
7303
7304 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7305
7306         * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7307
7308 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7309
7310         * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7311         the order of the nodes.
7312         (C Operators, C Constants, Debugging C): Remove extra menus.
7313         (Method Names in Commands): Do not specify next/prev/up nodes.
7314
7315 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7316
7317         * gdb.texinfo (File Options): Add missing parenthesis.
7318         (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7319
7320 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
7321
7322         * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7323
7324 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
7325
7326         * gdb.texinfo (Standard Target Features): Mention
7327         case insensitivity.
7328         (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7329
7330 2007-02-18  Nick Roberts  <nickrob@snap.net.nz>
7331
7332         * gdb.texinfo (Top): Put Appendix A after numbered sections.
7333         (Files): Add section name to argument list for pxref.
7334         (Non-debug DLL symbols): Don't use `see' for pxref.
7335         (Embedded Processors): Fix typo.
7336         (GDB/MI Breakpoint Commands): Execution commands generate
7337         *stopped not ^done.
7338
7339 2007-02-13  Nick Roberts  <nickrob@snap.net.nz>
7340
7341         * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7342         values for in_scope.  Mention that only root variables can be
7343         updated.
7344         (GDB/MI Development and Front Ends): Explain new values may be
7345         added to existing fields.
7346
7347 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
7348
7349         * gdb.texinfo (-target-disconnect): Use @smallexample.
7350         (Requirements): Add anchor for Expat.  Update description.
7351         (Target Descriptions): Mention Expat.
7352         (Target Description Format): Document new elements.  Use
7353         @smallexample.
7354         (Predefined Target Types, Standard Target Features): New sections.
7355         * gdbint.texinfo (Target Descriptions): New section.
7356
7357 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
7358
7359         * gdb.texinfo (Target Description Format): Add section on XInclude.
7360
7361 2006-02-03  Nick Roberts  <nickrob@snap.net.nz>
7362
7363         * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7364         command -enable-timings.
7365
7366 2007-02-02  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
7367
7368         * gdbint.texinfo (Operation System ABI Variant Handling): Update
7369         descriptions for new/deleted elements in gdb_osabi.  Add missing
7370         description for function generic_elf_osabi_sniff_abi_tag_sections.
7371
7372 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
7373
7374         * gdb.texinfo (Maintenance Commands): Add documentation for
7375         the new "maint print target-stack" command.
7376
7377 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
7378             Eli Zaretskii  <eliz@gnu.org>
7379
7380         * gdb.texinfo: Describe CHAR array vs. string identification rules.
7381
7382 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
7383
7384         * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7385         Use @value{NGCC} instead of @value{GCC}.
7386
7387 2007-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7388
7389         * agentexpr.texi: Fix typos.
7390         * annotate.texinfo: Likewise.
7391         * gdb.texinfo: Likewise.
7392         * gdbint.texinfo: Likewise.
7393         * observer.texi: Likewise.
7394         * stabs.texinfo: Likewise.
7395
7396 2007-01-20  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
7397
7398         * gdbint.texinfo (Support Libraries): Remove mmalloc
7399         entry.  Describe readline library.
7400
7401 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
7402
7403         * gdb.texinfo (Target Descriptions): New section.
7404         (General Query Packets): Add QPassSignals anchor.  Mention
7405         qXfer:features:read under qSupported.  Expand mentions of
7406         qXfer:memory-map:read and QPassSignals.  Document
7407         qXfer:features:read.
7408
7409 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
7410
7411         * gdb.texinfo (Commands to specify files): Describe
7412         "set sysroot" and "show sysroot".
7413         (Using the `gdbserver' program): Lowercase argument
7414         to @var.  Expand description of setting up GDB on the
7415         host.
7416
7417 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
7418
7419         * gdb.texinfo (Set Catchpoints): Add documentation for the new
7420         catch exception, catch exception unhandled, and catch assert
7421         commands.
7422
7423 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7424
7425         * gdb.texinfo (Debugging Output): Document "set debug xml"
7426         and "show debug xml".
7427
7428 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7429
7430         * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7431
7432 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
7433
7434         * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7435
7436 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
7437
7438         * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7439         note in @ignore, to be removed later if nobody complains.
7440
7441 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
7442
7443         * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7444         of -var-delete.
7445
7446 2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>
7447
7448         * gdb.texinfo (Setting breakpoints): Document
7449         automatic software/hardware breakpoint usage and
7450         the "set breakpoint auto-hw" command.
7451
7452 2006-11-21  Vladimir Prus  <vladimir@codesourcery.com>
7453
7454         * gdb.texinfo (Memory Access Checking): New.
7455
7456 2006-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
7457
7458         * gdb.texinfo (Remote configuration): Mention
7459         "pass-signals-packet".
7460         (General Query Packets): Document QPassSignals.  Fix
7461         a typo.
7462
7463 2006-11-14  Maxim Grigoriev  <maxim@tensilica.com>
7464
7465         * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7466
7467 2006-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7468
7469         * gdb.texinfo (Remote configuration): Rewrite documentation for
7470         packet configuration commands.
7471         (OS Information): Adjust reference to qXfer:auxv:read.
7472         (General Query Packets): Remove references to read-aux-vector-packet
7473         and set remote get-thread-local-storage-address.
7474
7475 2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
7476
7477         * gdbint.texinfo (Target Architecture Definition): Add new
7478         Initializing a New Architecture section.
7479
7480 2006-10-31  David Taylor  <dtaylor@emc.com>
7481
7482         * stabs.texinfo (Macro define and undefine): New node describing
7483         stabs for #define and #undef.
7484
7485 2006-10-27  Andreas Schwab  <schwab@suse.de>
7486
7487         * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7488
7489 2006-10-21  Eli Zaretskii  <eliz@gnu.org>
7490
7491         * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7492         clarify on the possible meanings of ``expression'' watched by
7493         watchpoints.  Add indexing.
7494         (Prompting, Errors, Invalidation, Annotations for Running)
7495         (Source Annotations): Fix index entries by adding "annotation" to
7496         them, to discriminate from index entries that point to the more
7497         general topic descriptions.
7498
7499 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
7500
7501         * gdbint.texinfo (Target Vector Definition): Move most
7502         content into Existing Targets.  Add a menu.
7503         (Existing Targets): New section, moved from Target Vector
7504         Definition.  Use @subsection.
7505         (Managing Execution State): New section.
7506
7507 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
7508
7509         * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7510
7511 2006-10-15  Eli Zaretskii  <eliz@gnu.org>
7512
7513         * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7514         (Command Syntax, Signals, Backtrace, Connecting)
7515         (Remote configuration, Renesas Boards, Console I/O): Fix last
7516         change: use Ctrl- instead of C-, except wrt Emacs.
7517         (File-I/O Examples): Put Ctrl-c in @kbd.
7518         (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7519         (Console I/O): Use @samp with Ctrl-.
7520         (Signals, Set Breaks, Set Watchpoints): Document optional
7521         arguments to `info signals'  `handle', `info breakpoints', and
7522         `info watchpoints'.
7523
7524 2006-10-14  Eli Zaretskii  <eliz@gnu.org>
7525
7526         * gdb.texinfo (Backtrace): Fix last change.
7527
7528 2006-10-14  Nick Roberts  <nickrob@snap.net.nz>
7529
7530         * gdb.texinfo (Backtrace): Order correctly and add other cases.
7531
7532 2006-10-10  Bob Wilson  <bob.wilson@acm.org>
7533
7534         * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7535         (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7536         (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7537
7538 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
7539             Daniel Jacobowitz  <dan@codesourcery.com>
7540
7541         * gdb.texinfo (Packets): Document vFlashErase,
7542         vFlashWrite and vFlashDone packets.
7543         (General Query Packets): Document qXfer:memory-map:read.
7544         Add a new feature for qXfer:memory-map:read.
7545         (Memory map format): New section.
7546         (Target Commands): Mention that gdb can write flash.
7547
7548 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
7549             Daniel Jacobowitz  <dan@codesourcery.com>
7550
7551         * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7552         memory regions and "mem auto".
7553
7554 2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
7555
7556         * gdbint.texinfo (Array Containers): New section.
7557
7558 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
7559
7560         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7561         -stack-list-arguments HIGH_FRAME argument can be larger then the
7562         actual number of frames.
7563
7564 2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
7565
7566         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7567         -stack-list-locals HIGH_FRAME argument can be larger then the
7568         actual number of frames.
7569
7570 2006-09-02  Bob Wilson  <bob.wilson@acm.org>
7571
7572         * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7573         Register Packet Format, Tracepoint Packets): Fix spelling errors.
7574
7575 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
7576
7577         * gdbint.texinfo (Overall Structure): New section "Source Tree
7578         Structure".
7579
7580 2006-08-17  Jim Blandy  <jimb@codesourcery.com>
7581
7582         * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7583         responses.
7584
7585 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
7586
7587         * gdb.texinfo (Source Path): Add documentation for new
7588         substitute-path commands.
7589
7590 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
7591
7592         * gdb.texinfo (Installing GDB): Update menu.  Move text to...
7593         (Running Configure): ...here.
7594         (Requirements): New node.  Mention expat.
7595
7596 2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
7597
7598         * gdb.texinfo (Target Commands): Remove
7599         'set download-write-size' and 'show download-write-size'.
7600
7601 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
7602
7603         * stabs.texinfo (Member Type Descriptor): Correct example for
7604         pointer to member types.
7605
7606 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
7607
7608         * gdb.texinfo (Optional warnings and messages): Add
7609         'set/show trace-commands'.
7610         (Command files): Add '-v' to source command.
7611
7612 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
7613
7614         * gdb.texinfo (OS Information): Update qPart reference to
7615         qXfer.
7616         (Remote configuration): Likewise.
7617         (Overview): Move @cindex to the start of a paragraph.  Talk
7618         about binary data encoding.
7619         (Packets): Refer to the overview for the details of the X
7620         packet encoding.
7621         (General Query Packets): Remove qPart description.  Add qXfer
7622         description.  Add an anchor to qSupported.  Correct feature
7623         table title.  Add a new feature for qXfer:auxv:read.
7624         (Interrupts): Add a missing parenthesis.
7625
7626 2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
7627
7628         * gdb.texinfo (KOD): Remove node.
7629         (GDB/MI Kod Commands): Remove commented out node.
7630
7631 2006-07-01  Eli Zaretskii  <eliz@gnu.org>
7632
7633         * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7634         (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7635         (GDB/MI Thread Commands, GDB/MI Program Execution)
7636         (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7637         (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7638         (GDB/MI File Commands, GDB/MI Target Manipulation)
7639         (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7640         since the MI prompt is hard-wired into the code.
7641
7642 2006-07-01  Nick Roberts  <nickrob@snap.net.nz>
7643
7644         * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7645         (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7646         (GDB/MI Data Manipulation): Remove description of unimplemented
7647         display related commands as variable objects perform this function
7648         and are superior: -display-delete, -display-disable,
7649         -display-enable, -display-insert and -display-list.  Move
7650         -environment-cd, -environment-directory, -environment-path
7651         and -environment-pwd to "Program Context".
7652         (GDB/MI Program Control): Rename to "Program Execution".  Move
7653         -exec-arguments -exec-abort to...
7654         (GDB/MI Program Context): ...here.  New node split from "Data
7655          Manipulation".
7656
7657 2006-06-21  Daniel Jacobowitz  <dan@codesourcery.com>
7658
7659         * gdb.texinfo (Remote configuration): Document set / show
7660         remote supported-packets.
7661         (General Query Packets): Document qSupported packet.
7662
7663 2006-06-10  Sandra Loosemore <sandra@codesourcery.com>
7664
7665         * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7666         and font markup.
7667         (Protocol basics): Likewise.
7668         (The F request packet): Likewise.
7669         (The F reply packet): Likewise.
7670         (Memory transfer): Move this node to be a subsubsection of
7671         "Protocol specific representation of datatypes".
7672         (The Ctrl-C message): More copy editing.
7673         (Console I/O): Likewise.
7674         (The isatty call): Delete this node, and merge its content into
7675         the "isatty" node.  Fixed references elsewhere.
7676         (The system call): Delete this node, and merge its content into
7677         the "system" node.  Fixed references elsewhere.
7678         (open): Reformat to use @table, and add appropriate font markup.
7679         (close): Likewise.
7680         (read): Likewise.
7681         (write): Likewise.
7682         (lseek): Likewise.
7683         (rename): Likewise.
7684         (unlink): Likewise.
7685         (stat/fstat): Likewise.
7686         (gettimeofday): Likewise.
7687         (isatty): Likewise.
7688         (system): Likewise, plus minor changes to fix confusing wording.
7689         (Integral datatypes): Fix font markup.
7690         (Pointer values): Likewise.
7691         (struct stat): Fix markup to use @table, plus minor copy editing.
7692         (struct timeval): Fix font markup, plus minor copy editing.
7693         (Constants): Minor copy editing.
7694         (Errno values): Add font markup.
7695         (File-I/O Examples): Likewise.
7696
7697 2006-06-10  Nick Roberts  <nickrob@snap.net.nz>
7698
7699         * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7700         (GDB/MI Simple Examples): Move node up one level.  Use real
7701         examples.
7702         (GDB/MI Compatibility with CLI): Update.
7703         (GDB/MI Result Records): Add "connected" and "exit" result
7704         classes.
7705         (GDB/MI Stream Records): Clarify target output.
7706         (GDB/MI Command Description Format): Modify example description.
7707         (GDB/MI Breakpoint Table Commands): Rename to...
7708         (GDB/MI Breakpoint Commands): ...this
7709         (GDB/MI Breakpoint Commands): Add optional thread field.
7710         (GDB/MI Program Control): Add an introduction.  Move "Program
7711         termination" examples into exec-run description.
7712         (GDB/MI File Commands): Mention similar CLI commands.
7713         (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
7714         is similar to "-gdb-version".
7715
7716 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
7717
7718         * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7719
7720 2006-06-02  Nick Roberts  <nickrob@snap.net.nz>
7721
7722         * gdb.texinfo (GDB/MI Development and Front Ends): Use
7723         sourceware.org for mailing lists.
7724         (GDB/MI File Commands): New node split from Program Control.
7725
7726 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
7727
7728         * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7729
7730 2006-05-22  Eli Zaretskii  <eliz@gnu.org>
7731
7732         * gdb.texinfo (Cygwin Native): Fix last change.
7733
7734 2006-05-22  Christopher Faylor  <cgf@timesys.com>
7735
7736         * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7737
7738 2006-05-15  Nick Roberts  <nickrob@snap.net.nz>
7739
7740         * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7741         (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7742
7743 2006-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
7744
7745         * gdb.texinfo (General Query Packets): Recommend not starting
7746         new packets with qC and clarify.
7747
7748 2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
7749
7750         * gdb.texinfo (M2 Types): New section.
7751
7752 2006-05-10  Daniel Jacobowitz  <dan@codesourcery.com>
7753
7754         * agentexpr.texi: Add a copyright and license notice.
7755         * observer.texi: Likewise, with GPL clause for function prototypes.
7756         Remove trailing whitespace.
7757
7758 2006-05-05  Jim Blandy  <jimb@codesourcery.com>
7759
7760         * gdb.texinfo (General Query Packets): Document conventions for
7761         terminating packet names, and their violations.
7762
7763 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7764
7765         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7766         * gdb.texinfo: Likewise.
7767
7768 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7769
7770         * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7771         and "show remotedebug".
7772         (Debugging Output): Add additional index entries.
7773
7774 2006-04-27  Michael Snyder  <msnyder@redhat.com>
7775
7776         * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7777
7778 2006-04-22  Andrew Cagney  <cagney@redhat.com>
7779
7780         * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7781         * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7782
7783 2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
7784
7785         * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7786         and remove breakpoint prototypes.
7787         (Watchpoints): Move description of target_insert_hw_breakpoint and
7788         target_remove_hw_breakpoint ...
7789         (Breakpoints): ... to here.  Document target_insert_breakpoint and
7790         target_remove_breakpoint.
7791
7792 2006-04-17  Jim Blandy  <jimb@codesourcery.com>
7793
7794         * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7795         and C packets are optional.
7796
7797 2006-04-14  Frederic Riss  <frederic.riss@st.com>
7798
7799         * gdb.texinfo (Specifying source directories): Update the description
7800         of the source file search to reflect the fact that the source path
7801         always contains at least $cdir and $cwd.
7802
7803 2006-03-31  Michael Snyder  <msnyder@redhat.com>
7804
7805         * gdb.texinfo: Update copyright dates.
7806
7807 2006-03-31  Eli Zaretskii  <eliz@gnu.org>
7808
7809         * gdb.texinfo (Overview): Add an index entry to "empty response".
7810
7811 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
7812
7813         * gdbint.texinfo (Prologue Analysis): New section.
7814
7815 2006-03-07  Jim Blandy  <jimb@red-bean.com>
7816
7817         * gdb.texinfo (Connecting): Document 'target remote pipe'.
7818
7819         * gdb.texinfo (Target Commands): Update text describing how to
7820         specify a target.  Refer to the detailed section on remote
7821         debugging, not the brief mention.
7822
7823         * gdb.texinfo (Connecting): Organize the different 'target remote'
7824         connection methods into a table.  Add a 'target remote' index
7825         entry. (!!!)
7826
7827 2006-02-17  Fred Fish  <fnf@specifix.com>
7828
7829         * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7830         'ptype' commands to reflect the fact that the only significant
7831         difference between them is that ptype prints the complete type
7832         description instead of just the name.
7833
7834 2006-02-13  Wu Zhou  <woodzltc@cn.ibm.com>
7835
7836         * gdbint.texinfo (Watchpoints): Delete
7837         TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7838
7839 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
7840
7841         * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7842         times fields where needed.  Fix typos.  Update general form given
7843         for output of -break-insert.
7844         (GDB/MI): Abbreviate some unnecessarily long fullnames.
7845
7846 2006-02-06  Daniel Jacobowitz  <dan@codesourcery.com>
7847
7848         * gdbint.texinfo (Symbol Handling): Add a section
7849         on memory management.
7850
7851 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
7852
7853         * gdb.texinfo (Breakpoint table commands): Document the fullname
7854         field in -break-list output.
7855
7856 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
7857
7858         * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
7859         debugging information produced by the various "set debug..."
7860         options.
7861
7862 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
7863
7864         * gdb.texinfo (Files): Remove obsolete bits from the description
7865         of "symbol-file".
7866
7867 2006-01-25  Jim Blandy  <jimb@redhat.com>
7868
7869         * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7870
7871 2006-01-24  Jim Blandy  <jimb@redhat.com>
7872
7873         * gdbint.texinfo (Frames): Document the basics of GDB's register
7874         unwinding model, and explain the existence of the "sentinel" frame.
7875
7876 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
7877
7878         * gdb.texinfo (Choosing files): Mention that -directory is used
7879         for script files.
7880         (Specifying source directories): Likewise.
7881         (Command files): Explain how script files are found.
7882
7883 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7884
7885         * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7886         the threads in a multi-threaded program.
7887         (Threads): The threadno argument of "thread apply" can be a range
7888         of numbers.
7889
7890 2006-01-18  Jim Blandy  <jimb@redhat.com>
7891
7892         * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7893         of warning flags.
7894
7895 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
7896
7897         * gdb.texinfo (Sequences): Improve menu annotations.
7898         (Define): Add index entries for arguments of user-defined
7899         commands.  Move the description of flow-control commands...
7900         (Command Files): ...to here.  Document loop_break and
7901         loop_continue.
7902         (Define, Command Files): Document `end' and add index entries for
7903         it.
7904
7905 2006-01-04  Michael Snyder  <msnyder@redhat.com>
7906
7907         * gdb.texinfo: Add documentation for linux-fork.
7908         * gdbint.texinfo: Add internal documentation for checkpoints.
7909
7910 2006-01-02  Paul N. Hilfinger  <hilfinger@gnat.com>
7911
7912         * gdb.texinfo (Omissions from Ada): Document that there is now
7913         limited aggregate support.
7914
7915 2005-12-28  Eli Zaretskii  <eliz@gnu.org>
7916
7917         * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7918         registers and the likes.
7919
7920 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
7921
7922         * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7923         (Symbols): Fix usage of "e.g.".
7924         (Memory Region Attributes): Fix usage of "etc."
7925
7926         * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7927         (Coding): Fix usage of "e.g.".
7928
7929 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
7930
7931         * stabs.texinfo:
7932         * refcard.tex:
7933         * gpl.texi:
7934         * gdbint.texinfo:
7935         * gdb.texinfo:
7936         * gdb-cfg.texi:
7937         * fdl.texi:
7938         * annotate.texinfo:
7939         * all-cfg.texi:
7940         * Makefile.in: Add (C) after Copyright.  Update the FSF
7941         address.
7942
7943 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
7944
7945         * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7946         extend GDB with commands for external monitor.
7947
7948 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
7949
7950         * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7951
7952 2005-11-25  Joel Brobecker  <brobecker@adacore.com>
7953
7954         * gdbint.texinfo (Start of New Year Procedure): New chapter.
7955
7956 2005-11-21  Jim Blandy  <jimb@redhat.com>
7957
7958         * gdb.texinfo (Tracepoint Packets): Document restrictions on
7959         placement of 'R' actions in tracepoint action packets; document
7960         dependence of 'X' and 'M' actions on a preceding 'R' action for
7961         their registers.
7962
7963 2005-11-19  Jim Blandy  <jimb@redhat.com>
7964
7965         * gdb.texinfo (Tracepoint Packets): New node.
7966         (General Query Packets): Add entries for the tracepoint packets,
7967         referring to the "Tracepoint Packets" node.
7968         (Tracepoints): Add reference to "Tracepoint Packets".
7969
7970 2005-11-18  Kevin Buettner  <kevinb@redhat.com>
7971
7972         * gdb.texinfo (set remotebreak): Add anchor.
7973         (X packet): Likewise.
7974         (Remote Protocol): Add new section `Interrupts' and new index
7975         entry `interrupts (remote protocol)'.
7976
7977 2005-11-18  Jim Blandy  <jimb@redhat.com>
7978
7979         * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7980         entries into the General Query Packets section.  Add a
7981         cross-reference to that section.  Drop description of replies, as
7982         these are covered in the descriptions of each packet.
7983         (General Query Packets): Add introductory text.  Explain naming
7984         conventions, and how the end of a name is recognized.
7985
7986 2005-11-17  Kevin Buettner  <kevinb@redhat.com>
7987
7988         * gdb.texinfo (Remote configuration): Fix typo in description of
7989         "set remotebreak" command.
7990
7991 2005-11-16  Jim Blandy  <jimb@redhat.com>
7992
7993         * gdb.texinfo (Packets, Stop Reply Packets)
7994         (General Query Packets): Various formatting cleanups.
7995         - Use @samp for packet contents.
7996         - Drop summaries from packet @item lines; the same information appears
7997           immediately below in the description.
7998         - Delete paragraph breaks after packet @item commands, so that the
7999           description appears directly to the right of the packet prototype
8000           in the printed manual, if it fits.
8001         - Place spaces in packet prototypes between @vars and non-@var
8002           letters, and explain that they're just for formatting.
8003         - Use @dots{} instead of '...'.
8004         - Fix uses of @code where @var was needed.
8005         - Replace "deprecated" markers with English text spelling out the
8006           packet's status and the preferred alternatives.
8007         - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8008           what this ever meant.
8009         - Remove "(draft)" markers on 'i' packets; nobody has commented on
8010           this for a long time.
8011         - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8012           implemented several times, and have been in use for years.
8013
8014 2005-11-15  Jim Blandy  <jimb@redhat.com>
8015
8016         * gdb.texinfo (Packets): Add index entries for 'm' packet
8017         disclaimers.
8018
8019         * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8020         of stub when processing an 'm' packet.
8021
8022         * gdb.texinfo (Packets): Mention that packets beginning with
8023         letters are reserved once, at the top, instead of actually listing
8024         them all and saying "reserved".
8025
8026 2005-11-15  Andrew Stubbs  <andrew.stubbs@st.com>
8027
8028         * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8029         Change @var{$arg0 to @code{$arg0.
8030
8031 2005-11-14  Wu Zhou  <woodzltc@cn.ibm.com>
8032
8033         * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8034
8035 2005-11-12  Jim Blandy  <jimb@redhat.com>
8036
8037         * gdb.texinfo (General Query Packets): Put packets in alphabetical
8038         order.  Remove extraneous 'z'.
8039
8040 2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>
8041
8042         * gdb.texinfo (Choosing files): Add --eval-command.
8043
8044 2005-11-04  Andrew Stubbs  <andrew.stubbs@st.com>
8045
8046         * gdb.texinfo (Choosing modes): Add --return-child-result.
8047
8048
8049 2005-11-01  Andrew Stubbs  <andrew.stubbs@st.com>
8050
8051         * gdb.texinfo (Choosing modes): Add --batch-silent.
8052
8053 2005-10-28  Eli Zaretskii  <eliz@gnu.org>
8054
8055         * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8056         "The -var-update Command".
8057
8058 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
8059
8060         * gdb.texinfo (Print Settings): Add documentation for set/show
8061         print array-indexes.
8062
8063 2005-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
8064
8065         * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8066         6.2 and 6.3.
8067
8068 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
8069
8070         * gdb.texinfo (File Options): Don't document --mapped, it's gone
8071         since 19-Jan-2004.
8072         (Files): Likewise.
8073         (Variables, Symbols): Document the "<incomplete type>" message and
8074         its reasons.
8075
8076 2005-08-01  Fred Fish  <fnf@specifix.com>
8077
8078         * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8079
8080 2005-07-15  Nick Roberts  <nickrob@snap.net.nz>
8081
8082         * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8083         option for -var-list-children and -var-update.
8084         (GDB/MI Stack Manipulation): Simplify description of
8085         print-values option for -stack-list-locals.
8086         (GDB/MI Command Description Format): Clarify.
8087         (Mode Options): Spelling of superseded.
8088
8089 2005-07-12  Bob Rossi  <bob@brasko.net>
8090
8091         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8092         corresponding GDB command comment.
8093
8094 2005-07-06  Bob Rossi  <bob@brasko.net>
8095
8096         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8097         and -inferior-tty-show.
8098         (Input/Output): Document "set/show inferior-tty" and tty alias.
8099
8100 2005-07-02  Nathan J. Williams  <nathanw@wasabisystems.com>
8101
8102         * gdb.texinfo (Packets): Change description of 'D' packet to note
8103         that GDB does wait for a response.
8104
8105 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
8106
8107         * gdb.texinfo (History) Rename "Command History".
8108         (Command History): Move node "Server Prefix" from section on
8109         Annotations here.
8110
8111 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
8112
8113         * gdb.texinfo (GDB/MI Stack Manipulation):
8114         Re-instate -stack-info-frame with example.  Say that it gets
8115         info on selected frame, not current frame.
8116
8117 2005-06-18  Eli Zaretskii  <eliz@gnu.org>
8118
8119         * gdb.texinfo (Server): Clarify that `file' should be used before
8120         connecting to the server.
8121         (Files): Add an xref to the above description.
8122         (Output Formats): More detailed description of the `c' format.
8123         (Memory): List explicitly all the formats supported by `x'.
8124         (Threads): Add an @cindex entry for "thread apply".
8125         (Files): Document the possibility of loading unlinked object
8126         files.  Add more indexing for solib-absolute-prefix and
8127         --with-sysroot.
8128         (Machine Code): Document possible problems with locations in
8129         shared libraries.
8130         (Backtrace): Document that free-standing environments do not need
8131         to have a `main' function.
8132
8133 2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
8134
8135         * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8136         -stack-info-frame.
8137
8138 2005-06-07  Andrew Cagney  <cagney@gnu.org>
8139
8140         * gdb.texinfo (Contributors): Note the original multi-arch
8141         contributors.
8142
8143 2005-06-03  Eli Zaretskii  <eliz@gnu.org>
8144
8145         * gdb.texinfo (Registers): Add index entries for the standard
8146         registers.
8147         (Frames): Add cross-reference from frame pointer description to
8148         the Registers node.
8149         (Annotations Overview): Fix the reference to GDB name.
8150
8151 2005-06-01  Eli Zaretskii  <eliz@gnu.org>
8152
8153         * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8154         can-use-hw-watchpoints.
8155
8156 2005-05-28  Bob Rossi  <bob@brasko.net>
8157
8158         * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8159         the possible reasons why an exec async record would be returned to FE.
8160
8161 2005-05-26  Andrew Cagney  <cagney@gnu.org>
8162
8163         * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8164         Andrew Cagney implemented the original GDB/MI.
8165
8166 2005-05-23  Orjan Friberg  <orjanf@axis.com>
8167
8168         * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8169         documentation.  Add documentation for cris-mode.
8170
8171 2005-05-20  Eli Zaretskii  <eliz@gnu.org>
8172
8173         * gdb.texinfo (Numbers): Explain the example and make the wording
8174         more acurate.
8175
8176 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
8177             Dennis Brueni  <dennis@slickedit.com>
8178
8179         * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8180         (GDB/MI Data Manipulation, GDB/MI Program Control)
8181         (GDB/MI Stack Manipulation): Update examples to include the fullname
8182         attribute in stack frames.
8183
8184 2005-05-12  Eli Zaretskii  <eliz@gnu.org>
8185
8186         * gdb.texinfo (Startup): Fix last change.  Treat gdb.ini like we
8187         do with other non-standard names of init files.
8188
8189 2005-05-11  Eli Zaretskii  <eliz@gnu.org>
8190
8191         * gdb.texinfo (Command Files): Move the description of the startup
8192         from here...
8193         (Startup): ...to this new subsection of the Invocation chapter.
8194         Rearrange the description of init files more logically and add a
8195         cross-reference to "Command Files".  Document the special gdbinit
8196         name for CISCO 68k.  Expand the description of what GDB does
8197         during startup.
8198         (History): Add index entry for HISTSIZE.
8199
8200 2005-05-02  Mark Kettenis  <kettenis@gnu.org>
8201
8202         * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8203
8204 2005-05-02  Eli Zaretskii  <eliz@gnu.org>
8205
8206         * gdb.texinfo (SVR4 Process Information, The isatty call)
8207         (The system call): Don't use foo(N) notation for man pages and
8208         functions.
8209         (Compilation, DJGPP Native): Improve wording.
8210
8211 2005-04-27  Eli Zaretskii  <eliz@gnu.org>
8212
8213         * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8214         were optimized away.
8215
8216 2005-04-22  Eli Zaretskii  <eliz@gnu.org>
8217
8218         * gdb.texinfo (Remote configuration): Document "set/show
8219         get-thread-local-storage-address".  Add cross-reference to the
8220         description of the qGetTLSAddr packet.
8221         (General Query Packets): Mention "set remote
8222         get-thread-local-storage-address" and add a reference to its
8223         description.
8224
8225 2005-04-19  Nick Roberts  <nickrob@snap.net.nz>
8226
8227         * gdb.texinfo (Backtrace): Describe 'bt full'.
8228
8229 2005-04-17  Nick Roberts  <nickrob@snap.net.nz>
8230
8231         * gdb.texinfo (Mode Options): Fix typo.
8232         (GDB/MI): Describe how to invoke GDB/MI.
8233
8234 2005-04-16  Eli Zaretskii  <eliz@gnu.org>
8235
8236         * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
8237         references changed.  Add description of "info udot".
8238         (Files): Document "set/show stop-on-solib-events".
8239         (M32R/D): Document "set/show download-path", "set/show
8240         board-address", "set/show server-address", "upload", "tload".
8241         Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8242         "use_mon_code", "use_ib_break", "use_dbt_break".
8243         (Maintenance Commands): Improve indexing.
8244         (Target Commands): Document "set/show hash", "set/show debug
8245         monitor".
8246         (SVR4 Process Information): Document "info pidlist" and "info
8247         meminfo".  Document "set/show procfs-tarce" and "set/show
8248         procfs-file".  Document "proc-trace-*" and "proc-untrace-*".
8249         (Symbols, The Print Command with Objective-C): Improve indexing.
8250         (Objective-C): Add references to "info classes" and "info
8251         selectors".
8252         (Debugging Output): Improve wording.  Document "set/show debug
8253         solib-frv".  Fix "set/show debugvarobj".
8254         (Set Breaks): Add index entry for "hardware breakpoints".
8255         (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8256         and "set/show usehardbreakpoints".
8257         (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8258         monitor-prompt", "set/show monitor-warnings", "pmon".
8259         (ARM): Document "rdilogfile", "rdilogenable", "set/show
8260         rdiromatzero", "set/show rdiheartbeat".
8261         (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8262         "sds".
8263         (Embedded Processors): Document the "sim" command.
8264         (Remote): Document the "remote" command.
8265         (DJGPP Native): Document the "info serial" command.
8266         (Threads): Document "maint info sol-threads".
8267         (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8268         (Set Breaks): Improve indexing.
8269         (Command Syntax): Add a reference to dont-repeat.
8270         (Define): Document "dont-repeat".
8271         (TUI Commands): Document "tabset".
8272         (WinCE): New subsection.  Document "set/show remotedirectory",
8273         "set/show remoteupload", "set/show remoteaddhost".
8274
8275 2005-04-15  Eli Zaretskii  <eliz@gnu.org>
8276
8277         * gdb.texinfo (Hurd Native): New subsection, documents
8278         Hurd-specific commands.
8279         (Maintenance Commands): Add cross-reference to "Debugging Output".
8280         (Debugging Output): Document "set/show debug lin-lwp".
8281         (MIPS): Improve documentation of heuristic-fence-post.  Document
8282         "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8283         mips stack-arg-size", "set/show mips mask-address", "set/show mips
8284         remote-mips64-transfers-32bit-regs", "set/show debug mips".
8285         (ARM): Document ARM-specific commands.
8286         (AVR): New section.  Document "info io_registers".
8287         (CRIS): New section.  Document "set/show cris-version" and
8288         "set/show cris-dwarf2-cfi".
8289         (HPPA): New section.  Document "set/show debug hppa" and "maint
8290         print unwind".
8291         (Neutrino): New subsection.  Document "set/show debug nto-debug".
8292         (Super-H): New section.  Document the "regs" command.
8293         (Debugging Output): Document "set/show debug aix-thread".
8294
8295 2005-04-09  Eli Zaretskii  <eliz@gnu.org>
8296
8297         * gdb.texinfo (Print Settings): Document "set/show print
8298         pascal_static-members", "set print repeats", "show print
8299         null-stop".  Improve indexing.  Fix documentation of "set print
8300         union".
8301         (Pascal): New section.
8302         (Supported languages): Rename from "Support"; all references
8303         updated.  Add a menu item for Pascal.
8304         (Numbers): Document "set radix.
8305         (Screen Size): Document "set/show pagination".
8306         (MIPS Embedded): Remove "set processor" documentation.
8307         (Remote configuration): Document "set/show X/P/Z-packet",
8308         "set/show read-aux-vector-packet", "set/show remote
8309         symbol-lookup-packet", "set/show remote verbose-resume-packet",
8310         "set/show remoteaddresssize", "set/show remotebaud", "set/show
8311         remotedebug", "set/show remotebreak", "set/show remotedevice",
8312         "set/show remotelogfile".
8313         (Auxiliary Vector): Add reference to the description of the
8314         read-aux-vector-packet setting.
8315         (Set Watchpoints): Add a cross-reference to "set remote
8316         hardware-breakpoint-limit".
8317         (General Query Packets): Add indexing of requests and
8318         cross-references to related commands in "Remote configuration".
8319         (File-I/O Overview, The system call): Fix wording and typos.
8320         (Thread Stops): Add index entries.
8321         (Continuing and Stepping): Document "show step-mode".
8322         (i386): New node.  Document "set/show struct-convention".
8323         (Files): Document "show trust-readonly-sections".
8324         (Calling): Document "set/show unwindonsignal".
8325         (Messages/Warnings): Add index entries.
8326         (Maintenance Commands): Document "set/show watchdog".
8327         (Annotations Overview): Document "show annotate".
8328         (Set Watchpoints): Add index entries.
8329         (Symbols): Fix doc of case-sensitive.
8330         (ABI): Document "show coerce-float-to-double".
8331         (Convenience Vars, Help): Improve indexing.
8332         (Machine Code): Document "show disassembly-flavor".
8333         (Debugging C plus plus): Document "show overload-resolution".
8334         (Value History, Signaling): Add index entries.
8335
8336 2005-04-08  Eli Zaretskii  <eliz@gnu.org>
8337
8338         * gdb.texinfo (Show): Move @kindex entries to their proper places.
8339         (Processes): Fix wording.
8340         (History, List, Logging output, Define, Symbols, Print Settings):
8341         Improve indexing.
8342
8343 2005-04-03  Eli Zaretskii  <eliz@gnu.org>
8344
8345         * gdb.texinfo (Targets): Document "set/show architecture".  Remove
8346         redundant index entry for "target" command.
8347         (Backtrace): Add index entries.
8348         (Symbols, Fortran): Document the "set case-sensitive" command.
8349         (DJGPP Native): Document "set com1base", "set com1irq", etc.
8350         (Print Settings): Add index entry for "set demangle-style".
8351         (Target Commands): Document "set download-write-size".
8352         (Debugging Output): Document "set exec-done-display".
8353
8354 2005-04-02  Eli Zaretskii  <eliz@gnu.org>
8355
8356         * gdb.texinfo (Files): Fix the name and documentation of
8357         add-shared-symbol-files.  Document its alias assf.  Update the
8358         list of OSs where GDB supports shared libraries.  Fix markup.
8359         (Continuing and Stepping): Add reference to @var{location} in the
8360         text.
8361         (Dump/Restore Files): Fix reference to @{filename}.
8362         (Help): Fix wording.
8363         (Attach): Ditto.
8364         (Set Watchpoints): Ditto.
8365         (Backtrace): Remove redundant index entries.  Improve index
8366         entries.
8367         (Delete Breaks): Fix wording.
8368         (Memory): Document the compare-sections command.
8369         (Memory Region Attributes): Improve wording.
8370         (Disabling): Improve wording.
8371         (Fortran): New subsection.  Document the "info common" command.
8372         (Help): Document aliases "info copying" and "info warranty".
8373         (Caching Remote Data): New section.  Document the "set/show
8374         remotecache" and "info dcache" commands.
8375         (Show): Fix wording of the documentation of the "set
8376         extension-language" command.
8377         (Signals): Add index entry for "info handle".
8378         (Memory Region Attributes): Fix punctuation.
8379         (Symbols): Change the arg name to "location" and refer to it in
8380         the text.  Fix wording of "info types" doc.
8381         (Threads): Fix usage of @enumerate @item's.
8382         (Listing Tracepoints): Add index entry for "info tp".
8383         (Set Watchpoints): Add xref to "info break" description.
8384         (Macros): Add an index entry for "macro exp1".  Document the
8385         "macro list" command.
8386         (Maintenance Commands): Document "flushregs", "maint agent",
8387         "maint check-symtabs", "maint cplus", "maint demangle", "maint
8388         deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8389         "maint print architecture", "maint print objfiles", "maint print
8390         statistics", "maint print type", "maint show-debug-regs", "maint
8391         space", "maint time", and "maint translate-address".
8392         (Connecting): Document the "monitor" command.
8393         (Annotations Overview): Describe the "set annotate" command.
8394
8395 2005-04-01  Eli Zaretskii  <eliz@gnu.org>
8396
8397         * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8398         Rearrange index entries and improve wording about support for
8399         hardware watchpoints.
8400
8401 2005-03-10  Bob Rossi  <bob@brasko.net>
8402
8403         * gdb.texinfo: Update copyright
8404
8405 2005-02-09  Theodore A. Roth  <troth@openavr.org>
8406
8407         * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8408         error.
8409
8410 2005-02-03  Kevin Buettner  <kevinb@redhat.com>
8411
8412         * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8413
8414 2005-01-17  Michael Snyder  <msnyder@redhat.com>
8415
8416         * gdb.texinfo: Fix spelling, infinte  ->  infinite.
8417
8418 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
8419
8420         * observer.texi (GDB Observers): Document "solib_loaded".
8421
8422 2005-01-07  Andrew Cagney  <cagney@gnu.org>
8423
8424         * configure.ac: Rename configure.in, require autoconf 2.59.
8425         * configure: Re-generate.
8426
8427         * configure.in: Replace configdirs with multiple references to
8428         AC_CONFIG_SUBDIRS.
8429         * configure: Re-generate.
8430
8431 2005-01-04  Andrew Cagney  <cagney@gnu.org>
8432
8433         * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8434         part of the version number.
8435
8436 2004-12-24  Mark Kettenis  <kettenis@gnu.org>
8437
8438         * gdbint.texinfo (Algorithms): Remove description of
8439         TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8440
8441 2004-12-07  Jim Blandy  <jimb@redhat.com>
8442
8443         * gdb.texinfo (General Query Packets): Specify that thread ID's in
8444         the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8445         numbers.
8446
8447 2004-12-07  Andreas Schwab  <schwab@suse.de>
8448
8449         * gdb.texinfo (Mode Options): Document -l option.
8450
8451 2004-12-04  Eli Zaretskii  <eliz@gnu.org>
8452
8453         * gdbint.texinfo (Algorithms): More accurate description of
8454         STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
8455         is not needed unless data-read and data-access watchpoints are
8456         supported.  Add a description of how GDB checks whether the
8457         inferior stopped because a watchpoint was hit.
8458
8459 2004-11-23  Eli Zaretskii  <eliz@gnu.org>
8460
8461         * gdb.texinfo (Files): Add cross-reference to description of
8462         -readnow command-line switch.
8463
8464 2004-11-10  Randolph Chung  <tausq@debian.org>
8465
8466         * gdb.texinfo: Document set/show backtrace past-entry commands.
8467         Rearrange index entries for set/show backtrace past-main.
8468
8469 2004-11-10  Jon Beniston <jon@beniston.com>
8470
8471         Committed by Andrew Cagney  <cagney@gnu.org>.
8472         * gdb.texinfo (Remote Serial Protocol): Further describe
8473         binary transfer escaping mechanism .
8474
8475 2004-11-08  Randolph Chung  <tausq@debian.org>
8476
8477         * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8478         and "show debug infrun".  Add index entries.
8479
8480 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
8481
8482         * gdb.texinfo (SVR4 Process Information): Document subcommands of
8483         "info proc" that are already implemented.  Add index entries.
8484         (Working Directory): Add a cross-reference to "info proc" command.
8485         (Files): Add a tip for decreasing memory used for symtabs from
8486         shared libraries.
8487         (Starting): Fix whitespace; make "elaboration" stand out where it
8488         is first used, and add an index entry for the term.
8489         (Calling): Expand and elaborate text.  Add "print".  Add the
8490         description of problems with weak aliases.
8491         (Core File Generation): New section.
8492
8493 2004-10-12  Andrew Cagney  <cagney@gnu.org>
8494
8495         * gdbint.texinfo (Versions and Branches): New chapter.
8496         (Releasing GDB): Delete "Versions and Branches" section.
8497         (Top): Add "Versions and Branches".
8498
8499 2004-10-08  Eli Zaretskii  <eliz@gnu.org>
8500
8501         * gdb.texinfo (Editing, History): Add cross-references to the
8502         included Readline and History user documentation.  Remove
8503         references to the symbol have-readline-appendices which is unused
8504         and undefined.
8505         (History): Fix indexing.
8506
8507 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
8508
8509         * gdbint.texinfo (target_stopped_data_address): Update to
8510         new prototype.
8511         (i386_stopped_data_address): Update prototype and description.
8512         (i386_stopped_by_watchpoint): New function and description.
8513
8514 2004-10-03  Paul N. Hilfinger  <hilfinger@gnat.com>
8515
8516         * gdb.texinfo (Filenames): Add Ada suffixes.
8517         (Ada) New section.
8518
8519 2004-09-27  Andrew Cagney  <cagney@gnu.org>
8520             Robert Picco  <Robert.Picco@hp.com>
8521
8522         * gdb.texinfo (Packets): Document the "p" packet.
8523
8524 2004-09-21  Jason Molenda  (jmolenda@apple.com)
8525
8526         * gdb.texinfo (Paths and Names of the Source Files): Document the
8527         meaning of values in the 'desc' field of a SO stab.
8528
8529 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
8530
8531         * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8532         max-cache-age" and "maint show dwarf2 max-cache-age".
8533
8534 2004-09-16  Eli Zaretskii  <eliz@gnu.org>
8535
8536         * gdb.texinfo (Set Breaks): Add index entry for setting
8537         breakpoints on overloaded C++ functions that are not members of
8538         any classes.  Add an example and an index entry for setting
8539         breakpoints on all program functions.
8540         (Character Sets, Macros, Overlay Commands)
8541         (Non-debug DLL symbols, GDB/MI Output Syntax)
8542         (Annotations Overview, Maintenance Commands, File-I/O Overview):
8543         Use "(@value{GDBP})" instead of a literal "(gdb)".
8544
8545 2004-09-12  Andrew Cagney  <cagney@gnu.org>
8546
8547         * gdbint.texinfo (Native Debugging): Delete description of
8548         FILES_INFO_HOOK.
8549
8550 2004-09-11  Paul Hilfinger  <hilfinger@gnat.com>
8551
8552         * gdbint.texinfo (User Interface): Change local_hex_string_custom
8553         to hex_string_custom (not historically correct, but more
8554         understandable, given the current code).
8555
8556 2004-09-03  Andrew Cagney  <cagney@gnu.org>
8557
8558         * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8559
8560 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
8561
8562         * observer.texi (solib_unloaded): New observer.
8563
8564 2004-08-24  Andrew Cagney  <cagney@gnu.org>
8565
8566         * gdbint.texinfo (Target Architecture Definition): Add missing
8567         comma.
8568
8569 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
8570
8571         * (Using the Testsuite): build != host is supported,
8572         but some test scripts do not support build != host.
8573
8574 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
8575
8576         * gdbint.texinfo (Host Definition): Delete description of
8577         FCLOSE_PROVIDED and GETENV_PROVIDED.
8578
8579 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
8580
8581         * gdbint.texinfo (Host Definition): Delete description of
8582         NO_SYS_FILE.
8583         (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8584         PTRACE_FP_BUG.
8585
8586 2004-08-05  Andrew Cagney  <cagney@gnu.org>
8587
8588         * gdbint.texinfo (Target Architecture Definition): Delete
8589         reference to deprecated_read_fp.
8590
8591 2004-08-02  Andrew Cagney  <cagney@gnu.org>
8592
8593         * gdbint.texinfo (Target Architecture Definition): Delete
8594         description of DEPRECATED_REGISTER_BYTES.
8595
8596 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
8597
8598         * gdb.texinfo (Source Path): Document the new behavior of
8599         searching for the source files.
8600
8601 2004-07-17  Eli Zaretskii  <eliz@gnu.org>
8602
8603         * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8604         (Search, Expressions, Arrays, Variables, Data, Machine Code)
8605         (Auto Display): Improve indexing.
8606
8607 2004-07-16  Andrew Cagney  <cagney@gnu.org>
8608
8609         * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8610         "-noasync".
8611
8612 2004-07-09  Eli Zaretskii  <eliz@gnu.org>
8613
8614         * gdb.texinfo: Fix @kindex entries so that multiple commands that
8615         have the same prefix have only their prefix in the index.
8616
8617 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
8618
8619         * gdb.texinfo (BSD libkvm Interface): New node (section)
8620         (Native): Add it to the menu.
8621
8622 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
8623
8624         * gdbint.texinfo (Target Architecture Definition): Remove
8625         PCC_SOL_BROKEN.
8626
8627 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
8628
8629         * gdbint.texinfo (Target Architecture Definition): Remove
8630         SUN_FIXED_LBRAC_BUG.
8631
8632 2004-06-26  Andrew Cagney  <cagney@gnu.org>
8633
8634         * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8635
8636 2004-06-20  Andrew Cagney  <cagney@gnu.org>
8637
8638         * gdbint.texinfo (Target Architecture Definition): Deprecate
8639         USE_STRUCT_CONVENTION.
8640
8641 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
8642
8643         gdb.texinfo (Bug Reporting): Mention session recording,
8644         with the script command or Emacs.
8645
8646 2004-06-18  Andrew Cagney  <cagney@gnu.org>
8647
8648         * gdbint.texinfo (Target Architecture Definition): Deprecate
8649         FUNCTION_START_OFFSET.
8650
8651 2004-06-14  Andrew Cagney  <cagney@gnu.org>
8652
8653         Based on changes from Karl Berry.
8654         * gdb.texinfo: Do not use @sc in a direntry.
8655         * stabs.texinfo: Change @dircateogry to "Software development".
8656         * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8657
8658 2004-06-13  Andrew Cagney  <cagney@gnu.org>
8659
8660         * gdbint.texinfo (Target Architecture Definition): Delete
8661         description of RETURN_VALUE_ON_STACK.
8662
8663 2004-06-09  Andrew Cagney  <cagney@gnu.org>
8664
8665         * gdbint.texinfo (Native Debugging): Restore "@table @code"
8666         deleted by previous patch.
8667
8668 2004-06-08  Andrew Cagney  <cagney@gnu.org>
8669
8670         * gdbint.texinfo (Native Debugging): Delete documentation on
8671         ATTACH_DETACH.
8672
8673 2004-06-06  Randolph Chung  <tausq@debian.org>
8674
8675         * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8676
8677 2004-06-06  Randolph Chung  <tausq@debian.org>
8678
8679         * gdb.texinfo (push_dummy_call): Update argument list to match
8680         the new push_dummy_call method signature.  Describe the function
8681         argument.
8682
8683 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
8684
8685         * gdb.texinfo (Starting): Document new start command.
8686
8687 2004-05-21  Andrew Cagney  <cagney@redhat.com>
8688
8689         * observer.texi (GDB Observers): Document "inferior_created".
8690
8691 2004-05-08  Andrew Cagney  <cagney@redhat.com>
8692
8693         * gdbint.texinfo (Target Architecture Definition): Delete
8694         description of DO_DEFERRED_STORES.
8695
8696         * gdbint.texinfo (Target Architecture Definition): Delete
8697         references to DEPRECATED_FIX_CALL_DUMMY.
8698
8699         * gdbint.texinfo (Target Architecture Definition): Delete
8700         description of DEPRECATED_CALL_DUMMY_WORDS,
8701         DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8702
8703         * gdbint.texinfo (Target Architecture Definition): Delete
8704         description of DEPRECATED_PUSH_DUMMY_FRAME.
8705
8706         * gdbint.texinfo (Target Architecture Definition): Delete
8707         reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8708
8709 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8710
8711         * observer.texi (GDB Observers): Add "Debugging" section.  Include
8712         cross reference to "set/show debug observer".
8713         * gdb.texinfo (Debugging Output): Document "set/show debug
8714         observer".
8715
8716 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8717
8718         * gdbint.texinfo (Target Architecture Definition): Delete
8719         description of DEPRECATED_PC_IN_SIGTRAMP.
8720
8721 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8722
8723         * gdbint.texinfo (Target Architecture Definition): Delete
8724         documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8725
8726 2004-04-30  Orjan Friberg  <orjanf@axis.com>
8727
8728         * observer.texi (GDB Observers): Correct spelling.
8729
8730 2004-04-26  Orjan Friberg  <orjanf@axis.com>
8731
8732         * observer.texi (GDB Observers): Add target_changed event.
8733
8734 2004-04-08  Andrew Cagney  <cagney@redhat.com>
8735
8736         * observer.texi (GDB Observers): Rework, provide generic observer
8737         definitions and then a list of observable events.
8738
8739 2004-04-04  Andrew Cagney  <cagney@redhat.com>
8740
8741         * gdbint.texinfo (Host Definition): Delete reference to
8742         NO_SIGINTERRUPT.
8743
8744 2004-04-02  Andrew Cagney  <cagney@redhat.com>
8745
8746         * gdbint.texinfo (Target Architecture Definition): Delete
8747         reference to DEPRECATED_CALL_DUMMY_LENGTH.
8748
8749 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
8750
8751         * gdb.texinfo (TUI Commands): Document tui reg commands.
8752
8753 2004-03-26  Andrew Cagney  <cagney@redhat.com>
8754
8755         * gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
8756         "gdbtui".
8757         (Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
8758         (Contributors): Mention both Text and Terminal User Interface.
8759
8760 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8761
8762         * gdbint.texinfo (Target Architecture Definition): Deprecate
8763         references to SIGTRAMP_START and SIGTRAMP_END.
8764
8765 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8766
8767         * gdbint.texinfo (Target Architecture Definition): Deprecate
8768         references to PC_IN_SIGTRAMP.
8769
8770 2004-03-19  Andrew Cagney  <cagney@redhat.com>
8771
8772         * gdbint.texinfo (Target Architecture Definition): Delete
8773         reference to GDB_TARGET_IS_HPPA.
8774
8775 2004-03-18  Andrew Cagney  <cagney@redhat.com>
8776
8777         * gdbint.texinfo (Coding): Update section on gdbarch_data,
8778         describe pre_init and post_init.
8779
8780 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8781
8782         * gdb.texinfo (Debugging Output): Document values for "set debug
8783         target".
8784
8785 2004-02-28  Andrew Cagney  <cagney@redhat.com>
8786
8787         * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8788
8789 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
8790
8791         * gdb.texinfo (breakpoints): Add information about the
8792         new "set breakpoint pending" and "show breakpoint pending"
8793         commands.
8794
8795 2004-02-26  Andrew Cagney  <cagney@redhat.com>
8796
8797         * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8798         in Per-architecture module data section.
8799
8800 2004-02-25  Roland McGrath  <roland@redhat.com>
8801
8802         * gdb.texinfo (General Query Packets): Document qPart:... packets.
8803
8804 2004-02-24  Andrew Cagney  <cagney@redhat.com>
8805
8806         * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8807         * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8808         * fdl.texi: Import Version 1.2, November 2002.
8809
8810 2004-02-17  Andrew Cagney  <cagney@redhat.com>
8811
8812         * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8813
8814 2004-02-16  Andrew Cagney  <cagney@redhat.com>
8815
8816         * gdbint.texinfo (Target Architecture Definition): Deprecate
8817         FRAMELESS_FUNCTION_INVOCATION.
8818
8819 2004-02-16  Andrew Cagney  <cagney@redhat.com>
8820
8821         * gdbint.texinfo (Coding): Mention -Wunused-function.
8822
8823 2004-02-14  Andrew Cagney  <cagney@redhat.com>
8824
8825         * gdbint.texinfo (Target Architecture Definition): Delete
8826         description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8827
8828 2004-02-12  Elena Zannoni  <ezannoni@redhat.com>
8829
8830         * gdb.texinfo: Properly quote the name "C++".
8831         * gdbint.texinfo: Ditto.
8832         * stabs.texinfo: Ditto.
8833
8834 2004-02-11  Elena Zannoni  <ezannoni@redhat.com>
8835
8836         * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8837         minimal information about libiberty.
8838
8839 2004-02-06  Michael Chastain  <mec.gnu@mindspring.com>
8840
8841         * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8842
8843 2004-02-04  Roland McGrath  <roland@redhat.com>
8844
8845         * gdb.texinfo (Auxiliary Vector): New node (section).
8846         (Data): Add it to the menu.
8847
8848 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
8849
8850         * gdb.texinfo (Breakpoints): Add information about pending
8851         breakpoint support.
8852
8853 2004-01-26  Andrew Cagney  <cagney@redhat.com>
8854
8855         * gdb.texinfo (Overview): Delete references to the cisco protocol
8856         including the "N" response.
8857
8858 2004-01-26  Andrew Cagney  <cagney@redhat.com>
8859
8860         * gdbint.texinfo (Target Architecture Definition): Rename
8861         EXTRACT_STRUCT_VALUE_ADDRESS to
8862         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8863
8864 2004-01-24  Eli Zaretskii  <eliz@gnu.org>
8865
8866         * gdb.texinfo (KOD): Document "show os".  Add index entries for
8867         "set/show os" and "info cisco" commands.
8868
8869 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
8870
8871         * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8872
8873 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
8874
8875         * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8876         MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8877
8878 2004-01-19  Nick Roberts  <nick@nick.uklinux.net>
8879
8880         * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8881         -stack-list-locals.
8882         (GDB/MI Variable Objects): Describe extension to
8883         -var-list-children.
8884
8885 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
8886
8887         * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8888
8889 2004-01-17  Andrew Cagney  <cagney@redhat.com>
8890
8891         * gdbint.texinfo (Target Architecture Definition): Delete
8892         documentation on DEPRECATED_NPC_REGNUM.
8893
8894 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
8895
8896         * gdb.texinfo: Update copyright year.  Mention that set
8897         follow-fork-mode is supported on GNU/Linux.  Remove documentation of
8898         "set follow-fork-mode ask".
8899
8900 2004-01-13  Andrew Cagney  <cagney@redhat.com>
8901
8902         * gdbint.texinfo: Update copyright year.
8903         (Coding): Add -Wunused-label to list of -Werror warnings.
8904
8905 2004-01-08  Jason Molenda  <jmolenda@apple.com>
8906             Eli Zaretskii  <eliz@gnu.org>
8907
8908         * gdb.texinfo: Update copyright.
8909         (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
8910         around names, as appropriate.  Minor syntax cleanup of
8911         _NSPrintForDebugger explanation.  Two spaces after periods.
8912         GDBN used instead of lit. "gdb".  Index entries added for
8913         print-object and _NSPrintForDebugger.  @noindent added in one spot.
8914
8915 2003-11-11  Elena Zannoni  <ezannoni@redhat.com>
8916
8917         * stabs.texinfo: Add dircategory and direntry commands.
8918         * annotate.texinfo: Ditto.
8919
8920 2003-11-10  Andrew Cagney  <cagney@redhat.com>
8921
8922         * gdbint.texinfo (Target Architecture Definition): Replace the
8923         return_value method's "inval" and "outval" parameters with
8924         "readbuf" and "writebuf".
8925
8926 2003-10-28  Jim Blandy  <jimb@redhat.com>
8927
8928         * gdb.texinfo (The F request packet, The F reply packet): Renamed
8929         from "The `F' request packet" and "The `F' reply packet", to make
8930         texi2dvi happy.
8931         (File-I/O remote protocol extension): Update menu entries, too.
8932
8933 2003-10-26  Michael Chastain  <mec@shout.net>
8934
8935         * gdb.texinfo (Thread Stops): Document the issue with
8936         premature return from system calls in multi-threaded programs.
8937
8938 2003-10-24  Andrew Cagney  <cagney@redhat.com>
8939
8940         * annotate.texinfo: Fix "fortunatly"[sic].
8941
8942 2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>
8943
8944         * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8945         with "Hitachi" and "Mitsubishi".
8946
8947 2003-10-20  Andrew Cagney  <cagney@redhat.com>
8948
8949         * gdbint.texinfo (Target Architecture Definition): Document
8950         gdbarch_return_value.  Add cross references from
8951         USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8952         STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8953
8954 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
8955
8956         * gdbint.texinfo (Target Architecture Definition): Document
8957         regset_from_core_section.
8958
8959 2003-10-16  Kei Sakamot Sakamoto  <sakamoto.kei@renesas.com>
8960
8961         * gdb.texinfo (M32R/D): Mention m32rsdi target.
8962
8963 2003-10-15  Kevin Buettner  <kevinb@redhat.com>
8964
8965         From Anthony Green  <green@redhat.com>:
8966         * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8967
8968 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
8969
8970         * gdb.texinfo (Breakpoint related warnings): New node.
8971         * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8972
8973 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
8974
8975         * gdb.texinfo (Remote Protocol): Document v and vCont.
8976
8977 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
8978
8979         * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8980         * gdbint.texinfo: Ditto.
8981
8982 2003-10-09  Andrew Cagney  <cagney@redhat.com>
8983
8984         From 2003-09-18 David Anderson <davea@sgi.com>:
8985         * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8986         "command".
8987
8988 2003-10-03  Andrew Cagney  <cagney@redhat.com>
8989
8990         * gdbint.texinfo (Target Architecture Definition): Deprecate
8991         IBM6000_TARGET.  Mention that it implies an RS/6000 system and not
8992         just target.
8993
8994 2003-10-02  Andrew Cagney  <cagney@redhat.com>
8995
8996         * gdbint.texinfo (Target Architecture Definition): Rename
8997         REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8998         * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8999         * gdbint.texinfo (Target Architecture Definition): Rename
9000
9001 2003-09-30  Andrew Cagney  <cagney@redhat.com>
9002
9003         REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
9004         (Target Architecture Definition):
9005
9006         * gdbint.texinfo (Target Architecture Definition): Rename
9007         REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9008
9009 2003-09-29  Andrew Cagney  <cagney@redhat.com>
9010
9011         * gdbint.texinfo (Target Architecture Definition): Delete
9012         documentation for NEED_TEXT_START_END.
9013
9014         * gdbint.texinfo (Target Architecture Definition): Rename
9015         NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
9016         TARGET_WRITE_PC.
9017
9018 2003-09-22  Michael Chastain  <mec@shout.net>
9019
9020         * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9021
9022 2003-09-21  Anthony Green  <green@redhat.com>
9023
9024         * gdbint.texinfo (Target Architecture Definition): Fix typos.
9025
9026 2003-09-21  Mark Kettenis  <kettenis@gnu.org>
9027
9028         * gdbint.texinfo (Target Architecture Definition): Document
9029         stabs_argument_has_addr.
9030
9031 2003-09-18  Andrew Cagney  <cagney@redhat.com>
9032
9033         * gdbint.texinfo (Target Architecture Definition): Delete
9034         documentation on REGISTER_NAMES.
9035
9036 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
9037
9038         * gdbint.texinfo (Target Architecture Definition): Replace
9039         REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9040
9041 2003-09-11  Andrew Cagney  <cagney@redhat.com>
9042
9043         * gdbint.texinfo (Target Architecture Definition): Replace
9044         STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9045
9046 2003-08-18  Andrew Cagney  <cagney@redhat.com>
9047
9048         * gdbint.texinfo (Target Architecture Definition): Document
9049         "frame_red_zone_size".
9050
9051 2003-08-09  Andrew Cagney  <cagney@redhat.com>
9052
9053         * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9054         with "set/show backtrace past-main" and "set/show backtrace
9055         limit".
9056
9057 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
9058
9059         * Makefile.in (install-info): Support DESTDIR.
9060         (install-html): Likewise.
9061
9062 2003-08-07  Andrew Cagney  <cagney@redhat.com>
9063
9064         Patch from Nick Roberts.
9065         * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9066         bindings.  Remove description of send-gdb-command.
9067
9068 2003-08-07  Andrew Cagney  <cagney@redhat.com>
9069
9070         * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9071         GDB 6.0.
9072
9073 2003-08-06  Andrew Cagney  <cagney@redhat.com>
9074
9075         * gdb.texinfo (Mode Options): Mention that level three is the
9076         highest available and that level 2 is deprecated.
9077         (Annotations Overview): Mention annotation levels. Cross reference
9078         to "Limitations of the Annotation Interface" in annotate.texi.
9079         (TODO, Value Annotations, Frame Annotations): Delete section.
9080         (Displays, Breakpoint Info): Delete.
9081
9082 2003-08-04  Andrew Cagney  <cagney@redhat.com>
9083
9084         * agentexpr.texi: Delete @bye.
9085         * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9086         (stabs.info): Add $(srcdir) to include search path.
9087         (html): Depend on "annotate_toc.html", and not "annotate.html".
9088         * stabs.texinfo: Ditto.  Include "fdl.texi".
9089         * gdbint.texinfo: Update copyright statement's list of invariant
9090         sections.
9091
9092 2003-07-28  Andrew Cagney  <cagney@redhat.com>
9093
9094         * Makefile.in (INFO_DEPS): Add annotate.info.
9095         (dvi, ps, html, pdf): Add annotate.
9096         (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9097         (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9098         (ANNOTATE_DOC_FILES): New macro.
9099         (ANNOTATE_TEX_TMPS): New macro.
9100         (annotate.info, annotate_toc.html): Specify dependencies.
9101         (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9102         * annotate.texinfo: Rename annotate.texi.  Get building.  Add
9103         "Migrating to GDB/MI" and "Limitations of the Annotation
9104         Interface" chapters.  Mention why it is not part of the user
9105         guide.  Update copyright notice.  Include "fdl.texi".
9106
9107 2003-07-26  Stephane Carrez  <stcarrez@nerim.fr>
9108
9109         * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9110
9111 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
9112
9113         * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9114
9115 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
9116
9117         * gdb.texinfo (Server): Mention pidof.
9118
9119 2003-07-22  Andrew Cagney  <cagney@redhat.com>
9120
9121         * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9122         list.
9123
9124 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
9125
9126         * gdb.texinfo (Logging output): New chapter.
9127
9128 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
9129
9130         * gdb.texinfo (Unsupported languages): New section.
9131         (Languages): Add link to new section.
9132
9133 2003-06-22  Andrew Cagney  <cagney@redhat.com>
9134
9135         * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9136
9137 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
9138
9139         * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9140
9141 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
9142
9143         * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9144         * agentexpr.texi: Retitle section, and change it to an appendix.
9145         Comment out texinfo initialization.  Factor a @var{} into two
9146         pieces to prevent makeinfo warnings.
9147         * gdb.texinfo: Add Agent Expressions appendix.
9148
9149 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
9150
9151         * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9152
9153 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
9154
9155         * gdb.texinfo (Remote Debugging): New section "Connecting to a
9156         remote target".  Document the "detach" and "disconnect" commands.
9157         (Server, Netware, Debug Session): Reference "Connecting to a
9158         remote target".
9159         (GDB/MI Target Manipulation): Document "-target-disconnect".
9160
9161 2003-06-13  Andrew Cagney  <cagney@redhat.com>
9162
9163         * gdbint.texinfo (Target Architecture Definition): Deprecate
9164         REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9165         BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
9166
9167 2003-06-09  Jim Blandy  <jimb@redhat.com>
9168
9169         * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9170
9171 2003-06-08  Andrew Cagney  <cagney@redhat.com>
9172
9173         * gdbint.texinfo (Target Architecture Definition): Delete
9174         documentation on FRAME_ARGS_ADDRESS_CORRECT.
9175
9176 2003-06-08  Andrew Cagney  <cagney@redhat.com>
9177
9178         * gdbint.texinfo (Target Architecture Definition): Document
9179         "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
9180
9181 2003-06-07  Adam Fedor  <fedor@gnu.org>
9182
9183         * gdb.texinfo: Add Objective-C documentation.
9184
9185 2003-06-01  Andrew Cagney  <cagney@redhat.com>
9186
9187         * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9188         parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
9189
9190 2003-05-21  Andrew Cagney  <cagney@redhat.com>
9191
9192         * gdbint.texinfo (Target Architecture Definition): Delete
9193         references to "extract_address" and "store_address".
9194
9195 2003-05-16  Andrew Cagney  <cagney@redhat.com>
9196
9197         * gdbint.texinfo (Target Architecture Definition): Replace
9198         REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
9199         DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9200
9201 2003-05-14  Theodore A. Roth  <troth@openavr.org>
9202
9203         * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9204
9205 2003-05-10  H.J. Lu <hongjiu.lu@intel.com>
9206
9207         * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9208         (gdb.dvi): Likewise.
9209         (gdb.pdf): Likewise.
9210         (links2roff): Likewise.
9211
9212 2003-05-08  Jim Blandy  <jimb@redhat.com>
9213
9214         * gdb.texinfo (Dump/Restore Files): Update documentation for
9215         'dump', 'append', and 'restore': note that format argument is
9216         optional; simplify presentation of the command variants; and be
9217         more precise about the formats.
9218
9219 2003-05-07  Jim Blandy  <jimb@redhat.com>
9220
9221         * gdb.texinfo (Symbols): Update documentation: 'maint list
9222         symtabs' and 'maint list psymtabs' have been renamed 'maint info
9223         symtabs' and 'maint info psymtabs'.
9224
9225 2003-05-05  Andrew Cagney  <cagney@redhat.com>
9226
9227         * gdbint.texinfo (Target Architecture Definition): Make
9228         CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9229         FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9230         CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9231
9232 2003-05-04  Andrew Cagney  <cagney@redhat.com>
9233
9234         * gdb.texinfo (Maintenance Commands): Document "maint print
9235         dummy-frames".
9236
9237 2003-05-04  Andrew Cagney  <cagney@redhat.com>
9238
9239         * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9240
9241 2003-05-03  J. Brobecker  <brobecker@gnat.com>
9242
9243         Thierry Schneider  <tpschneider1@yahoo.com>
9244         * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9245         for new MI command.
9246
9247 2003-05-03  Andrew Cagney  <cagney@redhat.com>
9248
9249         * gdbint.texinfo (Target Architecture Definition): Document
9250         push_dummy_code.  Add cross references.
9251
9252 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
9253
9254         * gdb.texinfo (Character Sets): Update to reflect new behavior of
9255         set/show charsets commands.
9256
9257 2003-04-28  Andrew Cagney  <cagney@redhat.com>
9258
9259         * gdbint.texinfo (Target Architecture Definition): Replace
9260         read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9261         DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9262
9263 2003-04-28  Andrew Cagney  <cagney@redhat.com>
9264
9265         * gdbint.texinfo (Target Architecture Definition): Rename
9266         "tm_print_insn" to "deprecated_tm_print_insn".
9267
9268 2003-04-09  Jim Blandy  <jimb@redhat.com>
9269
9270         * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9271         list psymtabs'.
9272
9273 2003-04-08  Andrew Cagney  <cagney@redhat.com>
9274
9275         * gdbint.texinfo (Target Architecture Definition): Delete
9276         references to EXTRA_FRAME_INFO.
9277
9278 2003-04-08  Andrew Cagney  <cagney@redhat.com>
9279
9280         * gdbint.texinfo (Target Architecture Definition): Delete
9281         PRINT_TYPELESS_INTEGER.
9282
9283 2003-04-02  J. Brobecker  <brobecker@gnat.com>
9284
9285         * observer.texi (GDB Observers): Adjust the documentation for the
9286         normal_stop notification to better describe reality. Fix a couple
9287         of minor typos.
9288
9289 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
9290
9291         * gdb.texinfo (GDB/MI Program Control): Add
9292         '-file-list-exec-source-file'
9293
9294 2003-03-31  Andrew Cagney  <cagney@redhat.com>
9295
9296         * gdbint.texinfo (Target Architecture Definition): Delete
9297         references to CALL_DUMMY_P.
9298
9299 2003-03-30  Andrew Cagney  <cagney@redhat.com>
9300
9301         * gdbint.texinfo (Target Architecture Definition): Remove
9302         reference to TARGET_WRITE_SP.
9303
9304 2003-03-27  Andrew Cagney  <cagney@redhat.com>
9305
9306         * gdbint.texinfo (Target Architecture Definition): Remove
9307         references to write_sp.
9308
9309 2003-03-27  Andrew Cagney  <cagney@redhat.com>
9310
9311         * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9312         chapter body.  Use @smallexample instead of @example.
9313         (Annotations): Ditto.
9314         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9315         annotate.texi.
9316
9317 2003-03-26  Andrew Cagney  <cagney@redhat.com>
9318
9319         * gdbint.texinfo (Target Architecture Definition): Replace
9320         PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9321         dummy_addr parameters.
9322
9323 2003-03-25  Andrew Cagney  <cagney@redhat.com>
9324
9325         * gdbint.texinfo (Target Architecture Definition): Delete
9326         reference to CALL_DUMMY_STACK_ADJUST_P.  Rename
9327         CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9328         Add reference to PUSH_ARGUMENTS.
9329
9330 2003-03-23  Andrew Cagney  <cagney@redhat.com>
9331
9332         * gdbint.texinfo (Algorithms, Target Architecture Definition):
9333         Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9334
9335 2003-03-18  J. Brobecker  <brobecker@gnat.com>
9336
9337         * gdbint.texinfo (Algorithms): Add new section describing the
9338         Observer paradigm.
9339         (Top): Add menu entry to new observer appendix.
9340         * observer.texi: New file.
9341         * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9342         new observer.texi file.
9343
9344 2003-03-17  Andrew Cagney  <cagney@redhat.com>
9345
9346         * gdb.texinfo (DATE): Delete.  Remove date from titles.  Mention
9347         that GNU Press update the manual version number.
9348
9349 2003-03-12  Andrew Cagney  <cagney@redhat.com>
9350
9351         * gdbint.texinfo (Target Architecture Definition): Delete
9352         references to get_saved_register.  Rename GET_SAVED_REGISTER to
9353         DEPRECATED_GET_SAVED_REGISTER.
9354
9355 2003-03-13  Andrew Cagney  <cagney@redhat.com>
9356
9357         * gdbint.texinfo (Target Architecture Definition): Replace
9358         POP_FRAME with DEPRECATED_POP_FRAME.  Update description.
9359
9360 2003-03-12  Andrew Cagney  <cagney@redhat.com>
9361
9362         * gdbint.texinfo (Target Architecture Definition): Rename
9363         FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
9364
9365 2003-03-10  Corinna Vinschen  <vinschen@redhat.com>
9366
9367         * gdb.texinfo: Add File-I/O documentation.
9368
9369 2003-03-10  Andrew Cagney  <cagney@redhat.com>
9370
9371         * gdbint.texinfo (Target Architecture Definition): Cross reference
9372         FRAME_SAVED_PC to unwind_pc.  Document unwind_pc.
9373
9374 2003-03-07  Andrew Cagney  <cagney@redhat.com>
9375
9376         * gdb.texinfo (Debugging Output): Mention the "set/show debug
9377         frame" command.
9378
9379 2003-03-05  Andrew Cagney  <cagney@redhat.com>
9380
9381         * gdbint.texinfo (Target Architecture Definition): Document
9382         unwind_dummy_id.  Cross reference unwind_dummy_id and
9383         SAVE_DUMMY_FRAME_TOS.
9384
9385 2003-03-05  James Ingham <jingham@apple.com>
9386             Daniel Jacobowitz  <drow@mvista.com>
9387
9388         * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9389         and "show cp-abi".
9390
9391 2003-03-03  Andrew Cagney  <cagney@redhat.com>
9392
9393         * gdbint.texinfo (Target Architecture Definition): Document
9394         register_type.
9395
9396 2003-03-03  Andrew Cagney  <cagney@redhat.com>
9397
9398         * stabs.texinfo (Structures): Use @samp and separate @var's
9399         instead of a single @var containing a comma separated list.
9400         (Unions): Ditto.
9401
9402 2003-03-02  Daniel Jacobowitz  <drow@mvista.com>
9403
9404         * Makefile.in (distclean): Remove config.log.
9405
9406 2003-03-01  Andrew Cagney  <cagney@redhat.com>
9407
9408         * gdbint.texinfo (Target Architecture Definition): Rename
9409         FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9410
9411 2003-03-01  Andrew Cagney  <cagney@redhat.com>
9412
9413         * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9414         DEPRECATED_INIT_EXTRA_FRAME_INFO.
9415
9416 2003-02-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
9417
9418         * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9419         (Non-debug DLL symbols): New node, describing the minimal symbols
9420         loaded from DLLs without real debugging symbols.
9421
9422 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
9423
9424         * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9425         hardware-breakpoint-limit".
9426         (Set Watchpoints): Add cross reference to "set remote
9427         hardware-watchpoint-limit".
9428         (Remote configuration options): New section.
9429
9430 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
9431
9432         * gdbint.texinfo (Target Architecture Definition): Delete
9433         descrption of IS_TRAPPED_INTERNALVAR.
9434
9435         From Keith Seitz <keiths@redhat.com>:
9436         * gdb.texinfo (Interpreters): New chapter.  Refer the command-line
9437         option "-i"/"--interpreter" to this chapter.  Include index
9438         entries.
9439
9440 2003-02-04  David Carlton  <carlton@math.stanford.edu>
9441
9442         * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9443         (Variables): Recommend stabs+ and DWARF 2.
9444         (C plus plus expressions): Correct info about
9445         compiler versions, debug formats.
9446         (Contributors): Change 'DWARF2' to 'DWARF 2'.
9447         PR symtab/874.
9448
9449 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
9450
9451         * gdbint.texinfo (Target Architecture Definition): Delete
9452         description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9453         ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9454         BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9455         references to nindy and i960.
9456         * gdb.texinfo (i960): Delete all references to i960 and nindy.
9457
9458 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
9459
9460         * gdbint.texinfo (Target Architecture Definition): Delete
9461         FLOAT_INFO.
9462
9463 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
9464
9465         * stabs.texinfo (Member Type Descriptor): Clarify description of
9466         `@'.  Suggested by Ben Hutchings.
9467
9468 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
9469
9470         * gdb.texinfo (M68K): Delete reference to es1800.
9471
9472 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
9473
9474         * gdb.texinfo (Maintenance Commands): Document `maint print
9475         reggroups' and `maint print register-groups'.
9476         * gdbint.texinfo (Target Architecture Definition): Document
9477         register_reggroup_p.
9478
9479 2003-01-23  Jim Blandy  <jimb@redhat.com>
9480
9481         * gdb.texinfo (Separate Debug Files): New section.
9482
9483 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
9484
9485         * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9486         and "maint show profile".
9487
9488 2003-01-16  Michael Chastain  <mec@shout.net>
9489
9490         * gdb.texinfo (Installing GDB): Warn against
9491         ".../gdb-VERSION/gdb/configure".
9492         (Separate Objdir): Likewise.
9493
9494 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
9495
9496         * gdbint.texinfo (Target Architecture Definition): Delete
9497         definition of PRINT_REGISTER_HOOK.
9498
9499 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
9500
9501         (OpenRISC 1000): Fix formatting of command names.
9502
9503 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
9504
9505         * gdb.texinfo (Continuing and Stepping): Add new command
9506         'advance'. Clarify behavior of 'until'.
9507
9508 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
9509
9510         * gdb.texinfo (Files): Document solib-absolute-prefix and
9511         solib-search-path.
9512
9513 2003-01-09  Michael Chastain  <mec@shout.net>
9514
9515         * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9516         (Create a Release): Add new instructions for new @file{src-release}.
9517         Document existing instructions for @file{Makefile.in} as
9518         being for @value{GDBN} 5.3.1 or earlier.
9519
9520 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
9521
9522         * gdbint.texinfo (Target Architecture Definition): Mention
9523         frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9524         allocate memory.
9525
9526 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9527
9528         * gdb.texinfo (Controlling GDB): Add @kindex for
9529         "show osabi".
9530         (Backtraces): Add @kindex's for backtrace-below-main.
9531
9532 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9533
9534         * gdb.texinfo (Controlling GDB): Document "set osabi".
9535
9536 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9537
9538         * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9539         * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9540
9541 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9542
9543         * gdb.texinfo (Controlling GDB): Add ABI section.  Document
9544         "set coerce-float-to-double".
9545         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9546
9547 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
9548
9549         * stabs.texinfo: Remove obsolete text.
9550         * gdbint.texinfo: Ditto.
9551         * gdb.texinfo: Ditto.
9552
9553 2002-12-22  Mark Kettenis  <kettenis@gnu.org>
9554
9555         * gdbint.texinfo (Target Architecture Definition): Update
9556         description of gdbarch_register_osabi.
9557
9558 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
9559
9560         * agentexpr.texi: Fix typos.
9561         * annotate.texi: Likewise.
9562         * fdl.texi: Likewise.
9563
9564 2002-12-10  Andrew Cagney  <cagney@redhat.com>
9565
9566         * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9567         DEPRECATED_INIT_FRAME_PC.
9568
9569 2002-12-01  Andrew Cagney  <ac131313@redhat.com>
9570
9571         * gdbint.texinfo (Target Architecture Definition): Delete
9572         PC_IN_CALL_DUMMY.
9573
9574 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
9575
9576         * gdbint.texinfo (Host Definition): Delete documentation on
9577         USE_GENERIC_DUMMY_FRAMES.
9578
9579 2002-11-26  Elena Zannoni  <ezannoni@redhat.com>
9580
9581         Fix PR gdb/723 and PR gdb/245.
9582         * Makefile.in (install-info): Run the install-info command as part
9583         of the post install steps only.
9584         (uninstall-info): New target.
9585         (uninstall): New target.
9586
9587 2002-11-22  Elena Zannoni  <ezannoni@redhat.com>
9588
9589         * Makefile.in (install): Make install do some real work.
9590
9591 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
9592
9593         Fix POSIX problem reported by Paul Eggert.
9594         * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9595         Fix PR gdb/527.
9596
9597 2002-10-26  Andrew Cagney  <cagney@redhat.com>
9598
9599         * gdbint.texinfo (Target Architecture Definition): Delete
9600         definition of DO_REGISTERS_INFO.
9601
9602 2002-10-18  Kevin Buettner  <kevinb@redhat.com>
9603
9604         * gdbint.texinfo (Address Classes): Fix problems with insertion
9605         of ``{'' and ``}'' in example.
9606
9607 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
9608
9609         * gdbint.texinfo (Address Classes): New section.
9610         (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9611         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9612         ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9613         ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9614
9615 2002-10-11  Klee Dienes  <kdienes@apple.com>
9616
9617         * gdb.texinfo (Registers): Mention vector registers as well as
9618         floating registers in the documentation for 'info registers' and
9619         'info all-registers'.
9620
9621 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
9622
9623         * gdbint.texinfo (CPLUS_MARKER): Remove item.
9624
9625 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
9626
9627         * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9628         interface definition.
9629
9630 2002-10-03  Marko Mlinar   <markom@opencores.org>
9631
9632         * gdb.texinfo (Target Commands): Add or1k target specific
9633         commands.
9634         * gdb.texinfo (Contributors): Add myself to the contributors list.
9635
9636 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
9637
9638         * gdb.texinfo (Mode Options): Update --interpreter option.  "mi2"
9639         and "mi1" instead of "mi1" and "mi0".
9640
9641 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
9642
9643         * gdb.texinfo (Packets): Fix typos "alligned".
9644         Correct z3/Z3 description.  Correct z4/Z4 title.
9645
9646 2002-09-27  Andrew Cagney  <ac131313@redhat.com>
9647
9648         * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
9649
9650 2002-09-25  Kevin Buettner  <kevinb@redhat.com>
9651
9652         * gdb.texinfo: Use GNU/Linux instead of Linux.
9653
9654 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
9655
9656         * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9657
9658 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
9659
9660         * gdb.texinfo: Replace @example with @smallexample.
9661
9662 2002-09-20  Kevin Buettner  <kevinb@redhat.com>
9663
9664         From Eli Zaretskii  <eliz@gnu.org>:
9665         * gdb.texinfo (Character Sets): Use @smallexample instead of
9666         @example.  Use GNU/Linux instead of Linux.
9667
9668 2002-09-20  Jim Blandy  <jimb@redhat.com>
9669
9670         * gdb.texinfo: Add character set documentation.
9671
9672 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9673
9674         * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9675         (Packets): Add cross reference from `b' packet to `z' packets.
9676
9677 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9678
9679         * gdb.texinfo (Maintenance Commands): Document ``maint
9680         internal-error'' and ``maint internal-warning''.
9681
9682         * gdbint.texinfo (Target Architecture Definition): Revise
9683         description of STACK_ALIGN.  Add description of FRAME_ALIGN.
9684
9685 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
9686
9687         * gdbint.texinfo (Target Conditionals): Document the new
9688         NAME_OF_MALLOC macro.
9689
9690 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
9691
9692         * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9693         engineer.
9694
9695 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9696
9697         * gdb.texinfo (TUI Overview): Document status line fields.
9698
9699 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9700
9701         * gdb.texinfo (TUI Commands): Document info win command.
9702
9703 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9704
9705         * gdb.texinfo (TUI Overview): Document breakpoint markers.
9706
9707 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9708
9709         * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9710         (TUI Keys): Likewise.
9711
9712 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9713
9714         * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9715         for a packet receive.
9716
9717 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9718
9719         * Makefile.in (clean): Move to end of file.
9720         (distclean, maintainer-clean, realclean): Ditto.
9721         (mostlyclean): Move rule to end of file.  Use GDB_TEX_TMPS,
9722         GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9723         (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9724         (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9725
9726 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
9727
9728         * Makefile.in (GDBINT_TEX_TMPS): Define.
9729         (gdbint.dvi, gdbint.pdf): Use
9730         (GDB_TEX_TMPS): Define.
9731         (gdb.dvi, gdb.pdf): Use.
9732         (STABS_TEX_TMPS): Define.
9733         (stabs.dvi, stabs.pdf): Use.
9734         (GDB_DOC_SOURCE_INCLUDES): New macros.
9735         (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9736         (GDBINT_DOC_FILES_INCLUDES): New macros.
9737         (GDBINT_DOC_BUILD_INCLUDES): New macros.
9738         (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9739         (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9740         (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9741         (links2roff): Replace SFILES_INCLUDED with
9742         GDB_DOC_SOURCE_INCLUDES.
9743         (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9744         (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9745         (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9746         dependencies.
9747         (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9748         dependencies.
9749         (gdbmi.texinfo): Delete rule.
9750         (inc-hist.texinfo): Delete rule.
9751         (rluser.texinfo): Delete rule.
9752
9753 2002-08-23  Andrew Cagney  <cagney@redhat.com>
9754
9755         * gdbint.texinfo (Target Architecture Definition): Update
9756         STORE_RETURN_VALUE, mention regcache.
9757
9758 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
9759
9760         * gdbint.texinfo (Target Architecture Definition): Document
9761         print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
9762
9763 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
9764
9765         * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
9766         Fix minor typos.  Add index entries.
9767
9768 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
9769
9770         * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9771
9772 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
9773
9774         * gdbint.texinfo (Target Architecture Definition): Document
9775         PRINT_VECTOR_INFO.
9776         * gdb.texinfo (Vector Unit): Document "info vectors" command.
9777
9778 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
9779
9780         * gdb.texinfo (Maintenance Commands): Document "maint print
9781         registers", "maint print raw-registers" and "maint print
9782         cooked-registers".
9783
9784 2002-08-08  Grace Sainsbury  <graces@redhat.com>
9785
9786         From Mark Salter:
9787         * gdb.texinfo (Protocol): Document T packet extension to
9788         allow watchpoint address reporting.
9789
9790 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
9791
9792         * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9793
9794 2002-08-01  Andrew Cagney  <cagney@redhat.com>
9795
9796         * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9797         to CHILL.
9798
9799 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
9800
9801         * gdbint.texinfo (Coding): Revise section "Include Files".
9802
9803 2002-07-24  Andrew Cagney  <cagney@redhat.com>
9804
9805         * gdbint.texinfo: Obsolete references to m88k.
9806         * gdb.texinfo: Ditto.
9807
9808 2002-07-10  Joel Brobecker  <brobecker@gnat.com>
9809
9810         * gdbint.texinfo (Create a release candiate): Add the location
9811         where the proper version of autoconf can be retrieved.
9812
9813 2002-07-09  Don Howard  <dhoward@redhat.com>
9814
9815         * gdb.texinfo (Command Files): Further describe the behavior of
9816         sourced command files.
9817
9818 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
9819
9820         * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9821         (Coding): Clarify ISO C version that GDB assumes.
9822
9823 2002-06-26  Tom Tromey  <tromey@redhat.com>
9824
9825         * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9826         add_setshow_cmd_full.
9827
9828 2002-06-25  Don Howard  <dhoward@redhat.com>
9829
9830         * gdb.texinfo (Memory Region Attributes): Document new behavior
9831         for 'mem' command.
9832
9833 2002-06-11  Jim Blandy  <jimb@redhat.com>
9834
9835         * gdb.texinfo (Symbols): Update documentation for `info source'
9836         command.
9837
9838         * gdb.texinfo (Macros): Call the command `info macro', not
9839         `show macro'.
9840
9841 2002-06-09  Andrew Cagney  <ac131313@redhat.com>
9842
9843         * gdbint.texinfo (Coding): Add section ``Per-architecture module
9844         data''.
9845
9846 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
9847
9848         * gdbint.texinfo (Target Architecture Definition): Document
9849         GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9850
9851 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9852
9853         * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9854         lists.
9855
9856 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9857
9858         * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9859         Branch''.
9860
9861 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
9862
9863         * gdbint.texinfo (Target Architecture Definition): Add section
9864         ``Converting an existing Target Architecture to Multi-arch''.
9865
9866 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
9867
9868         * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9869         to ``Obsoleting code''.  Revise.
9870
9871 2002-05-17  Jim Blandy  <jimb@redhat.com>
9872
9873         * gdb.texinfo (C Preprocessor Macros): New chapter.
9874         Include it in the main menu.
9875         (Contributors): Credit Jim Blandy with macro support.
9876         (Compilation): Explain how to get macro information into the
9877         executable.
9878         (Expressions): Note that preprocessor macros are expanded.
9879
9880 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
9881
9882         * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9883         options for `target remote'.
9884
9885 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
9886
9887         * gdbint.texinfo (Target Architecture Definition): Delete
9888         documentation on NNPC_REGNUM.
9889
9890 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9891
9892         * gdbint.texinfo (Target Architecture Definition): Document
9893         REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9894         (Target Architecture Definition): Revise section `Using Different
9895         Register and Memory Data Representations'.  Add section `Raw and
9896         Virtual Register Representations'.
9897
9898 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9899
9900         * gdbint.texinfo (Target Architecture Definition): Mention
9901         defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9902         (Target Architecture Definition): Mention same.  Add references to
9903         web pages.
9904
9905 2002-05-08  Michael Snyder  <msnyder@redhat.com>
9906
9907         * stabs.texinfo (Attributes): Document new "vector" attribute.
9908
9909 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9910
9911         * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9912
9913 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9914
9915         * gdb.texinfo: Delete obsolete references to a29k.
9916
9917 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
9918
9919         * gdbint.texinfo (Target Architecture Definition): Replace
9920         IN_SIGTRAMP with PC_IN_SIGTRAMP.
9921
9922 2002-04-24  David S. Miller  <davem@redhat.com>
9923
9924         * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9925
9926 2002-04-21  David S. Miller  <davem@redhat.com>
9927
9928         * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9929
9930 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9931
9932         * gdbint.texinfo (Target Architecture Definition): Delete
9933         definition of HAVE_REGISTER_WINDOWS.
9934
9935 2002-04-19  Eli Zaretskii  <eliz@gnu.org>
9936
9937         * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
9938         "Theodore A. Roth" <troth@verinet.com>.
9939
9940 2002-04-15  Don Howard  <dhoward@redhat.com>
9941
9942         From Eli Zaretskii <eliz@gnu.org>
9943         * gdb.texinfo (show max-user-call-depth): Correct formatting.
9944         Provide a better explaination of this feature.
9945
9946 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
9947
9948         * gdbint.texinfo (Target Architecture Definition): Remove
9949         FRAME_CHAIN_COMBINE.
9950
9951 2002-04-12  Michael Chastain  <mec@shout.net>
9952
9953         * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9954         REG_STACK_SEGMENT.
9955
9956 2002-04-09  Michael Chastain  <mec@shout.net>
9957
9958         * gdbint.texinfo (Obsolete Conditionals): Remove references to
9959         PYRAMID_* macros.
9960
9961 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9962
9963         * gdb.texinfo (Bug Reporting): Document that the web is the
9964         prefered way of submitting bug reports.
9965         (Bug Reporting): Delete the s-mail address as the last resort.
9966
9967 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
9968
9969         * gdbint.texinfo (Target Architecture Definition): Delete
9970         references to TARGET_WRITE_FP and write_fp.
9971
9972 2002-03-27  Michael Snyder  <msnyder@redhat.com>
9973
9974         * gdb.texinfo: Document new commands dump, append, and restore.
9975
9976 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9977
9978         * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9979         Branch'.
9980
9981 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9982
9983         * gdb.texinfo: Change all examples to @smallexample.
9984         * gdbint.texinfo: Ditto.
9985
9986 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9987
9988         * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9989         Branches''.
9990
9991 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9992
9993         * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9994         Policy''.
9995
9996 2002-03-04  Fred Fish  <fnf@redhat.com>
9997
9998         * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9999         expresson, suports, dependant, trhe, perhaphs, situtations,
10000         explictily, taged, oportunity, unfortunatly).
10001
10002 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
10003
10004         * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10005         Remove reference to 3.12.
10006
10007 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10008
10009         * gdbint.texinfo: Include fdl.texi.
10010         (Top): Add GNU Free Documentation License.
10011         * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10012         (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10013         (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10014         (gdbint.info): Add srcdir to include path.
10015         * gdb.texinfo: Include gpl.texi.
10016         (Top): Add Copying.
10017         * gpl.texi: New file.
10018
10019 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10020
10021         * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10022
10023 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10024
10025         * gdb.texinfo: Document Cygwin native specific commands.
10026
10027 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
10028
10029         * gdb.texinfo: Document gdbserver ``--attach'' command.
10030
10031 2002-02-07  Michael Snyder  <msnyder@redhat.com>
10032
10033         * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10034         to @code(_ovly_debug_event).
10035
10036 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
10037
10038         * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10039
10040 2002-02-06  Michael Snyder  <msnyder@redhat.com>
10041
10042         * gdb.texinfo (overlays): Mention new magic symbol
10043         '_ovly_debug_event', which allows GDB to keep better track
10044         of overlays.
10045
10046 2002-02-03  Eli Zaretskii  <eliz@gnu.org>
10047
10048         * gdb.texinfo (Memory Region Attributes): Fix the wording.
10049         Suggested by Dmitry Sivachenko.
10050
10051         * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10052
10053 2002-02-01  Michael Snyder  <msnyder@redhat.com>
10054
10055         * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10056
10057 2002-01-30  Michael Snyder  <msnyder@redhat.com>
10058
10059         * gdb.texinfo: (remote protocol): Gramatical fix-up.
10060         (set trust-readonly-sections): Document.
10061
10062 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
10063
10064         * gdbint.texinfo (Releasing GDB): Revise and update.
10065
10066 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
10067
10068         * gdbint.texinfo (Target Architecture Definition): Delete
10069         description of TARGET_BYTE_ORDER_DEFAULT.
10070
10071 2002-01-27  Eli Zaretskii  <eliz@gnu.org>
10072
10073         * gdb.texinfo: Fix typos and markup.  From Dmitry Sivachenko
10074         <mitya@cavia.pp.ru>.
10075
10076 2002-01-23  Andrew Cagney  <ac131313@redhat.com>
10077
10078         * libgdb.texinfo: Delete file.
10079
10080 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
10081
10082         * gdb.texinfo: Remove makeinfo 3.12 hacks.
10083         * gdbint.texinfo: Ditto.
10084
10085 Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
10086
10087         * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10088
10089 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
10090
10091         * Makefile.in: Update copyright.
10092         (TEXI2DVI): Define.
10093         (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10094         (gdbint.dvi, gdbint.pdf): Use TEXI2DVI.  Add dependency on
10095         gdb-cfg.texi.
10096         (TEXINDEX, PDFTEX): Delete makefile variables.
10097
10098 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
10099
10100         * gdb.texinfo (Protocol): Move section to appendix.
10101
10102 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
10103
10104         * gdb.texinfo (Remote Debugging): Create a menu.
10105         (Top): Add ``Remote Debugging'' to menu.
10106
10107 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
10108
10109         * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10110         serial protocol'' from here.
10111         (Remote Debugging): To here.  New chapter.
10112
10113 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
10114
10115         * gdbint.texinfo (Target Architecture Definition): Delete
10116         description of TARGET_BYTE_ORDER_SELECTABLE_P.
10117
10118 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
10119
10120         * gdbint.texinfo (Host Definition): Revise.  xm-xyz.h and xyz.mh
10121         are no longer needed.
10122         (Porting GDB): Add maintainer note about configure.host.
10123
10124 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
10125
10126         * gdbint.texinfo (Target Architecture Definition): Remove
10127         definition of IEEE_FLOAT.
10128
10129 2002-01-20  Eli Zaretskii  <eliz@gnu.org>
10130
10131         * gdb.texinfo: Beautify copyright years; fix a typo.
10132         (DJGPP Native): Fix overfull hboxes in examples.  From Brian Youmans
10133         <3diff@gnu.org>
10134
10135 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
10136
10137         * gdbint.texinfo (Host Definition): Remove references to
10138         MALLOC_INCOMPATIBLE.
10139
10140 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10141
10142         * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10143         and xyz-xdep.o.
10144
10145 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10146
10147         * gdb.texinfo (Maintenance Commands): Add appendix.
10148         (Set Breaks): Copy ``maint info breakpoint'' doco to
10149         ``Maintenance Commands'' appendix.  Add reference.
10150
10151 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10152
10153         * fdl.texi: Remove next/prev from @node.
10154
10155 2002-01-17  Eli Zaretskii  <eliz@gnu.org>
10156
10157         * gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
10158         for monstrous @multitable (from Brian Youmans).
10159
10160         * fdl.texi: New file.
10161
10162         * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10163
10164 2002-01-15  Andrew Cagney  <ac131313@redhat.com>
10165
10166         * gdbint.texinfo (Releasing GDB): New chapter.
10167
10168 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
10169
10170         * gdb.texinfo (Embedded Processors, Calling program functions):
10171         Obsolete references to a29k.
10172
10173 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10174
10175         * gdbint.texinfo (Coding): Review Cleanups section.  Examples
10176         examples.  Document that a code-block should do or discard its
10177         cleanups before exit.
10178
10179 2002-01-11  Michael Snyder  <msnyder@redhat.com>
10180
10181         * gdb.texinfo (Choosing files): Change @samp to @file.
10182
10183 2002-01-05  Michael Snyder  <msnyder@redhat.com>
10184
10185         * gdb.texinfo (--pid): Document new command line option (attach).
10186
10187 2002-01-07  Eli Zaretskii  <eliz@gnu.org>
10188
10189         * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10190         in the stub.
10191
10192 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
10193
10194         * gdbint.texinfo (Target Architecture Definition): Replace
10195         BIG_ENDIAN with BFD_ENDIAN_BIG.
10196
10197 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
10198
10199         * gdbint.texinfo (Target Architecture Definition): Replace
10200         value_ptr with struct value pointer.
10201
10202 2002-01-02  Eli Zaretskii  <eliz@gnu.org>
10203
10204         * gdb.texinfo (Free Software): Fix wording.
10205
10206 2001-12-31  Eli Zaretskii  <eliz@gnu.org>
10207
10208         * gdb.texinfo (Free Software): New section ``Free Software Needs
10209         Free Documentation''.
10210
10211 2001-12-30  Eli Zaretskii  <eliz@gnu.org>
10212
10213         * stabs.texinfo:
10214         * gdb.texinfo:
10215         * gdbint.texinfo:
10216         * libgdb.texinfo:
10217         * annotate.texi: Fix the application of GFDL in the Copyright notice.
10218
10219 2001-12-29  Michael Snyder  <msnyder@redhat.com>
10220
10221         * gdb.texinfo (maint info sections): Fix typo.
10222
10223 2001-12-26  Michael Snyder  <msnyder@redhat.com>
10224
10225         * gdb.texinfo (maint info sections): Document.
10226
10227         * gdb.texinfo (info proc): Comment out documentation for
10228         'info proc' sub-options that are currently not implemented.
10229
10230 2001-12-20  Jim Blandy  <jimb@redhat.com>
10231
10232         * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10233
10234 2001-12-15  Andrew Cagney  <ac131313@redhat.com>
10235
10236         * gdbint.texinfo (Target Architecture Definition): Replace
10237         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10238
10239 2001-12-01  Andrew Cagney  <ac131313@redhat.com>
10240
10241         * gdbint.texinfo (Host Definition): Delete documentation on
10242         HOST_BYTE_ORDER.
10243
10244 2001-11-30  Jim Blandy  <jimb@redhat.com>
10245
10246         * gdb.texinfo (Overlays): New chapter, documenting GDB's
10247         overlay support.  Add to top-level menu.
10248
10249 2001-11-26  Tom Tromey  <tromey@redhat.com>
10250
10251         * gdb.texinfo (Command Syntax): Document C-o binding.
10252
10253 2001-07-26  Christopher Faylor  <cgf@redhat.com>
10254
10255         * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10256         use since it is described in the referenced section.
10257
10258         From Eli Zaretskii <eliz@gnu.org>
10259         * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10260         clearer when using DJGPP.
10261
10262 2001-11-24  Christopher Faylor  <cgf@redhat.com>
10263
10264         * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10265         specifically refer to MS-DOS.
10266         (command files): Mention gdb.ini is only used on MS-DOS.
10267
10268 2001-11-21  Tom Tromey  <tromey@redhat.com>
10269
10270         * gdb.texinfo (Invoking GDB): Document --args.
10271         (Mode Options): Likewise.
10272
10273 2001-11-21  Jim Blandy  <jimb@redhat.com>
10274
10275         * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
10276         Delete documentation; this macro has been removed from the
10277         sources.
10278
10279 2001-11-13  Jim Blandy  <jimb@redhat.com>
10280
10281         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10282
10283 2001-11-06  Corinna Vinschen  <vinschen@redhat.com>
10284
10285         * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10286
10287 2001-11-05  Michael Snyder  <msnyder@redhat.com>
10288
10289         * gdb.texinfo (info functions): Document use of backslash to
10290         quote regexp chars in function names such as "operator*()".
10291
10292 2001-11-01  Fred Fish  <fnf@redhat.com>
10293
10294         * gdbint.texinfo (SOLIB_ADD): Document additional new
10295         "readsyms" arg.
10296
10297 2001-10-30  Don Howard  <dhoward@redhat.com>
10298
10299         * gdb.texinfo: (Command Files) Added documentation for the
10300         behavior of gdb with input redirected from a file.
10301
10302 2001-10-28  Fred Fish  <fnf@redhat.com>
10303
10304         * gdb.texinfo (auto-solib-add): Change docs to match
10305         implementation change.
10306         (auto-solib-limit): Add docs for new variable.
10307
10308 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
10309
10310         * gdbint.texinfo (Target Architecture Definition): Function
10311         value_as_pointer renamed to value_as_address.
10312
10313 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
10314
10315         * gdbint.texinfo (Target Architecture Definition): Default
10316         POINTER_TO_ADDRESS functions assume unsigned addresses.
10317         (INTEGER_TO_ADDRESS): Document.  Derive pragmatics section from a
10318         posting by Jim Blandy.
10319
10320 2001-10-12  Jim Blandy  <jimb@redhat.com>
10321
10322         * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10323         version of texi2html (1.64) doesn't support this flag any more.
10324
10325 2001-09-08  Mark Kettenis  <kettenis@gnu.org>
10326
10327         * gdbint.texinfo (Host Definition): Remove description of
10328         MEM_FNS_DECLARED.
10329
10330         * gdbint.texinfo (Host Definition): Remove description of R_OK.
10331
10332         * gdbint.texinfo (Host Definition): Remove description of
10333         HAVE_SIGSETMASK.
10334
10335 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
10336
10337         * gdbint.texinfo (Target Architecture Definition): Add
10338         explanation of TARGET_PRINT_INSN macro.
10339
10340 2001-08-30  Jim Blandy  <jimb@redhat.com>
10341
10342         * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10343         Explain what it means to load relocatable files.
10344
10345 2001-08-28  Jim Blandy  <jimb@redhat.com>
10346
10347         * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10348         info `top' menu.
10349
10350 Wed Aug 15 10:47:28 2001  Christopher Faylor <cgf@cygnus.com>
10351
10352         * gdbint.texinfo: Add a cautionary note about macro use.
10353
10354 2001-08-02  Corinna Vinschen  <vinschen@redhat.com>
10355
10356         * gdb.texinfo: Explain omitting the hostname in the
10357         `target remote' command.
10358
10359 2001-07-30  Daniel Jacobowitz  <drow@mvista.com>
10360
10361         * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10362         and END-INFO-DIR-ENTRY.
10363
10364 2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10365
10366         * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10367
10368 2001-07-25  Andrew Cagney  <ac131313@redhat.com>
10369
10370         * gdbint.texinfo (libgdb): Rewrite.
10371
10372 2001-07-26  Eli Zaretskii  <eliz@gnu.org>
10373
10374         * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10375
10376 2001-07-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10377
10378         * gdb.texinfo (TUI): New chapter, document the TUI.
10379         (Mode Options): Document the -tui option.
10380
10381 2001-07-23  Mark Kettenis  <kettenis@gnu.org>
10382
10383         * gdbint.texinfo (Host Definition): Remove description of
10384         NEED_POSIX_SETPGID.
10385
10386 2001-07-23  Eli Zaretskii  <eliz@gnu.org>
10387
10388         * gdb.tex (DJGPP Native): New node, with descriptions of
10389         DJGPP-specific commands.
10390
10391 2001-07-19  John R. Moore  <jmoore@redhat.com>
10392
10393         * gdbint.texinfo: Three misspellings.
10394
10395 2001-07-06  Andrew Cagney  <ac131313@redhat.com>
10396
10397         * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10398         `test` expressions on bash.  Problem reported by Colin Walters.
10399
10400 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
10401
10402         * gdbint.texinfo (User Interface): Update ui-out documentation to
10403         refelect recent UI/MI updates.
10404
10405 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
10406
10407         * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10408         interpreters.
10409
10410 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
10411
10412         * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10413         structure and not macros.
10414         (Host Definition): Document that much of this chapter is obsolete.
10415         (Target Architecture Definition): Update list of files that make
10416         up a target architecture.
10417         (Coding): Update.
10418
10419 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
10420
10421         * gdbint.texinfo (Target Architecture Definition): Update
10422         EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10423         The latter has been changed to a true predicate.
10424
10425 2001-06-17  Eli Zaretskii  <eliz@gnu.org>
10426
10427         * annotate.texi: Add @noindent where needed.  From Dmitry
10428         Sivachenko <dima@Chg.RU>.
10429         * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
10430
10431 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
10432
10433         * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
10434
10435 2001-06-14  Andrew Cagney  <ac131313@redhat.com>
10436
10437         * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10438         returns ``OK''.  Document that the ``R'' packet does not reply.
10439
10440 2001-06-13  Michael Snyder  <msnyder@redhat.com>
10441
10442         * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10443
10444 2001-06-13  Eli Zaretskii  <eliz@gnu.org>
10445
10446         * gdb.texinfo (Signals): Clarify the default setting of signal
10447         handling.
10448
10449 2001-05-14  Andrew Cagney  <ac131313@redhat.com>
10450
10451         * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10452         (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10453
10454 2001-05-12  Andrew Cagney  <ac131313@redhat.com>
10455
10456         * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10457
10458 2001-05-10  Eli Zaretskii  <eliz@gnu.org>
10459
10460         * gdbint.texinfo (Clean Design and Portable Implementation):
10461         Renamed from "Clean Design".
10462         (Clean Design and Portable Implementation): Document portable
10463         methods of handling file names, and the associated macros.
10464
10465 2001-04-02  Eli Zaretskii  <eliz@gnu.org>
10466
10467         * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10468         command and provide a cross-reference to its description.
10469         (Symbols): Note that "info scope" is useful for trace experiments.
10470
10471 2001-04-01  Eli Zaretskii  <eliz@gnu.org>
10472
10473         * gdb.texinfo (Symbols): Document "info scope".
10474         (Tracepoints): New chapter.
10475         (Contributors): Update for v5.1.
10476         <All nodes>: Change "C++" to "C@t{++}".
10477
10478         * gdbint.texinfo (User Interface): A new section about ui_out
10479         functions, based on text written by Fernando Nasser.
10480
10481         * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
10482
10483 2001-03-26  Eli Zaretskii  <eliz@gnu.org>
10484
10485         * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
10486
10487         * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
10488
10489         * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
10490         Replace "GDB" with "@value{GDBN}".  Fix markup.
10491
10492         * annotate.texi: Change Permissions to GFDL.  Update Copyright.
10493
10494         * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10495         a cross-reference to its description.
10496         (Symbols): Document "info symbol".
10497
10498 2001-03-21  Eli Zaretskii  <eliz@gnu.org>
10499
10500         * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10501         subsection "x86 Watchpoints".
10502         (Target Architecture Definition): Document the macros
10503         I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10504         (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10505
10506 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
10507
10508         * gdbint.texinfo (Target Architecture Definition): Update
10509         definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10510         list.
10511
10512 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
10513
10514         * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10515         gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10516
10517 2001-02-21  Eli Zaretskii  <eliz@gnu.org>
10518
10519         * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10520
10521 2001-02-11  Eli Zaretskii  <eliz@gnu.org>
10522
10523         * gdb.texinfo (Environment): Document that `path' does not change
10524         the value of PATH in GDB's own environment (it did in the past,
10525         but that was changed on March 15, 1994).  Reported by Doug Evans
10526         <dje@transmeta.com>.
10527
10528         * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10529         its line.  Fix markup of commands and macros.  Add an Index node
10530         and index entries.
10531
10532 2001-01-23  J.T. Conklin  <jtc@redback.com>
10533
10534         * gdb.texinfo (Memory region attributes): New manual section.
10535
10536 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
10537
10538         * gdbint.texinfo (POP_FRAME): Document use by return_command.
10539
10540 2000-12-25  Eli Zaretskii  <eliz@gnu.org>
10541
10542         * refcard.tex: Version and copyright fixed.  From Phil Edwards
10543         <pedwards@disaster.jaj.com>.
10544
10545 Thu Nov 30 16:57:19 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10546
10547         * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10548         DWARF2_REG_TO_REGNUM): Document.
10549
10550 Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10551
10552         * gdbint.texinfo (Coding): Update current value of
10553         --enable-build-warnings.  Mention --enable-gdb-build-warnings.
10554
10555 2000-11-19  Eli Zaretskii  <eliz@gnu.org>
10556
10557         * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
10558         as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10559
10560 2000-11-10  Christopher Faylor <cgf@cygnus.com>
10561
10562         * gdb.texinfo: Document new 'set step-mode' command.
10563
10564 2000-10-16  Eli Zaretskii  <eliz@gnu.org>
10565
10566         * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10567         changes from Dmitry Sivachenko <dima@Chg.RU>.
10568
10569 2000-09-26  Eli Zaretskii  <eliz@gnu.org>
10570
10571         * gdb.texinfo (Hooks): Document the new post-hook functionality.
10572         From Steven Johnson <sbjohnson@ozemail.com.au>.
10573
10574 2000-08-10  Mark Kettenis  <kettenis@gnu.org>
10575
10576         * gdbint.texinfo (Overall Structure): Spelling fix.
10577
10578 2000-08-10  Eli Zaretskii  <eliz@gnu.org>
10579
10580         * gdbint.texinfo (Target Architecture Definition): Document that
10581         REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10582         for which REGISTER_CONVERTIBLE returns a zero value.
10583
10584 2000-07-08  Christopher Faylor <cgf@cygnus.com>
10585
10586         * Makefile.in (install-info): Find files to install in either the
10587         build or source directories (adapted from Makefile.am).
10588
10589 2000-07-07  Nicholas Duffek  <nsd@redhat.com>
10590
10591         * stabs.texinfo: Fix spelling errors.
10592         (String Field): FILE-NUMBER starts from 0, not 1.
10593
10594 2000-07-05  Eli Zaretskii <eliz@gnu.org>
10595
10596         * refcard.tex: Remove \centerline from the blurb.  Patch from
10597         Brian Youmans.
10598
10599 2000-06-25  Eli Zaretskii <eliz@gnu.org>
10600
10601         * Makefile.in (install-info): Support installation from outside of
10602         the source directory.  Reported by Mark Harig
10603         <markh@frazier.landmark.com>.
10604
10605 2000-06-20  J.T. Conklin  <jtc@redback.com>
10606
10607         * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10608
10609 Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10610
10611         * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10612         Generate using pdftex.
10613         (PDFTEX): Define.
10614         (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10615         (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10616         @contents at the start.
10617
10618 2000-05-24  Eli Zaretskii  <eliz@gnu.org>
10619
10620         * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
10621         Youmans.
10622
10623 Wed May 24 21:27:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10624
10625         From Brian Youmans:
10626         * gdb.texinfo: Fix ``et al.''.
10627
10628 Tue May 23 22:57:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10629
10630         * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10631         loop.
10632
10633 2000-05-19  Jimmy Guo  <guo@cup.hp.com>
10634
10635         * configure: Regenerate.
10636
10637 2000-05-17  Eli Zaretskii  <eliz@gnu.org>
10638
10639         * Makefile.in (install-info): Run install-info on installed Info
10640         files.
10641
10642 Fri May 12 20:18:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10643
10644         * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
10645         Andrew Cagney.
10646
10647 2000-05-09  Eli Zaretskii  <eliz@gnu.org>
10648
10649         * gdb.texinfo: Proofreading changes from Brian Youmans.
10650
10651 2000-05-01  Nick Duffek  <nsd@cygnus.com>
10652
10653         * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10654         startup sequence, minor edits.
10655
10656 2000-05-01  Eli Zaretskii  <eliz@gnu.org>
10657
10658         * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10659         TeX.
10660
10661         * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
10662         "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10663         like `n' and `s' which look weird.  Convert some of the @kindex to
10664         @vindex, when they refer to variables, not commands.
10665
10666 Sat Apr 29 17:01:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10667
10668         * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10669
10670 2000-04-23  Eli Zaretskii  <eliz@gnu.org>
10671
10672         * Makefile.in (GDBMI_DIR): New variable.
10673         (SET_TEXINPUTS): Add $(GDBMI_DIR).
10674         (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10675         (gdbmi.texinfo): New target, for texi2roff.
10676         (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10677         (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10678
10679         * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10680         gdbmi.texinfo.
10681         (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10682         comment.
10683
10684 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10685
10686         * gdb.texinfo (Files): Update description of add-symbol-file
10687         command.
10688
10689 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10690
10691         * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10692         prevents the build (and is generally a Bad Idea).
10693
10694 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10695
10696         * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10697         a comma inside @var.
10698         (Command Files): Index markup changes from Dmitry Sivachenko
10699         <dima@Chg.RU>.
10700
10701 2000-04-16  Eli Zaretskii  <eliz@gnu.org>
10702
10703         * Makefile.in (LN_S): Define.
10704         (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10705         invoke "ln -s" unless it is known to work.
10706
10707         * configure.in (AC_PROG_LN_S): Add.
10708
10709 2000-04-14  Jim Blandy  <jimb@redhat.com>
10710
10711         * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10712         section.
10713         (Target Conditionals): Document ADDRESS_TO_POINTER,
10714         POINTER_TO_ADDRESS.
10715
10716 2000-04-11  Daniel Berlin  <dan@cgsoftware.com>
10717
10718         * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10719         gdb-cfg.texi to get the value.
10720
10721 2000-04-10  Jim Blandy  <jimb@redhat.com>
10722
10723         * gdbint.texinfo (Target Architecture Definition): Fix
10724         cross-references.
10725
10726 2000-04-08  Jim Blandy  <jimb@redhat.com>
10727
10728         * gdbint.texinfo (Using Different Register and Memory Data
10729         Representations): New section.
10730         (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10731         REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10732         REGISTER_CONVERT_TO_RAW): Document.
10733
10734 Mon Apr  3 19:16:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10735
10736         * gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
10737         for acknowledgments.
10738
10739 Tue Mar 28 18:28:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10740
10741         * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10742         qThreadExtraInfo.
10743
10744 2000-03-28  J.T. Conklin  <jtc@redback.com>
10745
10746         * gdb.texinfo: Clarify which remote debug protocol commands are
10747         required and which are optional.
10748
10749 Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10750
10751         * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10752         Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
10753         back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10754         * annotate.texi: Update.
10755
10756 2000-03-28  Stan Shebs  <shebs@apple.com>
10757
10758         * gdb.texinfo: Update dates, bump to Eighth Edition (note
10759         expectation of additional changes before release), update
10760         ISBN, add copy of top-level menu for @ifhtml, remove explicit
10761         node links, rephrase and/or shorten lines to fix formatting
10762         problem in both regular and @smallbook formats.
10763         * annotate.texi: Shorten lines in example, use smallexample
10764         consistently everywhere.
10765         * Makefile.in: Add comment about texinfo 4.0 html generation.
10766         (SFILES_INCLUDED): Add annotate.texi.
10767
10768 2000-03-27  Daniel Berlin  <dan@cgsoftware.com>
10769
10770         * gdb.texinfo (Debugging Output): Added new section, documenting
10771         the "set/show debug" commands.
10772
10773 Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10774
10775         * annotate.texi (Annotations): When GDBN omit @chapter and @node
10776         entry.
10777
10778         * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10779         (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10780         @chapter and @node entries.
10781
10782         * gdb.texinfo: Link all top-level nodes.
10783
10784 Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10785
10786         * Makefile.in (install-info): Create $(infodir) before installing
10787         files.
10788
10789 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
10790
10791         From David Whedon <dwhedon@gordian.com>
10792         * gdbint.texinfo : Added paragraphs about command deprecation.
10793
10794 2000-03-22  Daniel Berlin  <dan@cgsoftware.com>
10795
10796       * gdb.texinfo: Add documentation for the apropos command.
10797
10798 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
10799
10800         * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10801
10802 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
10803
10804         * gdb.texinfo: Add white space to prevent overprinting in
10805         two places.
10806
10807 2000-03-17  Stan Shebs  <shebs@apple.com>
10808
10809         * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10810         <dima@Chg.RU>, also clarification of allowed content for
10811         string constants.
10812
10813 2000-03-16  Eli Zaretskii <eliz@gnu.org>
10814
10815         * gdb.texinfo (main menu): Add Annotations.
10816         (File Options): Add @cindex entries for each command-line option.
10817         Document --epoch, --annotate, --async, --interpreter, --write,
10818         --statistics, and --version.
10819
10820         * annotate.texi: Convert to a chapter.  Use @value{GDBN} instead
10821         of GDB.
10822
10823 2000-02-23  Jim Blandy  <jimb@redhat.com>
10824
10825         * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10826
10827 2000-02-22  Jim Blandy  <jimb@redhat.com>
10828
10829         * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10830
10831 2000-02-15  Jason Molenda  (jsm@bugshack.cygnus.com)
10832
10833         * Makefile.in (diststuff): New target.
10834
10835 2000-02-15  Kevin Buettner  <kevinb@redhat.com>
10836
10837         * agentexpr.texi: Fix wording regarding Intel's IA-64
10838         architecture.  [From Jim Wilson.]
10839
10840 2000-01-16  Tom Tromey  <tromey@cygnus.com>
10841
10842         * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10843         (Delete Breaks): Mention range arguments.
10844         (Disabling): Likewise.
10845
10846 2000-01-05  Dmitry Sivachenko <dima@Chg.RU>
10847
10848         * gdb.texinfo:  Wrap "ASCII" in @sc{}; clarify a few sentences.
10849
10850 Wed Dec  8 19:53:08 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10851
10852         * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10853         valid functions.
10854
10855 1999-11-05  Stan Shebs  <shebs@andros.cygnus.com>
10856
10857         * gdb.texinfo: Clarify regular expressions used in rbreak.
10858
10859 1999-10-15  Kevin Buettner  <kevinb@cygnus.com>
10860
10861         * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10862         MEMORY_REMOVE_BREAKPOINT):  Document.
10863
10864 Thu Oct 14 21:17:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10865
10866         * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10867         offset re-using the DATA offset instead.
10868
10869 1999-10-11  Jim Kingdon  <kingdon@redhat.com>
10870
10871         * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10872
10873 1999-10-05  Stan Shebs  <shebs@andros.cygnus.com>
10874
10875         From Dmitry Sivachenko <demon@gpad.ac.ru>:
10876         * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10877         typos.
10878
10879         * gdb.texinfo: Various minor wording and formatting improvements,
10880         mentions of additional command-line options.
10881
10882 1999-09-30  Fred Fish  <fnf@cygnus.com>
10883
10884         * gdb.texinfo:  Document additional forms of specifying section
10885         names and addresses for the add-symbol-file command.
10886
10887 1999-09-14  Michael Snyder  <msnyder@cleaver.cygnus.com>
10888
10889         * gdbint.texinfo: Fix typo, add the word "have".
10890
10891 1999-09-14  Jim Blandy  <jimb@cris.red-bean.com>
10892
10893         * gdbint.texinfo (Target Architecture Definition): Document the
10894         SKIP_PERMANENT_BREAKPOINT macro.
10895
10896 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
10897
10898         * gdb.texinfo: Fiks speling errers.
10899
10900         * gdb.texinfo: Fix uses of @multitable.
10901
10902         From Eli Zaretskii  <eliz@gnu.org>:
10903         * gdb.texinfo: Include details specific to DOS host, clarify
10904         some confusing language, fix @ref/@xref/@pxref usages, add
10905         comments about using with optimization, add more indexing,
10906         fix info about disassembly-flavor.
10907
10908 Tue Sep  7 09:11:24 1999  Kevin Buettner  <kevinb@cygnus.com>
10909
10910         * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10911         SKIP_SOLIB_RESOLVER): Define.
10912
10913 Fri Sep  3 18:05:14 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10914
10915         * gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
10916         ``g'' packets.
10917
10918 1999-08-30  Stan Shebs  <shebs@andros.cygnus.com>
10919
10920         * gdb.texinfo: Create a new "Configurations" chapter with
10921         platform-specific info, inline remote.texi and move sections of it
10922         into the new chapter, move bits about info proc, heuristic search,
10923         and register stack into the new chapter.
10924         * remote.texi: Remove, now part of gdb.texinfo.
10925         * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10926
10927 1999-08-27  Jason Molenda  (jsm@bugshack.cygnus.com)
10928
10929         * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10930         GDB_TARGET_IS_MACH386): These kludges have gone away.
10931
10932 Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10933
10934         * gdbint.texinfo (Target Architecture Definition): Mention
10935         TDEPLIBS.
10936
10937 1999-08-20  Stan Shebs  <shebs@andros.cygnus.com>
10938
10939         * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10940         surrounding text to fit HP-UX bits into general info.
10941         (HPPA-cfg.texi): Remove, no longer useful.
10942
10943         * gdb.texinfo: Remove explicit links from @node lines, remove
10944         HP-added "Detailed Node Listing" from main menu which confuses
10945         things.
10946
10947         From Dmitry Sivachenko <dima@Chg.RU>:
10948         * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10949         in description of `set environment'.
10950
10951 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
10952
10953         * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10954
10955 1999-08-12  Ben Elliston  <bje@cygnus.com>
10956
10957         * gdbint.texinfo (Breakpoint Handling): Add missing words.
10958
10959 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
10960
10961         * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10962         watch, awatch, and rwatch.  Explain why the latter two cannot be
10963         set as software watchpoints.  Document that watchpoints for local
10964         variables are deleted when the debuggee terminates.
10965
10966 Wed Aug 11 13:18:14 1999  Andrew Cagney  <cagney@amy.cygnus.com>
10967
10968         * remote.texi (Protocol): Further clarification of the "qRcmd"
10969         packet.  Allow E.. response packet.  "qRcmd" packet is no longer
10970         reserved.
10971
10972 1999-08-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10973
10974         * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10975         * gdb.texinfo: Ditto.
10976
10977 1999-08-06  Tom Tromey  <tromey@cygnus.com>
10978
10979         * gdb.texinfo (KOD): New node.
10980
10981 Fri Aug  6 17:05:48 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10982
10983         * remote.texi (Rcmd): Fix minor formatting typos.
10984
10985 Thu Aug  5 17:57:41 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10986
10987         * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10988         packets.
10989
10990 1999-07-14  Jim Blandy  <jimb@zwingli.cygnus.com>
10991
10992         * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10993         fixes.
10994
10995 Tue Jun 29 11:43:55 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10996
10997         * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10998
10999 Fri Jun 25 11:47:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11000
11001         * remote.texi (Communication Protocol): ``v'' is in use. Fix
11002         numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
11003         ``z'' and ``qRcmd'' as draft instead of reserved.  Identify
11004         packets that are not supported on all hosts. Expand examples.
11005         Spell check.
11006
11007 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
11008
11009         * Makefile.in: Recognize html, install-html.  Add targets
11010         to build HTML versions of documentation via texi2html.
11011
11012 Thu Jun 24 15:59:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
11013
11014         * gdbint.texinfo (Testsuite): New chapter, information about the
11015         testsuite.
11016
11017 Fri Jun 25 02:40:34 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11018
11019         * remote.texi (Communication Protocol): Rewrite.
11020
11021 Thu Jun 24 16:59:54 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11022
11023         * stabs.texinfo: Fix uses of xref.
11024
11025 Thu Jun 17 17:23:25 1999  Stan Shebs  <shebs@andros.cygnus.com>
11026
11027         * gdbint.texinfo: Add an anti-printf exhortation, and update the
11028         info about patch submission.
11029
11030 Mon Jun  7 15:49:40 1999  Stan Shebs  <shebs@andros.cygnus.com>
11031
11032         From Per Bothner  <bothner@cygnus.com>:
11033         * gdb.texinfo: Document Chill support.
11034
11035 Fri Jun  4 16:58:22 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11036
11037         * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
11038         to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11039         Document that the value should be greater-than or equal-to zero.
11040         (NO_STD_REGS): Document. Deprecate.
11041
11042 Tue Jun  1 15:04:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11043
11044         * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
11045         Document that these are not used.
11046
11047 Thu May 27 09:28:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11048
11049         * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11050
11051 Mon May 24 10:07:39 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11052
11053         * gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
11054         numargs was dropped.
11055
11056 Thu May 20 12:26:59 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11057
11058         * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11059
11060 Tue Apr 27 19:14:20 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11061
11062         * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11063         Update.
11064
11065 Thu Apr 22 13:07:37 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11066
11067         * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11068         (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11069
11070 Wed Apr 21 13:59:01 1999  Dave Brolley  <brolley@cygnus.com>
11071
11072         * gdbint.texinfo: Fix typos: $ -> @.
11073
11074 Tue Apr 20 11:59:38 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11075
11076         * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
11077         LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11078         BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11079         BREAKPOINT_FROM_PC.
11080
11081 Mon Apr 12 16:00:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11082
11083         * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
11084         CALL_DUMMY_STACK_ADJUST): Document.
11085
11086 Thu Apr  8 17:23:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11087
11088         * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
11089         SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
11090
11091 1999-04-02  Stan Shebs  <shebs@andros.cygnus.com>
11092
11093         * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11094         longer exists.
11095
11096 Tue Mar  9 19:25:11 1999  Stan Shebs  <shebs@andros.cygnus.com>
11097
11098         * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
11099         nearly all @ifset/@ifclear conditionals; nobody uses them, and
11100         they make the manual source incomprehensible.
11101         * h8-cfg.texi: Remove, hasn't been used in years.
11102
11103 Thu Feb 11 18:00:59 1999  Stan Shebs  <shebs@andros.cygnus.com>
11104
11105         * gdb.texinfo: Update the credits.
11106
11107 Mon Feb  8 17:33:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
11108
11109         * gdb.texinfo: Fix mistakes noticed in printout of last
11110         draft, add Alpha to discussion of heuristic fence post.
11111
11112 Fri Feb  5 17:20:00 1999  Stan Shebs  <shebs@andros.cygnus.com>
11113
11114         * gdb.texinfo, remote.texi: Many changes; update to Seventh
11115         Edition, merge some HP changes into mainline, describe some
11116         previously undocumented features, describe more of the target
11117         commands available, eliminate obsolete section on renamed
11118         commands.
11119         * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11120
11121 Wed Jan 20 17:47:45 1999  Stan Shebs  <shebs@andros.cygnus.com>
11122
11123         * gdb.texinfo: Make many HPPA conditionals unconditional,
11124         including catchpoint description, since now on for all configs.
11125         * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11126         specializations.
11127
11128 Thu Jan 14 17:10:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
11129
11130         * Makefile.in (GDBvn.texi): Fix match expression to work with
11131         current format of VERSION in gdb/Makefile.in.
11132         * gdb.texinfo: Fix node ref to match new readline.
11133
11134 Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
11135
11136         * gdb.texinfo: Changes made as part of a project to merge in
11137           changes made by HP. Documentation makes extensive use of
11138           @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11139           on remote debugging. There are differences in documentation
11140           (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
11141           the HP manual discusses catchpoints, hardware watchpoints, and
11142           some HPUX specific limitations for shared library support.
11143
11144           There are also a number of @node changes.
11145
11146 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
11147
11148         * gdbint.texinfo (Formatting): Disambiguate a sentence.
11149         (C Usage): Same.
11150
11151 Wed Jan  6 11:55:34 1999  David Taylor  <taylor@texas.cygnus.com>
11152
11153         The following changes were made by Edith Epstein
11154         <eepstein@cygnus.com> as part of a project to merge in changes
11155         made by HP.
11156
11157         * HPPA-cfg.texi: new file.
11158
11159         * all-cfg.texi: set HPPA for HP PA-RISC targets.
11160
11161         * refcard.tex: change documentation about catch.
11162           removed info catch.
11163
11164 Mon Jan  4 18:29:18 1999  Stan Shebs  <shebs@andros.cygnus.com>
11165
11166         * gdbint.texinfo: Expand on GDB's coding standards,
11167         specify the use of arg names with prototypes.
11168
11169 1998-12-14  J.T. Conklin  <jtc@redbacknetworks.com>
11170
11171         * gdb.texinfo: Fix tipo.
11172
11173 Sun Dec 13 10:27:59 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11174
11175         * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
11176         TARGET_BYTE_ORDER_SELECTABLE_P.
11177
11178 Thu Dec 10 16:07:09 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11179
11180         * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11181
11182 1998-12-09  Jim Blandy  <jimb@zwingli.cygnus.com>
11183
11184         * agentexpr.texi: New file.
11185
11186 Wed Dec  9 21:13:57 1998  Andrew Cagney  <cagney@chook>
11187
11188         * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11189
11190 1998-12-03  J.T. Conklin  <jtc@redbacknetworks.com>
11191
11192         * remote.texi: Changed wording that implied that the GDB remote
11193         protocol caches register values instead of GDB itself.
11194
11195 Tue Dec  1 17:45:43 1998  Stan Shebs  <shebs@andros.cygnus.com>
11196
11197         * gdbint.texinfo: Add some info about symbol readers.
11198         (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11199         (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11200         (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11201         (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11202
11203 Mon Nov 30 11:32:21 1998  Andrew Cagney  <cagney@chook>
11204
11205         * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
11206
11207 Sat Nov 28 13:45:53 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11208
11209         * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11210
11211 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
11212
11213         * gdbint.texinfo (NO_SINGLE_STEP): Replace with
11214         SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
11215
11216 Wed Oct 14 10:02:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11217
11218         * gdbint.texinfo: Fix minor typos.
11219
11220 Wed Sep 30 18:03:19 1998  Stan Shebs  <shebs@andros.cygnus.com>
11221
11222         * gdbint.texinfo: Complete overhaul.  Group descriptions more
11223         logically, add more info on generic algorithms, remove much
11224         obsolete and/or wrong material.
11225
11226 Fri Jul 24 17:51:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11227
11228         * stabs.texinfo (Method Type Descriptor): Expand and correct.
11229
11230 Mon May  4 10:37:12 1998  Brian Youmans (3diff@gnu.org)
11231
11232         * refcard.tex:  Copyright, address updates.
11233
11234 Tue Apr 21 18:09:56 1998  Stan Shebs  <shebs@andros.cygnus.com>
11235
11236         * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11237         for the edition instead of confusing GDB-version-like numbers.
11238
11239 Mon Apr 13 14:05:00 1998  Fred Fish  <fnf@cygnus.com>
11240
11241         * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11242
11243 Thu Apr  2 16:52:44 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11244
11245         * LRS: Reformat a bit to keep text under 80 columns.
11246
11247 Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
11248
11249         * gdb.texinfo: Add some credits, mention bug monitor.
11250         * remote.texi: Mention mips monitor targets.
11251         * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
11252
11253 Mon Feb  2 17:13:03 1998  Stan Shebs  <shebs@andros.cygnus.com>
11254
11255         * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
11256         files, finish sorting of host vs target vs native macros, describe
11257         some more of them.
11258
11259 Tue Jan 13 16:44:50 1998  Fred Fish  <fnf@cygnus.com>
11260
11261         * gdbint.texinfo (Host Conditionals): Document change from
11262         using NO_MMALLOC to it's inverse, USE_MMALLOC.
11263
11264 Mon Nov 24 13:55:21 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11265
11266         * gdbint.texinfo (Host Conditionals): Document
11267         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
11268
11269 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11270
11271         * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11272         Document LSEEK_NOT_LINEAR.
11273
11274 Tue Mar 25 14:44:09 1997  Ian Lance Taylor  <ian@cygnus.com>
11275
11276         * stabs.texinfo (Stab Section Basics): Make it clear that only
11277         some versions of the GNU linker remove the leading N_UNDF symbol.
11278
11279 Thu Feb 27 17:45:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11280
11281         * stabs.texinfo (String Field): Document type number pairs here,
11282         instead of in the Sun specific section.
11283         (Include Files): The GNU linker supports the N_BINCL
11284         optimization.  Clarify the N_BINCL value, and what it is used
11285         for.
11286         (Procedures): Document N_FUN with an empty string to mark the end
11287         of a function.
11288         (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11289         (Sun Differences): Remove this node, as the information is now
11290         elsewhere in the main document.
11291         (Stab Section Basics): Mention that the GNU linker may optimize
11292         stabs and remove the leading N_UNDF symbol.
11293
11294 Mon Dec  9 12:23:32 1996  Roland Pesch  <roland@wrs.com>
11295
11296         * gdb.texinfo, refcard.tex: Restore author credit
11297
11298 Wed Oct  2 22:01:36 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
11299
11300         * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11301         documentation to account for START and END macros taking
11302         one arg.
11303
11304 Thu Aug 22 17:59:03 1996  Fred Fish  <fnf@cygnus.com>
11305
11306         From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11307         * gdb.texinfo (Frames): Fix typo.
11308
11309 Tue Jul 23 10:06:20 1996  Fred Fish  <fnf@cygnus.com>
11310
11311         * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11312         a target_signal as arg type, not a pid.
11313
11314 Fri Jul 12 11:10:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
11315
11316         * gdb.texinfo:  Document `set assembly-language'.
11317
11318 Thu Jul 11 13:50:28 1996  Stan Shebs  <shebs@andros.cygnus.com>
11319
11320         * remote.texi: Update list of stubs in the GDB distribution.
11321
11322 Fri Jul  5 15:38:54 1996  Fred Fish  <fnf@cygnus.com>
11323
11324         * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
11325         Also document that some systems can use mmalloc but must define
11326         this if their C runtime allocates memory that is later freed.
11327         (MMCHECK_FORCE): Document new macro.
11328
11329 Fri Jun 28 22:17:10 1996  Dawn Perchik  <dawn@cygnus.com>
11330
11331         * remote.texi: Add documentation for target Sparclet.
11332
11333 Mon Jun 24 18:12:22 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11334
11335         * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
11336         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11337         * configure.in: Rewritten for autoconf.
11338         * configure: New.
11339
11340 Mon Jun 17 10:43:41 1996  Fred Fish  <fnf@cygnus.com>
11341
11342         * Makefile.in (DVIPS): New define, set to dvips.
11343         (dvi): Add stabs.dvi.
11344         (ps): New target.
11345         (all-doc): Depend on info, dvi, and ps targets.
11346         (STAGESTUFF): Add *.ps and *.dvi files.
11347         (clean-info, clean-dvi): Remove.
11348         (mostlyclean): Does not depend upon clean-info or clean-dvi,
11349         rules completely rewritten.
11350         (maintainer-clean): Remove clean-info and clean-dvi
11351         dependencies and put their actions in the rules.
11352         (gdb.ps): New target
11353         (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
11354         intermediate TeX files, whether they have 2 or 3 character
11355         extensions.
11356         (gdbint.ps): Add target and rules.
11357         (gdb-internals): Delete unused target.
11358         (Makefile): Depends upon config.status also.
11359
11360 Sat Mar 30 15:46:58 1996  Fred Fish  <fnf@cygnus.com>
11361
11362         * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11363         set.
11364
11365 Sat Mar 16 15:10:20 1996  Fred Fish  <fnf@cygnus.com>
11366
11367         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11368         * gdb.texinfo (Expressions): Fix erroneous array constant example.
11369
11370 Sat Mar 16 13:28:45 1996  Fred Fish  <fnf@cygnus.com>
11371
11372         * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11373
11374 Sat Feb 10 03:28:36 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11375
11376         * gdb.texinfo (Print settings):  Document
11377         `set/show print static-members' commands.
11378
11379 Wed Jan 10 14:16:37 1996  Fred Fish  <fnf@cygnus.com>
11380
11381         * gdbint.texinfo (Native): Document name change, coredep.c to
11382         core-aout.c.
11383
11384 Wed Dec 13 12:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
11385
11386         * stabs.texinfo (Include Files): Document the values the SunOS4
11387         linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11388
11389 Fri Dec  8 21:08:44 1995  Fred Fish  <fnf@cygnus.com>
11390
11391         * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11392         Fix typo.
11393
11394 Fri Dec  1 11:07:50 1995  Fred Fish  <fnf@cygnus.com>
11395
11396         * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11397         "gdb.tar.Z".
11398
11399 Wed Sep 20 13:14:10 1995  Ian Lance Taylor  <ian@cygnus.com>
11400
11401         * Makefile.in (maintainer-clean): New target, synonym for
11402         realclean.
11403
11404 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
11405
11406         * Update all FSF addresses except those in COPYING* files.
11407
11408 Wed Jul 19 18:43:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
11409
11410         From Richard Earnshaw (rearnsha@armltd.co.uk):
11411         * gdb.texinfo (convenience variables): Document $_exitcode.
11412         (quit): Document optional expression to use as exit code.
11413
11414 Thu Jun 22 21:27:33 1995  Victoria Mixon  <victoria@cygnus.com>
11415
11416         * gdb.texinfo, remote.texi: Brought up to date with various
11417         GDB changes.
11418
11419 Tue Jun 20 14:35:38 1995  Stan Shebs  <shebs@andros.cygnus.com>
11420
11421         * gdb.texinfo: Update dates and versions, fix comments about
11422         hardware watchpoints in future releases and about the
11423         sharedlibrary command.
11424
11425 Mon May  8 09:30:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11426
11427         * stabs.texinfo: Remove node `XCOFF differences'.  Describe value of
11428         C_FUN stab.  Other cleanups.
11429
11430 Wed Apr 19 07:02:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11431
11432         * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11433         for the sparc stub.
11434
11435 Tue Apr 11 11:41:49 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11436
11437         * annotate.texi: Clarify which addresses have differing formats
11438         depending on the language and which do not.
11439
11440 Tue Mar 28 16:56:22 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11441
11442         * remote.texi (NetWare): Changed example to use BOARD= instead of
11443           NODE= argument to reflect correspoding change to gdbserve.nlm.
11444
11445 Fri Mar 17 06:47:02 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11446
11447         * stabs.texinfo (Negative Type Numbers): Mention the fact that
11448         GDB, as well as AIX dbx, supports the size type attribute.
11449
11450 Thu Mar 16 12:11:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11451
11452         * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11453
11454 Mon Mar 13 16:49:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11455
11456         * gdb.texinfo (Define):  Document $arg0... arguments to commands,
11457         and new 'if' and 'while' commands.
11458
11459 Fri Feb 17 15:24:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11460
11461         * gdb.texinfo (Artificial arrays):  Note use of coerce-to-array-type.
11462
11463 Wed Feb 15 11:59:18 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11464
11465         * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11466         * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11467           NetWare targets.  Mostly stolen from the Server node.
11468
11469 Fri Feb 10 20:20:08 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11470
11471         * gdb.texinfo (Setting): Talk about the language of a source file
11472         versus the working language.  The old documentation did not match
11473         what GDB did.
11474
11475 Wed Feb  1 20:26:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11476
11477         * stabs.texinfo (Source Files): Document N_SO used to mark the end
11478         of a source file.
11479
11480 Mon Jan 23 14:23:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11481
11482         * gdb.texinfo (Processes): New node.
11483
11484 Tue Jan 17 14:09:03 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11485
11486         * remote.texi: Update documentation of set/show mipsfpu.
11487
11488 Fri Jan  6 17:17:28 1995  Stan Shebs  <shebs@andros.cygnus.com>
11489
11490         * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11491         * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11492
11493 Sun Sep  4 16:47:21 1994  Stan Shebs  (shebs@andros.cygnus.com)
11494
11495         * gdbint.texinfo: Removed mentions of some incorrectly placed and
11496         obsolete conditionals, described some others.
11497
11498 Mon Aug  1 15:42:39 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11499
11500         * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11501         SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11502
11503 Mon Aug  1 15:12:02 1994  Stan Shebs  (shebs@andros.cygnus.com)
11504
11505         * gdbint.texinfo: Put regex conditionals in their own table.
11506
11507 Tue Jul 26 18:32:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
11508
11509         * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11510         described or fixed the descriptions of many others.
11511
11512 Sun Jul 17 14:14:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
11513
11514         * gdb.texinfo: Add some more credits.
11515         * gdbint.texinfo: Capitalize GDB consistently, describe some
11516         macros and remove some.
11517
11518 Thu Jul 14 18:43:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
11519
11520         * gdbint.texinfo: Removed mentions of many incorrectly placed and
11521         obsolete conditionals, described some others.
11522
11523 Tue Jul 12 12:23:15 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11524
11525         * gdb.texinfo (help targets):  Changed to `help target', which
11526         is the correct gdb command.
11527
11528 Wed Jun 22 18:00:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11529
11530         * annotate.texi (TODO): New node, for keeping track of annotations
11531         suggested but not yet implemented.
11532
11533 Wed Jun  1 16:10:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11534
11535         * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11536         another symbol, it is not the address itself.
11537
11538 Thu May  5 20:23:36 1994  Stan Shebs  (shebs@andros.cygnus.com)
11539
11540         * stabs.texinfo (Stab Section Basics): Add comment about alignment
11541         of stabs-in-coff sections.
11542
11543 Wed May  4 06:26:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11544
11545         * annotate.texi: Change edition to 0.5 and date to May 1994.
11546         Add index.
11547         (Frames): New node, for frame annotation.
11548         (Displays): New node, for display annotation.
11549
11550         * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11551         when waiting for your program to stop.
11552
11553 Fri Apr 29 18:24:46 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11554
11555         * annotate.texi (Breakpoint Info): Document annotation of header
11556         fields and record annotation.
11557
11558 Thu Apr 28 07:44:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11559
11560         * annotate.texi: New file, to document annotations.
11561
11562 Thu Apr 21 14:20:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11563
11564         * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11565         16 I meant to make this change but did not).  Do remove gdb-cfg.texi.
11566
11567 Wed Apr 20 11:22:48 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11568
11569         * stabs.texinfo (Stab Section Basics): Say what is in .stab
11570         section, and say n_strx field is compilation unit relative.
11571         * stabs.texinfo: Don't use @code for a.out when it is the name of
11572         an object file format.
11573
11574 Wed Apr 13 20:29:54 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11575
11576         * gdb.texinfo: Refer to file names, not path names, per rms
11577         convention.
11578         (Arguments): Fix typo.
11579
11580 Thu Mar 24 08:09:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11581
11582         * stabs.texinfo (Global Variables): Talk about stabs in files
11583         where variables are referenced, but not defined.
11584
11585 Wed Mar 23 07:16:36 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11586
11587         * stabs.texinfo: Move stuff on @ and # type descriptors from node
11588         Cplusplus to new nodes Member Type Descriptor and Method Type
11589         Descriptor.  Re-write stuff for #.
11590
11591 Wed Mar 16 08:20:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11592
11593         * gdb.texinfo (Print Settings): Don't document "set print
11594         fast-symbolic-addr off".  The bug which it worked around was fixed
11595         on 25 Feb 94 in coffread.c, so I'm nuking the command.
11596
11597         * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11598         N_ENTRY node.
11599
11600         * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11601
11602 Tue Mar 15 08:43:02 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11603
11604         * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11605         references to ieee-float.c.
11606
11607 Fri Mar 11 08:09:40 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11608
11609         * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11610         match what the code actually does.
11611
11612 Wed Mar  9 19:43:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11613
11614         * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11615
11616 Tue Mar  1 17:04:43 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11617
11618         * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11619         i, and b.
11620
11621 Wed Feb 23 10:44:18 1994  Jim Kingdon  (kingdon@rtl.cygnus.com)
11622
11623         * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11624         well as for ELF and SOM.  Unify the descriptions of ELF and SOM
11625         as "stabs in sections" rather than just saying "ELF and SOM".
11626         Also make that stuff apply to COFF.
11627
11628 Fri Feb 18 08:25:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11629
11630         * gdb.texinfo (Formatting Documentation): Change GhostScript to
11631         Ghostscript.
11632
11633 Fri Feb  4 06:31:31 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11634
11635         * gdb.texinfo (Continuing and Stepping): When talking about "step"
11636         versus functions without line numbers, also mention stepping into
11637         them as well as "step" when you are in them.  Tell the user how to
11638         deal with the situation.  Add comment about "debugging information".
11639
11640 Thu Feb  3 11:39:59 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11641
11642         * stabs.texinfo (Enumerations): Document restriction on where
11643         enumeration types can appear and still win with GDB.
11644
11645 Wed Feb  2 11:29:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11646
11647         * stabs.texinfo (Negative Type Numbers): Document format for type
11648         -16.
11649
11650 Thu Jan 27 16:53:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11651
11652         * gdb.texinfo (Selection, Frame Info): Update information about
11653         arbitrary frame specficiations.
11654
11655 Wed Jan 26 15:31:57 1994  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11656
11657         * gdb.texinfo, remote.texi: general editing pass prior to Net release
11658
11659 Tue Jan 25 12:12:04 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11660
11661         * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11662
11663 Wed Jan 19 06:39:24 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
11664
11665         * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11666
11667 Sun Jan 16 12:43:32 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11668
11669         * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11670         Differences node to Statics node.
11671         (Statics): Discuss XCOFF use of V symbol descriptor.
11672
11673         * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11674         not clean.
11675
11676 Wed Jan 12 21:29:54 1994  John Gilmore  (gnu@cygnus.com)
11677
11678         * gdb.texinfo (Print Settings): Document `set print
11679         fast-symbolic-addr' and improve the doc for some other
11680         `set print's.
11681
11682 Mon Jan  3 17:23:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11683
11684         * stabs.texinfo (String Field): Talk about defining several type
11685         numbers at once.
11686         Fix lint regarding changing node ELF Transformations to
11687         ELF and SOM Transformations.
11688
11689 Fri Dec 31 00:42:43 1993  John Gilmore  (gnu@cygnus.com)
11690
11691         * stabs.texinfo:  Insert Peter Kessler's name as inventor (I think).
11692
11693 Tue Dec 28 09:30:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11694
11695         * stabs.texinfo (Cross-References): `::' is for nested types only
11696         within <>.
11697         (Structures): Document static members.
11698
11699 Mon Dec 27 13:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11700
11701         * stabs.texinfo: Document S type attribute.
11702
11703 Sun Dec 26 20:46:36 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
11704
11705         * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11706
11707 Fri Dec  3 19:13:19 1993  John Gilmore  (gnu@cygnus.com)
11708
11709         * gdbint.texinfo:  Fix a few typos.
11710
11711 Sun Nov 28 18:06:25 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11712
11713         * gdb.texinfo, remote.texi: formatting improvements
11714
11715         * gdb.texinfo (New Features): mention threads.
11716         (Summary, C): fix xrefs in newly contributed text.
11717         (Threads): index entries, clarifications, example
11718         (passim): minor typos fixed, phrasing improvements
11719
11720         * remote.texi (Bootstrapping): rephrase text on ^C and add index
11721         entries; (Server): explain use of gdbserver w/real-time systems,
11722         add example of conflicting TCP port; (MIPS Remote) break up
11723         running text into table, highlighting commands, and add example.
11724
11725 Wed Nov 24 14:15:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11726
11727         * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11728
11729 Fri Nov 12 16:10:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11730
11731         * stabs.texinfo (Nested Symbols): New node.
11732         (String Field, Symbol Descriptors, Cross-References): Refer to it.
11733
11734 Thu Nov 11 13:26:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11735
11736         * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11737         to picking which Bbss.bss symbol to use, and (because there seems to
11738         be no good way of doing it) re-write some of the text to make it
11739         sound like Bbss.bss isn't such a great idea after all (as currently
11740         designed).
11741
11742         * gdb.texinfo (C): In addition to saying people have to use g++ for
11743         good results, say they have to use stabs.  Specifically say cfront
11744         doesn't work well.
11745         (Summary): Merge in information on Modula-2, Pascal, and Chill from
11746         the gdb README.  Add xrefs to places where the support for the various
11747         languages is described in detail.
11748
11749 Mon Nov  8 11:47:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11750
11751         * stabs.texinfo: Clean up stuff about visibility and virtual
11752         characters.
11753
11754         * stabs.texinfo (N_M2C): Cite Sun doc.
11755
11756 Fri Nov  5 16:27:27 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11757
11758         * gdb.texinfo: updates re threads.
11759         * remote.texinfo: avoid index entries starting with digits.
11760
11761 Tue Nov  2 09:08:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11762
11763         * stabs.texinfo (Enumerations): Talk about large, negative and
11764         octal values.  Clean up cross reference to type attributes.
11765         (String Field): Say that GDB 4.11 supports size attribute.
11766
11767 Sun Oct 31 13:31:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11768
11769         * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11770         is a mandatory step.  Make the stuff about that more concise.
11771
11772 Wed Oct 27 00:25:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11773
11774         * stabs.texinfo (Class Names): New node.
11775
11776         * gdb.texinfo (Command Files): Explain order of init file reading.
11777
11778         * remote.texi (Bootstrapping): Talk about getting the serial driver
11779         to deal with ^C sent by gdb to stop the remote system.
11780
11781 Mon Oct 25 03:25:41 1993  Tom Lord  (lord@cygnus.com)
11782
11783         * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11784
11785         * libgdb.texinfo (Defining Commands): made the DOC arg
11786         to gdb_define_app_command a char * instead of char **
11787         per a suggestion from kingdon.
11788
11789         * libgdb.texinfo: total rewrite from a different starting
11790         premise.
11791
11792 Wed Oct 20 18:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11793
11794         * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11795         floats passed as doubles (to improve clarity).
11796
11797 Tue Oct 19 14:21:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11798
11799         * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11800
11801         * a4rc.sed: update to work with Andreas Vogel papersize params
11802
11803         * refcard.tex: use Andreas Vogel simplifications of papersize
11804         params; remove useless version info; update copyright date.
11805
11806 Tue Oct 19 10:46:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11807
11808         * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11809
11810 Tue Oct 12 09:11:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11811
11812         * gdb.texinfo (Files): Say what address the load command loads it at.
11813
11814         * stabs.texinfo (Common Blocks): Minor cleanups.
11815
11816         * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11817         that Sun has backed away from the linker kludge and thus the relevant
11818         issue is changes to the SunPRO tools, not the Solaris linker.
11819
11820         * stabs.texinfo (Traditional Integer Types): Clean up description
11821         of octal bounds a little bit.  Document extra leading zeroes.
11822
11823 Thu Oct  7 16:15:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11824
11825         * gdb.texinfo (Signaling): Update for symbolic symbol names
11826         and add a section explaining the difference between the GDB
11827         signal command and the shell kill utility.
11828
11829 Wed Oct  6 13:23:01 1993  Tom Lord  (lord@rtl.cygnus.com)
11830
11831         * libgdb.texinfo: added `@' to braces that were unescaped.
11832
11833 Mon Oct  4 10:42:18 1993  Tom Lord  (lord@rtl.cygnus.com)
11834
11835         * libgdb.texinfo: new file.  Spec for the gdb library.
11836
11837 Sun Oct  3 15:26:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11838
11839         * stabs.texinfo (Include Files): Fix typo (start -> end).
11840
11841 Thu Sep 30 18:24:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11842
11843         * gdb.texinfo, remote.texi: assorted small improvements, mostly
11844         from Melissa at FSF's editing pass.
11845
11846 Thu Sep 30 11:54:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11847
11848         * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11849         I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11850         Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11851
11852 Wed Sep 22 21:22:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11853
11854         * remote.texi (Bootstrapping): Discuss 386 call gates.
11855
11856 Sat Sep 18 17:10:44 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11857
11858         * stabs.texinfo (Based Variables): New node.
11859
11860 Thu Sep 16 17:48:55 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
11861
11862         * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11863         names, sizes, and formats to suggest how not to lose.
11864
11865 Sat Sep 11 09:35:11 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11866
11867         * stabs.texinfo (Methods): Fix typo.
11868
11869 Fri Sep 10 06:34:20 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11870
11871         * gdb.texinfo: Fix a few typos.
11872
11873 Wed Sep  8 09:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11874
11875         * gdb.texinfo: Clarify how well it works with Fortran.
11876
11877         * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11878         More on relocating stabs in ELF files.
11879
11880 Tue Sep  7 13:45:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11881
11882         * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11883
11884 Mon Sep  6 19:23:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11885
11886         * stabs.texinfo (Local Variable Parameters): Talk about nameless
11887         parameters on VAX.
11888
11889 Fri Sep  3 17:06:08 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11890
11891         * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11892
11893 Fri Sep  3 12:04:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11894
11895         * stabs.texinfo: Make info author notice match the TeX author notice.
11896
11897 Tue Aug 31 13:21:06 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11898
11899         * stabs.texinfo: Initial-caps all words in node names and
11900         non-trivial words in section names.
11901
11902 Mon Aug 30 11:13:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11903
11904         * stabs.texinfo: Many minor cleanups.
11905
11906         * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11907
11908 Sat Aug 28 12:08:09 1993  David J. MacKenzie  (djm@edison.eng.umd.edu)
11909
11910         * stabs.texinfo: Remove full description of big example.
11911         It's not really helpful; just use pieces of it where appropriate.
11912         Add more Texinfo formatting directives (@samp, etc.).
11913         Use @deffn to define stab types.
11914         Eliminate some wordiness.  Break up some nodes.
11915         Add an (alphabetized) index of symbol types.
11916         Use consistent capitalization style in node and section names.
11917
11918 Thu Aug 26 06:36:31 1993  Fred Fish  (fnf@deneb.cygnus.com)
11919
11920         * gdb.texinfo:  Change typo "Two two" to "The two".
11921
11922 Sun Aug 22 12:15:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11923
11924         * stabs.texinfo (XCOFF-differences): Remove references to
11925         non-existent types N_DECL and N_RPSYM.
11926
11927         * stabs.texinfo (String Field): Say that type attributes bug is
11928         fixed in GDB 4.10, since it is.
11929
11930         * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11931
11932 Sat Aug 21 04:32:28 1993  David MacKenzie  (djm@cygnus.com)
11933
11934         * stabs.texinfo: Formatting cleanups.
11935
11936 Fri Aug 20 20:49:53 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11937
11938         * stabs.texinfo: When explaining the n_type of a stab, standardize
11939         how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11940         no tabs, use @r).
11941         (Global Variables): Clean up.
11942
11943 Tue Aug 17 15:57:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11944
11945         * stabs.texinfo (Stack Variables): Re-write.
11946
11947 Mon Aug 16 21:20:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11948
11949         * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11950         addresses of a source file.  Also revise formatting.
11951         Change "object module" or "object file" to "source file".
11952         Various: Miscellaneous cleanups.
11953
11954 Thu Aug 12 15:11:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11955
11956         * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11957
11958 Tue Aug 10 16:57:49 1993  Stan Shebs  (shebs@rtl.cygnus.com)
11959
11960         * gdbint.texinfo: Removed many nonsensical machine-collected
11961         host and target conditionals, described some of the remainder.
11962
11963 Tue Aug 10 13:28:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11964
11965         * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11966
11967         * gdbint.texinfo (Top): Add name to @top line, and re-write the
11968         paragraph which follows.
11969
11970         * gdbint.texinfo (Host): Use @code not @samp for Makefile
11971         variables.  Looks better and avoids overful hbox.
11972
11973 Fri Jul 30 18:26:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11974
11975         * stabs.texinfo (Procedures): Improve stuff on nested functions.
11976
11977 Thu Jul 29 15:10:58 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11978
11979         * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11980         retransmit-timeout
11981
11982 Thu Jul 29 13:16:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11983
11984         * gdbint.texinfo: Update statement about `some ancient Unix
11985         systems, like Ultrix 4.0' to Ultrix 4.2.
11986
11987 Wed Jul 28 15:26:53 1993  Roland H. Pesch  (pesch@el_bosque.cygnus.com)
11988
11989         * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11990
11991         * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11992
11993         * remote.texi: (Server) New node on gdbserver.  (Remote Serial,
11994         ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11995
11996         * remote.texi: new name for former gdbinv-s.texi
11997
11998         * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11999
12000 Wed Jul 28 08:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
12001
12002         * gdbinv-s.texi: Documented timeout and retransmit-timeout
12003         variables for MIPS remote debugging protocol.
12004
12005 Mon Jul 26 13:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12006
12007         * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12008
12009 Tue Jul 20 16:30:41 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
12010
12011         * Makefile.in (refcard.dvi): Use srcdir where necessary.
12012
12013 Mon Jul 19 12:02:50 1993  Roland H. Pesch  (pesch@cygnus.com)
12014
12015         * gdb.texinfo: repair conditional bugs in text markup
12016
12017 Fri Jul 16 18:57:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12018
12019         * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12020         to select Modula-2 material.
12021
12022 Thu Jul 15 13:15:01 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12023
12024         * stabs.texinfo: Cleanups regarding statics.
12025
12026         * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12027         (Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.
12028
12029 Mon Jul 12 13:37:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12030
12031         * stabs.texinfo: N_MAIN is sometimes used for C.
12032
12033 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12034
12035         * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12036
12037 Tue Jul  6 12:41:28 1993  John Gilmore  (gnu@cygnus.com)
12038
12039         * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
12040         removed from the code by Kingdon.
12041
12042 Tue Jul  6 12:24:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12043
12044         * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12045         input when evaluating breakpoint conditions; the bug has been fixed.
12046
12047         * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12048         sets the ignore count to N-1, not to N.
12049
12050 Thu Jul  1 14:57:42 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12051
12052         * refcard.tex (\hoffset): correct longstanding error to match
12053           intended offset; avoids cutting off edge on some printers
12054
12055 Wed Jun 30 18:23:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12056
12057         * stabs.texinfo (Parameters): Say that order of stabs is significant.
12058
12059 Fri Jun 25 21:34:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12060
12061         * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12062
12063 Fri Jun 25 16:15:10 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12064
12065         * Makefile.in: (REFEDITS) new var to control whether PS or CM
12066         fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12067         collect sed edits if any, apply to refcard before formatting;
12068         (refcard.ps) stop implying PS fonts if PS output requested;
12069         (lrefcard.ps) delete extra target for variant PS fonts
12070
12071         * refcard.tex: parametrize papersize dependent info, collect
12072           in easily replaced spot
12073
12074         * a4rc.sed: new file, edits to refcard for A4 paper
12075
12076 Fri Jun 25 14:21:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12077
12078         * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12079
12080 Wed Jun 23 15:02:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12081
12082         * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12083
12084 Tue Jun 22 16:31:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12085
12086         * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12087         politely rather than rudely.
12088
12089 Fri Jun 18 19:42:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12090
12091         * stabs.texinfo: Document common blocks.
12092
12093 Fri Jun 18 12:12:57 1993  Fred Fish  (fnf@cygnus.com)
12094
12095         * stabs.texinfo:  Add some basic info about stabs-in-elf.
12096
12097 Fri Jun 18 13:57:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12098
12099         * stabs.texinfo (Top): Minor cleanup.
12100
12101 Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
12102
12103         * Makefile.in (install-info): remove parentdir support
12104
12105 Tue Jun 15 18:11:39 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12106
12107         * gdb.texinfo (Copying): delete this node and references to it;
12108         RMS says this manual need not carry GPL. (passim): Improvements
12109         from last round at FSF, largely due to Ian Taylor review, and
12110         minor formatting improvements.
12111
12112         * gdbinv-s.texi (passim): Improvements from last round at FSF,
12113         largely due to Ian Taylor review. (Debug Session): minor edits to
12114         new text.
12115
12116 Sun Jun 13 12:52:39 1993  Jim Kingdon  (kingdon@cygnus.com)
12117
12118         * Makefile.in (realclean): Remove info and dvi files too.
12119
12120 Sat Jun 12 16:09:22 1993  Jim Kingdon  (kingdon@cygnus.com)
12121
12122         * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12123         * Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.
12124         * gdb.texinfo: Change accordingly.
12125
12126         * stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
12127         N_{L,R}BRAC,N_SLINE are relative to.
12128
12129 Fri Jun 11 15:15:55 1993  Jim Kingdon  (kingdon@cygnus.com)
12130
12131         * Makefile.in (GDBvn.texi): Update atomically.
12132
12133 Wed Jun  9 10:58:16 1993  Jim Kingdon  (kingdon@cygnus.com)
12134
12135         * gdbinv-s.texi (Debug Session): Document exceptionHook.
12136
12137 Tue Jun  8 13:42:04 1993  Jim Kingdon  (kingdon@cygnus.com)
12138
12139         * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12140         addresses together.  Also motivate the set print symbol-filename
12141         command and suggest other solutions.
12142
12143 Tue Jun  1 22:46:43 1993  Fred Fish  (fnf@cygnus.com)
12144
12145         * gdb.texinfo (set print elements):  Note that the number of
12146         elements is set to unlimited by "set print elements 0".
12147
12148 Mon May 31 08:06:55 1993  Jim Kingdon  (kingdon@cygnus.com)
12149
12150         * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12151         NF_LDOUBLE means.
12152         (Stab Types): Include Solaris stab types.
12153         (Procedures): Document Solaris extensions.
12154
12155 Thu May 27 06:20:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12156
12157         * gdb.texinfo:  Add `set print symbol-filename' doc.
12158
12159 Wed May 26 00:26:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12160
12161         * stabs.texinfo (Arrays): Talk about type definition vs. type
12162         information.
12163
12164         * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12165         the trailing semicolon.
12166
12167 Tue May 25 14:49:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12168
12169         * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12170         and merge in other parts of the document addressing these subjects.
12171         gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12172
12173         * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12174         at the end of a range type.
12175
12176         * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12177         AIX extensions.
12178
12179 Mon May 24 09:00:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12180
12181         * stabs.texinfo (Stabs Format):  Misc fixes.
12182
12183 Sat May 22 10:40:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12184
12185         * stabs.texinfo (Constants):  Allow an `e' constant to be non-enum.
12186         (Traditional builtin types): Document convex convention for long long.
12187         (Negative builtin types): Discuss type names, and misc fixes.
12188
12189 Fri May 21 11:20:31 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12190
12191         * stabs.texinfo (Builtin Type Descriptors): Document the floating
12192         point types used with @samp{R} type descriptor.
12193         (Symbol Descriptors): Describe how to handle conflict between
12194         different meanings of @samp{P} symbol descriptor.
12195
12196 Thu May 20 13:35:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12197
12198         * stabs.texinfo: Remove node Quick Reference and put its children
12199         directly under the main menu.
12200
12201         * stabs.texinfo: Many more changes to bring it into line with
12202         AIX documentation and reality.  I think it now has all the
12203         information from the AIX documentation, except that I burned
12204         out when I got to variant records (Pascal and Modula-2) and
12205         all the COBOL types.  Oh well, we can add them later when we're
12206         worrying more about those languages.
12207
12208         * stabs.texinfo (Automatic variables): Talk about what it means
12209         to omit the symbol descriptor.
12210
12211 Tue May 18 17:59:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12212
12213         * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12214         gcc2 behavior with promoted args.
12215
12216 Fri May 14 21:35:29 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12217
12218         * gdb.texinfo: include readline appendices in info version of manual
12219
12220 Fri May  7 11:56:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12221
12222         * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12223         target remote.
12224
12225         * gdb.texinfo (Machine Code): more index entries for disassemble
12226
12227 Fri May  7 10:12:30 1993  Fred Fish  (fnf@cygnus.com)
12228
12229         * Clarify the intended use of the gdb-testers and gdb-patches
12230         mailing lists, and shrink gzip comment.
12231
12232 Thu May  6 16:39:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12233
12234         * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12235         DOSHOST configuration of manual.
12236
12237         * gdb.texinfo (MIPS Stack): new node.
12238
12239         * all-config.texi (MIPS) new switch.
12240
12241         * gdbinv-s.texi (Nindy Options) Remove two instances of future
12242         tense; (MIPS Remote) new node.
12243
12244         * gdb.texinfo (passim) rephrases to work around makeinfo @value
12245         bug; (Environment) less passive, other small cleanups in text about
12246         .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12247         (Remote) new MIPS Remote menu entry.
12248
12249 Thu Apr 29 09:36:25 1993  Jim Kingdon  (kingdon@cygnus.com)
12250
12251         * stabs.texinfo: Many changes to include information from the
12252         AIX documentation.
12253
12254         * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12255
12256 Tue Apr 27 14:02:57 1993  Jim Kingdon  (kingdon@cygnus.com)
12257
12258         * gdbint.texinfo (new node Debugging GDB, elsewhere):
12259         Move a bunch of information from ../README.
12260         (Getting Started): New node.
12261
12262 Fri Apr 23 17:21:13 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12263
12264         * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12265
12266         * gdb.texinfo: advance manual revision dates to present
12267
12268         * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12269         stop using silly Roman numerals in @set variable names
12270
12271 Fri Apr 23 07:30:01 1993  Jim Kingdon  (kingdon@cygnus.com)
12272
12273         * stabs.texinfo (Parameters): Keep trying to get this right.
12274
12275 Wed Apr 21 15:18:47 1993  Jim Kingdon  (kingdon@cygnus.com)
12276
12277         * stabs.texinfo (Parameters): More on "local parameters".
12278
12279 Mon Apr 19 08:00:51 1993  Jim Kingdon  (kingdon@cygnus.com)
12280
12281         * stabs.texinfo (Parameters): Re-do "local parameters" section.
12282
12283 Sun Apr 18 09:47:45 1993  Jim Kingdon  (kingdon@cygnus.com)
12284
12285         * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12286         (Parameters): Rewrite.
12287         (xcoff-differences, Sun-differences): Minor changes.
12288
12289 Thu Apr 15 02:35:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
12290
12291         * stabs.texinfo:  Minor cleanup.
12292
12293 Wed Apr 14 17:31:00 1993  Jim Kingdon  (kingdon@cygnus.com)
12294
12295         * gdbint.texinfo: Minor xcoff stuff.
12296
12297 Wed Apr  7 14:11:07 1993  Fred Fish  (fnf@cygnus.com)
12298
12299         * gdbint.texinfo:  Update for new config directory structure.
12300         Add info about internal type data structures.
12301
12302 Mon Apr  5 09:06:30 1993  Ian Lance Taylor  (ian@cygnus.com)
12303
12304         * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12305         $(srcdir).
12306         (gdb-config.texi): Depend on file in $(srcdir).
12307
12308 Fri Apr  2 16:55:13 1993  Jim Kingdon  (kingdon@cygnus.com)
12309
12310         * stabs.texinfo: Fixes about N_SO.
12311
12312 Fri Mar 26 18:00:35 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12313
12314         * gdb.texinfo: include list of nonstandard init file names
12315
12316         * *-config.texi: new switch GENERIC for text that applies *only*
12317         to (usual) multiple-target version of manual
12318
12319         * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12320         h8 config
12321
12322         * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12323         in menus (rather than conditionally selected multiple alternative
12324         menus).
12325
12326         * Makefile.in: define and use DOC_CONFIG var to select
12327         configuration for GDB user manual.
12328
12329         * gdb-config.texi: delete from repository, generate from Makefile.
12330
12331         * all-config.texi: normal `generic' configuration file, formerly
12332         stored as gdb-config.texi
12333
12334 Wed Mar 24 14:03:19 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
12335
12336         * Makefile.in: add dvi target to build all .dvi files
12337
12338 Tue Mar 23 16:03:24 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12339
12340         * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12341
12342 Fri Mar 19 21:46:50 1993  John Gilmore  (gnu@cygnus.com)
12343
12344         * gdbint.texinfo:  Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12345         host conditionals.
12346         * stabs.texinfo:  More array fixes inspired by Jim's.
12347
12348 Fri Mar 19 10:23:34 1993  Jim Kingdon  (kingdon@cygnus.com)
12349
12350         * stabs.texinfo: Fixes re arrays and continuations.
12351
12352         * gdbint.texinfo: Add XCOFF node.
12353
12354 Mon Mar  8 15:52:18 1993  John Gilmore  (gnu@cygnus.com)
12355
12356         * gdb.texinfo:  Add `set print max-symbolic-offset' doc.
12357
12358 Sun Feb 21 17:09:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
12359
12360         * stabs.texinfo:  Fix for array types to mention lower bounds.
12361
12362 Thu Feb 18 01:19:49 1993  John Gilmore  (gnu@cygnus.com)
12363
12364         * gdbint.texinfo:  Update PTRACE_ARG3_TYPE doc, pull PT_*.
12365
12366 Wed Feb 17 08:15:24 1993  John Gilmore  (gnu@cygnus.com)
12367
12368         * gdbint.texinfo:  Remove SET_STACK_LIMIT_HUGE from target defines.
12369
12370 Thu Feb 11 10:38:40 1993  John Gilmore  (gnu@cygnus.com)
12371
12372         * gdbint.texinfo:  Fix thinko (NM_FILE => NAT_FILE).  Found
12373         by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12374
12375 Wed Feb 10 23:59:19 1993  John Gilmore  (gnu@cygnus.com)
12376
12377         * gdbint.texinfo:  Eliminate IBM6000_HOST, document IBM6000_TARGET.
12378
12379 Tue Feb  9 18:26:21 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12380
12381         * gdb.texinfo, gdbinv-s.texi: misc updates
12382
12383 Sat Feb  6 10:25:47 1993  John Gilmore  (gnu@cygnus.com)
12384
12385         * gdbint.texinfo:  Brief documentation for longjmp support,
12386         from an email msg by Stu.
12387
12388 Fri Feb  5 14:10:15 1993  John Gilmore  (gnu@cygnus.com)
12389
12390         * stabs.texinfo:  Fix description of floating point "range"
12391         types (which really define basic types).  Reported by Jim Meehan,
12392         <meehan@src.dec.com>.
12393
12394         * gdbint.texinfo:  Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12395
12396 Thu Feb  4 13:56:46 1993  Ian Lance Taylor  (ian@cygnus.com)
12397
12398         * gdbint.texinfo: Slightly expand section on supporting a new
12399         object file format.
12400
12401 Thu Feb  4 01:49:04 1993  John Gilmore  (gnu@cygnus.com)
12402
12403         * Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
12404         intermediate file.
12405
12406 Tue Feb  2 12:18:06 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12407
12408         * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12409
12410 Mon Feb  1 15:35:47 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12411
12412         * gdbinv-s.texi: z8000 simulator target name is just "sim"
12413
12414         * gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
12415         as well as Z8002.
12416
12417 Sat Nov 28 06:51:35 1992  John Gilmore  (gnu@cygnus.com)
12418
12419         * gdbint.texinfo:  Add sections on clean design and on how to send
12420         in changes.
12421
12422 Mon Nov  9 23:57:02 1992  John Gilmore  (gnu@cygnus.com)
12423
12424         * gdbint.texinfo:  Add how to declare the result of make_cleanup.
12425
12426 Mon Oct 26 11:09:47 1992  John Gilmore  (gnu@cygnus.com)
12427
12428         * gdb.texinfo:  Fix typo, reported by Karl Berry.
12429
12430 Fri Oct 23 00:41:21 1992  John Gilmore  (gnu@cygnus.com)
12431
12432         * gdb.texinfo:  Add opcodes dir to GDB distribution description.
12433
12434 Sat Oct 10 18:04:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12435
12436         * gdbint.texinfo: fixed a stray email address (needs @@),
12437         added @table @code to node "Native Conditionals"
12438
12439 Tue Sep 22 00:34:15 1992  John Gilmore  (gnu@cygnus.com)
12440
12441         * gdbint.texinfo:  Describe coding style of GDB.
12442
12443 Mon Sep 21 19:32:16 1992  John Gilmore  (gnu@cygnus.com)
12444
12445         * stabs.texinfo:  Minor wording changes.
12446
12447 Tue Sep 15 02:57:09 1992  John Gilmore  (gnu@cygnus.com)
12448
12449         * gdbint.texinfo:  Improve release doc slightly.
12450
12451 Fri Sep 11 01:34:25 1992  John Gilmore  (gnu@sphagnum.cygnus.com)
12452
12453         * gdbint.texinfo:  Improve doc of GDB config macros.
12454
12455 Wed Sep  9 16:52:06 1992  John Gilmore  (gnu@cygnus.com)
12456
12457         * stabs.texinfo:  Remove Bothner's changes for C++ nested types.
12458         These will be reinserted when examined.
12459
12460 Mon Aug 24 01:17:55 1992  John Gilmore  (gnu@cygnus.com)
12461
12462         * gdbint.texinfo:  Make a start at documenting all the #if macros
12463         in GDB.  At least list them all, and start separating them into
12464         host-specific and target-specific.
12465
12466 Tue Aug 18 15:59:13 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12467
12468         * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12469         examples (not consistent w others).
12470         gdb.texinfo: issue disclaimer paragraph on cmdline options only
12471         for generic vn of doc
12472
12473 Tue Aug 18 14:53:27 1992  Ian Lance Taylor  (ian@cygnus.com)
12474
12475         * Makefile.in: always create installation directories.
12476
12477 Tue Aug 18 14:11:50 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12478
12479         * gdb.texinfo: in h8 config, do not describe searching commands.
12480
12481 Mon Aug 17 18:07:59 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12482
12483         * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12484           conditionals; introduce a few generic switches that may be
12485           useful for other cross-dev or dos-hosted configs.
12486
12487         * gdb.texinfo: fix typo in "info reg" description
12488
12489 Sun Aug 16 01:16:18 1992  John Gilmore  (gnu@cygnus.com)
12490
12491         * stabs.texinfo:  Minor updates from running TeX over it.
12492         * Makefile.in (stabs.dvi, stabs.ps):  Add.
12493
12494 Sat Aug 15 20:52:24 1992  Per Bothner  (bothner@rtl.cygnus.com)
12495
12496         * stabs.texinfo:  Stabs documentation, written by Julia Menapace.
12497         First pass at converting it to texinfo.
12498
12499 Sat Aug 15 03:14:59 1992  John Gilmore  (gnu@cygnus.com)
12500
12501         * gdb.texinfo, refcard.tex:  Document mult args on `info reg'.
12502         * Makefile.in (refcard.ps, lrefcard.ps):  Add missing $(srdir).
12503
12504 Fri Aug 14 21:08:47 1992  John Gilmore  (gnu@cygnus.com)
12505
12506         * gdbint.texinfo:  Add section on partial symbol tables.
12507
12508 Sat Jun 20 16:31:10 1992  John Gilmore  (gnu at cygnus.com)
12509
12510         * gdb.texinfo:  document `set remotedebug' and `set
12511         rstack_high_address'.
12512
12513 Thu May 14 17:09:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12514
12515         * gdb.texinfo: slight expansion of new text on reading info files
12516         * gdbinv-s.m4.in: correct and expand info on cross-debugging
12517         H8/300 from DOS.
12518
12519 Tue May 12 12:22:47 1992  John Gilmore  (gnu at cygnus.com)
12520
12521         * gdb.texinfo:  `info user' => `show user'.  Noticed by David Taylor.
12522
12523 Mon May 11 19:06:27 1992  John Gilmore  (gnu at cygnus.com)
12524
12525         * gdb.texinfo:  Say how to read the `info' files.
12526
12527 Tue May  5 12:11:38 1992  K. Richard Pixley  (rich@cygnus.com)
12528
12529         * Makefile.in: gm4 -> m4.
12530
12531 Fri Apr 10 17:50:43 1992  John Gilmore  (gnu at rtl.cygnus.com)
12532
12533         * gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
12534         Documentation' ahead of `Installing GDB' to match README.
12535         Update shared library doc, -readnow and -mapped, and directory
12536         structure (add glob and mmalloc).  Update configure doc.
12537
12538 Tue Mar 24 23:28:38 1992  K. Richard Pixley  (rich@cygnus.com)
12539
12540         * Makefile.in: remove $(srcdir) from gdb.info rule.
12541
12542 Sat Mar  7 18:44:50 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12543
12544         * Makefile.in: commented out gdb-all.texinfo rule.  This is
12545           temporary.
12546
12547 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
12548
12549         * Makefile.in, configure.in: removed traces of namesubdir,
12550           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
12551           copyrights to '92, '13, changed some from Cygnus to FSF.
12552
12553 Fri Dec 13 09:47:31 1991  John Gilmore  (gnu at cygnus.com)
12554
12555         * gdb.texinfo:  Improve how we ask for bug reports.
12556
12557 Tue Dec 10 04:07:21 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12558
12559         * Makefile.in: infodir belongs in datadir.
12560
12561 Fri Dec  6 23:57:34 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12562
12563         * Makefile.in: remove spaces following hyphens, bsd make can't
12564           cope.  install using INSTALL_DATA.  added clean-info.  added
12565           standards.text support.
12566
12567 Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12568
12569         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
12570           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
12571           and mandir now keyed off datadir by default.
12572
12573 \f
12574 Local Variables:
12575 mode: change-log
12576 left-margin: 8
12577 fill-column: 74
12578 version-control: never
12579 coding: utf-8
12580 End: