Update symbol domain and location values for Python
[external/binutils.git] / gdb / doc / ChangeLog
1 2018-10-06  Tom Tromey  <tom@tromey.com>
2
3         PR python/21765:
4         * python.texi (Symbols In Python): Document the module and
5         common-block domains.  Remove documentation for incorrect
6         domains.
7
8 2018-10-03  Tom Tromey  <tom@tromey.com>
9
10         * gdb.texinfo (Configure Options): Document --enable-ubsan.
11
12 2018-10-02  John Darrington <john@darrington.wattle.id.au>
13
14         * gdb.texinfo (Remote Connection Commands): Describe
15           the changes to target remote and target extended-remote
16           relating to Unix domain sockets.
17
18 2018-10-01  Tom Tromey  <tom@tromey.com>
19
20         * gdb.texinfo (Configure Options): Document configure options.
21
22 2018-09-29  Tom Tromey  <tom@tromey.com>
23
24         * gdb.texinfo (Requirements): Mention C++, GNU make.
25         (Requirements): Sort the table.  Add more libraries.
26         (Running Configure): Remove obsolete text.
27         (Separate Objdir): Likewise.
28         (Configure Options): Likewise.
29
30 2018-09-28  Andrew Burgess  <andrew.burgess@embecosm.com>
31
32         * gdb.texinfo (Frames): Rewrite the description of 'frame number'
33         to highlight that the number is also the frame's level.
34         (Selection): Rewrite documentation for 'frame' and 'select-frame'
35         commands.
36         (Frame Info): Rewrite documentation for 'info frame' command.
37
38 2018-09-23  Tom Tromey  <tom@tromey.com>
39
40         PR python/18852:
41         * python.texi (Parameters In Python): Document exception behavior
42         of get_set_string.
43
44 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
45
46         * gdb.texinfo (info proc): Remove "running".
47         (info proc mappings): Replace "program" with "process".
48
49 2018-09-18  John Baldwin  <jhb@FreeBSD.org>
50
51         * gdb.texinfo (Process Information): Document "info proc files"
52         command.
53
54 2018-09-17  Tom Tromey  <tom@tromey.com>
55
56         * gdb.texinfo (Index Files): Update for cache directory change on
57         macOS.
58
59 2018-09-16  Tom Tromey  <tom@tromey.com>
60
61         * python.texi (Basic Python): Update docs for find_pc_line,
62         solib_name.
63         (Progspaces In Python): Update docs for current_progspace.
64         Document block_for_pc, find_pc_line, is_valid, nsolib_name.
65         Move method documentation before example.
66
67 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
68
69         * python.texi (Objfiles In Python): Update gdb.objfiles() doc.
70
71 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
72 2018-09-13  Tom Tromey  <tom@tromey.com>
73
74         * python.texi (Program Spaces In Python): Document the
75         Progspace.objfiles method.
76         (Objfiles In Python): Mention that gdb.objfiles() is identical
77         to gdb.selected_inferior().progspace.objfiles().
78
79 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
80 2018-09-13  Tom Tromey  <tom@tromey.com>
81
82         * python.texi (Inferiors In Python): Document
83         Inferior.progspace.
84         (Program Spaces In Python): Document that
85         gdb.current_progspace() is the same as
86         gdb.selected_inferior().progspace.
87
88 2018-09-13  Simon Marchi  <simon.marchi@ericsson.com>
89
90         * python.texi (Basic Python): Mention the string representation
91         of GDB Python objects.
92
93 2018-09-12  Simon Marchi  <simon.marchi@ericsson.com>
94
95         * gdb.texinfo (Skipping Over Functions and Files): Document
96         set/show debug skip.
97
98 2018-09-10  Tom Tromey  <tom@tromey.com>
99
100         * python.texi (Frames In Python, Blocks In Python)
101         (Symbols In Python, Symbol Tables In Python)
102         (Lazy Strings In Python): Remove periods from section titles.
103
104 2018-09-10  Tom Tromey  <tom@tromey.com>
105
106         * python.texi (Pretty Printing API): Swap sentence order.
107
108 2018-09-10  Tom Tromey  <tom@tromey.com>
109
110         PR python/16461:
111         * python.texi (Values From Inferior): Mention use of virtual
112         table.
113
114 2018-09-10  Tom Tromey  <tom@tromey.com>
115
116         * python.texi (Basic Python): Parenthesize argument to
117         decode_line.
118
119 2018-09-10  Tom Tromey  <tom@tromey.com>
120
121         * python.texi (Python): Mention Python versions.  Don't mention
122         execfile.
123
124 2018-09-10  Tom Tromey  <tom@tromey.com>
125
126         PR python/19808:
127         * python.texi (Unwinding Frames in Python): Rewrite
128         create_unwind_info documentation.  Update read_register
129         documentation and add a note about unwinder caution.
130
131 2018-09-10  Tom Tromey  <tom@tromey.com>
132
133         PR python/18909:
134         * python.texi (Events In Python): Fix inferior_call
135         documentation.
136
137 2018-09-10  Tom Tromey  <tom@tromey.com>
138
139         PR python/17752:
140         * python.texi (Frame Filter API): Remove period from subsection
141         title.  Mention 100 as good default priority.
142         (Frame Decorator API): Remove period from subsection title.
143         Mention FrameDecorator module.
144
145 2018-09-10  Tom Tromey  <tom@tromey.com>
146
147         PR python/23108:
148         * python.texi (Exception Handling): Rearrange gdb.GdbError text
149         and add a table.
150
151 2018-09-10  Tom Tromey  <tom@tromey.com>
152
153         * gdb.texinfo (Compilation): Use "gcc", not "gcc.info", in @xref.
154         (Machine Code): Use "binutils", not "binutils.info", in @pxref.
155         (Separate Debug Files): Use "ld", not "ld.info", in @ref.
156         * python.texi (Objfiles In Python): Use "ld", not "ld.info", in @ref.
157
158 2018-09-10  Tom Tromey  <tom@tromey.com>
159
160         PR python/16484:
161         * python.texi (Frames In Python): Document that Frame.block can
162         throw.
163
164 2018-09-10  Tom Tromey  <tom@tromey.com>
165
166         PR python/23487:
167         * gdb.texinfo (Pretty-Printer Commands): Fix typo in example.
168
169 2018-09-10  Tom Tromey  <tom@tromey.com>
170
171         PR python/16033:
172         * python.texi (Blocks In Python): Document that Block.end is
173         exclusive.
174
175 2018-08-29  Keith Seitz  <keiths@redhat.com>
176
177         * gdb.texinfo (Compiling and injecting code in GDB): Document
178         set/show "compile-oracle" and "compile-cplus-types" commands.
179
180 2018-08-22  Jan Vrany  <jan.vrany@fit.cvut.cz>
181
182         * gdb.texinfo (The -stack-list-frames Command): Update description
183         to mention "arch".
184         Update MI examples throughout the document to contain "arch" in
185         frame output.
186
187 2018-08-21  Alan Hayward  <alan.hayward@arm.com>
188
189         * gdb.texinfo (AArch64 SVE): New subsubsection.
190
191 2018-08-14  Jan Vrany  <jan.vrany@fit.cvut.cz>
192
193         * gdb.texinfo (GDB/MI Data Manipulation): Document
194         "-data-disassemble -a addr".
195         (GDB/MI Support Commands): Document "data-disassemble-a-option"
196         feature.
197
198 2018-08-07  Simon Marchi  <simon.marchi@ericsson.com>
199
200         * gdb.texinfo (Index Files Speed Up GDB): Add section about
201         symbol index cache.
202
203 2018-07-27  Sergio Durigan Junior  <sergiodj@redhat.com>
204
205         * gdb.texinfo (gcore man): Rewrite "Description" and "-o"
206         option sections to further clarify that gcore can take more
207         than one PID, and that "-o" is used to specify a prefix, not a
208         filename.
209
210 2018-07-26  Andrew Burgess  <andrew.burgess@embecosm.com>
211
212         * gdb.texinfo (Maintenance Commands): Add description of
213         maintenance command to control dwarf unwinders.
214
215 2018-07-12  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
216
217         * gdb.texinfo (Debugging Programs with Multiple Threads):
218         Document changes to 'thread apply'.  Document 'taas'.
219         Document 'tfaas'.
220         (Examining the Stack): Document 'frame apply'.  Document 'faas'.
221
222 2018-07-11  Sergio Durigan Junior  <sergiodj@redhat.com>
223             Jan Kratochvil  <jan.kratochvil@redhat.com>
224             Paul Fertser  <fercerpav@gmail.com>
225             Tsutomu Seki  <sekiriki@gmail.com>
226
227         * gdb.texinfo (Remote Connection Commands): Add explanation
228         about new IPv6 support.  Add new connection prefixes.
229
230 2018-07-09  Andrew Burgess  <andrew.burgess@embecosm.com>
231
232         * gdb.texinfo (Remote Configuration): Update descriptions for
233         set/show of hardware-watchpoint-limit, hardware-breakpoint-limit,
234         and hardware-watchpoint-length-limit variables.
235
236 2018-07-02  Maciej W. Rozycki  <macro@mips.com>
237
238         PR tdep/8282
239         * gdb.texinfo (Source and Machine Code): Document `set
240         disassembler-options' support for the MIPS target.
241
242 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
243
244         * gdb.texinfo (Files): Document "add-symbol-file -o offset".
245
246 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
247
248         * gdb.texinfo (Files): The address argument for "add-symbol-file"
249         is no longer mandatory.
250
251 2018-06-28  Petr Tesarik  <ptesarik@suse.cz>
252
253         * gdb.texinfo (Files): Document "symbol-file -o offset".
254
255 2018-06-14  Tom de Vries  <tdevries@suse.de>
256
257         * gdb.texinfo (Background Execution): Add @cindex for '&'.
258
259 2018-06-11  Eli Zaretskii  <eliz@gnu.org>
260
261         * gdb.texinfo (Maintenance Commands): Add a missing @anchor.
262
263 2018-06-08  Gary Benson <gbenson@redhat.com>
264
265         * gdb.texinfo (Maintenance Commands): Document "maint check
266         libthread-db" and "maint set/show check-libthread-db".
267
268 2018-06-05  Tom Tromey  <tom@tromey.com>
269
270         PR cli/12326:
271         * gdb.texinfo (Screen Size): Document "c" response to pagination
272         prompt.
273
274 2018-05-31  Maciej W. Rozycki  <macro@mips.com>
275
276         * gdb.texinfo (Choosing Target Byte Order): Document endianness
277         selection details with the `set endian auto' mode.
278
279 2018-05-04  Tom Tromey  <tom@tromey.com>
280
281         PR python/22731:
282         * python.texi (Breakpoints In Python): Mention that "commands" is
283         writable.
284
285 2018-05-02  Tom Tromey  <tom@tromey.com>
286
287         PR python/20084:
288         * python.texi (Parameters In Python): Document PARAM_ZUINTEGER and
289         PARAM_ZUINTEGER_UNLIMITED.
290
291 2018-04-30  Tom Tromey  <tom@tromey.com>
292
293         * python.texi (Types In Python): Document Type.align.
294
295 2018-04-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
296
297         * gdb.texinfo (Symbols): Mention the fact that "info
298         variables/functions/types" show source files and line numbers.
299
300 2018-04-13  Markus Metzger  <markus.t.metzger@intel.com>
301
302         * gdb.texinfo: Document set/show record btrace cpu.
303
304 2018-03-27  Joel Brobecker  <brobecker@adacore.com>
305
306         * gdb.texinfo (Ada Settings): New subsubsection.
307
308 2018-03-26  Tom Tromey  <tom@tromey.com>
309
310         PR backtrace/15582:
311         * gdb.texinfo (Backtrace): Mention "hide" argument.
312
313 2018-03-26  Tom Tromey  <tom@tromey.com>
314
315         * gdb.texinfo (Backtrace): Describe options individually.
316
317 2018-03-19  Tom Tromey  <tom@tromey.com>
318
319         * observer.texi: Remove.
320
321 2018-03-04  John Baldwin  <jhb@FreeBSD.org>
322
323         * gdb.texinfo (Debugging Output): Document "set/show debug
324         fbsd-nat".
325
326 2018-02-19  Andrew Burgess  <andrew.burgess@embecosm.com>
327
328         * gdb.texinfo (Machine Code): Additional information about "info
329         line" command.
330
331 2018-01-15  Szabolcs Nagy  <szabolcs.nagy@arm.com>
332
333         * gdb.texinfo (gdb-add-index man): Add pindex.
334
335 2018-01-15  Szabolcs Nagy  <szabolcs.nagy@arm.com>
336
337         * gdb.texinfo (set cwd): Add period.
338         (gdb-add-index man): Move anchor.
339
340 2017-01-12  Tom Tromey  <tom@tromey.com>
341             Sergio Durigan Junior  <sergiodj@redhat.com>
342
343         * gdb.texinfo (Index Files): Mention gdb-add-index.
344         (gdb-add-index man): New section.
345         * Makefile.in (gdb-add-index.1): New rule to generate manpage
346         from gdb.texinfo.
347
348 2018-01-11  Szabolcs Nagy  <szabolcs.nagy@arm.com>
349
350         * gdb.texinfo (pwd): Fix whitespace.
351
352 2018-01-09  John Baldwin  <jhb@FreeBSD.org>
353
354         * gdb.texinfo (pwd): Update cross-reference for Process Information
355         node and remove explicit /proc reference.
356         (Native): Rename subsection from SVR4 Process Information to
357         Process Information.
358         (Process Information): Reword introduction to be less /proc
359         centric.  Document support for "info proc" on FreeBSD.
360
361 2018-01-03  Xavier Roirand  <roirand@adacore.com>
362
363         * gdb.texinfo (Set Catchpoints): Add documentation for new
364         "catch handlers" action.
365
366 2017-12-27  Stafford Horne  <shorne@gmail.com>
367
368         * gdb.texinfo (Target Description Format): Explain that arbitrary
369         strings are now allowed for register groups.
370
371 2017-12-27  Stafford Horne  <shorne@gmail.com>
372
373         * gdb.texinfo (Registers): Document info reg $reggroup feature.
374
375 2017-12-15  Sergio Durigan Junior  <sergiodj@redhat.com>
376
377         PR cli/16224
378         * gdb.texinfo (ptype): Add documentation for new flag '/o'.
379
380 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
381
382         * python.texi (Manipulating breakpoints using Python): Document
383         qualified parameter to gdb.Breakpoint.
384
385 2017-12-13  Simon Marchi  <simon.marchi@ericsson.com>
386
387         * python.texi (Manipulating breakpoints using Python): Split doc
388         of Breakpoint.__init__ in two, split text in multiple
389         paragraphs, don't nest parameter square brackets.
390
391 2017-12-12  Stafford Horne  <shorne@gmail.com>
392             Stefan Wallentowitz  <stefan@wallentowitz.de>
393             Franck Jullien  <franck.jullien@gmail.com>
394             Jeremy Bennett  <jeremy.bennett@embecosm.com>
395
396         * gdb.texinfo: Add OpenRISC documentation.
397
398 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
399
400         * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
401
402 2017-12-07  Keith Seitz  <keiths@redhat.com>
403
404         * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
405         and "show print type nested-type-limit".
406
407 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
408
409        * python.texi (Breakpoints In Python): Add text relating
410         to allowed explicit locations and keywords in gdb.Breakpoints.
411
412 2017-12-04  Tom Tromey  <tom@tromey.com>
413
414         * gdb.texinfo (Rust): Update trait object status
415
416 2017-12-01  Andrew Cagney  <cagney@redhat.com>
417             Joel Brobecker  <brobecker@adacore.com>
418             Sergio Durigan Junior  <sergiodj@redhat.com>
419
420         * gdb.texinfo (File Options): Document --readnever.
421         (Commands to Specify Files): Likewise, for 'symbol-file' and
422         'add-symbol-file'.
423
424 2017-11-29  Pedro Alves  <palves@redhat.com>
425
426         PR c++/19436
427         * gdb.texinfo (Debugging C Plus Plus): Document setting
428         breakpoints in functions with ABI tags.
429
430 2017-11-29  Pedro Alves  <palves@redhat.com>
431
432         * gdb.texinfo (Linespec Locations): Document how "function" is
433         interpreted in C++ and Ada.  Document "-qualified".
434         (Explicit Locations): Document how "-function" is interpreted in
435         C++ and Ada.  Document "-qualified".
436
437 2017-11-26  Dominik Czarnota  <dominik.b.czarnota@gmail.com>
438
439         PR gdb/21945
440         * gdb.texinfo (Search Memory): Update description and example
441         about how to search a string without NULL terminator.
442
443 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
444
445         * gdb.texinfo (GDB/MI Ada Exception Information): Document
446         new "exception-message" field.
447
448 2017-11-24  Simon Marchi  <simon.marchi@ericsson.com>
449
450         * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
451
452 2017-11-24  Pedro Alves  <palves@redhat.com>
453
454         * gdb.texinfo (Completion): Update need-quoting examples.  Remove
455         false claim that GDB inserts quoting automatically.
456         (Symbols): Add anchor.
457
458 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
459
460         * gdb.texinfo (Requirements): Document use of GNU MPFR.
461
462 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
463
464         * python.texi (Basic Python): Add rbreak documentation.
465
466 2017-11-07  Xavier Roirand  <roirand@adacore.com>
467             Pedro Alves  <palves@redhat.com>
468
469         * gdb.texinfo (Set Breaks): Document support for breakpoint
470         location ranges in the enable/disable commands.
471
472 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
473
474         * gdb.texinfo (Starting your Program) <The working directory.>:
475         Mention remote debugging.
476         (Working Directory) <Your Program's Working Directory>:
477         Likewise.
478         (Connecting) <Remote Packet>: Add "set-working-dir"
479         and "QSetWorkingDir" to the table.
480         (Remote Protocol) <QSetWorkingDir>: New item, explaining the
481         packet.
482
483 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
484
485         * gdb.texinfo (Starting your Program) <The working directory.>:
486         Mention new "set cwd" command.
487         (Working Directory) <Your Program's Working Directory>:
488         Rephrase to explain that "set cwd" exists and is the default
489         way to change the inferior's cwd.
490
491 2017-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
492
493         * gdb.texinfo (S/390 and System z Features): Document the new
494         features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
495
496 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
497
498         * gdb.texinfo (qXfer:threads:read): Add documentation for handle
499         attribute.
500
501 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
502
503         * python.texi (Inferiors In Python): Add description for method
504         Inferior.thread_from_thread_handle.
505
506 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
507
508         * gdb.texinfo (Starting your Program): Add description of
509         starti command.  Mention starti command as an alternative for
510         debugging the elaboration phase.
511
512 2017-09-16  Simon Marchi  <simon.marchi@ericsson.com>
513
514         * gdb.texinfo (Maintenance Commands): Document filter parameter
515         of "maint selftest".  Document "maint info selftests" command.
516
517 2017-09-11  Tom Tromey  <tom@tromey.com>
518
519         * python.texi (Events In Python): Document new events.
520
521 2017-09-04  Pedro Alves  <palves@redhat.com>
522
523         * gdb.texinfo (Variables) <Program Variables>: Document inspecting
524         no-debug-info variables.
525         (Symbols) <Examining the Symbol Table>: Document inspecting
526         no-debug-info types.
527         (Calling) <Calling functions with no debug info>: New subsection,
528         documenting calling no-debug-info functions.
529         (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
530
531 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
532
533         * gdb.texinfo (set environment): Add @anchor.  Explain that
534         environment variables set by the user are sent to GDBserver.
535         (unset environment): Likewise, but for unsetting variables.
536         (Connecting) <Remote Packet>: Add "environment-hex-encoded",
537         "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
538         "environment-reset" and "QEnvironmentReset" to the table.
539         (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
540         QEnvironmentReset>: New item, explaining the packet.
541
542 2017-08-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
543
544         * gdb.texinfo (Compiling and Injecting Code): Add to subsection
545         "Compiler search for the compile command" descriptions of set
546         compile-gcc and show compile-gcc.
547
548 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
549
550         * gdb.texinfo (Architectures): Add new Sparc64 section to document
551         ADI support.
552         * NEWS: Add "adi examine" and "adi assign" commands.
553
554 2017-08-18  Yao Qi  <yao.qi@linaro.org>
555
556         * gdb.texinfo (Server): Document "--selftest".
557
558 2017-08-16  Ruslan Kabatsayev  <b7.10110111@gmail.com>
559
560         * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
561         Single-Key mode.
562
563 2017-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
564
565         PR gdb/21925
566         * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
567         set...").
568
569 2017-08-09  Simon Marchi  <simon.marchi@ericsson.com>
570
571         * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
572         conditional expression.
573
574 2017-07-31  Simon Marchi  <simon.marchi@ericsson.com>
575
576         * agentexpr.texi (rot): Fix symbolic description, improve
577         textual description.
578
579 2017-07-26  Yao Qi  <yao.qi@linaro.org>
580
581         * gdb.texinfo (Maintenance Commands): Document command
582         "maint check xml-descriptions".
583
584 2017-07-26  Yao Qi  <yao.qi@linaro.org>
585
586         * gdb.texinfo (Maintenance Commands): Document optional
587         argument of "maint print c-tdesc".
588
589 2017-07-18  Yao Qi  <yao.qi@linaro.org>
590
591         * gdb.texinfo (Maintenance Commands): Improve the doc to
592         command "maint print c-tdesc".
593
594 2017-06-20  Sergio Durigan Junior  <sergiodj@redhat.com>
595
596         PR gdb/21606
597         * python.texi (Python representation of Symbols.): Replace
598         SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
599         * guile.texi (Guile representation of Symbols.): Likewise.
600
601 2017-06-11  Simon Marchi  <simon.marchi@ericsson.com>
602
603         * gdb.texinfo (Optional Messages about Internal Happenings):
604         Document {set,show} debug separate-debug-file commands.
605
606 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
607
608         * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
609         (Connecting) <Remote Packet>: Add "startup-with-shell"
610         and "QStartupWithShell" to the table.
611         (Remote Protocol) <QStartupWithShell>: New item, explaining the
612         packet.
613
614 2017-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
615
616         * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
617
618 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
619
620         * python.texi (Recording in Python): Factor out the documentation of
621         gdb.RecordInstruction's super class.
622
623 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
624
625         * python.texi (Recording in Python): Replace gdb.BtraceFunction with
626         gdb.RecordFunctionSegment.  Rename prev_sibling and next_sibling to
627         prev and next.
628
629 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
630
631         * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
632         gdb.RecordInstruction
633
634 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
635
636         * python.texi (Recording in Python): Add documentation for
637         gdb.RecordGap and remove documentation of special cases for
638         gdb.BtraceInstruction.
639
640 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
641
642         * python.texi (Recording in Python): Remove Record.ptid defvar.
643
644 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
645
646         * gdb.texinfo (GDB/MI Thread Information): Add missing
647         fields, re-word some things.
648         (GDB/MI Thread Commands): Describe fields found in the output of
649         -thread-info, remove description of fields in the
650         thread output tuple, replace with a cross-reference to "GDB/MI
651         Thread Information".
652
653 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
654
655         * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
656         from -thread-info output.
657
658 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
659
660         * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
661
662 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
663
664         * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
665
666 2017-03-22  Yao Qi  <yao.qi@linaro.org>
667
668         * python.texi (Inferiors In Python): Remove @code from Python.
669
670 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
671
672         * python.texi (Recordings In Python): Document return type of
673         gdb.BtraceInstruction.data.
674
675 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
676
677         * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
678         command file-list-shared-libraries
679         (GDB/MI Async Records): Update documentation of library-loaded with new
680         field.
681
682 2017-03-16  Doug Evans  <dje@google.com>
683
684         * guile.texi (Lazy Strings In Guile): Mention arrays.
685         * python.texi (Lazy Strings In Python): Ditto.
686
687 2017-03-08  Jiong Wang  <jiong.wang@arm.com>
688
689         * gdb.texinfo (Memory Protection Extensions): Add missing escape
690         character "@".
691
692 2017-03-07  Walfred Tedeschi <walfred.tedeschi@intel.com>
693
694         * Memory Protection Extensions: Add information about inferior
695         calls.
696
697 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
698
699         * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
700         DW_TAG_GNU_* and DW_AT_GNU_*.
701
702 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
703
704         * python.texi (Recordings In Python): New section.
705
706 2017-02-14  Tom Tromey  <tom@tromey.com>
707
708         PR python/13598:
709         * python.texi (Events In Python): Document events.before_prompt.
710
711 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
712
713         * gdb.texinfo (Target Commands): Document the optional offset
714         argument for the load command.
715
716 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
717
718         PR gdb/21122
719         * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
720         space-separated breakpoint lists.  Also add a missing @table command
721         and @cindex for breakpoint lists.
722
723 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
724
725         PR tdep/20936
726         * gdb.texinfo: (Standard Target Features): Document SPARC features.
727         (Sparc Features): New node.
728
729 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
730
731         * gdb.texinfo (i386 Features): Add system segment registers
732         as feature.
733
734 2017-01-24  Simon Marchi  <simon.marchi@ericsson.com>
735
736         * python.texi (Events In Python): Fix typo.
737
738 2017-01-20  Mike Wrighton  <mike_wrighton@codesourcery.com>
739             Luis Machado  <lgustavo@codesourcery.com>
740
741         * gdb.texinfo (-target-flash-erase): New MI command description.
742         (flash-erase): New CLI command description.
743
744 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
745
746         * gdb.texinfo (Contributors): Add SRI International and University
747         of Cambridge for FreeBSD/mips.
748
749 2016-12-22  Doug Evans  <xdje42@gmail.com>
750
751         * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
752         commands.
753
754 2016-12-02  Pedro Alves  <palves@redhat.com>
755
756         * gdb.texinfo (User-defined Commands): Limit on number of
757         arguments passed to user-defined commands removed; update.
758
759 2016-12-02  Pedro Alves  <palves@redhat.com>
760
761         PR cli/20559
762         * gdb.texinfo (Define): Add example of using "eval" to process a
763         variable number of arguments.
764         (Output) <eval>: Add anchor.
765
766 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
767
768         * Makefile.in: Likewise.
769
770 2016-11-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
771
772         * gdb.texinfo (GDB/MI Async Records): Add missing comma after
773         xref.
774
775 2016-10-29  Pedro Alves  <palves@redhat.com>
776
777         * gdb.texinfo (Packets) <vCont>: Remove mention of default
778         actions.
779
780 2016-10-26  Pedro Alves  <palves@redhat.com>
781
782         * gdb.texinfo (Packets): Clarify vCont packets with multiple
783         actions that match a thread, and what happens when an action
784         matches a thread that is already running.
785
786 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
787
788         * gdb.texinfo (Using Trace Files): Fix typo.
789         (GDB/MI Tracepoint Commands): Likewise.
790
791 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
792
793         * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
794         of -trace-save.
795
796 2016-10-06  Tom Tromey  <tom@tromey.com>
797
798         * guile.texi (Types In Guile): Remove Java mentions.
799         * python.texi (Types In Python): Remove Java mentions.
800         * gdb.texinfo (Address Locations, Supported Languages)
801         (Index Section Format): Remove Java mentions.
802
803 2016-08-15  Doug Evans  <dje@google.com>
804
805         * gdb.texinfo (Target Description Format): Update docs on "end"
806         field spec and field default type.
807
808 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
809 2016-10-03  Simon Marchi  <simon.marchi@ericsson.com>
810
811         PR gdb/20487
812         * gdb.texinfo (Context management): Update mention of frame
813         change notifications.
814         (gdb/mi Async Records): Document frame field in
815         =thread-select event.
816         * observer.texi (GDB Observers): New user_selected_context_changed
817         observer.
818
819 2016-09-28  Tom Tromey  <tom@tromey.com>
820
821         * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
822         than "memory breakpoint".  Further document "kind".  Move
823         protocol-details link earlier.
824         <z1>: Document the cmd_list argument.  Fix typo.
825         <g>: Remove incorrect sentence.
826         (Stop Reply Packets): Document "OK" response to requests when in
827         non-stop mode.
828         <swbreak>: Use "software breakpoint" rather than "memory
829         breakpoint".
830         <create>: Document that "R" is ignored.
831         <W, X, w>: Document formatting of "AA".
832         (Notification Packets): Use "%Stop", not "%%Stop".
833
834 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
835
836         * gdb.texinfo (Embedded Processors): Document ARC.
837         (Synopsys ARC): New section.
838         (Standard Target Features): Document ARC features.
839         (ARC Features): New section.
840
841 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
842
843         * .gitignore: New file.
844
845 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
846
847         * gdb.texinfo (Input/Output): Mention possibility to unset
848         inferior-tty.
849
850 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
851
852         * gdb.texinfo: Resume btrace on reconnect.
853
854 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
855
856         * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
857         syscall.
858
859 2016-06-30  Руслан Ижбулатов  <lrn1986@gmail.com>
860
861         * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
862         command.
863
864 2016-07-13  Tom Tromey  <tom@tromey.com>
865
866         PR python/15620, PR python/18620:
867         * python.texi (Events In Python): Document new breakpoint events.
868
869 2016-07-13  Tom Tromey  <tom@tromey.com>
870
871         PR python/17698:
872         * python.texi (Breakpoints In Python): Document
873         Breakpoint.pending.
874
875 2016-07-13  Tom Tromey  <tom@tromey.com>
876
877         * python.texi (Breakpoints In Python): Move table of types and
878         table of watchpoint types earlier in node.
879
880 2016-07-12  Tom Tromey  <tom@tromey.com>
881
882         PR python/19293:
883         * python.texi (Frames In Python): Document
884         gdb.invalidate_cached_frames.
885
886 2016-06-21  Pedro Alves  <palves@redhat.com>
887
888         * gdb.texinfo (Interpreters): Update intepreter-exec section,
889         document new-ui and explain use case.
890
891 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
892
893         * gdb.texinfo (Standard Target Features): Document NDS32 features.
894         (NDS32 Features): New Section.
895
896 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
897
898         * gdb.texinfo (Examining Memory): Document negative repeat
899         count in the 'x' command.
900
901 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
902
903         * gdb.texinfo (GDB/MI Async Records): Document method and
904         format fields in =record-started.
905         * observer.texi (record_changed): Add method and format
906         parameters.
907
908 2016-05-27  Eli Zaretskii  <eliz@gnu.org>
909
910         * gdb.texinfo (General Query Packets): Move the description of the
911         response before the long list of the specific 'read' and 'write'
912         requests.
913
914 2016-05-23  Tom Tromey  <tom@tromey.com>
915
916         * python.texi (Basic Python): Document gdb.breakpoints return.
917
918 2016-05-24  Tom Tromey  <tom@tromey.com>
919
920         PR gdb/19194:
921         * gdb.texinfo (gdb man): Fix typo.
922
923 2016-05-17  Tom Tromey  <tom@tromey.com>
924
925         * gdb.texinfo (Supported Languages): Mention Rust.  Update menu.
926         (Rust): New node.
927
928 2016-05-17  Tom Tromey  <tom@tromey.com>
929
930         * gdb.texinfo (Maintenance Commands): Document "maint selftest".
931
932 2016-04-27  Yao Qi  <yao.qi@linaro.org>
933
934         * gdb.texinfo (tfind): Complete doc about tfind without
935         argument.
936
937 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
938
939         * agentexpr.texi (byte): Fix zero_ext description.
940
941 2016-03-31  Pedro Alves  <palves@redhat.com>
942
943         * gdb.texinfo (M32R/SDI): Delete node.
944         (MIPS Embedded): Remove references to the MIPS remote debugging
945         protocol, PMON and variants, and the associated commands.
946
947 2016-03-15  Doug Evans  <dje@google.com>
948
949         * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
950         (Target Description Format): Mention enum types.  Update docs on
951         flags types.
952         (Predefined Target Types): Add "bool".
953         (Enum Target Types): New node.
954
955 2016-03-15  Pedro Alves  <palves@redhat.com>
956
957         * gdb.texinfo (Tracepoint Actions): Fix typo.
958
959 2016-03-15  Pedro Alves  <palves@redhat.com>
960             Andreas Arnez  <arnez@linux.vnet.ibm.com>
961             Marcin Kościelnicki  <koriakin@0x04.net>
962
963         * gdb.texinfo (Tracepoint Actions): Document possible
964         unreliability of '$_ret'.
965
966 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
967
968         * gdb.texinfo (Symbols): Document new 'maint info line-table'
969         command.
970
971 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
972
973         * gdb.texinfo (Convenience Functions): Document $_as_string.
974
975 2016-02-23  Doug Evans  <dje@google.com>
976
977         * gdb.texinfo (Skipping Over Functions and Files): Document new
978         options to "skip" command.  Update docs of output of "info skip".
979
980 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
981
982         * gdb.texinfo (Signals): Add bound violation display hints for
983         a SIGSEGV.
984
985 2016-02-18  Marcin Kościelnicki  <koriakin@0x04.net>
986
987         * gdb.texinfo (Trace File Format): Add documentation for description
988         section lines.
989
990 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
991
992         * gdb.texinfo (Trace File Format): Remove misleading information
993         about register block ordering.
994
995 2016-02-01  Doug Evans  <dje@google.com>
996
997         * gdb.texinfo (Value Sizes): Fix typo.
998
999 2016-02-01  Doug Evans  <dje@google.com>
1000
1001         * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
1002
1003 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
1004
1005         * gdb.texinfo (Value Sizes): New section.
1006         (Data): Add the 'Value Sizes' node to the menu.
1007
1008 2016-01-26  John Baldwin  <jhb@FreeBSD.org>
1009
1010         * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
1011
1012 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
1013
1014         * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
1015
1016 2016-01-18  Pedro Alves  <palves@redhat.com>
1017
1018         * gdb.texinfo (Threads): Mention that GDB displays the ID and name
1019         of the thread that hit a breakpoint or received a signal.
1020
1021 2016-01-15  Pedro Alves  <palves@redhat.com>
1022
1023         * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
1024
1025 2016-01-13  Pedro Alves  <palves@redhat.com>
1026
1027         * gdb.texinfo (Threads): Document the $_gthread convenience
1028         variable.
1029         (Convenience Vars): Likewise.
1030
1031 2016-01-13  Pedro Alves  <palves@redhat.com>
1032
1033         * gdb.texinfo (Threads): Document "info threads -gid".
1034
1035 2016-01-13  Pedro Alves  <palves@redhat.com>
1036
1037         * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
1038         anchor.
1039         (Threads In Python): Document new InferiorThread.global_num
1040         attribute.
1041
1042 2016-01-07  Pedro Alves  <palves@redhat.com>
1043
1044         * gdb.texinfo (Threads): Document per-inferior thread IDs,
1045         qualified thread IDs, global thread IDs and thread ID lists.
1046         (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
1047         thread IDs.
1048         (Convenience Vars): Document the $_thread convenience variable.
1049         (Ada Tasks): Adjust to refer to thread IDs.
1050         (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
1051         Commands, GDB/MI Variable Objects): Update to mention global
1052         thread IDs.
1053         * guile.texi (Breakpoints In Guile)
1054         <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
1055         global thread IDs instead of thread IDs.
1056         * python.texi (Threads In Python): Adjust documentation of
1057         InferiorThread.num.
1058         (Breakpoint.thread): Mention global thread IDs instead of thread
1059         IDs.
1060
1061 2016-01-13  Pedro Alves  <palves@redhat.com>
1062
1063         * python.texi (Threads In Python): Document
1064         InferiorThread.inferior.
1065
1066 2016-01-13  Pedro Alves  <palves@redhat.com>
1067
1068         * gdb.texinfo (Inferiors and Programs): Document the $_inferior
1069         convenience variable.
1070         (Convenience Vars): Likewise.
1071
1072 2016-01-12  Josh Stone  <jistone@redhat.com>
1073             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
1074
1075         * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
1076         (Stop Reply Packets): List the syscall entry and return stop reasons.
1077         (General Query Packets): Describe QCatchSyscalls, and add it to the
1078         table and the detailed list of stub features.
1079
1080 2016-01-12  Pedro Alves  <palves@redhat.com>
1081
1082         Remove use of the registered trademark symbol throughout.
1083
1084 2016-01-12  Yao Qi  <yao.qi@linaro.org>
1085
1086         * gdb.texinfo (Interrupts): Update the document on handling
1087         interrupt when program is stopped.
1088
1089 2015-12-11  Don Breazeal  <donb@codesourcery.com>
1090
1091         * gdb.texinfo (Forks): Correct Linux kernel version where
1092         fork and exec events are supported, add notes about support
1093         of these events in target remote mode.
1094         (Connecting): Reorganize and clarify distinctions between
1095         target remote, extended-remote, and multiprocess.
1096         Reorganize related text from separate sections into new
1097         sections.
1098         (Server): Note effects of target extended-remote mode.
1099         Delete section on Multi-Process Mode for gdbserver.
1100         Move some text to "Connecting" node.
1101
1102 2015-12-10  Pedro Alves  <palves@redhat.com>
1103
1104         * gdb.texinfo (Threads): Replace warning with explanation
1105         about single-threaded programs.
1106
1107 2015-12-10  Pedro Alves  <palves@redhat.com>
1108
1109         * gdb.texinfo (Threads): Remove mention of SGI.
1110         (Forks): Remove mention of HP-UX.
1111         (Breakpoints): Remove mention of HP-UX.
1112         (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
1113         Reword in terms of architectures.
1114         (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
1115         mention supported systems.
1116         (Convenience Vars): Don't mention HP-UX.
1117         (Jumping): Remove mention of HP-UX in comment.
1118         (Files) <shared libraries>: Update supported shared library types
1119         list.  Remove mention of HP-UX.
1120         (Native): Remove HP-UX subsection.
1121         (SVR4 Process Information): Remove mention of HP-UX.
1122
1123 2015-12-10  Pedro Alves  <palves@redhat.com>
1124
1125         * gdb.texinfo (Stack): Reorder menu.
1126
1127 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
1128
1129         * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
1130         -var-set-format's new zero-hexadecimal format.
1131
1132 2015-12-08  Pierre-Marie de Rodat  <derodat@adacore.com>
1133
1134         * gdb.texinfo (Ada Mode Into): Move overloading support
1135         description to its own node.
1136         (Overloading support for Ada): New node.
1137
1138 2015-11-30  Pedro Alves  <palves@redhat.com>
1139
1140         PR 14618
1141         * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
1142         (Remote Configuration): Add the "set/show remote
1143         no-resumed-stop-reply" to the available settings table.
1144         (General Query Packets): Document the "no-resumed" qSupported
1145         feature.
1146
1147 2015-11-30  Pedro Alves  <palves@redhat.com>
1148
1149         * gdb.texinfo (Remote Configuration): List "set/show remote
1150         thread-events" command in configuration table.
1151         (Stop Reply Packets): Document "T05 create" stop
1152         reason and 'w' stop reply.
1153         (General Query Packets): Document QThreadEvents packet.  Document
1154         QThreadEvents qSupported feature.
1155
1156 2015-11-30  Pedro Alves  <palves@redhat.com>
1157
1158         * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
1159         anchor.
1160         (Packets): Document vCtrlC.
1161
1162 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
1163
1164         * gdb.texinfo (Thread List Format): Mention thread names.
1165
1166 2015-11-24  Pedro Alves  <palves@redhat.com>
1167
1168         PR 17539
1169         * gdb.texinfo (Inferiors and Programs): Adjust "maint info
1170         program-spaces" example to ascending order listing.
1171         (Threads): Adjust "info threads" example to ascending order
1172         listing.
1173         (Forks): Adjust "info inferiors" example to ascending order
1174         listing.
1175
1176 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
1177
1178         * gdb.texinfo (Process Record and Replay): Document "record
1179         instruction-history" modifiers.
1180
1181 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
1182
1183         * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
1184         description.
1185         (Frame Filter Management): Move to later in the 'Examining the
1186         Stack' chapter.
1187         (Selection): Add entry for 'select-frame'.
1188
1189 2015-09-25  Doug Evans  <dje@google.com>
1190
1191         * gdb.texinfo (Process Record and Replay): Fix syntax of
1192         "record instruction-history begin, end" and
1193         "record function-call-history begin, end".
1194
1195 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
1196
1197         * gdb.texinfo (Specifying Source Directories): Fix
1198         substitute-path example.
1199
1200 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
1201
1202         * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
1203
1204 2015-09-15  Pedro Alves  <palves@redhat.com>
1205
1206         PR remote/18965
1207         * gdb.texinfo (Stop Reply Packets): Revert previous change to
1208         the vforkdone description.
1209
1210 2015-09-15  Pedro Alves  <palves@redhat.com>
1211
1212         PR remote/18965
1213         * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
1214         part indicates the thread ID of the parent process.
1215
1216 2015-09-15  Yao Qi  <yao.qi@linaro.org>
1217
1218         * gdb.texinfo (General Query Packets): Add vContSupported to
1219         tables of 'gdbfeatures' and 'stub features' supported in the
1220         qSupported packet, as well as to the list containing stub
1221         feature details.
1222
1223 2015-09-11  Don Breazeal  <donb@codesourcery.com>
1224
1225         * gdb.texinfo (Remote Configuration): Add exec event
1226         feature to table of packet settings.
1227         (Stop Reply Packets): Add exec events to the list of stop
1228         reasons.
1229         (General Query Packets): Add exec events to tables of
1230         'gdbfeatures' and 'stub features' supported in the qSupported
1231         packet, as well as to the list containing stub feature
1232         details.
1233
1234 2015-08-24  Pedro Alves  <palves@redhat.com>
1235
1236         * gdb.texinfo (Remote Configuration): Document the "set/show
1237         remote multiprocess-extensions-packet" commands.
1238
1239 2015-08-24  Pedro Alves  <palves@redhat.com>
1240
1241         * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
1242         <M32R>: Remove references to M32R/D.
1243         <M68K>: Remove references to target dbug.
1244         <MIPS Embedded>: Remove references to target r3900 and target
1245         array.
1246         <PowerPC Embedded>: Remove references to target dink32 and target
1247         ppcbug, target sds
1248         <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
1249
1250 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1251
1252         * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
1253
1254 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1255
1256         * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
1257
1258 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
1259
1260         * gdb.texinfo (Maintenance Commands): Move documentation of "main
1261         info bfds" to...
1262         (File Caching): A New section.  Outline bfd caching, and add new
1263         description for "main set/show bfd-sharing".
1264
1265 2015-08-14  Doug Evans  <xdje42@gmail.com>
1266
1267         * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
1268         disassembly.
1269         (GDB/MI Data Manipulation): Update docs for new disassembly modes.
1270
1271 2015-08-11  Keith Seitz  <keiths@redhat.com>
1272
1273         * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
1274         Use "location(s)"instead of "linespec(s)".
1275         (Specifying a Location): Rewrite.
1276         Add subsections describing linespec, address, and explicit locations.
1277         Add node/menu for each subsection.
1278         (Source and Machine Code, C Preprocessor Macros)
1279         (Create and Delete Trace points)
1280         (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
1281         (Continuing at a Different Address): Remove "linespec" examples.
1282         Add reference to "Specify a Location"
1283         (The -break-insert Command): Rewrite.  Add anchor.
1284         Add reference to appropriate manual section discussing locations.
1285         (The -dprintf-insert Command): Refer to -break-insert for
1286         specification of 'location'.
1287
1288 2015-08-07  Pedro Alves  <palves@redhat.com>
1289
1290         * gdb.texinfo (Maintenance Commands): Document "maint set/show
1291         target-non-stop".
1292
1293 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
1294
1295         * gdb.texinfo (Process Record and Replay): Document prefixing of
1296         speculatively executed instructions in the "record instruction-history"
1297         command.
1298
1299 2015-07-20  Doug Evans  <dje@google.com>
1300
1301         * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
1302
1303 2015-07-16  Doug Evans  <dje@google.com>
1304
1305         * stabs.texinfo: @include gdb-cfg.texi.
1306
1307 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1308
1309         Revert the previous 2 commits:
1310         gdbserver build-id attribute generator
1311         Validate symbol file using build-id
1312
1313 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
1314
1315         * gdb.texinfo (Files): Add 'set validate-build-id'
1316         and 'show validate-build-id'.
1317
1318 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
1319             Jan Kratochvil  <jan.kratochvil@redhat.com>
1320
1321         gdbserver build-id attribute generator.
1322         * gdb.texinfo (Library List Format for SVR4 Targets): Add
1323         'build-id' in description, example, new attribute in dtd.
1324
1325 2015-07-08  Andrew Burgess  <andrew.burgess@embecosm.com>
1326
1327         * gdb.texinfo (Selection): Update documentation for 'frame'
1328         command.
1329
1330 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
1331
1332         * gdb.texinfo (Maintenance Commands): Document "maint btrace"
1333         commands.
1334
1335 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
1336
1337         * gdb.texinfo (Process Record and Replay): Spell out that variables
1338         and registers are not available during btrace replay.
1339         Describe the new "record btrace pt" command.
1340         Describe the new "set|show record btrace pt buffer-size" options.
1341         (General Query Packets): Describe the new Qbtrace:pt and
1342         Qbtrace-conf:pt:size packets.
1343         Expand "bts" to "Branch Trace Store".
1344         Update the branch trace DTD.
1345
1346 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
1347
1348         * gdb.texinfo (Command History): Document the new option
1349         "history remove-duplicates".
1350
1351 2015-06-19  Doug Evans  <dje@google.com>
1352
1353         * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
1354         longer supported.
1355
1356 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
1357
1358         * gdb.texinfo (Command History): Mention that setting
1359         GDBHISTSIZE to the empty string disables history truncation.
1360
1361 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
1362
1363         PR gdb/16999
1364         * gdb.texinfo (Command History): Mention new GDBHISTSIZE
1365         behavior.
1366
1367 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
1368
1369         * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
1370         with GDBHISTSIZE.
1371
1372 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
1373
1374         * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
1375         bytes and memory units for -data-{read,write}-memory-bytes.
1376         (Packets): Same for m, M and X packets.
1377         * python.texi (Inferiors In Python): Same for read_memory and
1378         write_memory.
1379
1380 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
1381
1382         * gdb.texinfo (Separate Debug Files): Document that PE is also
1383         supported.
1384
1385 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
1386
1387         * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
1388         single table entry.
1389
1390 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1391
1392         * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
1393
1394
1395 2015-06-10  Gary Benson <gbenson@redhat.com>
1396
1397         * gdb.texinfo (Remote Configuration): Document the
1398         "set/show remote hostio-setfs-packet" command.
1399         (Host I/O Packets): Document the vFile:setfs packet.
1400
1401 2015-06-10  Gary Benson <gbenson@redhat.com>
1402
1403         * gdb.texinfo (Debugging Output): Document the "set/show debug
1404         linux-namespaces" command.
1405
1406 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1407             Mircea Gherzan  <mircea.gherzan@intel.com>
1408
1409         * gdb.texinfo (i386): Add documentation about "show mpx bound"
1410         and "set mpx bound".
1411
1412 2015-05-27  Doug Evans  <dje@google.com>
1413
1414         * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1415
1416 2015-05-26  Doug Evans  <dje@google.com>
1417
1418         * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1419         command renamings.
1420         (Maintenance Commands): Update for DWARF "set debug" command renamings.
1421
1422 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1423
1424         * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1425
1426 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
1427
1428         * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1429         (TUI Commands): Add 'tui enable' and 'tui disable' details.
1430
1431 2015-05-16  Doug Evans  <xdje42@gmail.com>
1432
1433         * guile.texi (Memory Ports in Guile): Document support for unbuffered
1434         memory ports.
1435
1436 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1437
1438         * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1439
1440 2015-05-12  Don Breazeal  <donb@codesourcery.com>
1441
1442         * gdb.texinfo (Forks): Note that fork debugging is
1443         supported in extended mode.
1444         (Remote Configuration): Add fork event features to table
1445         of packet settings.
1446         (Stop Reply Packets): Add fork events to list of stop reasons.
1447         (General Query Packets): Add fork events to tables of
1448         'gdbfeatures' and 'stub features' supported in the qSupported
1449         packet, as well as to the list containing stub feature
1450         details.
1451
1452 2015-05-12  Gary Benson <gbenson@redhat.com>
1453
1454         * gdb.texinfo (General Query Packets): Document
1455         qXfer:exec-file:read with empty annex.
1456
1457 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
1458
1459         * python.texi (Values From Inferior): Add descriptions of new
1460         methods gdb.Value.reference_value and gdb.Value.const_value.
1461
1462 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
1463
1464         * gdb.texinfo (Files): Add "info dll" documentation.
1465         (Cygwin Native): Remove "info dll" documentation.
1466
1467 2015-04-29  Doug Evans  <dje@google.com>
1468
1469         * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1470         Document.
1471         (Writing an Xmethod): Add get_result_type to example.
1472
1473 2015-04-28  Sasha Smundak  <asmundak@google.com>
1474
1475         * python.texi: New method documented.
1476
1477 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1478
1479         * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1480         format.
1481
1482 2015-04-24  Doug Evans  <dje@google.com>
1483
1484         * python.texi (Xmethods In Python): Fix name of method to call the
1485         xmethod.
1486
1487 2015-04-17  Gary Benson <gbenson@redhat.com>
1488
1489         * gdb.texinfo (Connecting to a Remote Target): Mention that
1490         GDB can access program files from remote targets that support
1491         qXfer:exec-file:read and Host I/O packets.
1492
1493 2015-04-17  Gary Benson <gbenson@redhat.com>
1494
1495         * gdb.texinfo (Remote Configuration): Document the "set/show
1496         remote pid-to-exec-file-packet" command.
1497         (General Query Packets): Document the qXfer:exec-file:read
1498         qSupported features.  Document the qXfer:exec-file:read packet.
1499
1500 2015-04-17  Gary Benson <gbenson@redhat.com>
1501
1502         * gdb.texinfo (set sysroot): Document that "set sysroot" also
1503         applies to executable paths if supplied to GDB as absolute.
1504
1505 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1506
1507         * gdb.texinfo (Mode Options): Remove -xdb.
1508
1509 2015-04-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1510             Eli Zaretskii  <eliz@gnu.org>
1511
1512         * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1513         compile, show debug compile.  New subsection Compilation options for
1514         the compile command.  New subsection Compiler search for the compile
1515         command.
1516
1517 2015-04-09  Andy Wingo  <wingo@igalia.com>
1518
1519         * guile.texi (Frames In Guile): Describe frame-read-register.
1520
1521 2015-04-02  Gary Benson <gbenson@redhat.com>
1522
1523         * gdb.texinfo (set sysroot): Document "target:".
1524
1525 2015-04-01  Sasha Smundak  <asmundak@google.com>
1526
1527         * doc/python.texi (Writing a Frame Unwinder in Python): Add
1528         section.
1529
1530 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
1531
1532         PR corefiles/16092
1533         * gdb.texinfo (gcore): Mention new command 'set
1534         use-coredump-filter'.
1535         (set use-coredump-filter): Document new command.
1536
1537 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1538
1539         * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1540         documentation, reorder the info os entries in alphabetical order.
1541
1542 2015-03-26  Simon Marchi  <simon.marchi@ericsson.com>
1543
1544         * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1545         -data-write-memory-bytes.
1546
1547 2015-03-24  Pedro Alves  <palves@redhat.com>
1548
1549         * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1550         mention that threads may sometimes run unlocked.
1551
1552 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
1553
1554         * gdb.texinfo (Remote configuration): Document "set/show
1555         serial parity" command.
1556
1557 2015-03-18  Gary Benson <gbenson@redhat.com>
1558
1559         * gdb.texinfo (General Query Packets): Remove documentation
1560         for now-removed vFile:fstat qSupported features.
1561
1562 2015-03-11  Gary Benson <gbenson@redhat.com>
1563
1564         * gdb.texinfo (Remote Configuration): Document the
1565         "set/show remote hostio-fstat-packet" command.
1566         (General Query Packets): Document the vFile:fstat
1567         qSupported features.
1568         (Host I/O Packets): Document the vFile:fstat packet.
1569
1570 2015-03-11  Andy Wingo  <wingo@igalia.com>
1571
1572         * guile.texi (Objfiles In Guile): Document objfile-progspace.
1573
1574 2015-03-04  Pedro Alves  <palves@redhat.com>
1575
1576         * gdb.texinfo (Remote Configuration): Document the "set/show
1577         remote swbreak-feature-packet" and "set/show remote
1578         hwbreak-feature-packet" commands.
1579         (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1580         decription.
1581         (Stop Reply Packets): Document the swbreak and hwbreak stop
1582         reasons.
1583         (General Query Packets): Document the swbreak and hwbreak
1584         qSupported features.
1585         (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1586
1587 2015-03-03  Philippe Proulx  <eeppeliteloop@gmail.com>
1588
1589         * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1590         under *stopped.
1591
1592 2015-03-02  Doug Evans  <xdje42@gmail.com>
1593
1594         * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1595
1596 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1597
1598         * gdb.texinfo (S/390 and System z Features): Describe new feature
1599         "org.gnu.gdb.s390.vx".
1600
1601 2015-02-23  Sergio Durigan Junior  <sergiodj@redhat.com>
1602
1603         PR gdb/18008
1604         * gdb.texinfo (maint internal-error, maint internal-warning, maint
1605         demangler-warning): Fix typo ("problam").
1606
1607 2015-02-19  David Taylor  <dtaylor@emc.com>
1608
1609         * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1610
1611 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1612
1613         * gdb.texinfo (Static Probe Points): Add cindex `static probe
1614         point, DTrace'.
1615         (Static Probe Points): Modified to cover DTrace probes in addition
1616         to SystemTap probes.  Also modified to cover the `enable probe'
1617         and `disable probe' commands.
1618
1619 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1620
1621         * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1622         `disable probe' commands.
1623
1624 2015-02-12  David Taylor  <dtaylor@emc.com>
1625
1626         * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1627         fields of the QTDV packet.
1628
1629 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1630
1631         * gdb.texinfo (Branch Trace Configuration Format): Add size.
1632         (Process Record and Replay): Describe new set|show commands.
1633         (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1634
1635 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1636
1637         * gdb.texinfo (Process Record and Replay): Describe the "record
1638         btrace bts" command.
1639         (General Query Packets): Describe qXfer:btrace-conf:read packet.
1640         (Branch Trace Configuration Format): New.
1641
1642 2015-01-31  Gary Benson <gbenson@redhat.com>
1643             Doug Evans  <dje@google.com>
1644
1645         * gdb.texinfo (Command Completion): Document new
1646         "set/show max-completions" option.
1647
1648 2015-01-31  Doug Evans  <xdje42@gmail.com>
1649
1650         * gdb.texinfo (Symbols): Document new commands
1651         "maint print symbol-cache", "maint print symbol-cache-statistics",
1652         "maint flush-symbol-cache".  Document new option
1653         "maint set symbol-cache-size".
1654
1655 2015-01-31  Doug Evans  <xdje42@gmail.com>
1656
1657         * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1658         distinguish script files vs inlined scripts.
1659         * python.texi (Python Auto-loading): Ditto.
1660
1661 2015-01-30  Doug Evans  <dje@google.com>
1662
1663         * gdb.texinfo (Symbols) <info source>: Output now contains producer
1664         string if present.
1665
1666 2015-01-27  Doug Evans  <dje@google.com>
1667
1668         * python.texi (Objfiles In Python): Document Objfile.username.
1669
1670 2015-01-27  Doug Evans  <dje@google.com>
1671
1672         * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1673         * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1674
1675 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1676
1677         * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1678
1679 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
1680
1681         * doc/gdb.texinfo (TUI Commands): Document the possible
1682         values of NAME argument to 'winheight' command.  Explain the
1683         effect of 'tabset' setting better.
1684
1685 2015-01-11  Doug Evans  <xdje42@gmail.com>
1686
1687         PR gdb/15830
1688         * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1689         (Symbols): Ditto.
1690         (Maintenance Commands): Delete docs for "maint demangle".
1691
1692 2014-12-31  Joel Brobecker  <brobecker@adacore.com>
1693
1694         * gdb.texinfo (Files): Remove documentation of the
1695         "add-shared-symbol-files" and "assf" commands.
1696         (Cygwin Native): Remove documentation of the "dll-symbols"
1697         command.
1698
1699 2014-12-17  Doug Evans  <xdje42@gmail.com>
1700
1701         * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1702
1703 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
1704             Jan Kratochvil  <jan.kratochvil@redhat.com>
1705
1706         * gdb.texinfo (Altering): Update.
1707         (Compiling and Injecting Code): New node.
1708
1709 2014-12-12  Doug Evans  <dje@google.com>
1710
1711         * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1712
1713 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1714
1715         * gdb.texinfo: Document "maint print user-registers".
1716
1717 2014-12-08  Doug Evans  <dje@google.com>
1718
1719         * python.texi (Objfiles In Python): Document Objfile.owner.
1720
1721 2014-12-04  Doug Evans  <dje@google.com>
1722
1723         * python.texi (Objfiles In Python): Document
1724         Objfile.add_separate_debug_file.
1725
1726 2014-12-04  Doug Evans  <dje@google.com>
1727
1728         * python.texi (Objfiles In Python): Document Objfile.build_id.
1729
1730 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
1731
1732         * python.texi (Events In Python): Document new events
1733         InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1734         and RegisterChangedEvent.
1735
1736 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1737
1738         Add add-auto-load-scripts-directory.
1739         * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1740         (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1741
1742 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1743
1744         * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1745         description typo.
1746
1747 2014-10-30  Doug Evans  <dje@google.com>
1748
1749         * python.texi (Progspaces In Python): Document ability to add
1750         random attributes to gdb.Progspace objects.
1751         (Objfiles In Python): Document ability to add random attributes to
1752         gdb.objfile objects.
1753
1754 2014-10-27  Pedro Alves  <palves@redhat.com>
1755
1756         * gdb.texinfo (Continuing and Stepping): Add cross reference to
1757         info on stepping and signal handlers.
1758         (Signals): Explain stepping and signal handlers.  Add context
1759         index entry, and cross references.
1760
1761 2014-10-20  Simon Marchi  <simon.marchi@ericsson.com>
1762
1763         * python.texi (Breakpoints In Python): Add parenthesis after
1764         Breakpoint.delete.  Clarify Breakpoint.enabled description so
1765         that it contains "disable".
1766
1767 2014-10-17  Doug Evans  <dje@google.com>
1768
1769         * python.texi (Events In Python): Document clear_objfiles event.
1770
1771 2014-10-17  Doug Evans  <dje@google.com>
1772
1773         * python.texi (Objfiles In Python): Document new progspace attribute.
1774
1775 2014-10-17  Pedro Alves  <palves@redhat.com>
1776
1777         * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1778         (SVR4 Process Information): Delete mention of OSF/1.
1779
1780 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1781
1782         * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1783         exit-code field in -list-thread-groups output.
1784
1785 2014-09-22  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1786
1787         * gdb.texinfo (Set Breaks): Add missing "@end table".
1788
1789 2014-09-22  Pedro Alves  <palves@redhat.com>
1790
1791         * gdb.texinfo (Set Breaks): Document that "set breakpoint
1792         always-inserted off" is the default mode now.  Delete
1793         documentation of "set breakpoint always-inserted auto".
1794
1795 2014-09-18  Doug Evans  <dje@google.com>
1796
1797         * python.texi (Symbol Tables In Python): Document "producer"
1798         attribute of gdb.Symtab objects.
1799
1800 2014-09-16  Pedro Alves  <palves@redhat.com>
1801
1802         * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1803         (Embedded OS): Remove VxWorks menu entry.
1804         (VxWorks): Remove node.
1805
1806 2014-09-13  Doug Evans  <xdje42@gmail.com>
1807
1808         * gdb.texinfo (Signaling): Document new queue-signal command.
1809
1810 2014-09-06  Doug Evans  <xdje42@gmail.com>
1811
1812         PR 15276
1813         * gdb.texinfo (Convenience Funs): Document $_caller_is,
1814         $_caller_matches, $_any_caller_is, $_any_caller_matches.
1815
1816 2014-09-03  Justin Lebar <jlebar@google.com>
1817
1818         * python.texi (Types In Python): Type.template_argument(n) returns a
1819         gdb.Value or a gdb.Type and throws an exception if n is out of
1820         range.
1821
1822 2014-09-03  Sasha Smundak  <asmundak@google.com>
1823
1824         * python.texi (Frames in Python): Add read_register description.
1825
1826 2014-08-04  Tom Tromey  <tromey@redhat.com>
1827
1828         * gdb.texinfo (Debugging Output): Update for change to "set debug
1829         target".
1830
1831 2014-08-01  Masaki Muranaka  <monaka@monami-software.com>
1832
1833         Pushed by Joel Brobecker  <brobecker@adacore.com>.
1834         * Makefile.in (transform): New variable.
1835         (install-man1, install-man5): Apply $(transform) to man file names.
1836
1837 2014-07-26  Doug Evans  <xdje42@gmail.com>
1838
1839         PR guile/17177
1840         * guile.texi (Guile Pretty Printing API): Fix typo.
1841         Document set-pretty-printers!, pretty-printers.
1842         (Selecting Guile Pretty-Printers): Update.
1843         Mention program-space based pretty-printers.
1844
1845 2014-07-25  Pedro Alves  <palves@redhat.com>
1846             Eli Zaretskii  <eliz@gnu.org>
1847
1848         * gdb.texinfo (Signaling) <signal command>: Explain what happens
1849         with multi-threaded programs.
1850
1851 2014-06-27  Yao Qi  <yao@codesourcery.com>
1852
1853         * gdb.texinfo (Maintenance Commands): Update the output of
1854         'maint print dummy-frames' command.
1855
1856 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
1857
1858         * gdb.texinfo (Screen Size): Improve indexing.
1859
1860 2014-06-19  Gary Benson  <gbenson@redhat.com>
1861
1862         * gdb.texinfo (Maintenance Commands): Document new
1863         "maint set/show catch-demangler-crashes" option.
1864
1865 2014-06-19  Gary Benson  <gbenson@redhat.com>
1866
1867         * gdb.texinfo (Maintenance Commands): Document new
1868         "maint demangler-warning" command and new
1869         "maint set/show demangler-warning" option.
1870
1871 2014-06-09  Siva Chandra Reddy  <sivachandra@google.com>
1872
1873         * python.texi (Xmethod API): Add space before the opening
1874         parenthesis in function descriptions.
1875
1876 2014-06-06  Doug Evans  <xdje42@gmail.com>
1877
1878         * guile.texi (Guile Configuration): Document guile-data-directory.
1879
1880 2014-06-06  Mingjie Xing  <mingjie.xing@gmail.com>
1881
1882         * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1883
1884 2014-06-04  Doug Evans  <xdje42@gmail.com>
1885
1886         * guile.texi (Breakpoints In Guile): Update.
1887
1888 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
1889
1890         * python.texi (Xmethod API): Fix reference to "Progspaces In
1891         Python".
1892
1893 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
1894
1895         *  python.texi (Xmethods In Python, XMethod API)
1896         (Writing an Xmethod): New nodes.
1897         (Python API): New menu entries "Xmethods In Python",
1898         "Xmethod API", "Writing an Xmethod".
1899
1900 2014-06-02  Doug Evans  <xdje42@gmail.com>
1901
1902         * guile.texi (Guile API): Add entry for Parameters In Guile.
1903         (GDB Scheme Data Types): Mention <gdb:parameter> object.
1904         (Parameters In Guile): New node.
1905
1906 2014-06-02  Doug Evans  <xdje42@gmail.com>
1907
1908         * guile.texi (Guile API): Add entry for Commands In Guile.
1909         (Basic Guile) <parse-and-eval>: Add reference.
1910         (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1911         (GDB Scheme Data Types): Mention <gdb:command> object.
1912         (Commands In Guile): New node.
1913
1914 2014-06-02  Doug Evans  <xdje42@gmail.com>
1915
1916         * guile.texi (Guile API): Add entry for Progspaces In Guile.
1917         (GDB Scheme Data Types): Mention <gdb:progspace> object.
1918         (Progspaces In Guile): New node.
1919
1920 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
1921
1922         * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1923         * python.texi (Frames In Python): Mention
1924         gdb.FRAME_UNWIND_MEMORY_ERROR.
1925
1926 2014-05-29  Pedro Alves  <palves@redhat.com>
1927             Tom Tromey  <tromey@redhat.com>
1928
1929         * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1930         from example.
1931         (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1932         Mention that target-async is now deprecated.
1933         (Maintenance Commands): Document maint set/show target-async.
1934
1935 2014-05-29  Pedro Alves  <palves@redhat.com>
1936
1937         * observer.texi (sync_execution_done, command_error): New
1938         subjects.
1939
1940 2014-05-29  Pedro Alves  <palves@redhat.com>
1941
1942         PR gdb/13860
1943         * observer.texi (signal_received, end_stepping_range)
1944         (signal_exited, exited, no_history): New observer subjects.
1945
1946 2014-05-26  Andy Wingo  <wingo@igalia.com>
1947
1948         * guile.texi (GDB Scheme Data Types): Remove documentation for
1949         removed interfaces.  Update spelling of gdb-object-kind.
1950
1951 2014-05-26  Andy Wingo  <wingo@igalia.com>
1952
1953         * guile.texi (Basic Guile): Fix some typos.
1954
1955 2014-05-26  Andy Wingo  <wingo@igalia.com>
1956
1957         * guile.texi (Writing a Guile Pretty-Printer)
1958         (Guile Types Module): Fix excess parentheses in use-modules forms.
1959
1960 2014-05-24  Eli Zaretskii  <eliz@gnu.org>
1961
1962         * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1963         (Breakpoints In Guile, Guile Printing Module)
1964         (Guile Exception Handling, Values From Inferior In Guile)
1965         (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1966         Don't use @var at the beginning of a sentence.
1967
1968         * gdb.texinfo (Frame Filter Management, Trace Files)
1969         (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1970         (PowerPC Embedded, Define, Annotations for Running)
1971         (IPA Protocol Commands, Packets, General Query Packets)
1972         (Tracepoint Packets, Notification Packets, Environment)
1973         (Inferiors and Programs, Set Breaks, Set Catchpoints)
1974         (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1975         (Frames, Backtrace, Selection, Expressions, Registers)
1976         (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1977         (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1978         (Source Annotations, Using JIT Debug Info Readers, Packets)
1979         (Stop Reply Packets, Host I/O Packets)
1980         (Target Description Format): Don't use @var at the beginning of a
1981         sentence.
1982
1983         * python.texi (Basic Python, Types In Python)
1984         (Commands In Python, Frames In Python, Line Tables In Python)
1985         (Breakpoints In Python, gdb.printing, gdb.types)
1986         (Type Printing API): Don't use @var at the beginning of a
1987         sentence.
1988
1989 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
1990
1991         * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1992         replay-memory-access".
1993
1994 2014-05-21  Pedro Alves  <palves@redhat.com>
1995
1996         * gdb.texinfo (Starting): Document "set/show
1997         auto-connect-native-target".
1998         (Target Commands): Document "target native".
1999
2000 2014-05-20  Pedro Alves  <palves@redhat.com>
2001
2002         * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
2003         not be remote specific.  Add cross reference to the qCRC packet.
2004         (Separate Debug Files): Update cross reference to the qCRC packet.
2005         (General Query Packets) <qCRC packet>: Add anchor.
2006
2007 2014-05-17  Doug Evans  <xdje42@gmail.com>
2008
2009         Copy over changes from guile.texi.
2010         * python.texi (Basic Python) <gdb.execute>: Add text.
2011         (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
2012         (Values From Inferior) <Python string>: Add text.
2013         (Values From Inferior) <Value.string>: Clarify string length handling.
2014         (Pretty Printing API): Add cindex.
2015         (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
2016         Remove unnecessary index of gdb.TYPE_CODE_*.  Replace @findex with
2017         @vindex.
2018         (Commands In Python) <COMPLETE_*>: Similarly.
2019         (Symbols In Python) <SYMBOL_*>: Similarly.
2020         (Breakpoints In Python) <WP_*>: Similarly.
2021         (Breakpoints In Python) <BP_*>: Similarly.
2022
2023 2014-05-17  David Taylor <dtaylor@emc.com>
2024
2025         * gdb.texinfo (General Query Packets): Add a note about thread IDs
2026         mentioned in the qfThreadInfo reply.
2027
2028 2014-05-16  Doug Evans  <dje@google.com>
2029
2030         * gdb.texinfo (Mode Options): Add -D.
2031
2032 2014-05-09  Samuel Bronson  <naesten@gmail.com>
2033
2034         * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
2035         "make -C".
2036
2037 2014-04-29  Tom Tromey  <tromey@redhat.com>
2038
2039         * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
2040         "show debug varobj".
2041
2042 2014-05-01  David Taylor  <dtaylor@emc.com>
2043
2044         * gdb.texinfo (compare-sections): Document the new -r (read-only)
2045         option.
2046
2047 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
2048             Walfred Tedeschi  <walfred.tedeschi@intel.com>
2049
2050         * gdb.texinfo (i386 Features): Add description of AVX512
2051         registers.
2052
2053 2014-03-31  Doug Evans  <dje@google.com>
2054
2055         * gdb.texinfo (Symbols): Document set/show print symbol-loading.
2056
2057 2014-03-30  Doug Evans  <dje@google.com>
2058
2059         * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
2060         (Background Execution): Ditto.
2061
2062 2014-03-21  Pedro Alves  <palves@redhat.com>
2063             Stan Shebs  <stan@codesourcery.com>
2064             Hui Zhu  <hui@codesourcery.com>
2065
2066         * gdb.texinfo (Packets): Add anchor to "? packet".
2067         Remove fixme and update introduction of "k packet".
2068         Add anchor to "vKill packet".
2069
2070 2014-03-12  Stan Shebs  <stan@codesourcery.com>
2071
2072         * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
2073
2074 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
2075
2076         * guile.texi (Basic Guile): Document 'history-append!'.
2077
2078 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
2079
2080         * gdb.texinfo (Files): Document "add-shared-symbol-files"
2081         and "assf" as being deprecated.
2082         (Cygwin Native): Likewise for "dll-symbols".
2083         (Non-debug DLL Symbols): Remove reference to "dll-symbols"
2084         as a way to force the loading of symbols from a DLL.
2085
2086 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
2087
2088         * python.texi (Values From Inferior): Add description about the
2089         new feature.
2090
2091 2014-02-17  Doug Evans  <xdje42@gmail.com>
2092
2093         * Makefile.in (GDB_DOC_FILES): Add python.texi.
2094         * gdb.texinfo (Python): Moved to ...
2095         * python.texi: ... here.  New file.
2096
2097 2014-02-17  Ludovic Courtès  <ludo@gnu.org>
2098
2099         * guile.texi (Writing a Guile Pretty-Printer) <example>:
2100         Remove 'string-begins-with' procedure.  Add 'pretty-printer'
2101         parameter to 'str-lookup-function' procedure.  Look for
2102         the "std::string<" prefix.
2103         (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
2104         Adjust description.
2105
2106 2014-02-11  Tejas Belagod  <tejas.belagod@arm.com>
2107
2108         * guile.texi (Values From Inferior In Guile): Remove stray
2109         parantheses for deffn.
2110         (Disassembly In Guile): Ditto.
2111
2112 2014-02-10  Stan Shebs  <stan@codesourcery.com>
2113
2114         Add Doxygen support.
2115         * Makefile.in (doxy): New action, generates Doxygen files.
2116         (DOXYGEN): New.
2117         (doxyedit): New.
2118         * Doxyfile-base.in: New file.
2119         * Doxyfile-gdb-api.in: New file.
2120         * Doxyfile-gdb-xref.in: New file.
2121         * Doxyfile-gdbserver.in: New file.
2122         * doxy-index.in: New file.
2123         * filter-for-doxygen: New file.
2124         * filter-params.pl: New file.
2125
2126 2014-02-10  Doug Evans  <xdje42@gmail.com>
2127
2128         * Makefile.in (GDB_DOC_FILES): Add guile.texi.
2129         * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
2130         (Extending GDB): New menu entries Guile, Multiple Extension Languages.
2131         (Guile docs): Include guile.texi.
2132         (objfile-gdbdotext file): Add objfile-gdb.scm.
2133         (dotdebug_gdb_scripts section): Mention Guile scripts.
2134         (Multiple Extension Languages): New node.
2135         * guile.texi: New file.
2136
2137 2014-01-28  Joel Brobecker  <brobecker@adacore.com>
2138
2139         * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
2140         ignore-descriptive-types". commands.
2141
2142 2014-01-22  Doug Evans  <dje@google.com>
2143
2144         * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
2145         (gdbserver man): Ditto.
2146
2147 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2148
2149         * gdb.texinfo: Document limited reverse/replay support
2150         for target record-btrace.
2151
2152 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2153
2154         * gdb.texinfo (Process Record and Replay): Update documentation.
2155
2156 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
2157
2158         * gdb.texinfo (Process Record and Replay): Document new /c
2159         modifier accepted by "record function-call-history".
2160         Add /i modifier to "record function-call-history" example.
2161
2162 2014-01-15  Yuanhui Zhang  <asmwarrior@gmail.com>
2163             Joel Brobecker  <brobecker@adacore.com>
2164
2165         * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
2166         markers.  Remove one that was misplaced.
2167
2168 2014-01-10  Pedro Alves  <palves@redhat.com>
2169
2170         * gdb.texinfo (Your Program's Environment) <set environment>:
2171         Mention the shell, and point at 'set exec-wrapper'.
2172
2173 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
2174
2175         * gdb.texinfo (Types In Python): Document new attribute Types.name.
2176
2177 2013-12-30  Joel Brobecker  <brobecker@adacore.com>
2178
2179         * gdb.texinfo (Types In Python): Clarify the documentation
2180         of attribute gdb.Field.bitpos.
2181
2182 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
2183
2184         * gdb.texinfo (Types In Python): Fix the documentation of
2185         attribute "bitpos" in class gdb.Field for enum types.  Add
2186         documentation for attribute "enumval" in that same class.
2187
2188 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
2189
2190         * gdb.texinfo (GDB/MI Support Commands): Change @table into
2191         @ftable.
2192
2193 2013-12-23  Doug Evans  <xdje42@gmail.com>
2194
2195         * gdb.texinfo (Auto-loading): Move menu up.  Move discussion of
2196         auto-loaded objfile scripts and .debug_gdb_scripts section to their
2197         corresponding section in Extending GDB.
2198         (Extending GDB): Move menu up.  New menu item "Auto-loading
2199         extensions".
2200         (Sequences): New menu item "Auto-loading sequences".
2201         (Auto-loading sequences): New node.
2202         (Python): Rename section from Scripting GDB to Extending GDB.
2203         (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
2204         Move docs on ways to auto-load extensions to ...
2205         (Auto-loading extensions): ... here.  New node.
2206
2207 2013-12-23  Joel Brobecker  <brobecker@adacore.com>
2208
2209         * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
2210         in menu.
2211         (GDB/MI Variable Objects): Adjust reference to "-list-features"
2212         command, now in a new node.
2213         (GDB/MI Support Commands): New node, with its contents being
2214         extracted from the "GDB/MI Miscellaneous Commands" node.
2215         A small paragraph introducing the section is also added at
2216         the start.
2217         (GDB/MI Miscellaneous Commands): Delete the description of the
2218         -info-gdb-mi-command, -list-features and -list-target-features
2219         commands, now hosted in the "GDB/MI Support Commands" node.
2220
2221 2013-12-12  Siva Chandra Reddy  <sivachandra@google.com>
2222
2223         PR python/16113
2224         * gdb.texinfo (Values From Inferior): Add a note about using
2225         gdb.Field objects as subscripts on gdb.Value objects.
2226         (Types In Python): Add description about the new attribute
2227         "parent_type" of gdb.Field objects.
2228
2229 2013-12-12  Joel Brobecker  <brobecker@adacore.com>
2230
2231         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
2232         entry for section docuumenting the -list-features GDB/MI command.
2233
2234 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
2235
2236         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2237         "exec-run-start-option" entry in the output of the "-list-features"
2238         command.
2239
2240 2013-12-04  Eli Zaretskii  <eliz@gnu.org>
2241
2242         * gdb.texinfo (i386): Fix yesterday's commit.
2243
2244 2013-12-03  Tom Tromey  <tromey@redhat.com>
2245
2246         * gdb.texinfo (Set Catchpoints): Add @kindex for each command
2247         documented here.
2248
2249 2013-12-03  Tom Tromey  <tromey@redhat.com>
2250
2251         * gdb.texinfo (@direntry): Add menu item for gdbserver.
2252
2253 2013-12-03  Walfred Tedeschi  <walfred.tedeschi@intel.com>
2254
2255         * gdb.texinfo (i386 Features): Add MPX feature registers.
2256         (x86 Specific featuresx86 Architecture-specific Issues): Adds
2257         a subsubsection for MPX and describes the display of the
2258         boundary registers.
2259
2260 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
2261
2262         * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
2263         documentation of the "ada-exceptions" entry.
2264
2265 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
2266
2267         * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
2268         "^error" result record concerning the error message.  Document
2269         the error code that may also be part of that result record.
2270         (GDB/MI Miscellaneous Commands): Document the
2271         "undefined-command-error-code" element in the output of
2272         the "-list-features" GDB/MI command.
2273
2274 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
2275
2276         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
2277         the new -info-gdb-mi-command GDB/MI command.  Document
2278         the meaning of "-info-gdb-mi-command" in the output of
2279         -list-features.
2280
2281 2013-11-29  Pedro Alves  <palves@redhat.com>
2282
2283         * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
2284         Update comment.
2285
2286 2013-11-24  Yao Qi  <yao@codesourcery.com>
2287
2288         * gdb.texinfo (Caching Remote Data): Document new
2289         "set/show stack-cache" option.
2290
2291 2013-11-24  Yao Qi  <yao@codesourcery.com>
2292
2293         * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
2294         (Maintenance Commands): Replace "ON" and "OFF" with "on" and
2295         "off" respectively.
2296
2297 2013-11-23  Yao Qi  <yao@codesourcery.com>
2298
2299         * gdb.texinfo (GDB/MI Variable Objects): Add the description
2300         of "displayhint" to the table about child results.
2301
2302 2013-11-21  Yao Qi  <yao@codesourcery.com>
2303
2304         * gdb.texinfo (GDB/MI Variable Objects): Add attribute
2305         'dynamic' for the output of command -var-list-children.
2306
2307 2013-11-21  Yao Qi  <yao@codesourcery.com>
2308
2309         * gdb.texinfo (Caching Target Data): Remove "see" before
2310         @pxref.
2311
2312 2013-11-20  Yao Qi  <yao@codesourcery.com>
2313
2314         * gdb.texinfo (Caching Target Data): Update doc for
2315         per-address-space dcache.
2316
2317 2013-11-20  Yao Qi  <yao@codesourcery.com>
2318
2319         * gdb.texinfo (Data): Rename menu item.
2320         (Caching Remote Data): Rename to ...
2321         (Caching Target Data): ... it.  Update.
2322
2323 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
2324
2325         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
2326         "language-option" entry in the output of the "-list-features"
2327         command.
2328
2329 2013-11-15  Tom Tromey  <tromey@redhat.com>
2330
2331         * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
2332         Add example.
2333
2334 2013-11-14  Tom Tromey  <tromey@redhat.com>
2335
2336         * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
2337
2338 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
2339
2340         * gdb.texinfo (Show): Add xref anchor for "show language" command.
2341         (Context management): Place current subsection text into its own
2342         subsubsection.  Add new subsubsection describing the "--language"
2343         command option.
2344
2345 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
2346
2347         * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
2348         the documentation of "info-ada-exceptions" in the output
2349         of the "-list-features" command.  Add the documentation
2350         of the "ada-exception" entry instead.
2351
2352 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
2353
2354
2355         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
2356         word of a couple of sentences to start with a capital letter.
2357
2358 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
2359
2360         * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
2361         (Ada Exceptions): New node.
2362         (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
2363         Commands" node.
2364         (GDB/MI Ada Exceptions Commands): New node.
2365         (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
2366         field in the output of the "-list-features" command.
2367         * NEWS: Add entry for the new "info exceptions" CLI command,
2368         and for the new "-info-ada-exceptions" GDB/MI command.
2369
2370 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
2371
2372         * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
2373         (Line Tables In Python): New node.
2374
2375 2013-11-08  Doug Evans  <dje@google.com>
2376
2377         * gdb.texinfo (Debugging Output): Update text for
2378         "set debug dwarf2-read".
2379
2380 2013-11-08  Doug Evans  <dje@google.com>
2381
2382         * gdb.texinfo (Debugging Output): Update text for
2383         "set debug symtab-create".
2384
2385 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
2386
2387         * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
2388         constant.
2389
2390 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
2391
2392         * gdb.texinfo (Breakpoints In Python): Document temporary
2393         option in breakpoint constructor, and add documentation to the
2394         temporary attribute.
2395
2396 2013-11-07  Yao Qi  <yao@codesourcery.com>
2397
2398         * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2399         output of "-var-info-expression".
2400
2401 2013-11-06  Pedro Alves  <palves@redhat.com>
2402
2403         * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2404         non-interactive mode.
2405         (Environment) <shell startup files warning>: Mention
2406         non-interactive mode.  Mention .zshenv for Z shell, and talk about
2407         BASH_ENV instead of .bashrc for BASH.
2408
2409 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
2410
2411         * gdb.texinfo (Commands to Specify Files): Add description
2412         of the remove-symbol-file command.
2413         * observer.texi: New free_objfile event
2414
2415 2013-10-24  Pedro Alves  <palves@redhat.com>
2416
2417         * gdb.texinfo (Starting): Document set/show startup-with-shell.
2418
2419 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2420
2421         * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2422         New subsection inside which the "-catch-load" and "-catch-unload"
2423         commands documentation is now placed.
2424         (Ada Exception GDB/MI Catchpoint Commands): New subsection
2425         documenting the "-catch-assert" and "-catch-exception" new
2426         GDB/MI commands.
2427
2428 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
2429
2430         * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2431
2432 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
2433
2434         * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2435         serial baud".
2436         (Remote Configuration): Replace "set remotebaud" by "set serial
2437         baud".  Replace "show remotebaud" by "show serial baud".
2438
2439 2013-10-07  Pedro Alves  <palves@redhat.com>
2440
2441         PR breakpoints/11568
2442         * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2443         when the thread is removed from the thread list.
2444
2445 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
2446
2447         * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2448         Update entry for $_exitcode.
2449
2450 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2451
2452         * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2453         new "--start" option.
2454
2455 2013-10-02  Pedro Alves  <palves@redhat.com>
2456
2457         * gdb.texinfo (Registers): Expand description of saved registers
2458         in frames.  Explain <not saved>.
2459
2460 2013-09-25  Doug Evans  <dje@google.com>
2461
2462         * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2463
2464 2013-09-16  Stan Shebs  <stan@codesourcery.com>
2465
2466         Remove the internals manual gdbint.texinfo.
2467         * Makefile.in (INFO_DEPS): Remove gdbint.info.
2468         (PDFFILES): Remove gdbint.pdf.
2469         (HTMLFILES): Remove gdbint/index.html.
2470         (HTMLFILES_INSTALL): Remove gdbint.
2471         (GDBINT_DOC_FILES): Remove.
2472         (dvi): Remove gdbint.dvi.
2473         (ps): Remove gdbint.ps.
2474         * gdbint.texinfo: Remove file.
2475         * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2476
2477 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2478
2479         * gdb.texinfo (Convenience Functions): Mention new convenience
2480         function $_isvoid.
2481
2482 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2483
2484         * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2485         (Standard Target Features): Add new node to menu.
2486         (S/390 and System z Features): New node.
2487
2488 2013-09-13  Sanimir Agovic  <sanimir.agovic@intel.com>
2489
2490         * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2491         -list-target-features in the example.
2492
2493 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2494
2495         * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2496         mini_debuginfo.  Strip binary before adding mini_debuginfo to it.
2497
2498 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2499
2500         Sync documentation with gdb.base/gnu-debugdata.exp.
2501         * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2502
2503 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2504
2505         * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2506
2507 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
2508             Yao Qi  <yao@codesourcery.com>
2509
2510         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2511         Document new --skip-unavailable option.
2512         <-stack-list-variables>: Document new --skip-unavailable option.
2513
2514 2013-08-26  Doug Evans  <dje@google.com>
2515
2516         * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2517         an optional regexp.
2518
2519 2013-08-13  Tom Tromey  <tromey@redhat.com>
2520
2521         * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2522         Document GDB_PARALLEL and GDB_INOTIFY.
2523
2524 2013-08-09  Stan Shebs  <stan@codesourcery.com>
2525
2526         * LRS: Remove file, describes a long-abandoned live-range
2527         splitting extension to stabs.
2528
2529 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
2530
2531         * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2532
2533 2013-07-17  Doug Evans  <dje@google.com>
2534
2535         * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2536
2537 2013-07-02  Tom Tromey  <tromey@redhat.com>
2538
2539         * gdb.texinfo (Target Commands): Don't mention "target nrom".
2540
2541 2013-06-28  Tom Tromey  <tromey@redhat.com>
2542
2543         * Makefile.in (version.subst): Use version.in, not
2544         common/version.in.
2545         * gdbint.texinfo (Versions and Branches, Releasing GDB):
2546         Likewise.
2547
2548 2013-06-27  Pedro Alves  <palves@redhat.com>
2549
2550         * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2551         dynamic symbol resolution code>: New section, based on infrun.c
2552         comment.
2553
2554 2013-06-26  Tom Tromey  <tromey@redhat.com>
2555
2556         * gdbint.texinfo (Versions and Branches): Use common/version.in.
2557         Update.
2558         (Releasing GDB): Likewise.
2559
2560 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
2561             Yao Qi  <yao@codesourcery.com>
2562
2563         * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2564         -trace-frame-collected.
2565
2566 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
2567
2568         * gdb.texinfo (Traceframe Info Format): Document tvar element
2569         and its attributes.
2570
2571 2013-06-25  Yao Qi  <yao@codesourcery.com>
2572
2573         * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2574
2575 2013-06-24  Tom Tromey  <tromey@redhat.com>
2576
2577         * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2578         (GDBvn.texi): Use version.subst.
2579         (version.subst): New target.
2580         (mostlyclean): Remove version.subst.
2581
2582 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
2583
2584         * gdb.texinfo (GDB/MI Data Manipulation)
2585         <-data-list-register-values>: Document the --skip-unavailable
2586         option.
2587
2588 2013-06-07  Yao Qi  <yao@codesourcery.com>
2589
2590         * gdb.texinfo (Symbols): Add kindex and cindex for
2591         'maint print msymbols'.
2592
2593 2013-06-05  Simon Marchi  <simon.marchi@ericsson.com>  (tiny change)
2594
2595         * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2596         response field name (thread-group to inferior).
2597
2598 2013-06-04 Gary Benson  <gbenson@redhat.com>
2599
2600         * gdb.texinfo (General Query Packets/qSupported): Added
2601         "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2602         to the table of currently defined stub features.
2603         Added a more detailed entry for "augmented-libraries-svr4-read".
2604         (General Query Packets/qXfer:libraries-svr4:read): Documented
2605         the augmented form of this packet.
2606
2607 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2608
2609         * gdb.texinfo (System-wide Configuration Scripts): Renames
2610         "Installed System-wide Configuration Scripts". Add associated
2611         @menu block.
2612
2613 2013-05-23  Yao Qi  <yao@codesourcery.com>
2614             Pedro Alves  <palves@redhat.com>
2615
2616         * gdb.texinfo (Packets): Document 'vCont;r'.
2617         (Continuing and Stepping): Document target-assisted range
2618         stepping, and the 'set range-stepping' and 'show range-stepping'
2619         commands.
2620
2621 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2622
2623         * gdb.texinfo (Installed System-wide Configuration Scripts):
2624         Add subsection describing the scripts now available under
2625         the data-dir's system-gdbbinit subdirectory.
2626         * NEWS: Add entry announcing the availability of system-wide
2627         configuration scripts for ElinOS and Wind River Linux.
2628
2629 2013-05-21  Hui Zhu  <hui@codesourcery.com>
2630
2631         * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2632         "-dprintf-insert" command.
2633
2634 2013-05-17  Doug Evans  <dje@google.com>
2635
2636         * gdb.texinfo (Maintenance Commands): Update doc for
2637         "maint check-psymtabs".  Add doc for "maint check-symtabs",
2638         "maint expand-symtabs".
2639
2640 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
2641
2642         * gdb.texinfo (Process Record and Replay): Document the
2643         "record goto" command and its sub-commands.
2644
2645 2013-05-10 Phil Muldoon  <pmuldoon@redhat.com>
2646
2647         * gdb.texinfo (Backtrace): Add "no-filter" argument.
2648         (Python API): Add Frame Filters API, Frame Wrapper API,
2649         Writing a Frame Filter/Wrapper, Managing Management of Frame
2650         Filters chapter entries.
2651         (Frame Filters API): New Node.
2652         (Frame Wrapper API): New Node.
2653         (Writing a Frame Filter): New Node.
2654         (Managing Frame Filters): New Node.
2655         (Progspaces In Python): Add note about frame_filters attribute.
2656         (Objfiles in Python): Ditto.
2657         (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2658         @anchors and --no-frame-filters option to -stack-list-variables,
2659         -stack-list-frames, -stack-list-locals and -stack-list-arguments
2660         commands.
2661
2662 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2663
2664         * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2665         Support" subsection documenting the XML format used to transfer
2666         shared library info on AIX.
2667
2668 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2669
2670         * gdb.texinfo (Debugging Output): Add documentation of
2671         "set debug aix-solib" and "show debug aix-solib" commands.
2672
2673 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
2674
2675         * gdb.texinfo (Nios II): New section.
2676         (Nios II Features): New section.
2677
2678 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
2679
2680         * gdbint.texinfo (Algorithms): Remove entries documenting
2681         DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2682         SOLIB_CREATE_INFERIOR_HOOK.
2683
2684 2013-04-29  Tom Tromey  <tromey@redhat.com>
2685
2686         PR python/14204:
2687         * gdb.texinfo (Python API): Fix menu entry.
2688         (Blocks In Python): Fix subsubsection text.  Rewrite intro.
2689         Define global and static block.  Add example.  Clarify
2690         block relationship for inline functions.
2691
2692 2013-04-29  Tom Tromey  <tromey@redhat.com>
2693
2694         * gdb.texinfo (Python API): Mention Python help and keyword
2695         arguments.  Move pagination text to Basic Python.
2696         (Basic Python): Put pagination text here.  Document
2697         close-on-exec, SIGCHLD, and SIGINT.
2698
2699 2013-04-19  Pedro Alves  <palves@redhat.com>
2700
2701         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2702         "signedness" instead of "signness".
2703
2704 2013-04-19  Pedro Alves  <palves@redhat.com>
2705
2706         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2707         -Wno-pointer-sign text with text on -Wpointer-sign.
2708
2709 2013-04-16  Tom Tromey  <tromey@redhat.com>
2710
2711         * gdb.texinfo (Set Catchpoints): Mention earliest version of
2712         GCC that has the SDT probe points.
2713
2714 2013-04-15  Tom Tromey  <tromey@redhat.com>
2715
2716         * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2717         exception catchpoints.
2718
2719 2013-04-15  Tom Tromey  <tromey@redhat.com>
2720
2721         * gdb.texinfo (Set Catchpoints): Document $_exception.
2722         (Convenience Vars): Mention $_exception.
2723
2724 2013-04-15  Tom Tromey  <tromey@redhat.com>
2725
2726         * gdb.texinfo (Set Catchpoints): Reorganize exception
2727         catchpoints.  Document "catch rethrow".
2728         (Debugging C Plus Plus): Mention "catch rethrow".
2729
2730 2013-04-15  Tom Tromey  <tromey@redhat.com>
2731
2732         * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2733
2734 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2735             Eli Zaretskii  <eliz@gnu.org>
2736
2737         * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2738         line below the sample output.
2739
2740 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
2741
2742         * gdb.texinfo (Mode Options): Document '-configuration'.
2743         (Help): Document "show configuration".
2744         (Bug Reporting): Add requirements to include the configuration
2745         details in bug reports.
2746
2747 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2748
2749         * Makefile.in (MAN1S): Add gcore.1.
2750         Remove "Host, target, and site specific Makefile fragments" comment.
2751         (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2752         (install-man1, uninstall-man1): Conditionalize gcore.1.
2753         (gcore.1): New.
2754         * gdb.texinfo (Man Pages): Add gcore man.
2755         (gcore man): New node.
2756
2757 2013-04-10  Pedro Alves  <palves@redhat.com>
2758
2759         * gdb.texinfo (Process Record and Replay): Document that "set
2760         record full insn-number-max", "set record
2761         instruction-history-size" and "set record
2762         function-call-history-size" accept "unlimited".
2763         (Backtrace): Document that "set backtrace limit" accepts
2764         "unlimited".
2765         (List): Document that "set listsize" accepts "unlimited".
2766         (Print Settings)" Document that "set print max-symbolic-offset",
2767         "set print elements" and "set print repeats" accept "unlimited".
2768         (Starting and Stopping Trace Experiments): Document that "set
2769         trace-buffer-size" accepts "unlimited".
2770         (Remote Configuration): Document that "set tcp connect-timeout"
2771         accepts "unlimited".
2772         (Command History): Document that "set history size" accepts
2773         "unlimited".
2774         (Screen Size): Document that "set height" and "set width" accepts
2775         "unlimited".  Adjust "set pagination"'s description to suggest
2776         "set height unlimited" instead of "set height 0".
2777
2778 2013-04-10  Yao Qi  <yao@codesourcery.com>
2779
2780         * gdb.texinfo (Trace Files): Add "target ctf".
2781
2782 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2783
2784         * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2785
2786         * Makefile.in (install-man1, install-man5, uninstall-man1)
2787         (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2788
2789         * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2790
2791 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2792             Eli Zaretskii  <eliz@gnu.org>
2793
2794         * gdb.texinfo (gdbserver man): Rename tty to comm.  Swap --attach
2795         parameters order.  Remove "On some targets" for --attach.  Document the
2796         --multi parameter and extended-remote command.  Document all the
2797         options.
2798
2799 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2800
2801         * gdb.texinfo (gdb man): Mention option -p.  Include Fortran to
2802         the list of supported languages.
2803
2804 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2805
2806         Convert man pages to texinfo, new gdbinit.5 texinfo page.
2807         * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2808         (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2809         (diststuff): Add man.
2810         (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2811         (uninstall-man5): New.
2812         (STAGESTUFF): Add *.1 and *.5.
2813         (GDBvn.texi): Add SYSTEM_GDBINIT.
2814         (gdb.1, gdbserver.1, gdbinit.5): New.
2815         (maintainer-clean realclean): Add $(MANS).
2816         (install): Add install-man.
2817         (uninstall): Add uninstall-man.
2818         * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2819         (@copying): Wrap it by @c man begin COPYRIGHT.
2820         (Top): Add Man Pages.
2821         (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2822
2823 2013-04-02  Pedro Alves  <palves@redhat.com>
2824
2825         * gdb.texinfo (Debugging Output): Document "set/show debug
2826         aarch64", "set/show debug coff-pe-read" and "set/show debug
2827         mach-o".
2828
2829 2013-04-02  Pedro Alves  <palves@redhat.com>
2830
2831         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2832         table>: Add entry for "trace-buffer-size".
2833
2834 2013-03-28  Pedro Alves  <palves@redhat.com>
2835
2836         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2837         table>: Add entry for "trace-status".
2838
2839 2013-03-28  Eli Zaretskii  <eliz@gnu.org>
2840
2841         * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2842         @bullet", which is invalid (makeinfo 5.1 barfs).
2843
2844 2013-03-28  Pedro Alves  <palves@redhat.com>
2845
2846         PR gdb/15294
2847
2848         * gdb.texinfo (List) <set listsize>: Adjust to document that
2849         listsize 0 means no limit, and remove mention of -1.
2850
2851 2013-03-22  Yao Qi  <yao@codesourcery.com>
2852
2853         * gdb.texinfo (Embedded Processors): Remove menu item
2854         "OpenRISC 1000".
2855         (OpenRISC 1000): Remove.
2856
2857 2013-03-21  Doug Evans  <dje@google.com>
2858
2859         * gdb.texinfo (Maintenance Commands): Add docs for
2860         "mt set per-command {space,time,symtab} {on,off}".
2861
2862 2013-03-14  Hui Zhu  <hui@codesourcery.com>
2863             Yao Qi  <yao@codesourcery.com>
2864
2865         * gdb.texinfo (Trace Files): Add "tsave -ctf".
2866
2867 2013-03-13  Keith Seitz  <keiths@redhat.com>
2868
2869         * gdb.texinfo (Maintenance Commands): Add missing ')' for
2870         "maint agent" reference to Dynamic printf.
2871
2872 2013-03-11  Eli Zaretskii  <eliz@gnu.org>
2873
2874         * gdb.texinfo (General Query Packets): Don't use colon in index
2875         entries visible to Info format.
2876
2877 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2878
2879         * gdb.texinfo (Process Record and Replay): Document record
2880         changes.
2881
2882 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2883
2884         * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2885         (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2886         qXfer:btrace:read.
2887
2888 2013-03-09  Eli Zaretskii  <eliz@gnu.org>
2889
2890         * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2891         use colons in @anchor and @cindex entries.
2892
2893 2013-03-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2894
2895         * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2896
2897 2013-03-08  Stan Shebs  <stan@codesourcery.com>
2898             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2899
2900         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2901         trace-buffer-size set and show commands.
2902         (Tracepoint Packets): Document QTBuffer:size.
2903         (General Query Packets): Document QTBuffer:size.
2904
2905 2013-02-21  Tom Tromey  <tromey@redhat.com>
2906
2907         * gdb.texinfo: Remove bad @syncodeindex.
2908         (Values From Inferior, Types In Python, Inferiors In Python)
2909         (Events In Python, Threads In Python, Frames In Python, Blocks In
2910         Python, Symbols In Python, Symbol Tables In Python): Remove
2911         @tables.
2912         (Packets, General Query Packets, Tracepoint Packets)
2913         (Host I/O Packets): Use @w{} for empty @item.
2914
2915 2013-02-20  Siva Chandra Reddy <sivachandra@google.com>
2916
2917         * gdb.texinfo (Architectures In Python): Add description about
2918         the new method gdb.Architecture.disassemble.
2919
2920 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
2921             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2922
2923         * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2924         Document the "trace-file" field.
2925
2926 2013-02-07  Doug Evans  <dje@google.com>
2927
2928         * gdb.texinfo (Machine Code): Clarify argument to disassemble
2929         command.
2930
2931 2013-02-06  Yao Qi  <yao@codesourcery.com>
2932
2933         * gdb.texinfo (GDB/MI Async Records): Document new MI
2934         notification "=tsv-modified".  Update the document of MI
2935         notification "=tsv-created".
2936         * observer.texi (GDB Observers): New observer tsv_modified.
2937         Update observer tsv_created and tsv_delete.
2938
2939 2013-02-05  Yufeng Zhang  <yufeng.zhang@arm.com>
2940
2941         * gdb.texinfo (AArch64 Features): New section; document
2942         org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2943         (Architectures): Add new AArch64 section to document AArch64
2944         architecture specific commands.
2945         (ABI): Add description of the new OS ABI "Newlib" and its influence
2946         on the longjmp handling.
2947
2948 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2949             Jan Kratochvil  <jan.kratochvil@redhat.com>
2950
2951         * gdb.texinfo (Backtrace): Added description of 'filename-display'
2952         variable in 'set/show backtrace' section.
2953
2954 2013-01-31  Tom Tromey  <tromey@redhat.com>
2955
2956         * gdb.texinfo (Target Commands): Fix typo.
2957
2958 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
2959
2960         * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2961         describing the gdb.Architecture class.
2962         (Frames In Python): Add description about the new method
2963         gdb.Frame.architecture().
2964
2965 2013-01-23  Doug Evans  <dje@google.com>
2966
2967         * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2968
2969 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
2970
2971         * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2972         'thread-groups' field when printing a breakpoint in MI.
2973
2974 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
2975         * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2976         to reflect that jit-reader-load now supports absolute file-names.
2977
2978 2013-01-16  Tom Tromey  <tromey@redhat.com>
2979
2980         * gdb.texinfo (Set Catchpoints): Document "catch signal".
2981         (Signals): Likewise.
2982
2983 2013-01-16  Tom Tromey  <tromey@redhat.com>
2984
2985         * gdb.texinfo (GDB/MI Breakpoint Information): Document
2986         "catch-type" field.
2987         (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2988
2989 2013-01-07  Tom Tromey  <tromey@redhat.com>
2990
2991         * gdb.texinfo (Mode Options): Don't mention -epoch.
2992         (Data, Emacs): Remove obsolete comments.
2993
2994 2013-01-02  Tom Tromey  <tromey@redhat.com>
2995
2996         * gdb.texinfo (GDB/MI Output Records): Update menu.
2997         (GDB/MI Breakpoint Information): New node.
2998         (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2999         <-break-insert>: Likewise.
3000
3001 2012-12-31  Yao Qi  <yao@codesourcery.com>
3002
3003         * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
3004         (Packets): Move "vStopped" packet to ...
3005         (Notification Packets): ... here.  Describe the components
3006         of notification.  Add a table of supported notifications.
3007         Add an example on the process of he async notification.
3008
3009 2012-12-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3010
3011         * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
3012         present.
3013         (GDB/MI File Commands) (-file-list-exec-source-files): Make the
3014         fullname output always present.
3015
3016 2012-12-23  Pierre Muller  <muller@sourceware.org>
3017
3018         * gdbint.texinfo (Function prototypes): Require use of "extern"
3019         modifier for function prototypes in headers.
3020
3021 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
3022
3023         * refcard.tex: Update copyright notice to GPL v3 or later.
3024         Update contact info.
3025
3026 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
3027
3028         * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
3029
3030 2012-12-15  Yao Qi  <yao@codesourcery.com>
3031
3032         * gdb.texinfo (Debugging Output): Document 'set debug
3033         notification' and 'show debug notification'.
3034
3035 2012-12-15  Yao Qi  <yao@codesourcery.com>
3036
3037         * gdb.texinfo (Listing Tracepoints): New item and example about
3038         'installed on target' output.
3039         Add more in the example about 'installed on target'.
3040         (GDB/MI Breakpoint Commands): Doc about 'installed field.
3041
3042 2012-12-14  Tom Tromey  <tromey@redhat.com>
3043
3044         * gdb.texinfo (SVR4 Process Information): Mention core files.
3045
3046 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
3047
3048         * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
3049
3050 2012-12-11  Pedro Alves  <palves@redhat.com>
3051
3052         * gdb.texinfo: Remove all mentions of Unixware throughout.
3053
3054 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3055
3056         * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
3057
3058 2012-11-29  Tom Tromey  <tromey@redhat.com>
3059
3060         * gdb.texinfo (SVR4 Process Information): Document missing
3061         "info proc" subcommands.
3062
3063 2012-11-29  Yao Qi  <yao@codesourcery.com>
3064
3065         PR gdb/1477.
3066         * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
3067         to 'auto' instead of 'gnu'.
3068
3069 2012-11-26  Tom Tromey  <tromey@redhat.com>
3070
3071         * gdb.texinfo (MiniDebugInfo): New node.
3072         (GDB Files): Update.
3073
3074 2012-11-16  Doug Evans  <dje@google.com>
3075
3076         * gdb.texinfo (System-wide configuration): If the system-wide init
3077         file lives in the data-directory, and --data-directory is provided,
3078         look for it there.
3079
3080 2012-11-15  Tom Tromey  <tromey@redhat.com>
3081
3082         * gdb.texinfo (Signaling): Fix typo.
3083
3084 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
3085
3086         * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
3087         parameter "count" of -data-write-memory-bytes, and add an example.
3088
3089 2012-11-12  Tom Tromey  <tromey@redhat.com>
3090
3091         * gdb.texinfo (Symbols): Document "info type-printers",
3092         "enable type-printer" and "disable type-printer".
3093         (Python API): Add new node to menu.
3094         (Type Printing API): New node.
3095         (Progspaces In Python): Document type_printers field.
3096         (Objfiles In Python): Likewise.
3097         (gdb.types) <get_type_recognizers, apply_type_recognizers,
3098         register_type_printer, TypePrinter>: Document.
3099
3100 2012-11-12  Tom Tromey  <tromey@redhat.com>
3101
3102         * gdb.texinfo (Symbols): Document "set print type methods",
3103         "set print type typedefs", and flags to ptype and whatis.
3104
3105 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
3106
3107         * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
3108         the example -data-disassemble output.  Extend the description of
3109         the -data-disassemble results to document all fields.  Document
3110         the cli disassemble command as being related to -data-disassemble.
3111
3112 2012-11-09  Yao Qi  <yao@codesourcery.com>
3113
3114         PR gdb/14777.
3115         * gdb.texinfo (OS Information): Remove doc on command
3116         'info udot'.
3117
3118 2012-11-08  Joel Brobecker  <brobecker@adacore.com>
3119
3120         * gdb.texinfo (Startup): Minor rewording, and clarify scope of
3121         gdb.ini warning for Windows port.
3122
3123 2012-11-08  Yao Qi  <yao@codesourcery.com>
3124
3125         * gdb.texinfo (Search): Add kindex for 'fo'.
3126
3127 2012-11-05  Tom Tromey  <tromey@redhat.com>
3128
3129         PR python/14802:
3130         * gdb.texinfo (Functions In Python): Add example.
3131
3132 2012-11-03  Yao Qi  <yao@codesourcery.com>
3133
3134         * observer.texi (GDB Observers): Remove observer
3135         'tracepoint_modified', 'tracepoint_created' and
3136         'tracepoint_deleted'.
3137
3138 2012-10-26  Tom Tromey  <tromey@redhat.com>
3139
3140         * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
3141
3142 2012-10-25  Tom Tromey  <tromey@redhat.com>
3143
3144         * gdb.texinfo (General Query Packets): Use @itemx.
3145
3146 2012-10-17  Yao Qi  <yao@codesourcery.com>
3147
3148         * observer.texi (GDB Observers): Update observer
3149         'memory_changed'.
3150         * gdb.texinfo (GDB/MI Async Records): Document for
3151         "memory-changed" notification.
3152
3153 2012-10-15  Doug Evans  <dje@google.com>
3154
3155         * gdb.texinfo (Mode Options): Document -nh.
3156         Elaborate on docs for -nx.
3157
3158 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
3159
3160         * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
3161
3162 2012-09-21  Yao Qi  <yao@codesourcery.com>
3163             Pedro Alves  <palves@redhat.com>
3164
3165         * gdb.texinfo (GDB/MI Async Records): Document notification
3166         'record-started' and 'record-stopped'.
3167         * observer.texi (GDB Observers): New observer 'record-changed'.
3168
3169 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
3170
3171         * gdb.texinfo: Document the removal of SH's 'regs' command.
3172
3173 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
3174
3175         * gdb.texinfo (jump): Mention new alias `j' for `jump'.
3176
3177 2012-09-18  Yao Qi  <yao@codesourcery.com>
3178
3179         * gdb.texinfo (GDB/MI Async Records): Document new MI
3180         notifications '=tsv-created' and '=tsv-deleted'.
3181         * observer.texi (GDB Observers): New observer tsv_created and
3182         tsv_deleted.
3183
3184 2012-09-18  Yao Qi  <yao@codesourcery.com>
3185
3186         * observer.texi (GDB Observers): New observer 'traceframe_changed'.
3187         * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
3188         '=traceframe-changed'.
3189
3190 2012-09-17  Yao Qi  <yao@codesourcery.com>
3191
3192         * gdb.texinfo (List): Describe the meaning of 0 and -1 in
3193         'set listsize'.
3194
3195 2012-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3196             Eli Zaretskii  <eliz@gnu.org>
3197
3198         * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
3199         encoding for gdbarch_breakpoint_from_pc, bp_addr for
3200         gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
3201
3202 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3203
3204         * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
3205
3206 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
3207
3208         Document how to return from "python-interactive" to GDB.
3209         * gdb.texinfo (Python Commands): Update documentation.
3210
3211 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
3212
3213         Add a new "python-interactive" command that starts a standard
3214         Python interactive prompt with "pi" as alias, and add "py" as
3215         an alias to "python".
3216         * gdb.texinfo (Python Commands): Document the new commands.
3217
3218 2012-08-22  Tom Tromey  <tromey@redhat.com>
3219
3220         * gdbint.texinfo (Host Definition): Remove documentation for
3221         SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
3222
3223 2012-08-17  Keith Seitz  <keiths@redhat.com>
3224
3225         PR c++/13356
3226         * gdb.texinfo (Type and Range Checking): Remove warning.
3227         Remove spurious commas.
3228         Update text and examples for re-implementation of set/show
3229         check type.
3230         (C and C++ Type and Range Checks): Likewise.
3231
3232 2012-08-16  Yao Qi  <yao@codesourcery.com>
3233
3234         * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
3235         is deprecated.
3236
3237 2012-08-13  Doug Evans  <dje@google.com>
3238
3239         * gdb.texinfo (Convenience Vars): Update text for "show convenience"
3240         to include functions.
3241
3242 2012-08-10  Doug Evans  <dje@google.com>
3243
3244         * gdb.texinfo (Convenience Funs): New node.
3245         (Types In Python): Document Type.vector.
3246
3247 2012-08-09  Yao Qi  <yao@codesourcery.com>
3248
3249         * observer.texi: New observer command_param_changed.
3250         * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
3251
3252 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
3253
3254         * gdbint.texinfo (Debugging GDB): In section
3255         'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
3256         Mention also gdb-gdb.py.
3257
3258 2012-08-07  Yao Qi  <yao@codesourcery.com>
3259
3260         Revert the folloing patch:
3261         2012-08-06  Yao Qi  <yao@codesourcery.com>
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  Nathaniel Flath  <flat0103@gmail.com>
3267
3268         * gdb.texinfo (Working Directory): Added information about new
3269         default argument for 'cd' command.
3270
3271 2012-08-06  Yao Qi  <yao@codesourcery.com>
3272
3273         * gdb.texinfo (Remote Configuration): Add kindex for 'set
3274         remote hardware-watchpoint-limit' and 'set
3275         remote hardware-breakpoint-limit'.
3276
3277 2012-08-06  Yao Qi  <yao@codesourcery.com>
3278
3279         Fix PR14371.
3280
3281         * gdb.texinfo (GDB/MI Async Records): Fix the doc for
3282         '=breakpoint-deleted'.
3283
3284 2012-08-02  Yao Qi  <yao@codesourcery.com>
3285
3286         * gdb.texinfo (Native): Remove node Neutrino.
3287
3288 2012-07-27  Yao Qi  <yao@codesourcery.com>
3289
3290         * gdb.texinfo (IPA Protocol Commands): Document new command
3291         'close'.
3292
3293 2012-07-25  Tom Tromey  <tromey@redhat.com>
3294
3295         * gdb.texinfo (Maintenance Commands): Document maint info bfds.
3296
3297 2012-07-20  Doug Evans  <dje@google.com>
3298
3299         * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
3300         (Index Files): Document how to control the use of deprecated index
3301         sections.
3302         (Index Section Format): Replace --use-deprecated-index-sections with
3303         "set use-deprecated-index-sections on".
3304
3305 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
3306
3307         * gdbint.texinfo: Remove @syncodeindex directives that put all the
3308         indices into a single node "Index".  Instead, join function and
3309         variable indices into a single index, separate from the concept
3310         index.  Requested in
3311         http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
3312         (Top): Update the top-level menu: instead of one "Index" there are
3313         now separate entries "Concept Index" and "Function and Variable
3314         Index".
3315         (Concept Index, Function and Variable Index): New nodes.
3316         (Index): Node deleted.
3317
3318 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
3319
3320         * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
3321         and "maint agent-eval".
3322
3323 2012-07-03  Eli Zaretskii  <eliz@gnu.org>
3324
3325         * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
3326         avoid file-name clashes between Index.html and index.html on
3327         case-insensitive filesystems.  See the discussion starting in
3328         http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
3329         details of the problem.
3330         (Top): Update the master menu for the above.
3331         (Concept Index, Command and Variable Index): New nodes, instead of
3332         the old "Index" node that was deleted.  All cross-references
3333         updated.
3334
3335 2012-07-02  Stan Shebs  <stan@codesourcery.com>
3336
3337         * gdb.texinfo (Dynamic Printf): Mention agent style and
3338         disconnected dprintf.
3339         (Maintenance Commands): Describe maint agent-printf.
3340         (General Query Packets): Mention BreakpointCommands feature.
3341         (Packets): Document commands extension to Z0 packet.
3342         * agentexpr.texi (Bytecode Descriptions): Document printf
3343         bytecode.
3344
3345 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3346
3347         * gdb.texinfo (File Options): Change -ix and -iex commands that apply
3348         only after gdbinit files.
3349         (Startup): Move -iex and -iex commands down after gdbinit files.
3350
3351 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3352
3353         * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
3354         possibility.
3355
3356 2012-06-29  Tom Tromey  <tromey@redhat.com>
3357
3358         * gdb.texinfo (Index Section Format): Update for version 7.
3359
3360 2012-06-28  Stan Shebs  <stan@codesourcery.com>
3361
3362         * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
3363         example, add note about title column.
3364
3365 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
3366
3367         * gdb.texinfo (Symbol Tables In Python): Add description about
3368         the new 'last' attribute of gdb.Symtab_and line.
3369
3370 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
3371
3372         * gdb.texinfo (Symbol Tables In Python): Correct the description
3373         of the 'pc' attribute of gdb.Symtab_and_line.
3374
3375 2012-06-26  Doug Evans  <dje@google.com>
3376
3377         * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
3378         and symtab-create.
3379
3380 2012-06-25  Keith Seitz  <keiths@redhat.com>
3381
3382         * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
3383         from example.  Remove "rbreak" from list of corresponding
3384         gdb commands.
3385
3386 2012-06-23  Doug Evans  <dje@google.com>
3387
3388         * gdb.texinfo (Index Section Format): Document version 7 format.
3389
3390 2012-06-22  Yao Qi  <yao@codesourcery.com>
3391
3392         * gdb.texinfo: Add missing cindex for some packets.
3393
3394 2012-06-20  Keith Seitz  <keiths@redhat.com>
3395
3396         * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3397         for -break-insert and document -p.
3398
3399 2012-06-20  Yao Qi  <yao@codesourcery.com>
3400
3401         * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3402         and "gdb.write_memory" with "Inferior.read_memory" and
3403         "Inferior.write_memory".
3404
3405 2012-06-15  Patrice Dumas  <pertusus@free.fr>  (tiny change)
3406
3407         * gdb.texinfo (Summary): Add a link to "Free Documentation".
3408         (Free Documentation): Add @node line.
3409         (Continuing and Stepping) <advance location>: Use @item instead of
3410         @itemx.
3411         (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3412         @itemx.
3413         (Embedded Processors): Put the link to "PA" to its correct place,
3414         according to document structure.
3415         (Python API): Put the link to "Lazy Strings In Python" to its
3416         correct place.
3417         (Index): Use @@ in @tex block to get a literal @.
3418
3419         * gdbint.texinfo: Fix the @subtitle line.
3420
3421         * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3422         correct place.
3423
3424 2012-06-08  Yao Qi  <yao@codesourcery.com>
3425
3426         * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3427         Protocol'.
3428         (In-Process Agent Protocol, IPA Protocol Objects)
3429         (IPA Protocol Commands): New nodes.
3430         (Tracepoint Packets): Add anchors.
3431
3432 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
3433
3434         * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3435
3436 2012-06-06  Yao Qi  <yao@codesourcery.com>
3437
3438         * gdb.texinfo: Update copyright year.
3439
3440 2012-05-23  Stan Shebs  <stan@codesourcery.com>
3441             Kwok Cheung Yeung  <kcy@codesourcery.com>
3442
3443         * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3444
3445 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3446
3447         * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3448         Mention also --with-separate-debug-dir.
3449         (Auto-loading): Prepend $debugdir in the sample output.
3450         (Auto-loading safe path): Likewise.  Mention also $debugdir for the
3451         auto-load safe-path variable.
3452         (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3453         Mention also $debugdir for 'set auto-load scripts-directory'.
3454
3455 2012-05-19  Eli Zaretskii  <eliz@gnu.org>
3456
3457         * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3458         (MIPS Embedded, MIPS, MIPS Register packet Format)
3459         (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3460         appropriate.
3461
3462 2012-05-18  Sandra Loosemore  <sandra@codesourcery.com>
3463             Maciej W. Rozycki  <macro@codesourcery.com>
3464
3465         * gdb.texinfo (MIPS): Document "set mips compression" and "show
3466         mips compression".
3467         (MIPS Breakpoint Kinds): New subsubsection.
3468
3469 2012-05-18  Eli Zaretskii  <eliz@gnu.org>
3470
3471         * gdb.texinfo (Architecture-Specific Protocol Details): Define
3472         nodes for subsections.  Add @acronym mark-ups and adjust
3473         formatting.
3474
3475 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3476
3477         Rename $ddir to $datadir.
3478         * gdb.texinfo (Auto-loading, Auto-loading safe path)
3479         (objfile-gdb.py file): Rename $ddir to $datadir.
3480
3481 2012-05-18  Tom Tromey  <tromey@redhat.com>
3482
3483         * gdb.texinfo (Print Settings): Document 'set print symbol'.
3484
3485 2012-05-14  Stan Shebs  <stan@codesourcery.com>
3486
3487         * gdb.texinfo (Dynamic Printf): New subsection.
3488
3489 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
3490
3491         * gdb.texinfo (Basic Python): Add description about the function
3492         gdb.find_pc_line
3493
3494 2012-05-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3495             Eli Zaretskii  <eliz@gnu.org>
3496
3497         * gdb.texinfo (Separate Debug Files): Use plural form for global
3498         debugging information directory.
3499
3500 2012-05-11  Stan Shebs  <stan@codesourcery.com>
3501             Kwok Cheung Yeung  <kcy@codesourcery.com>
3502
3503         * gdb.texinfo (Operating System Auxiliary Information): Document new
3504         'info os' subcommands.
3505
3506 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3507
3508         * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3509         (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3510         (dotdebug_gdb_scripts section): Add reference
3511         to 'Auto-loading safe path'.
3512
3513 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3514
3515         Implement multi-component --with-auto-load-dir.
3516         * gdb.texinfo (Auto-loading): New references
3517         for 'set auto-load scripts-directory'
3518         and 'show auto-load scripts-directory'.
3519         (Auto-loading safe path): Describe the new default.  Move $ddir
3520         substituation reference to 'objfile-gdb.py file'.
3521         (objfile-gdb.py file): Describe script-name alias.  Change real-name to
3522         script-name.  Describe new 'set auto-load scripts-directory'
3523         and 'show auto-load scripts-directory'.
3524
3525 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3526
3527         Provide $ddir substitution for --with-auto-load-safe-path.
3528         * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3529         (Auto-loading safe path): Likewise.  Mention the default value,
3530         $ddir substitution, --with-auto-load-safe-path and
3531         --without-auto-load-safe-path.
3532         * observer.texi (gdb_datadir_changed): New.
3533
3534 2012-05-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3535
3536         * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3537         Twice.
3538
3539         * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3540         directory separator by path separator.
3541
3542 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3543
3544         * gdb.texinfo (Auto-loading safe path): Make 'directories'
3545         for 'set auto-load safe-path' optional.  Mention if it is omitted.
3546         Change disabling security protection condition to "/", twice.
3547
3548 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
3549
3550         * gdb.texinfo (Symbol Tables In Python): Add documentation about
3551         the new methods global_block and static_block on gdb.Symtab
3552         objects.
3553
3554 2012-05-02  Siva Chandra Reddy  <sivachandra@google.com>
3555
3556         * gdb.texinfo (Blocks In Python): Add a note saying that future
3557         improvements to GDB and its infrastructure can move symbols
3558         across blocks within a symbol table.
3559
3560 2012-04-29  Yao Qi  <yao@codesourcery.com>
3561
3562         * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3563         (A29K): Remove.
3564
3565 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
3566             Tom Tromey  <tromey@redhat.com>
3567
3568         * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3569         and generic static probe support on GDB.
3570
3571 2012-04-25  Doug Evans  <dje@google.com>
3572
3573         * gdb.texinfo (Go): Fix thinko.
3574
3575         * gdb.texinfo (Supported Languages): Add Go.
3576         (Go): New node.
3577
3578 2012-04-25  Yao Qi  <yao@codesourcery.com>
3579
3580         * gdbint.texinfo (Testsuite): New section `Board settings'.
3581
3582 2012-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
3583
3584         * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3585         Three times.
3586
3587         * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3588         Three times.
3589
3590 2012-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3591
3592         * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3593         by @table @asis.  Fix formatting of one item.
3594
3595 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3596
3597         * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3598
3599 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3600
3601         New option "set debug auto-load".
3602         * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3603         (auto-load verbose mode): New node.
3604
3605 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3606
3607         New option "set auto-load safe-path".
3608         * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3609         and "info auto-load" examples for safe-path.  Put there also references
3610         for "set auto-load safe-path" and "show auto-load safe-path".
3611         New menu item for Auto-loading safe path.
3612         (Auto-loading safe path): New node.
3613         (Python Auto-loading): Update the expected output from "Missing"
3614         to "No".
3615
3616 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3617
3618         auto-load: Implementation.
3619         * gdb.texinfo (Mode Options): New anchor for -nx.
3620         (Startup): New anchors for Option -init-eval-command,
3621         Home Directory Init File
3622         and Init File in the Current Directory during Startup.
3623         Mention set auto-load local-gdbinit with a reference.
3624         Change the sample code to "set auto-load python-scripts".
3625         (Threads): New anchor set libthread-db-search-path.
3626         Provide references to libthread_db.so.1 file.
3627         (Controlling GDB): New menu item for Auto-loading.
3628         (Auto-loading, Init File in the Current Directory)
3629         (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3630         (Python): Rename the menu item Auto-loading to Python Auto-loading.
3631         (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3632         reference.
3633         (Auto-loading): Rename to ...
3634         (Python Auto-loading): ... here.  Change "set auto-load-scripts" to
3635         "set auto-load python-scripts", new anchor for it.  Change
3636         "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3637         for it.  Change "info auto-load-scripts"
3638         to "info auto-load python-scripts", new anchor for it.  Change "scripts"
3639         to "Python scripts".
3640
3641 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
3642
3643         PR mi/13393
3644         * gdb.texinfo (Print Settings): Extend the description for "set print
3645         object".
3646         (GDB/MI Variable Objects): Extend the description for -var-create and
3647         -var-list-children.
3648
3649 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
3650
3651         * gdb.texinfo (Examining Data): Document the 'explore' command.
3652
3653 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
3654
3655         * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3656         to the children of a varobj and its update range when -var-update
3657         returns that the varobj's type changed.
3658
3659 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3660
3661         * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3662         Create two new links fir 'objfile-gdb.py file'
3663         and 'dotdebug_gdb_scripts section'.
3664
3665 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3666
3667         * gdb.texinfo (Auto-loading): Rename node reference
3668         '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3669         Twice.
3670         (.debug_gdb_scripts section): Rename the node ...
3671         (dotdebug_gdb_scripts section): ... here.
3672         (Maintenance Commands): Also rename this node reference.
3673
3674 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
3675
3676         * gdb.texinfo (Python API/Values From Inferior): Add description
3677         about the new method Value.referenced_value.  Add description on
3678         how Value.dereference is different (and similar) to
3679         Value.referenced_value.
3680
3681 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3682
3683         * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3684         --init-eval-command=COMMAND, -iex.
3685         (Startup): Describe -iex and -ix.  Simplify the example
3686         for "set auto-load-scripts off".
3687
3688 2012-03-16  Gary Benson  <gbenson@redhat.com>
3689
3690         PR breakpoints/10738
3691         * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3692         stating that GDB cannot set breakpoints on inlined functions.
3693         (Mode Options): Document --use-deprecated-index-sections.
3694         (Index Section Format): Document new index section version format.
3695
3696 2012-03-15  Tom Tromey  <tromey@redhat.com>
3697
3698         * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3699
3700 2012-03-13  Doug Evans  <dje@google.com>
3701
3702         * gdb.texinfo (Help): Change apropos example to use "alias" instead
3703         of "reload".
3704         (Symbols): Delete docs for set/show symbol-reloading.
3705         * gdbint.texinfo (Defining Other Architecture Features): Delete
3706         SYMBOL_RELOADING_DEFAULT.
3707         * refcard.tex: Delete reference to symbol-reloading.
3708
3709 2012-03-07  Pedro Alves  <palves@redhat.com>
3710
3711         * gdb.texinfo (General Query Packets): Document new
3712         QProgramSignals packet.
3713         * gdb.texinfo (Remote configuration): Mention
3714         "program-signals-packet".
3715
3716 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3717
3718         * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3719
3720 2012-03-03  Yao Qi  <yao@codesourcery.com>
3721
3722         * gdb.texinfo (In-Process Agent): New node.
3723         Document new commands.
3724         (General Query Packets): Add packet `QAgent'.
3725
3726 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
3727
3728         * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3729
3730 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
3731
3732         * gdb.texinfo (Commands In Python): Put example python macro in
3733         COMMAND_USER category rather than COMMAND_OBSCURE.
3734         Document gdb.COMMAND_USER.
3735         (User-defined Commands): Update documentation to clarify
3736         "set/show max-user-call-depth" and "show user" don't apply to python
3737         commands.  Update documentation to clarify "help user-defined" may
3738         also include python commands defined as COMMAND_USER.
3739
3740 2012-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3741
3742         * gdb.texinfo (Startup): Add option -ex description to the option -x
3743         description.
3744
3745 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
3746
3747         * gdb.texinfo (Setting Breakpoints): Mention and explain the
3748         condition-evaluation breakpoint parameter.
3749         Mention condition-evaluation mode being shown in "info break".
3750         (Break Conditions): Add description for target-side
3751         conditional breakpoints.
3752         (Remote Configuration): Mention conditional-breakpoints-packet.
3753         (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3754         cond-expr.
3755         (General Query Packets): Mention new ConditionalBreakpoint feature.
3756
3757 2012-02-22  Tom Tromey  <tromey@redhat.com>
3758
3759         * gdb.texinfo (Blocks In Python): Clarify block iteration.
3760
3761 2012-02-17  Tom Tromey  <tromey@redhat.com>
3762
3763         PR python/10753:
3764         * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3765         directory.
3766
3767 2012-02-14  Stan Shebs  <stan@codesourcery.com>
3768
3769         * gdb.texinfo (Disabling Breakpoints): Document enable count.
3770
3771 2012-02-13  Pedro Alves  <palves@redhat.com>
3772
3773         * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3774         mips-idt-ecoff.
3775
3776 2012-02-09  Yao Qi  <yao@codesourcery.com>
3777
3778         * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3779
3780 2012-02-07  Tom Tromey  <tromey@redhat.com>
3781
3782         * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3783         Symbol.value.
3784
3785 2012-02-07  Tom Tromey  <tromey@redhat.com>
3786
3787         * gdb.texinfo (Symbols In Python): Document Symbol.line.
3788
3789 2012-01-27  Thomas Schwinge  <thomas@codesourcery.com>
3790
3791         * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3792
3793 2012-01-24  Tom Tromey  <tromey@redhat.com>
3794
3795         * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3796         unload".
3797         (Files): Mention new catch commands.
3798         (GDB/MI Async Records): Likewise.
3799
3800 2012-01-24  Gary Benson  <gbenson@redhat.com>
3801
3802         Delete #if 0'd out code.
3803         * gdb.texinfo (Frame Info): Remove "info catch".
3804
3805 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
3806
3807         * gdb.texinfo (Remote Configuration): Document
3808         "set remote hostio-readlink-packet" command.
3809         (General Query Packets): Document vFile:readlink packet.
3810
3811 2012-01-16  Tom Tromey  <tromey@redhat.com>
3812
3813         * gdb.texinfo (Specify Location): Document relative file name
3814         handling.
3815
3816 2012-01-16  Tom Tromey  <tromey@redhat.com>
3817
3818         * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3819
3820 2012-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3821             Eli Zaretskii  <eliz@gnu.org>
3822
3823         * gdbint.texinfo (Coding Standards): Require braces for two lines of
3824         code.
3825
3826 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
3827
3828         * gdb.texinfo (Variables): Document use of :: for non-static
3829         variables.
3830
3831 2012-01-05  Joel Brobecker  <brobecker@adacore.com>
3832
3833         * gdbint.texinfo (Start of New Year Procedure): Update
3834         to replace use of copyright.sh by use of copyright.py.
3835
3836 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3837
3838         Remove the gdbtui binary.
3839         * all-cfg.texi (GDBTUI): Remove.
3840         * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3841         (TUI): Remove GDBTUI pindex.  Remove the GDBTUI reference.
3842         * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3843
3844 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
3845
3846         Introduce gdb.FinishBreakpoint in Python.
3847         * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3848         (Python API): Add menu entry for Finish Breakpoints.
3849
3850 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3851
3852         * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3853         tests.
3854
3855 2011-12-16  Doug Evans  <dje@google.com>
3856
3857         * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3858
3859 2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
3860
3861         * gdb.texinfo (Python Commands): Remove "maint set/show print
3862         stack".  Add documentation for "set/show python print-stack".
3863
3864 2011-12-14  Pedro Alves  <pedro@codesourcery.com>
3865
3866         * gdb.texinfo (Implementing a Remote Stub): Explain that you
3867         should transfer control to the stub in the startup code instead of
3868         in main.  Mention the need to get past the initial breakpoint.
3869
3870 2011-12-06  Tom Tromey  <tromey@redhat.com>
3871
3872         * gdb.texinfo (Set Breaks): Update for new behavior.
3873
3874 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3875
3876         * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3877         List Format for SVR4 Targets'.
3878         (General Query Packets): New item qXfer:libraries-svr4:read.
3879         (Library List Format for SVR4 Targets): New node.
3880
3881 2011-12-01  Tom Tromey  <tromey@redhat.com>
3882
3883         * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3884         add.
3885
3886 2011-11-22  Tom Tromey  <tromey@redhat.com>
3887
3888         * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3889         reasons.
3890
3891 2011-11-20  Stan Shebs  <stan@codesourcery.com>
3892
3893         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3894         note-related options and variables.
3895         (Tracepoint Packets): Document packet changes.
3896
3897 2011-11-20  Sanjoy Das  <sdas@igalia.com>
3898
3899         * gdb.texinfo (JIT Interface): Add documentation on writing and
3900         usind JIT debug info readers.
3901         (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3902         Debug Info Readers): New nodes.
3903
3904 2011-11-18  Yao Qi  <yao@codesourcery.com>
3905
3906         * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3907         tracepoint.
3908
3909 2011-11-15  Doug Evans  <dje@google.com>
3910
3911         * gdb.texinfo (Files): Document basenames-may-differ.
3912
3913 2011-11-14  Doug Evans  <dje@google.com>
3914
3915         * gdb.texinfo (Shell Commands): Document "!".
3916
3917 2011-11-14  Stan Shebs  <stan@codesourcery.com>
3918             Kwok Cheung Yeung  <kcy@codesourcery.com>
3919
3920         * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3921         needed to get shorter fast tracepoints.
3922         (Tracepoint Packets): Document new qTMinFTPILen packet.
3923
3924 2011-11-14  Yao Qi  <yao@codesourcery.com>
3925
3926         * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3927         behavior of tracepoint.
3928         (General Query Packets): New feature InstallInTrace.
3929         (Remote Configuration): Document "set remote
3930         install-in-trace-packet".
3931
3932 2011-11-12  Matt Rice  <ratmice@gmail.com>
3933
3934         * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3935         Add arguments to info macro.
3936
3937 2011-11-10  Tom Tromey  <tromey@redhat.com>
3938
3939         * gdb.texinfo (Compilation): Don't mention -gdwarf-2.  Link to GCC
3940         manual.
3941         (Variables): Don't mention -gdwarf-2.  Link to Compilation node.
3942         (Macros): Add a footnote.
3943         (C): Remove paragraph about compiler options.
3944         (C Constants): Mention wide character and string constants.
3945         (C Plus Plus Expressions): Update compiler option advice.  Mention
3946         using declarations.  Mention ADL.  Remove old HP compiler
3947         information.
3948
3949 2011-11-10  Tom Tromey  <tromey@redhat.com>
3950
3951         PR c++/9257:
3952         * gdb.texinfo (Print Settings): Add an extra note about the need
3953         for a vtable.
3954
3955 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
3956
3957         * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3958         "set mips abi" documentation.
3959
3960 2011-11-04  Doug Evans  <dje@google.com>
3961
3962         * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3963
3964 2011-11-03  Tom Tromey  <tromey@redhat.com>
3965
3966         * gdb.texinfo (Stopping): Add menu entry.
3967         (Continuing and Stepping): Restore @node.  Use @section, not
3968         @subsection.
3969
3970 2011-11-03  Maciej W. Rozycki  <macro@codesourcery.com>
3971
3972         * gdb.texinfo (Skipping Over Functions and Files): Remove node
3973         designation.  Fix "Specify Location" cross-reference.
3974
3975 2011-11-02  Stan Shebs  <stan@codesourcery.com>
3976
3977         * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3978         (General Query Packets): Describe tracenz feature.
3979         * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3980
3981 2011-10-28  Paul Koning  <paul_koning@dell.com>
3982
3983         * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3984
3985 2011-10-27  Kevin Pouget  <kevin.pouget@st.com>
3986
3987         * gdb.texinfo ((Frames In Python): Document
3988         gdb.FRAME_UNWIND_FIRST_ERROR contant.
3989
3990 2011-10-26  Paul Koning  <paul_koning@dell.com>
3991
3992         * gdb.texinfo (gdb.types): Document new deepitems function.
3993
3994 2011-10-25  Paul Koning  <paul_koning@dell.com>
3995
3996         PR python/13327
3997
3998         * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3999         fetch_lazy method.
4000
4001 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
4002
4003         PR python/12656
4004
4005         * gdb.texinfo (Blocks In Python): Document is_static, is_global,
4006         global_block, static_block function.
4007
4008 2011-10-19  Tom Tromey  <tromey@redhat.com>
4009
4010         * gdb.texinfo (Commands In Python): Add missing "@"s.
4011
4012 2011-10-13  Kevin Pouget  <kevin.pouget@st.com>
4013
4014         PR python/13285 Document named constants for frame unwind stop reasons
4015         * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
4016         constants.
4017
4018 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
4019
4020         Fix compatibility with texinfo versions older than 4.12.
4021         * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
4022         (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
4023         (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
4024         (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
4025         * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
4026         Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
4027         CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
4028
4029 2011-10-09  Doug Evans  <dje@google.com>
4030
4031         * gdb.texinfo (Extending GDB): Document alias command.
4032
4033 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4034
4035         Support @entry in input expressions.
4036         * gdb.texinfo (Variables): Describe @entry names suffix.
4037         (Print Settings): Add anchor for `set print entry-values'.
4038
4039 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4040             Eli Zaretskii  <eliz@gnu.org>
4041
4042         Display @entry parameter values (without references).
4043         * gdb.texinfo (Tail Call Frames): Add anchor.  Add self tail call
4044         example.
4045         (Print Settings): New description of set print entry-values and show
4046         print entry-values.
4047
4048 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4049             Eli Zaretskii  <eliz@gnu.org>
4050
4051         Recognize virtual tail call frames.
4052         * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
4053         (Tail Call Frames): New node.
4054         (Frames In Python): Add gdb.TAILCALL_FRAME.
4055
4056 2011-10-07  Doug Evans  <dje@google.com>
4057
4058         * gdb.texinfo (gdb.printing): Document new `replace' arg to
4059         register_pretty_printer.
4060
4061 2011-10-07  Phil Muldoon  <pmuldoon@redhat.com>
4062
4063         PR python/12930
4064         PR python/12802
4065
4066         * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
4067         stop method.
4068
4069 2011-10-07  Ulrich Weigand  <ulrich.weigand@linaro.org>
4070
4071         * gdb.texinfo (Starting your Program): "set disable-randomization"
4072         is no longer Linux-specific.
4073         (Remote Configuration): Document "set remote
4074         disable-randomization-packet".
4075         (General Query Packets): Document "QDisableRandomization" packet
4076         and add it to "qSupported" list.
4077
4078 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
4079
4080         Allow Python notification of new object-file loadings.
4081         * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
4082         event type.
4083
4084 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
4085
4086         PR python/12691: Add the inferior to Python exited event
4087         * gdb.texinfo (Events In Python): Describe exited inferior attribute.
4088
4089 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
4090
4091         * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
4092         rephasing.
4093
4094 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
4095
4096         * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
4097         (GDB/MI Miscellaneous Commands): Add `ada-task-info'
4098         as possible feature returned by the `-list-features'
4099         command.
4100
4101 2011-09-28  Paul Koning  <paul_koning@dell.com>
4102
4103         * gdb.texinfo (gdb.Type): Document field access by dictionary
4104         key syntax.
4105
4106 2011-09-28  Yao Qi  <yao@codesourcery.com>
4107
4108         * gdb.texinfo (Files): Update options for `add-symbol-file'.
4109         Add one space after option `-s'.  Remove @r{} markup.
4110
4111 2011-09-27  Stan Shebs  <stan@codesourcery.com>
4112
4113         * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
4114
4115 2011-09-16  Hui Zhu  <teawater@gmail.com>
4116
4117         * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
4118         to *(unsigned char *)$esp@300.
4119
4120 2011-09-15  Paul Koning  <paul_koning@dell.com>
4121
4122         * gdb.texinfo: Make style of Python functions and methods match
4123         the syntax of Python.  Also put class and module names explicitly
4124         on function, member, and variable names, matching Python
4125         documentation conventions.
4126
4127 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
4128
4129         PR Python/12692 Add gdb.selected_inferior() to Python interface.
4130         * gdb.texinfo (Inferiors In Python): Describe new
4131         gdb.selected_inferior() function.
4132
4133 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
4134
4135         Handle multiple breakpoint hits in Python interface:
4136         * gdb.texinfo (Events In Python): New function documentation:
4137         gdb.BreakpointEvent.breakpoints. Indicate that
4138         gdb.BreakpointEvent.breakpoint is now deprecated.
4139
4140 2011-09-04  Joel Brobecker  <brobecker@adacore.com>
4141
4142         * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
4143
4144 2011-08-25  Andrew Oakley  <andrew@ado.is-a-geek.net>
4145
4146         * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
4147
4148 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
4149
4150         * gdb.texinfo (Prompt): Add set/show extended-prompt
4151         documentation
4152         (Basic Python): Add prompt_hook anchor.
4153         (Python modules): Reword module text to reflect multiple modules.
4154         (gdb.prompt): Document gdb.prompt module.
4155
4156 2011-08-14  Yao Qi  <yao@codesourcery.com>
4157
4158         * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
4159
4160 2011-08-14  Yao Qi  <yao@codesourcery.com>
4161
4162         * gdb.texinfo (Standard Target Features): Document C6x features.
4163         (TIC6x Features): New node.
4164
4165 2011-08-12  Doug Evans  <dje@google.com>
4166
4167         * gdb.texinfo (Symbols In Python): Document symbol.type.
4168
4169 2011-08-09  Phil Muldoon  <pmuldoon@redhat.com>
4170
4171         * gdb.texinfo (Python): Document command and function
4172         auto-loading.
4173
4174 2011-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4175             Eli Zaretskii  <eliz@gnu.org>
4176
4177         * gdb.texinfo (whatis, ptype): Highlight their differences.  Describe
4178         typedefs unrolling.  Extend the sample code by an inner typedef and
4179         outer typedefs unrolling.
4180
4181 2011-07-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
4182
4183         * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
4184         size and line-size.
4185
4186 2011-07-21  Matt Rice  <ratmice@gmail.com>
4187
4188         PR macros/12999
4189         * gdb.texinfo (Macros): Add info definitions and info macros commands.
4190         Update text and cindex entries for info macro command.
4191
4192 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
4193
4194         * observer.texi (GDB Observers): Add before_prompt observer.
4195         * gdb.texinfo (Basic Python): Add documentation for prompt
4196         substitution.
4197
4198 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
4199
4200         PR python/12438
4201         * gdb.texinfo (Python Commands): Add deprecate note to maint
4202           set/show python print-stack.  Document set/show python
4203           print-backtrace.
4204
4205 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
4206
4207         * gdb.texinfo: Fix typos.
4208
4209 2011-07-01  Tom Tromey  <tromey@redhat.com>
4210
4211         * gdb.texinfo (Debugging Output): Document set debug
4212         check-physname.
4213
4214 2011-06-29  Tom Tromey  <tromey@redhat.com>
4215
4216         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
4217         breakpoint-notifications feature.
4218
4219 2011-06-29  Ulrich Weigand  <ulrich.weigand@linaro.org>
4220
4221         * gdb.texinfo (Target Description): Remove warning about
4222         possibly unstable format.
4223
4224 2011-06-03  Tom Tromey  <tromey@redhat.com>
4225
4226         * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
4227         (Events In Python): Note that exit_code is optional.
4228
4229 2011-05-17  Pedro Alves  <pedro@codesourcery.com>
4230
4231         * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
4232         required for multi-threading support.
4233         (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
4234         Hc are deprecated for multi-threading debugging.  Point readers at
4235         the vCont packet.
4236
4237 2011-05-15  Doug Evans  <dje@google.com>
4238
4239         * gdb.texinfo (Auto-loading): Document printing of missing scripts.
4240
4241 2011-05-13  Doug Evans  <dje@google.com>
4242
4243         * gdb.texinfo (Threads): Document $sdir,$pdir.
4244         (Server): Document $pdir exception.
4245
4246         * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
4247
4248         * gdb.texinfo (Threads): Clarify default value for
4249         libthread-db-search-path.
4250
4251         * gdb.texinfo (Completion): Update example.
4252         (Debugging Output): Delete `set/show debug lin-lwp-async'.
4253
4254 2011-05-12  Kwok Cheung Yeung  <kcy@codesourcery.com>
4255
4256         * gdb.texinfo: Document change in the behaviour of the enable and
4257         disable GDB commands when applied to tracepoints.
4258         Document the EnableDisableTracepoints remote stub feature.
4259         Document QTEnable and QTDisable in the list of tracepoint packets.
4260
4261 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
4262
4263         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
4264         hsuser.texi.
4265         * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
4266         comment to hsuser.texi.  Change rluser.texi name in the comment.
4267
4268 2011-05-10  Doug Evans  <dje@google.com>
4269
4270         * gdb.texinfo (Threads): If an empty path is provided for
4271         libthread-db-search-path it is reset to its default value.
4272         (Server): Ditto.
4273
4274 2011-05-09  Doug Evans  <dje@google.com>
4275
4276         * gdb.texinfo (Requirements): Fix typo.  Mention --with-iconv-bin.
4277
4278 2011-05-06  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4279             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4280
4281         Implement support for PowerPC BookE masked watchpoints.
4282         * gdb.texinfo (Set Watchpoints): Document mask parameter.
4283         (PowerPC Embedded): Mention support of masked watchpoints.
4284
4285 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
4286
4287         * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
4288         `@value{GDBN}'.
4289
4290 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
4291
4292         * gdb.texinfo (titlepage): Remove dedication.
4293         (In Memoriam): New appendix.
4294
4295 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4296             Eli Zaretskii  <eliz@gnu.org>
4297
4298         * gdb.texinfo (Index Section Format): Change the version to 5.
4299         Describe the different formula.
4300
4301 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4302             Eli Zaretskii  <eliz@gnu.org>
4303
4304         * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
4305         for disconnected tracing.
4306         (Multi-Process Mode for @code{gdbserver}): Mention --multi and
4307         extended-remote relationship.  Mention --once.
4308         (TCP port allocation lifecycle of @code{gdbserver}): New.
4309
4310 2011-04-23  Eli Zaretskii  <eliz@gnu.org>
4311
4312         * gdb.texinfo (Server): Improve indexing.  Index all optional
4313         switches to gdbserver.
4314
4315 2011-04-20  Tom Tromey  <tromey@redhat.com>
4316
4317         * gdb.texinfo (Index Section Format): New node.
4318         (Top): Add new node to menu.
4319
4320 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
4321
4322         * gdb.texinfo (Maintenance Commands): Document `maint print
4323         remote-registers'.
4324
4325 2011-04-20  Tom Tromey  <tromey@redhat.com>
4326
4327         * gdb.texinfo (Trace File Format): Move node later.
4328
4329 2011-04-19  Tom Tromey  <tromey@redhat.com>
4330
4331         * gdbint.texinfo (Register Information Functions): Remove
4332         duplicate "the".
4333         * gdb.texinfo (Emacs): Remove duplicate "to".
4334         (GDB/MI Variable Objects): Remove duplicate "the".
4335         (General Query Packets): Likewise.
4336
4337 2011-04-02  Joel Brobecker  <brobecker@adacore.com>
4338
4339         * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
4340         "GDB/MI Ada Exception Information" node.
4341
4342 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
4343
4344         * gdb.texinfo (GDB/MI Ada Exception Information): Document
4345         the "exception-name" field in the *stopped async record.
4346
4347 2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4348             Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4349
4350         Implement support for PowerPC BookE ranged breakpoints.
4351         * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
4352
4353 2011-03-28  Tom Tromey  <tromey@redhat.com>
4354
4355         * gdb.texinfo (Set Tracepoints): Fix typo.
4356
4357 2011-03-24  Tom Tromey  <tromey@redhat.com>
4358
4359         * gdb.texinfo (Specify Location): Document `function:label'
4360         linespec.
4361
4362 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
4363
4364         PR python/12149
4365
4366         * gdb.texinfo (Basic Python): Update gdb.write and flush text.
4367
4368 2011-03-17  Phil Muldoon  <pmuldoon@redhat.com>
4369
4370         * gdb.texinfo (Blocks In Python): Add is_valid method description.
4371         (Inferiors In Python): Likewise.
4372         (Threads In Python): Likewise.
4373         (Symbols In Python): Likewise.
4374         (Objfiles In Python): Likewise.
4375         (Symbol Tables In Python): Likewise.
4376
4377 2011-03-15  Pedro Alves  <pedro@codesourcery.com>
4378
4379         * gdb.texinfo (Auto Display) <undisplay, enable display, disable
4380         display>: Explain that the commands accept number ranges.
4381
4382 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
4383
4384         * gdb.texinfo (Breakpoints In Python): Add description and example
4385         of Python stop function operation.
4386
4387 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
4388
4389         * gdb.texinfo (Parameters In Python): Document get_set_string and
4390         get_show_string methods.
4391
4392 2011-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
4393
4394         * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
4395
4396         * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4397         circular-trace-buffer name.
4398
4399 2011-02-28  Joel Brobecker  <brobecker@adacore.com>
4400
4401         * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4402         in the previous change.
4403
4404 2011-02-27  Michael Snyder  <msnyder@vmware.com>
4405
4406         * gdb.texinfo (Inferiors and Programs): Update commands to show
4407         that they can accept multiple arguments.
4408
4409 2011-02-24  Joel Brobecker  <brobecker@adacore.com>
4410
4411         Revert the following patch (code patch was not approved):
4412         2011-02-21  Hui Zhu  <teawater@gmail.com>
4413         * agentexpr.texi (bytecode descriptions): add printf.
4414         * gdb.texinfo (tracepoint action lists): add printf.
4415
4416 2011-02-23  Doug Evans  <dje@google.com>
4417
4418         * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4419
4420 2011-02-23  Michael Snyder  <msnyder@vmware.com>
4421
4422         * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4423         (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4424         (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4425
4426 2011-02-22  Doug Evans  <dje@google.com>
4427
4428         * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4429         Clarify behaviour of lookup_symbol when `block' argument is omitted,
4430         add description of result, fix @defun formatting.
4431
4432 2011-02-21  Hui Zhu  <teawater@gmail.com>
4433
4434         * agentexpr.texi (Bytecode Descriptions): Add printf.
4435         * gdb.texinfo (Tracepoint Action Lists): Add printf.
4436
4437 2011-02-18  Tom Tromey  <tromey@redhat.com>
4438
4439         * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4440
4441 2011-02-14  Michael Snyder  <msnyder@vmware.com>
4442
4443         * gdb.texinfo (threads): Document argument for "info threads" cmd.
4444         Document new command "thread find".
4445
4446 2011-02-14  Michael Snyder  <msnyder@vmware.com>
4447
4448         * gdb.texinfo (Threads): Update example of new thread message.
4449
4450 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
4451
4452         * gdb.texinfo (Remote Configuration): Mention set/show remote
4453         traceframe-info.
4454         (Tools/Packages Optional for Building GDB): Mention that expat is
4455         used for traceframe info.
4456         (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4457         (General Query Packets) <qSupported>: Describe the
4458         qXfer:traceframe-info:read feature.
4459         (qXfer::read): Describe qXfer:traceframe-info:read.
4460         (Traceframe Info Format): New section.
4461
4462 2011-02-04  Pedro Alves  <pedro@codesourcery.com>
4463
4464         * gdbint.texinfo (Formatting): Mention some formatting guidelines
4465         for casts and unary operators.
4466
4467 2011-02-04  Tom Tromey  <tromey@redhat.com>
4468
4469         * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4470         is not useful.
4471
4472 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
4473
4474         * gdb.texinfo: s/value optimized out/optimized out/g
4475
4476 2011-01-21  Joel Brobecker  <brobecker@adacore.com>
4477
4478         * gdb.texinfo (Other Misc Settings): Rework part of the
4479         documentation of the "set interactive mode" command.
4480
4481 2011-01-19  Tom Tromey  <tromey@redhat.com>
4482
4483         * gdb.texinfo (Threads): Document thread name output and `thread
4484         name' command.
4485         (Threads In Python): Document Thread.name attribute.
4486         (GDB/MI Thread Commands): Document thread attributes.
4487
4488 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
4489
4490         * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4491         changes in mi/mi-cmd-disas.c
4492
4493 2011-01-12  Tom Tromey  <tromey@redhat.com>
4494
4495         * gdb.texinfo (Threads): Remove duplicate text.  Update examples.
4496         Fix "thread apply" text.
4497
4498 2011-01-11  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4499             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4500
4501         Implement support for PowerPC BookE ranged watchpoints.
4502         * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4503         the "set powerpc exact-watchpoints" flag.
4504
4505 2011-01-07  Tom Tromey  <tromey@redhat.com>
4506
4507         * gdb.texinfo (Python API): Add descriptions to @menu items.
4508
4509 2011-01-06  Tom Tromey  <tromey@redhat.com>
4510
4511         * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4512
4513 2010-01-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
4514
4515         * gdb.texinfo (Debugging Output): Document "set debug jit".
4516
4517 2011-01-06  Tom Tromey  <tromey@redhat.com>
4518
4519         PR python/12133:
4520         * gdb.texinfo (Frames In Python): Document various frame
4521         constants.
4522
4523 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
4524
4525         * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4526         doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4527         doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4528
4529 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4530
4531         * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4532         (clean): Add GDBvn.texi.
4533
4534 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
4535
4536         * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4537         occasional case where the debugger prints an array address
4538         instead of the array itself.
4539
4540 2010-12-23  Pedro Alves  <pedro@codesourcery.com>
4541
4542         * gdb.texinfo (Packets) <read registers packet>: Document support
4543         for registers that were not collected.
4544
4545 2010-12-15  Doug Evans  <dje@google.com>
4546
4547         * gdb.texinfo (Startup): Document auto-loading of scripts during
4548         startup.
4549         (Auto-loading): Delete "maint set python auto-load on|off".
4550         Add "set auto-load-scripts on|off".
4551
4552 2010-12-07  Doug Evans  <dje@google.com>
4553
4554         * gdb.texinfo (Mode Options): Document -data-directory.
4555         (Data Files): Add reference to -data-directory.
4556
4557 2010-11-29  Doug Evans  <dje@google.com>
4558
4559         * gdb.texinfo (Pretty-Printer Introduction): Change
4560         printer-name:subprinter-name to printer-name;subprinter-name.
4561
4562 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
4563
4564         PR python/12199
4565
4566         * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4567
4568 2010-11-23  Tom Tromey  <tromey@redhat.com>
4569
4570         * gdb.texinfo (Top): Check SYSTEM_READLINE.
4571         (Editing): Likewise.
4572         (Command History): Likewise.
4573         (TUI Keys): Likewise.
4574         (Bug Reporting): Conditionally include rluser.texi and
4575         inc-history.texinfo.
4576         * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4577         (GDB_DOC_SOURCE_INCLUDES): Add comment.
4578         (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4579         (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4580         (gdb.pdf): Likewise.
4581         (gdb.info): Likewise.
4582         (gdb/index.html): Likewise.
4583
4584 2010-11-23  Tom Tromey  <tromey@redhat.com>
4585
4586         * Makefile.in (Makefile): Run ../config.status.
4587         (distclean): Update.
4588         * configure: Remove.
4589         * configure.ac: Remove.
4590
4591 2010-11-12  Tom Tromey  <tromey@redhat.com>
4592
4593         * gdb.texinfo (Basic Python): Update.  Add xref.
4594         (Exception Handling): Document new exception classes.
4595         (Types In Python): Update.
4596         (Frames In Python): Update.
4597
4598 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
4599
4600         * gdb.texinfo (Breakpoints In Python): Document "internal"
4601         parameter, and visible attribute.
4602
4603 2010-11-05  Doug Evans  <dje@google.com>
4604
4605         * gdb.texinfo (Source Path): Document "set directories".
4606
4607 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
4608
4609         * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4610         (OpenCL C): New node.
4611
4612 2010-11-02  Doug Evans  <dje@google.com>
4613
4614         * gdb.texinfo (Pretty Printing): Expand into three sections,
4615         introduction, example, and commands.
4616         (Python API): Delete section Disabling Pretty-Printers, merge into
4617         Selecting Pretty-Printers.
4618         (Writing a Pretty-Printer): New section.  Move the pretty-printer
4619         example here, and reformat to match python coding style.  Add a second
4620         example using the gdb.printing module.
4621         (Python modules): Add gdb.printing.
4622
4623 2010-10-29  Doug Evans  <dje@google.com>
4624
4625         * gdb.texinfo (Python): Fix long line.
4626
4627 2010-10-20  Doug Evans  <dje@google.com>
4628
4629         * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4630         All references updated.  Correct sections marked as subsections.
4631         (Coding Standards): New chapter.  Move the coding standard related
4632         subsections here.  Add section on Python coding standards.
4633
4634 2010-10-13  Doug Evans  <dje@google.com>
4635
4636         * gdb.texinfo (Python): Add "Python modules".
4637         (Types in Python): Add reference to gdb.types section.
4638         (Python modules): New node.
4639
4640 2010-10-11  Doug Evans  <dje@google.com>
4641
4642         * gdb.texinfo (Values From Inferior): Add reference to "Types in
4643         Python" from gdb.Value.type description.
4644
4645 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
4646
4647         * gdb.texinfo (Ravenscar Profile): New node.
4648
4649 2010-09-22  Tom Tromey  <tromey@redhat.com>
4650
4651         * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4652
4653 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
4654
4655         * gdb.texinfo (Values From Inferior): Clarify that
4656         value.dynamic_type works only in C++ programs with RTTI.
4657
4658 2010-09-15  Paul Bolle  <pebolle@tiscali.nl>
4659
4660         * gdb.texinfo (Character Sets): Correctly reference host-charset
4661         in example.
4662
4663 2010-09-13  Tom Tromey  <tromey@redhat.com>
4664
4665         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4666         Document "fullname" and "from".
4667
4668 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
4669
4670         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4671         feature `reverse' output by -list-target-features.
4672
4673 2010-08-31  H.J. Lu  <hongjiu.lu@intel.com>
4674
4675         * gdb.texinfo (i386 Features): Remove an extra "@item".
4676
4677 2010-08-30  Tom Tromey  <tromey@redhat.com>
4678
4679         PR python/11792:
4680         * gdb.texinfo (Values From Inferior): Document dynamic_type.
4681
4682 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
4683
4684         * gdb.texinfo (ARM Features): Document
4685         org.gnu.gdb.arm.m-profile.
4686
4687 2010-08-23  Tom Tromey  <tromey@redhat.com>
4688
4689         PR python/11145:
4690         * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4691         reinterpret_cast methods.
4692
4693 2010-08-23  Tom Tromey  <tromey@redhat.com>
4694
4695         PR python/11915:
4696         * gdb.texinfo (Types In Python): Document array method.
4697
4698 2010-08-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4699
4700         * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4701
4702 2010-08-16   Tom Tromey  <tromey@redhat.com>
4703
4704         * gdb.texinfo (Set Watchpoints): Document -location option.
4705
4706 2010-08-13  Doug Evans  <dje@google.com>
4707
4708         * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4709
4710 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
4711
4712         * gdb.texinfo (GDB/MI Data Manipulation): Document
4713         -data-read-memory-raw and -data-write-memory-raw.
4714
4715 2010-08-11  Tom Tromey  <tromey@redhat.com>
4716             Phil Muldoon <pmuldoon@redhat.com>
4717
4718         * gdb.texinfo (Basic Python): Describe post_event API.
4719
4720 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
4721
4722         * gdb.texinfo (Basic Python): Describe solib_address and
4723         decode_line Python APIs
4724
4725 2010-08-10  Tom Tromey  <tromey@redhat.com>
4726
4727         * gdb.texinfo (Pretty Printing API): Document
4728         gdb.default_visualizer.
4729
4730 2010-08-10  Tom Tromey  <tromey@redhat.com>
4731
4732         Revert gdb-add-index addition:
4733         * gdb.texinfo (Index Files): Don't document gdb-add-index.
4734
4735 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4736             Eli Zaretskii <eliz@gnu.org>
4737
4738         * gdb.texinfo (Mode Options) <-batch>
4739         (Basic Python) <gdb.execute>: Describe setting width and height.
4740
4741 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
4742
4743         * gdb.texinfo (Threads): Document 'debug libthread-db'.
4744
4745 2010-07-30  Tom Tromey  <tromey@redhat.com>
4746
4747         * gdb.texinfo (Index Files): Mention gdb-add-index.
4748
4749 2010-07-30  Hui Zhu  <teawater@gmail.com>
4750
4751         * gdb.texinfo (Inferiors and Programs): Update the introduce of
4752         "detach inferior" and "kill inferior".
4753
4754 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
4755
4756         * gdb.texinfo (Machine Code): Update description of two forms of
4757         arguments, and add new example to demonstrate the new form.
4758
4759 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
4760
4761         * gdb.texinfo (Values From Inferior): Add value inferior function
4762         call description.
4763
4764 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4765
4766         * gdb.texinfo (Active Targets): Fix wrong comma placement.
4767
4768 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4769             Eli Zaretskii  <eliz@gnu.org>
4770
4771         Make core files the process_stratum.
4772         * gdb.texinfo (Active Targets): Remove core_stratum.  Include
4773         record_stratum example.
4774
4775 2010-07-13  Tom Tromey  <tromey@redhat.com>
4776
4777         * gdb.texinfo (Index Files): New node.
4778
4779 2010-07-13  Tom Tromey  <tromey@redhat.com>
4780
4781         * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4782
4783 2010-07-13  Tom Tromey  <tromey@redhat.com>
4784
4785         * gdb.texinfo (Specify Location): Document labels.
4786
4787 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4788
4789         * gdb.texinfo (Create and Delete Tracepoints): Add more index
4790         entries for fast tracepoints and static tracepoints.
4791
4792 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4793
4794         * gdb.texinfo (General Query Packets) <qfThreadInfo,
4795         qsThreadInfo>: Spell out `l' as ell.
4796
4797 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4798
4799         * gdb.texinfo (Convenience Variables): Document $_sdata.
4800         (Commands to Set Tracepoints): Describe static tracepoints.  Add
4801         `Listing Static Tracepoint Markers' menu entry.  Document
4802         "strace".
4803         (Tracepoint Action Lists): Document collecting $_sdata.
4804         (Listing Static Tracepoint Markers): New subsection.
4805         (Tracepoints support in gdbserver): Mention static tracepoints.
4806         (remote packets, enabling and disabling): Mention
4807         read-sdata-object.
4808         (General Query Packets) <qSupported>: Document qXfer:sdata:read
4809         and StaticTracepoint.
4810         Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4811         Document qXfer:sdata:read.
4812         (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4813
4814 2010-06-29  Joel Brobecker  <brobecker@adacore.com>
4815
4816         * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4817
4818 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
4819             Tom Tromey  <tromey@redhat.com>
4820             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4821
4822         * gdb.texinfo (Inferiors In Python): New node.
4823         * gdb.texinfo (Threads In Python): New node.
4824
4825 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
4826
4827         * gdb.texinfo (Python): Document what the python directory is
4828         and what its location is.
4829         (Basic Python): Document the gdb.PYTHONDIR constant.
4830
4831 2010-06-25  Tom Tromey  <tromey@redhat.com>
4832
4833         PR python/10808:
4834         * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4835
4836 2010-06-24  Hui Zhu  <teawater@gmail.com>
4837
4838         * gdb.texinfo: (Commands for Controlled Output): Add
4839         documentation for command "eval".
4840
4841 2010-06-21  Stan Shebs  <stan@codesourcery.com>
4842
4843         * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4844         * annotate.texinfo: Ditto.
4845         * gdbint.texinfo: Ditto.
4846         * stabs.texinfo: Ditto.
4847
4848 2010-06-22  Hui Zhu  <teawater@gmail.com>
4849
4850         * gdb.texinfo: (Process Record and Replay): Add documentation
4851         for command "set record memory-query".
4852
4853 2010-06-21  Stan Shebs  <stan@codesourcery.com>
4854
4855         * gdb.texinfo: Relicense under GFDL version 1.3.
4856         * annotate.texinfo: Relicense under GFDL version 1.3.
4857         * gdbint.texinfo: Relicense under GFDL version 1.3.
4858         * stabs.texinfo: Relicense under GFDL version 1.3.
4859         * fdl.texi: Update to version 1.3.
4860
4861 2010-06-18  Stan Shebs  <stan@codesourcery.com>
4862
4863         * gdb.texinfo (Operating System Auxiliary Information): Describe
4864         "info os" when no arguments given.
4865
4866         * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4867         $_thread.
4868
4869 2010-06-18  Hui Zhu  <teawater@gmail.com>
4870
4871         * gdb.texinfo: (Process Record and Replay): Add documentation
4872         for commands "record save" and "record restore".
4873
4874 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4875
4876         * gdb.texinfo: Include information about the correct use
4877         of addresses in the `watch' command.
4878
4879 2010-06-11  Stan Shebs  <stan@codesourcery.com>
4880
4881         * gdb.texinfo (Observer Mode): New section.
4882         (General Query Packets): Document QAllow.
4883
4884 2010-06-04  Doug Evans  <dje@google.com>
4885
4886         * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4887
4888 2010-06-03  Doug Evans  <dje@google.com>
4889
4890         * gdbint.texinfo (Coding): Add subsection on command names.
4891
4892 2010-06-02  Tom Tromey  <tromey@redhat.com>
4893
4894         * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4895         always-disassemble.
4896
4897 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
4898
4899         * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4900         gdbserver, and add cross reference.
4901         (Tracepoints support in gdbserver): New subsection.
4902
4903 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
4904
4905         * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4906         `qRelocInsn' feature.
4907         (Relocate instruction reply packet): New subsection
4908         of `Tracepoint Packets'.
4909         (Tracepoint Packets): Mention that packets QTDP and QTStart
4910         support the qRelocInsn request, and add cross reference to new
4911         subsection.
4912
4913 2010-05-25  Doug Evans  <dje@google.com>
4914
4915         * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4916         (Commands In Python): Document gdb.string_to_argv.
4917
4918 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4919
4920         * gdbint.texinfo (Host Definition): Remove items NORETURN and
4921         ATTR_NORETURN.
4922
4923 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
4924             Tom Tromey  <tromey@redhat.com>
4925             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4926
4927         * gdb.texinfo (Parameters In Python): New Node.
4928
4929 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
4930
4931         * gdb.texinfo: (Summary) Add mention about D language support.
4932         (Filenames): Add D suffixes.
4933         (D): New node.
4934
4935 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
4936
4937         * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4938         of macro deleted from GDB code.
4939
4940 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
4941
4942         * gdb.texinfo (Commands to specify files): Describe what how GDB
4943         looks up DOS-based filesystem paths on the system root.  Document
4944         the new `set/show target-file-system-kind' commands.
4945
4946 2010-04-23  Doug Evans  <dje@google.com>
4947
4948         * gdb.texinfo (Python): Move Auto-loading section here ...
4949         (Python API): from here.
4950         (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4951         (Maintenance Commands): Add docs for "maint print section-scripts".
4952
4953 2010-04-20  Chris Moller  <cmoller@redhat.com>
4954
4955         * gdb.texinfo (Setting Breakpoints): Added description of
4956         filename-qualified rbreak.
4957         * refcard.tex (Breakpoints and Watchpoints): Added brief
4958         description of filename-qualified rbreak.
4959
4960 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4961
4962         * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4963         (Python API): Change the reference to Pretty Printing API.
4964         (Pretty Printing): Move the user part under the Data node.  Reformat
4965         the sample output to 72 columns.  Create a new reference to Pretty
4966         Printing API.  Rename the API part ...
4967         (Pretty Printing API): To a new node name.
4968         (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4969         (GDB/MI Variable Objects): Change references to Pretty Printing API.
4970
4971 2010-04-21  Stan Shebs  <stan@codesourcery.com>
4972
4973         * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4974         and commands.
4975         (Listing Tracepoints): Update to reflect current behavior.
4976
4977 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
4978
4979         * gdb.texinfo (Examining memory): Update for change in string
4980         display with explicit size.
4981
4982 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
4983
4984         PR breakpoints/8554.
4985
4986         * gdb.texinfo (Save Breakpoints): New node.
4987         (save-tracepoints): Rename to ...
4988         (save tracepoints): ... this.  Mention that `save-tracepoints' is
4989         a deprecated alias to `save tracepoints'.
4990
4991 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
4992
4993         * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4994         (info w32 thread-information-block): Document new command.
4995         (qGetTIBAddress): Document new gdbserver query.
4996         (maint set/show show-all-tib): Document new command.
4997
4998 2010-04-15  Doug Evans  <dje@google.com>
4999
5000         * gdb.texinfo (Python API): Add progspaces section.
5001         (Selecting Pretty-Printers): Progspace pretty-printers are
5002         searched too.
5003         (Progspaces In Python): New section.
5004
5005         * gdb.texinfo (Command Files): Add docs for new "source -s" option.
5006
5007 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
5008
5009         * gdb.texinfo (Pretty Printing): Document behaviour when to_string
5010         returns None.
5011
5012 2010-04-09  Stan Shebs  <stan@codesourcery.com>
5013
5014         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5015         Describe the `frames-created' field, tweak grammar.
5016
5017 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
5018
5019         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
5020         Describe the `circular' and `disconnected' fields.
5021
5022 2010-04-09  H.J. Lu  <hongjiu.lu@intel.com>
5023
5024         * gdb.texinfo (maint print registers): Mention unavailable and
5025         invisible registers.
5026
5027 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
5028             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5029             Tom Tromey  <tromey@redhat.com>
5030
5031         * gdb.texinfo (Breakpoints In Python): New Node.
5032
5033 2010-04-08  Stan Shebs  <stan@codesourcery.com>
5034
5035         * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
5036         trace status fields.
5037
5038 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
5039
5040         * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
5041         optional.  Make org.gnu.gdb.i386.avx requires
5042         org.gnu.gdb.i386.avx.
5043
5044 2010-04-08  Doug Evans  <dje@google.com>
5045
5046         * gdb.texinfo (Command Files): Document that gdb skips $cdir in
5047         search path, and document that gdb only scans the search path if
5048         the script's path doesn't specify a directory.
5049
5050 2010-04-05  Doug Evans  <dje@google.com>
5051
5052         * gdb.texinfo (maint show python auto-load): Fix typo.
5053
5054 2010-04-04  Stan Shebs  <stan@codesourcery.com>
5055
5056         * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
5057         (Setting Watchpoints): Update description of "info watch".
5058         (Disabling Breakpoints): Only "info break" lists all.
5059
5060         * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
5061         (tdump): Explain how tdump works.
5062
5063 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
5064
5065         * gdb.texinfo (Break Commands): Clarify `commands' changes, and
5066         add cross reference.
5067
5068 2010-03-31  Pedro Alves  <pedro@codesourcery.com>
5069
5070         * gdb.texinfo (TUI Commands): Mention that in some cases, these
5071         commands error out.
5072
5073 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
5074
5075         * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
5076
5077 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
5078
5079         * gdb.texinfo (General Query Packets): Add xmlRegisters.
5080
5081 2010-03-29  Stan Shebs  <stan@codesourcery.com>
5082             Nathan Sidwell  <nathan@codesourcery.com>
5083
5084         * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
5085         GDBN equivalent.
5086         (Set Tracepoints): Remove mention that conditional tracepoints
5087         don't exist.
5088         (Tracepoint Actions): Clarify when while-stepping collection
5089         happens, note that while-stepping does not automatically collect
5090         $pc.
5091
5092 2010-03-29  Stan Shebs  <stan@codesourcery.com>
5093
5094         * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
5095         (General Query Packets): Describe TracepointSource.
5096
5097 2010-03-27  Matt Rice  <ratmice@gmail.com>
5098
5099         * gdb.texinfo (ARM): Document arguments to "target sim".
5100         (Set Catchpoints): Use @dots{} instead of @r{...}.
5101
5102 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
5103
5104         * gdb.texinfo (Tracepoint Packets): Remove mention that
5105         terror:string may be plain text, and drop mention of X prefix.
5106
5107 2010-03-26  Vladimir Prus  <vladimir@codesourcery.com>
5108
5109         * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
5110
5111 2010-03-24  Stan Shebs  <stan@codesourcery.com>
5112
5113         * gdb.texinfo (Tracepoint Packets): Document trace error status.
5114
5115 2010-03-24  Tom Tromey  <tromey@redhat.com>
5116
5117         PR breakpoints/9352:
5118         * gdb.texinfo (Break Commands): Update.
5119
5120 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
5121
5122         * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
5123         commands.
5124
5125 2010-03-16  Stan Shebs  <stan@codesourcery.com>
5126
5127         * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
5128         circular-trace-buffer.
5129         (Tracepoint Packets): Describe QTBuffer, and details of the
5130         qTStatus reply.
5131
5132 2010-03-12  Stan Shebs  <stan@codesourcery.com>
5133             Nathan Sidwell  <nathan@codesourcery.com>
5134
5135         * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
5136         doing instruction stepping.
5137         (Tracepoint Restrictions): New node.
5138
5139 2010-03-10  Tom Tromey  <tromey@redhat.com>
5140
5141         * gdbint.texinfo (Symbol Handling): Update.
5142
5143 2010-03-08  Tom Tromey  <tromey@redhat.com>
5144
5145         PR cli/9591:
5146         * gdb.texinfo (Mode Options): Mention lack of pagination and
5147         confirmation with --batch.
5148         (Screen Size): Mention --batch.
5149         (Messages/Warnings): Likewise.
5150
5151 2010-03-05  Tom Tromey  <tromey@redhat.com>
5152
5153         * gdb.texinfo (Basic Python): Document target_charset and
5154         target_wide_charset.
5155
5156 2010-03-05  Tom Tromey  <tromey@redhat.com>
5157
5158         * gdb.texinfo (Data): Link to pretty-printing.
5159         (Output Formats): Likewise.  Correct text.
5160
5161 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
5162
5163         * gdb.texinfo (Types): Describe <struct> and <flags>.
5164
5165 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
5166
5167         * gdb.texinfo (Frames In Python): Add block parameter and
5168         description to read_var text.
5169
5170 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
5171             Tom Tromey  <tromey@redhat.com>
5172
5173         * gdb.texinfo (Types In Python): Describe block argument in
5174         template_argument and gdb.lookup_type.
5175
5176 2010-02-24  Tom Tromey  <tromey@redhat.com>
5177
5178         * gdb.texinfo (Cygwin Native): Fix typo.
5179
5180 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
5181
5182         * gdb.texinfo (Frames In Python): Add block, find_sal, function
5183         and select method descriptions.
5184         (Python API): Add Blocks In Python, Symbols in Python and Symbol
5185         Tables in Python to menu.
5186         (Blocks In Python): New node.
5187         (Symbols In Python): New node.
5188         (Symbol Tables in Python): New node.
5189
5190 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
5191
5192         Multiexec MI
5193
5194         gdb/
5195         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
5196
5197         gdb/doc/
5198         * gdb.texinfo (GDB/MI Command Syntax): Document notification
5199         changes.
5200         (GDB/MI Program Execution): Document current behaviour of
5201         --all and --thread-group.
5202         (GDB/MI Miscellaneous Commands): Document -add-inferior and
5203         -remove-inferior.
5204         * observer.texi (inferior_added, inferior_removed): New
5205         observers.
5206
5207 2010-02-19  Tom Tromey  <tromey@redhat.com>
5208
5209         * gdbint.texinfo (Getting Started): Fix @node.
5210         (Debugging GDB): Likewise.
5211
5212 2010-02-13  Joel Brobecker  <brobecker@adacore.com>
5213
5214         * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
5215         documenting the gdb_test_timeout variable.
5216
5217 2010-02-12  Jakob Engblom  <jakob@virtutech.com>
5218
5219         * gdb.texinfo (MI commands): Added documentation of --reverse
5220         option to a set of MI commands. Restructured documentation of MI
5221         commands --exec-continue to reflect the complexity of reverse
5222         execution.
5223
5224 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
5225
5226         * gdb.texinfo (Using the Collected Data): Specify that the address
5227         range of `tfind outsize' is exclusive, and that the address range
5228         of `tfind range' is inclusive.
5229         (Tracepoint Packets): Specify that the address range of
5230         `QTFrame:range' is inclusive, and that the address range of
5231         `QTFrame:outside' is exclusive
5232
5233 2010-02-12  Vladimir Prus  <vladimir@codesourcery.com>
5234
5235         * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
5236
5237 2010-02-10  Tom Tromey  <tromey@redhat.com>
5238
5239         * gdb.texinfo (Debugging Output): Document set debug parser and
5240         show debug parser.
5241
5242 2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>
5243
5244         * gdb.texinfo (Predefined Target Types): Add i387_ext,
5245         i386_eflags and i386_mxcsr.
5246
5247 2010-02-08  H.J. Lu  <hongjiu.lu@intel.com>
5248
5249         * gdb.texinfo: Document i386 target features.
5250
5251 2010-02-05  Doug Evans  <dje@google.com>
5252
5253         * gdbint.texinfo (Testsuite): Add a new section to document the
5254         various DejaGnu variables that may be overridden.
5255         Document INTERNAL_GDBFLAGS.
5256
5257 2010-02-04  Tom Tromey  <tromey@redhat.com>
5258
5259         PR cli/8830:
5260         * gdb.texinfo (Files): -readnow comes before the filename for file
5261         and symbol-file.
5262
5263 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
5264
5265         * gdb.texinfo (Architecture-Specific Protocol Details): New section.
5266         Document ARM breakpoint types.
5267         (Register Packet Format): Move into the new section.
5268         (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
5269
5270 2010-01-21  Joel Brobecker  <brobecker@adacore.com>
5271
5272         * gdb.texinfo (File Options): Adjust the documentation of this
5273         switch to refer to the "source" command rather than partially
5274         duplicating some of the relevant information.
5275         (Extending GDB): Introduce and document the set/show script-extension
5276         setting.
5277         (Command Files): Add note explaining that the "source" command
5278         is also used to evalute scripts written in other languages.
5279         Remove the short slightly incorrect reference to sourcing Python
5280         scripts.
5281         (Python Commands): Document how to execute a Python script from GDB.
5282
5283 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
5284
5285         * gdb.texinfo (Command Files): Fix typo.
5286
5287 2010-01-18  Tom Tromey  <tromey@redhat.com>
5288
5289         * gdb.texinfo (File Options): Document -x on .py files.
5290         (Command Files): Document handling of Python scripts.
5291
5292 2010-01-18  Jie Zhang  <jie.zhang@analog.com>
5293
5294         * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
5295
5296 2010-01-15  Stan Shebs  <stan@codesourcery.com>
5297
5298         * gdb.texinfo (Trace Files): New section.
5299         (Tracepoint Packets): Document QTSave and qTBuffer.
5300         (Trace File Format): New appendix.
5301
5302 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
5303
5304         * gdb.texinfo (Values From Inferior): Document lazy_string value
5305         method.
5306         (Python API): Add Lazy strings menu item.
5307         (Lazy Strings In Python): New node.
5308
5309 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
5310
5311         * gdb.texinfo (GDB/MI Thread Information): New.
5312         (GDB/MI Async Records): Document the core field in *stopped.
5313         (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
5314         documentation
5315         (Process list): Document that osdata document may contain
5316         threads.
5317         (Remote Serial Protocol): Document qXfer:threads.
5318
5319 2010-01-06  Stan Shebs  <stan@codesourcery.com>
5320
5321         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
5322         disconnected tracing.
5323         (Tracepoint Packets): Document new protocol.
5324
5325 2010-01-05  Stan Shebs  <stan@codesourcery.com>
5326
5327         * gdb.texinfo (Create and Delete Tracepoints): Describe fast
5328         tracepoints.
5329         (Tracepoint Packets): Describe remote protocol for fast
5330         tracepoints.
5331
5332 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
5333
5334         Update the "Start of New Year Procedure".
5335         * gdbint.texinfo: Add the list of files that need to be updated
5336         manually.  Minor reformatting.
5337
5338 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
5339
5340         * refcard.tex: Update copyright year in header and text.
5341
5342 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
5343
5344         * agentexpr.texi: Add 2010 to the list of copyright years.
5345         * annotate.texinfo: Likewise.
5346         * gdb.texinfo: Likewise.
5347         * gdbint.texinfo: Likewise.
5348         * observer.texi: Likewise.
5349         * stabs.texinfo: Likewise.
5350
5351 2009-12-31  Stan Shebs  <stan@codesourcery.com>
5352
5353         * gdb.texinfo (Tracepoint Actions): Describe teval.
5354
5355 2009-12-29  Stan Shebs  <stan@codesourcery.com>
5356
5357         * gdb.texinfo (Tracepoint Actions): Describe default-collect.
5358
5359 2009-12-28  Stan Shebs  <stan@codesourcery.com>
5360
5361         * gdb.texinfo (Trace State Variables): New section.
5362         (Tracepoint Packets): Describe trace state variable packets.
5363         * agentexpr.texi (Bytecode Descriptions): Describe trace state
5364         variable bytecodes.
5365
5366 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
5367
5368         * gdb.texinfo (Symbols): "info variables" prints definitions, not
5369         declarations.
5370
5371 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
5372
5373         * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
5374         -gdb-exit behaviour.
5375
5376 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
5377
5378         * gpl.texi: Update to version 3 of the GPL.
5379
5380 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
5381
5382         * Makefile.in: Update copyright header.
5383         * observer.texi: Fix the copyright header of the generated files.
5384
5385 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
5386
5387         * gdb.texinfo (Types In Python): Describe range function.
5388
5389 2009-12-03  Richard Ward  <richard.j.ward1@googlemail.com>
5390
5391         * gdb.texinfo (Types In Python): Describe "is_base_class".
5392
5393 2009-12-03  Tom Tromey  <tromey@redhat.com>
5394
5395         * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
5396
5397 2009-12-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
5398
5399         * observer.texi: New memory_changed observer.
5400
5401 2009-12-01  Tom Tromey  <tromey@redhat.com>
5402
5403         * gdb.texinfo (Reverse Execution): Fix typo.
5404
5405 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
5406
5407         PR gdb/8704
5408
5409         * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5410         are allowed after the breakpoint condition.
5411
5412 2009-11-23  Tom Tromey  <tromey@redhat.com>
5413
5414         PR python/10782:
5415         * gdb.texinfo (Types In Python): Document Type.pointer.
5416
5417 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
5418
5419         * gdb.texinfo (Machine Code): Adjust.
5420
5421 2009-11-11  Pedro Alves  <pedro@codesourcery.com>
5422
5423         * agentexpr.texi (Tracing On Symmetrix): Delete section.
5424         (Using Agent Expressions): Delete cross reference.
5425
5426 2009-11-07  Joel Brobecker  <brobecker@adacore.com>
5427
5428         * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5429         and @settitle directives up to help makeinfo find them.
5430
5431 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5432
5433         * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5434         (Auto-loading): Use plural and note one can use multiple components now.
5435
5436 2009-11-01  Vladimir Prus  <vladimir@codesourcery.com>
5437
5438         * gdb.texinfo (GDB/MI Stack Manipulation): Make
5439         -stack-list-arguments have the same documentation for parameter
5440         as -stack-list-locals. Add comas.
5441
5442 2009-10-27  Tom Tromey <tromey@redhat.com>
5443             Eli Zaretskii <eliz@gnu.org>
5444
5445         PR python/10781
5446
5447         * gdb.texinfo (Values From Inferior): Document cast method.
5448
5449 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
5450
5451         * gdb.texinfo (Machine Code): Mention function name in disasssembly
5452         and adjust example.
5453
5454 2009-10-22  Michael Snyder  <msnyder@vmware.com>
5455
5456         * gdb.texinfo (Process Record and Replay): Document new form of
5457         info record command.  Also document the new save and restore
5458         commands.
5459
5460 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
5461
5462         * gdb.texinfo (Machine Code): Mention current pc marker.
5463         (Memory): Likewise.
5464
5465 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
5466             Stan Shebs  <stan@codesourcery.com>
5467
5468         * observer.texi (new_inferior): Rename to...
5469         (inferior_appeared): ... this.
5470
5471         * gdb.texinfo (Inferiors): Rename node to ...
5472         (Inferiors and Programs): ... this.  Mention running multiple
5473         programs in the same debug session.
5474         <info inferiors>: Mention the new 'Executable' column if "info
5475         inferiors".  Update examples.  Document the "add-inferior",
5476         "clone-inferior", "remove-inferior" and "maint info
5477         program-spaces" commands.
5478         (Process): Rename node to...
5479         (Forks): ... this.  Document "set|show follow-exec-mode".
5480
5481 2009-10-11  Michael Snyder  <msnyder@vmware.com>
5482
5483         * gdb.texinfo (ReverseStep): Show default as "unsupported".
5484         (ReverseContinue): Ditto.
5485
5486 2009-10-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
5487
5488         * gdb.texinfo (Server): Document libthread-db-search-path.
5489
5490 2009-10-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5491
5492         * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5493
5494 2009-10-06  Michael Eager  <eager@eagercon.com>
5495
5496         * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5497         (Embedded Processors): Add MicroBlaze.
5498         (MicroBlaze): New.  Describe Xilinx MicroBlaze
5499
5500 2009-10-04  Pedro Alves  <pedro@codesourcery.com>
5501
5502         * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5503
5504 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5505
5506         * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5507
5508 2009-09-23  Joel Brobecker  <brobecker@adacore.com>
5509
5510         * observer.texi (solib_unloaded): Document explicitly the fact that
5511         this observer is called before the associated symbols are unloaded.
5512
5513 2009-09-19  Vladimir Prus  <vladimir@codesourcery.com>
5514
5515         * gdb.texinfo (GDB/MI Stack Manipulation): Document
5516         -stack-list-variables.
5517
5518 2009-09-18  Tom Tromey  <tromey@redhat.com>
5519
5520         * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5521         is experimental.
5522
5523 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
5524
5525         * gdb.texinfo (convenince variables): Mention
5526         $_siginfo could be empty.
5527
5528 2009-09-15  Tom Tromey  <tromey@redhat.com>
5529
5530         * gdb.texinfo (GDB/MI Variable Objects): Document
5531         -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5532         Expand -var-update documentation.
5533
5534 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5535
5536         * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5537         feature.
5538
5539 2009-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
5540
5541         * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5542
5543 2009-09-10  Michael Snyder  <msnyder@vmware.com>
5544
5545         * gdb.texinfo (qSupported): Mention new ReverseContinue and
5546         ReverseStep replies to the qSupported query.
5547
5548 2009-09-10  Joel Brobecker  <brobecker@adacore.com>
5549
5550         Add documentation for set/show interactive-mode.
5551         * gdb.texinfo (Other Misc Settings): New node.
5552
5553 2009-09-01  Doug Evans  <dje@google.com>
5554
5555         * gdb.texinfo (Caching Data of Remote Targets): Add note on
5556         non-stop mode's affect on remote caching.
5557
5558 2009-08-31  Jacob Potter  <jdpotter@google.com>
5559             Doug Evans  <dje@google.com>
5560
5561         * gdb.texinfo (Caching Data of Remote Targets): Update text.
5562         Mark `set/show remotecache' options as obsolete.
5563         Document new `set/show stack-cache' option.
5564         Update text for `info dcache'.
5565
5566 2009-08-27  Doug Evans  <dje@google.com>
5567
5568         * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5569         (Files): Add note on new optional regex arg to `info sharedlibrary'.
5570
5571 2009-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5572
5573         * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5574         about autoconf.
5575
5576 2009-08-25  Pedro Alves  <pedro@codesourcery.com>
5577
5578         * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5579         small example, and describe its columns.  Replace "inferior-id" by
5580         "infno" throughout.
5581
5582 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5583
5584         * gdbint.texinfo (Releasing GDB): Point to
5585         README-maintainer-mode file for required autoconf version.
5586         * configure.ac: Do not substitute datarootdir, htmldir,
5587         pdfdir, docdir.  Do not process --with-datarootdir,
5588         --with-htmldir, --with-pdfdir, --with-docdir.
5589         * configure: Regenerate.
5590
5591         * configure: Regenerate.
5592
5593 2009-08-20  Reid Kleckner  <reid@kleckner.net>
5594
5595         * gdb.texinfo: Add chapter on JIT interface.
5596
5597 2009-08-07  Nick Roberts  <nickrob@snap.net.nz>
5598
5599         * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5600         confirmation request.
5601
5602 2009-08-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5603
5604         * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5605         CRC definitions.
5606
5607 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
5608
5609         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5610         -break-commands.
5611
5612 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5613
5614         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5615         "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5616
5617 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5618
5619         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5620         "set spu stop-on-load" and "show spu stop-on-load" commands.
5621
5622 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5623
5624         * gdb.texinfo (Target Descriptions): Document <compatible> element.
5625
5626 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
5627
5628         * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5629         org.gnu.gdb.arm.neon.
5630
5631 2009-07-20  Pedro Alves  <pedro@codesourcery.com>
5632
5633         * gdb.texinfo (Target Description Format): Mention the new <osabi>
5634         optional element.
5635         (subsection OS ABI): New subsection.
5636
5637 2009-07-14  Stan Shebs  <stan@codesourcery.com>
5638
5639         * gdb.texinfo (Tracepoint Conditions): New section.
5640         (General Query Packets): Describe ConditionalTracepoints.
5641         (Tracepoint Packets): Describe condition field.
5642         (Maintenance Commands): Describe maint agent-eval.
5643         * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5644
5645 2009-07-11  Hui Zhu  <teawater@gmail.com>
5646
5647         * gdb.texinfo (disassemble): Add a new modifier /r
5648         to "disassemble" command to make it print the raw instructions
5649         in hex as well as in symbolic form.
5650
5651 2009-07-09  Tom Tromey  <tromey@redhat.com>
5652
5653         * gdbint.texinfo (Testsuite): Document parallel make check.
5654
5655 2009-07-09  Tom Tromey  <tromey@redhat.com>
5656
5657         * gdbint.texinfo (Testsuite): Document test transcripts.
5658
5659 2009-07-10  Phil Muldoon  <pmuldoon@redhat.com>
5660
5661         * gdb.texinfo (Values From Inferior): Add length parameter
5662         description.
5663
5664 2009-07-04  Chris Genly  <chris@genly.us>
5665
5666         * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5667         in -var-list-children.  Fix example according to what the code
5668         does.
5669
5670 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
5671
5672         * gdb.texinfo (Debugging multiple inferiors): Document the
5673         "inferior", "detach inferior" and "kill inferior" commands.
5674         (Debugging Programs with Multiple Processes): Adjust to mention
5675         generic "inferior" commands.  Delete mention of "detach fork" and
5676         "delete fork".  Cross reference to "Debugging multiple inferiors"
5677         section.
5678
5679 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5680
5681         * gdbint.texinfo (Item Output Functions): Update signature
5682         for ui_out_field_core_addr.
5683
5684 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5685
5686         * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5687         Update example code extrated from breakpoint.c.
5688
5689 2009-06-28  Paul Pluzhnikov  <ppluzhnikov@google.com>
5690
5691         * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5692         MI commands.
5693         (GDB/MI Symbol Query): Likewise.
5694         (GDB/MI File Commands): Likewise.
5695         (GDB/MI File Transfer Commands): Likewise.
5696         (GDB/MI Target Manipulation): Likewise.
5697         (GDB/MI Miscellaneous Commands): Likewise.
5698
5699 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
5700
5701         * gdb.texinfo (Debugging Optimized Code): New chapter.
5702         (Compiling for Debugging): Reference it.  Move some
5703         text to the new section.
5704
5705 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
5706
5707         * doc/gdb.texinfo (Calling): Document
5708         set-unwind-on-terminating-exception usage.
5709
5710 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
5711
5712         * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5713         command.
5714
5715 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
5716
5717         * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5718         references.
5719
5720 2009-06-04  Ulrich Weigand  <uweigand@de.ibm.com>
5721
5722         * gdbint.texinfo: Rename formal parameters to gdbarch function
5723         protoypes from "current_gdbarch" to "gdbarch".
5724
5725 2009-05-28  Tom Tromey  <tromey@redhat.com>
5726
5727         * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5728
5729 2009-05-27  Tom Tromey  <tromey@redhat.com>
5730
5731         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5732         feature.
5733         (GDB/MI Variable Objects): Document -var-set-visualizer.
5734
5735 2009-04-02  Tom Tromey  <tromey@redhat.com>
5736
5737         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5738         feature.
5739         (GDB/MI Variable Objects): Document -var-set-visualizer.
5740
5741 2009-05-27  Tom Tromey  <tromey@redhat.com>
5742             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5743             Phil Muldoon  <pmuldoon@redhat.com>
5744
5745         * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5746         (Pretty Printing): New node.
5747         (Selecting Pretty-Printers): Likewise.
5748         (Python API): Update.
5749         (Output Formats): Document /r format.
5750
5751 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5752             Tom Tromey  <tromey@redhat.com>
5753
5754         * gdb.texinfo (Types In Python): New node.
5755         (Values From Inferior): "type" is now an attribute.
5756         (Python API): Update.
5757
5758 2009-05-27  Tom Tromey  <tromey@redhat.com>
5759             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5760             Phil Muldoon  <pmuldoon@redhat.com>
5761
5762         * gdb.texinfo: Add @syncodeindex for `tp'.
5763         (Python API): Update.
5764         (Auto-loading): New node.
5765         (Objfiles In Python): New node.
5766
5767 2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
5768
5769         * gdb.texinfo (Threads): Document libthread-db-search-path.
5770
5771 2009-05-15  Nick Roberts  <nickrob@snap.net.nz>
5772
5773         * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5774
5775 2009-05-12  Pedro Alves  <pedro@codesourcery.com>
5776
5777         * gdb.texinfo: Document 'set/show debug gnu-nat'.  Replace 'maint
5778         show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5779         show show-debug-regs' docs.
5780
5781 2009-05-08  Eli Zaretskii  <eliz@gnu.org>
5782
5783         * gdb.texinfo (Process Record and Replay): Add description of
5784         reverse execution.
5785
5786 2009-05-07  Joel Brobecker  <brobecker@adacore.com>
5787
5788         * gdbint.texinfo (Adding support for debugging core files): New node.
5789         (Native Debugging): Remove the ``Native core file Support'' section.
5790
5791 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
5792
5793         * gdb.texinfo (Process Record and Replay): Improve and clarify.
5794         Add index entries.
5795
5796 2009-04-30  Hui Zhu  <teawater@gmail.com>
5797             Michael Snyder  <msnyder@vmware.com>
5798
5799         * gdb.texinfo: (Process Record and Replay): Add documentation for
5800         process record and replay.
5801
5802 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5803
5804         * gdb.texinfo (Macros): Note command-line for `info macro'.  Append
5805         a new part on command-line defined macros.
5806
5807 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
5808
5809         * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5810         clarify the wording.
5811
5812 2009-04-23  Tom Tromey  <tromey@redhat.com>
5813
5814         * gdb.texinfo (Data Files): New node.
5815         (GDB Files): Update menu.
5816
5817 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
5818
5819         * gdbint.texinfo (Defining Other Architecture Features): Remove
5820         entry for PROCESS_LINENUMBER_HOOK.
5821
5822 2009-04-22  Vladimir Prus  <vladimir@codesourcery.com>
5823
5824         * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5825
5826 2009-04-22  Hui Zhu  <teawater@gmail.com>
5827
5828         * gdb.texinfo (disassemble-next-line): Set the default of
5829         disassemble-next-line to off.
5830
5831 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
5832
5833         * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5834         --with-htmldir): New.
5835         * configure: Regenerate.
5836         * Makefile.in (datarootdir, docdir): Define.
5837         (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5838         instead of $(SET_TEXINPUTS).
5839         (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5840         gdbint.info instead of $(SET_TEXINPUTS).
5841         (gdbint/index.html): Use same -I options as for building
5842         gdbint.info.
5843         (stabs.dvi, stabs.pdf): Use same -I options as for building
5844         stabs.info instead of $(SET_TEXINPUTS).
5845         (stabs/index.html): Use same -I options as for building
5846         stabs.info.
5847         (annotate.dvi, annotate.pdf): Use same -I options as for building
5848         annotate.info instead of $(SET_TEXINPUTS).
5849         (annotate/index.html): Use same -I options as for building
5850         annotate.info.
5851
5852 2009-04-21  David Daney  <ddaney@caviumnetworks.com>
5853
5854         * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5855
5856 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
5857
5858         * gdb.texinfo (Source Path): Document --with-relocated-sources.
5859
5860 2009-04-18  Carlos O'Donell  <carlos@codesourcery.com>
5861             Joseph Myers  <joseph@codesourcery.com>
5862
5863         * Makefile.in (MAKEHTML): Set to makeinfo --html.
5864         (MAKEHTMLFLAGS): Set to empty.
5865         (html__strip_dir): Define.
5866         (HTMLFILES): Define.
5867         (HTMLFILES_INSTALL): Define.
5868         (install-html): Copy new automake rule.
5869         (html): Depend on $(HTMLFILES).
5870         (gdb_toc.html): Rename to gdb/index.html.
5871         (gdbint_toc.html): Rename to gdbint/index.html.
5872         (stabs_toc.html): Rename to stabs/index.html.
5873         (annotate_toc.html): Rename to annotate/index.html.
5874
5875 2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
5876
5877         * Makefile.in: Set pdfdir and htmldir from configure
5878         substitutions.
5879         * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5880         * configure: Regenerate.
5881
5882 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
5883
5884         * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5885         This macro is no longer used.
5886
5887 2009-04-15  Tom Tromey  <tromey@redhat.com>
5888
5889         * gdb.texinfo (Character Sets): Document default character set.
5890
5891 2009-04-14  Pierre Muller  <muller@ics.u-strasbg.fr>
5892
5893         * gdbint.texinfo: Change server name from sources.redhat.com to
5894         sourceware.org throughout.
5895
5896 2009-04-09  Joel Brobecker  <brobecker@adacore.com>
5897
5898         * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5899         about a missing dot or coma after @xref.
5900
5901 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5902
5903         * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5904         example, and add a small explanation about it.
5905         (Print Settings): Change the documentation of the "set print
5906         frame-arguments" to reflect the fact that the default is now "scalars".
5907
5908 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5909
5910         * gdb.texinfo (Print Settings): Add kindex for command "set
5911         print frame-arguments".
5912
5913 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5914
5915         * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5916         breakpoints.
5917         (Set Breaks): Add reference to thread-specific and task-specific
5918         breakpoints.
5919
5920 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5921
5922         * gdb.texinfo (Ada Tasks): Remove the documentation about
5923         the "Running" state, as this state has been eliminated.
5924         Now all runnable tasks are shown as "Runnable".
5925
5926 2009-03-30  Stan Shebs  <stan@codesourcery.com>
5927
5928         * gdb.texinfo (Tracepoints): Describe tracepoints as a
5929         special case of breakpoints.
5930         (Enable and Disable Tracepoints): Mention deprecation.
5931         (Listing Tracepoints): Update description and example.
5932
5933 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5934
5935         * gdb.texinfo (Frames in Python): New node.
5936         (Python API): Update.
5937
5938 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5939
5940         * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5941         from a method to an attribute.
5942
5943 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5944
5945         * gdb.texinfo (Values From Inferior): Document is_optimized_out
5946         attribute.
5947
5948 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
5949
5950         * observer.texi (thread_exit): Add "silent" parameter.
5951
5952 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
5953
5954         * observer.texi (about_to_proceed): New.
5955
5956 2009-03-21  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5957
5958         * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5959         field throughout to handle types with spaces in them.  Fix typos
5960         found by aspell.
5961         (Summary, Requirements, Contributors): New first chapter,
5962         "Summary" added, old Requirements section moved there, and new
5963         section, "Contributors" added.
5964         (Initializing a New Architecture, Register Representation)
5965         (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5966         (Porting gdb): These sections extended and updated.
5967         (Compiler Characteristics): This section (empty) deleted.
5968         (Defining Other Architecture Features): This section renamed and
5969         duplicate material removed from (formerly "Target Conditionals").
5970         Use braces {} in @deftypeXX type field throughout to handle types
5971         with spaces in them. Typos found by aspell fixed.
5972
5973         * stack_frame.svg: New file, source of image for gdbint.texinfo.
5974         * stack_frame.pdf: Version of image for PDF output.
5975         * stack_frame.png: Version of image for HTML output and for Emacs.
5976         * stack_frame.txt: Version of image for Info output.
5977         * stack_frame.eps: Version of image for TeX DVI output.
5978
5979 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
5980
5981         * gdb.texinfo (Character Sets): Fix last change.
5982
5983 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5984
5985         * gdb.texinfo (Values From Inferior): Fix optional arguments
5986         markup.
5987         (Commands In Python): Adjust argument names of gdb.Command.__init__
5988         to what the function accepts as keywords.
5989
5990 2008-03-20  Tom Tromey  <tromey@redhat.com>
5991
5992         * gdb.texinfo (Convenience Vars): Document convenience functions.
5993         (Functions In Python): New node.
5994         (Python API): Update.
5995
5996 2009-03-20  Tom Tromey  <tromey@redhat.com>
5997
5998         * gdb.texinfo (Character Sets): Remove obsolete text.  Document
5999         set target-wide-charset.
6000         (Requirements): Mention iconv.
6001
6002 2009-03-17  Hui Zhu  <teawater@gmail.com>
6003
6004         * gdb.texinfo: Change the introduce of "disassemble-next-line".
6005
6006 2009-03-17  Hui Zhu  <teawater@gmail.com>
6007
6008         * gdb.texinfo: Add documentation for disassemble-next-line.
6009
6010 2009-03-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6011
6012         * gdb.texinfo (Commands In Python): Remove tindex entries.
6013
6014 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6015
6016         * gdb.texinfo (Returning): New description for missing debug info.
6017
6018 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
6019
6020         * gdb.texinfo (Remote Configuration): Document query-attached.
6021         (General Query Packets): Document qAttached.
6022
6023 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
6024
6025         * gdb.texinfo (Background Execution): Better describe the set
6026         target-async command.
6027         (Maintenance Commands): Delete description of the `maint set/show
6028         linux-async' and `maint set/show remote-async' commands.
6029
6030 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
6031
6032         * gdb.texinfo (GDB/MI Async Records): Add double-spaces
6033         between sentences.
6034
6035 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
6036
6037         * gdb.texinfo (GDB/MI Async Records): Document the
6038         =library-loaded and =library-unloaded notifications.
6039
6040 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
6041
6042         * observer.texi (test_notification): New observer.
6043
6044 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
6045
6046         * observer.texi: Add parameter 'print_frame' to normal_stop
6047         observer.
6048
6049 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
6050
6051         * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
6052         (Commands In Python): Fix COMMAND_* constants in last change.  Use
6053         @kbd for interactive input.  Add cross-references and index
6054         entries.
6055
6056 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
6057
6058         * gdb.texinfo (Signals): Document $_siginfo.
6059         (Convenience Variables): Mention $_siginfo.
6060         (Remote Configuration): Document qXfer:siginfo:read,
6061         qXfer:siginfo:write packets, and the read-siginfo-object,
6062         write-siginfo-object commands.
6063
6064 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
6065
6066         * gdbint.texinfo (Values): New chapter.
6067
6068 2009-02-06  Tom Tromey  <tromey@redhat.com>
6069
6070         * gdb.texinfo (Python API): Add entry for Commands In Python.
6071         (Commands In Python): New node.
6072
6073 2009-02-05  Tom Tromey  <tromey@redhat.com>
6074
6075         * gdb.texinfo (Values From Inferior): Document Value.string.
6076
6077 2009-02-05  Tom Tromey  <tromey@redhat.com>
6078
6079         * gdb.texinfo (Basic Python): Document execute's from_tty
6080         argument.
6081
6082 2009-02-04  Tom Tromey  <tromey@redhat.com>
6083
6084         * gdb.texinfo (Basic Python): Document gdb.history.
6085
6086 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
6087
6088         * gdb.texinfo (GDB/MI Thread Commands): Document the
6089         'current-thread-id' field.  Remove the example with zero threads,
6090         since current GDB won't ever report that if there's inferior.
6091
6092 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
6093
6094         * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
6095         option to -break-insert.
6096
6097 2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
6098             Jerome Guitton  <guitton@adacore.com>
6099
6100         * gdb.texinfo (Startup): Document --with-system-gdbinit.
6101         (System-wide configuration): New section.
6102
6103 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
6104
6105         PR gdb/7580:
6106         * gdb.texinfo (Maintenance Commands): Document "maint set|show
6107         internal-error|internal-warning quit|corefile ask|yes|no".
6108
6109 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
6110
6111         * gdb.texinfo (Using the `gdbserver' Program): Document
6112         --remote-debug.
6113
6114 2009-01-23  Doug Evans  <dje@google.com>
6115
6116         * gdb.texinfo: Add nexti to list of commands that support
6117         background execution.
6118
6119 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
6120
6121         * gdb.texinfo (Define, Hooks): Document prefix command support.
6122
6123 2009-01-14  Joseph Myers  <joseph@codesourcery.com>
6124             Carlos O'Donell  <carlos@codesourcery.com>
6125
6126         Fixes for makeinfo --html.
6127
6128         * annotate.texinfo: Use @copying and @insertcopying.  Use
6129         @ifnottex in place of @ifinfo.
6130         * gdb.texinfo: Use @copying and @insertcopying.  Use @ifnottex in
6131         place of @ifinfo.  Use @ifnotinfo for one index entry.
6132         * gdbint.texinfo: Use @copying and @insertcopying.  Use @ifnottex
6133         in place of @ifinfo.
6134         * stabs.texinfo: Use @copying and @insertcopying.  Use @ifnottex
6135         in place of @ifinfo.  Include contents at start unconditionally.
6136
6137 2009-01-13  Pedro Alves  <pedro@codesourcery.com>
6138
6139         * gdb.texinfo (General Query Packets): Remove @var{} around the
6140         "spu" literal string.
6141
6142 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
6143
6144         * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
6145         program may be running in another process" errors.
6146         * gdbint.texinfo (Native Conditionals): Delete
6147         ONE_PROCESS_WRITETEXT description.
6148
6149 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
6150
6151         * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
6152         emacs local variable to be placed at the end of the ChangeLog.
6153         Add server.c and gdbreplay.c to the list of files where the
6154         copyright year needs to be updated.
6155
6156 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
6157
6158         * gdb.texinfo (Remote Configuration): Document new
6159         "set/show tcp auto-retry" and "set/show tcp connect-timeout"
6160         commands.
6161
6162 2008-12-28  Pedro Alves  <pedro@codesourcery.com>
6163
6164         * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
6165         FETCH_INFERIOR_REGISTERS.
6166         (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
6167         FETCH_INFERIOR_REGISTERS descriptions.  Remove
6168         gdbarch_get_longjmp_target descrition, since already described in
6169         Target Conditionals.  Move gdbarch_fp0_regnum description to ...
6170         (Target Conditionals): ... here.
6171
6172 2008-12-16  Joel Brobecker  <brobecker@adacore.com>
6173
6174         * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
6175         examples.
6176         (Additions to Ada): Likewise.  Add the missing opening and closing
6177         parenthesis of the GDB prompt in one of the examples.
6178
6179 2008-12-14  Joel Brobecker  <brobecker@adacore.com>
6180
6181         * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
6182         about the result of 'Address not being of type System.Address.
6183         This problem has been fixed a while ago.
6184
6185 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
6186
6187         MI non-stop and multiprocess docs.
6188
6189         * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
6190         (GDB/MI Output Records): New section 'GDB/MI Frame Information'
6191         Adjust documentation for *stopped, document =thread-created,
6192         =thread-exited, =thread-group-created and =thread-group-exited.
6193         (GDB/MI Thread Commands): Document the 'state' field in
6194         -thread-info output.
6195         (GDB/MI Program Execution): Mention --all and --thread-group
6196         options.
6197         (GDB/MI Variable Objects): Describe floating and fixed variable
6198         objects.
6199         (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
6200
6201 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
6202
6203         * gdb.texinfo (Operating System Information): New appendix.
6204         (Operating System Auxiliary Information): Document 'info os processes'
6205         (Remote Configuration): Document 'osdata'
6206         (General Query Packets): Document qXfer:osdata:read.
6207
6208 2008-11-27  Tristan Gingold  <gingold@adacore.com>
6209
6210         * gdb.texinfo (Darwin): Document Darwin specific features.
6211
6212 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
6213
6214         * gdbint.texinfo (Target Conditionals): Extend the
6215         gdbarch_breakpoint_from_pc description.
6216
6217 2008-11-22  Vladimir Prus  <vladimir@codesourcery.com>
6218
6219         * gdb.texinfo (M68K Features): Fix typo.
6220
6221 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
6222
6223         * gdb.texinfo (Symbols): Mention printing containing
6224         image name in "info symbol".
6225         (Maint translate-address): Likewise.
6226
6227 2008-11-18  Joel Brobecker  <brobecker@adacore.com>
6228
6229         * gdb.texinfo (Set Catchpoints): Remove the documentation of
6230         commands "catch load" and "catch unload".
6231
6232 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
6233
6234         * gdb.texinfo (GDB/MI Async Records): Document
6235         =thread-selected.
6236
6237 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
6238
6239         * observer.texi (new_inferior, inferior_exit): New observers.
6240
6241 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
6242
6243         * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
6244         .mt files, TM_CLIBS or TM_CDEPS.
6245         (x86 Watchpoints): Don't mention TDEPFILES.
6246
6247 2008-10-24  Sandra Loosemore  <sandra@codesourcery.com>
6248
6249         * gdb.texinfo (Remote Protocol): Add new nodes to menu.
6250         (Overview): Mention notifications and non-stop mode behavior.
6251         (Packets): Update documentation of ?, vAttach, vCont, and vRun
6252         with non-stop mode behavior.  Add vStopped description.
6253         (Stop Reply Packets):  Update list of packets that return
6254         stop replies.  Mention non-stop behavior.
6255         (General Query Packets): Document QNonStop packet and associated
6256         qSupported query response.
6257         (Interrupts): Clarify multi-threaded behavior.  Mention non-stop
6258         behavior.
6259         (Notification Packets): New section.
6260         (Remote Non-Stop): New section.
6261         (File-I/O Overview): Mention non-stop behavior.
6262
6263 2008-10-24  Hui Zhu  <teawater@gmail.com>
6264             Pedro Alves  <pedro@codesourcery.com>
6265
6266         * gdb.texinfo (displaced-stepping): Describe the auto mode
6267         setting, and say it's the default.  This is now a mainstream
6268         setting instead of a maintenance setting.
6269
6270 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
6271
6272         * observer.texi (thread_stop_requested): New.
6273
6274 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
6275
6276         * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
6277         (Patching): Replace incorrect usage of @samp by @kbd.
6278
6279 2008-10-17  Michael Snyder  <msnyder@vmware.com>
6280
6281         * gdb.texinfo: Add documentation for reverse execution.
6282
6283 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6284             Eli Zaretskii  <eliz@gnu.org>
6285
6286         * gdb.texinfo. (Values From Inferior): New subsubsection.
6287
6288 2008-10-06  Doug Evans  <dje@google.com>
6289
6290         * gdb.texinfo (set debug dwarf2-die): Document it.
6291
6292 2008-10-01  Joel Brobecker  <brobecker@adacore.com>
6293
6294         * gdb.texinfo (catch) [exception]: Document how to insert
6295         a breakpoint on user-defined exceptions when the exception
6296         name is identical to one of the language-defined ones.
6297
6298 2008-09-27  Tom Tromey  <tromey@redhat.com>
6299
6300         * gdb.texinfo (Macros): Remove text about stringification,
6301         varargs, and splicing.
6302
6303 2008-09-27  Tom Tromey  <tromey@redhat.com>
6304
6305         * gdbint.texinfo (Language Support): Remove text about omitting
6306         support for a language.
6307
6308 2008-09-23  Doug Evans  <dje@google.com>
6309
6310         * gdb.texinfo (info dcache): Update.
6311
6312 2008-09-22  Sandra Loosemore  <sandra@codesourcery.com>
6313
6314         * gdb.texinfo (Packets): Add info on thread-id syntax and
6315         multiprocess extensions.
6316         <D>: Document multiprocess form of packet.
6317         <H>: Use thread-id syntax.
6318         <T>: Likewise.
6319         <vCont>: Likewise.  Note this is required for multiprocess.
6320         <vKill>: New packet.
6321         (Stop Reply Packets) <T>: Use thread-id syntax.
6322         <W>: Document multiprocess form of reply.
6323         <X>: Likewise.
6324         (General Query Packets) <qC>: Use thread-id syntax.
6325         <qfThreadInfo>: Likewise.
6326         <qGetTLSAddr>: Likewise.
6327         <qP>: Likewise.
6328         <qSupported>: Add "multiprocess" feature.
6329         <qThreadExtraInfo>: Use thread-id syntax.
6330
6331 2008-09-22  Stan Shebs  <stan@codesourcery.com>
6332
6333         * gdb.texinfo (Inferiors): New section.
6334
6335 2008-09-12  Pedro Alves  <pedro@codesourcery.com>
6336
6337         * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
6338
6339 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
6340
6341         * gdbint.texinfo (Target Conditionals): Remove documentation
6342         for gdbarch_name_of_malloc.
6343
6344 2008-09-03  Angela Marie Thomas <angela@releasedominatrix.com>
6345
6346         * gdb.texinfo (Interrupts): Mention TCP interface for
6347         sending BREAK.
6348
6349 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
6350
6351         * gdb.texinfo (Commands to Specify Files): Document "remote:"
6352         argument prefix to "set sysroot".
6353
6354 2008-08-21  Paul N. Hilfinger  <hilfinger@adacore.com>
6355
6356         * gdb.texinfo (Omissions from Ada): Describe new treatment of True
6357         and False.
6358
6359 2008-08-20  Vladimir Prus  <vladimir@codesourcery.com>
6360
6361         * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
6362         for possible features of -list-features.
6363
6364 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
6365
6366         * gdb.texinfo (Background execution): Adjust example
6367         (GDB/MI Miscellaneous Commands): Document -list-target-features.
6368
6369 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
6370
6371         * doc/gdb.texinfo (PowerPC): Fix typo.
6372         (PowerPC features): Fix typo.
6373
6374 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
6375
6376         * observer.texi (thread_ptid_changed): New.
6377
6378 2008-08-18  Luis Machado  <luisgpm@br.ibm.com>
6379
6380         * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
6381         (PowerPC features): Mention feature set for VSX registers.
6382
6383 2008-08-13  Joel Brobecker  <brobecker@adacore.com>
6384
6385         * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
6386         the direct visibility of all names in user-written packages.
6387
6388 2008-08-13  Pedro Alves  <pedro@codesourcery.com>
6389
6390         * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
6391         setting, and make it the default.
6392         (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
6393         non-stop script example.
6394
6395 2008-08-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6396
6397         * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6398         reference to the "Using Different Register and Memory Data
6399         Representation" section.
6400
6401 2008-08-12  Sandra Loosemore  <sandra@codesourcery.com>
6402
6403         * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6404         (Remote Protocol): Add Packet Acknowledgment to menu.
6405         (Overview): Mention +/- can be disabled, and point to new section
6406         where this is discussed in detail.
6407         (General Query Packets): Document QStartNoAckMode packet, and
6408         corresponding qSupported reply.
6409         (Packet Acknowledgment): New section.
6410
6411 2008-08-11  Sandra Loosemore  <sandra@codesourcery.com>
6412             Pedro Alves  <pedro@codesourcery.com>
6413
6414         * gdb.texinfo (Threads): Move paragraph about automatic thread
6415         selection to All-Stop Mode subsection.
6416         (Thread Stops): Reorganize existing material into subsections.
6417         Add introductory blurb and menu.
6418         (Non-Stop Mode): New subsection.
6419         (Background Execution): New subsection.
6420         (Maintenance Commands): Add cross-references from async mode
6421         commands to the new Background Execution section.
6422
6423 2008-08-06  Tom Tromey  <tromey@redhat.com>
6424
6425         * gdb.texinfo (Extending GDB): New chapter.
6426         (Sequences): Demoted chapter, now a section under the new
6427         Extending GDB chapter.
6428         (Python): New section.
6429
6430 2008-07-31  Stan Shebs  <stan@codesourcery.com>
6431
6432         * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6433
6434 2008-07-29  Stan Shebs  <stan@codesourcery.com>
6435
6436         * gdbint.texinfo: General round of cleanup and minor
6437         clarifications.
6438         (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6439         (Longjmp Support): Update description to reflect how it is done
6440         for targets without using native header.
6441         (Symbol Handling): Add a little more general explanation.
6442         (COFF, ELF): Mention stabs encapsulation.
6443         (DWARF 3): New section.
6444         (Adding a New Host): Scrub out some obsolete bits.
6445         (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6446         (Host Conditionals): Remove descriptions of NO_STD_REGS,
6447         HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6448         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6449         SEEK_SET, STOP_SIGNAL, USG.
6450         (Raw and Virtual Register Representations): Ditto for
6451         DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6452         DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6453         (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6454         DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6455         DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6456         DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6457         DEPRECATED_REGISTER_VIRTUAL_SIZE,
6458         DEPRECATED_REGISTER_VIRTUAL_TYPE,
6459         DEPRECATED_USE_STRUCT_CONVENTION.
6460         Describe gdbarch_deprecated_fp_regnum.
6461         Update description of gdbarch_print_insn.
6462         (Adding a New Target): Scrub out obsolete bits.
6463         (Obsolete Conditionals): Remove entire section.
6464
6465 2008-07-25  Tom Tromey  <tromey@redhat.com>
6466
6467         * observer.texi (GDB Observers): Document new observers:
6468         breakpoint_created, breakpoint_deleted, breakpoint_modified,
6469         tracepoint_created, tracepoint_deleted, tracepoint_modified,
6470         architecture_changed.
6471
6472 2008-07-21  Stan Shebs  <stan@codesourcery.com>
6473
6474         * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6475         instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6476
6477 2008-07-21  Tom Tromey  <tromey@redhat.com>
6478
6479         * observer.texi (GDB Observers): Remove obsolete comment.
6480         <executable_changed>: Remove argument.
6481
6482 2008-07-18  Tom Tromey  <tromey@redhat.com>
6483
6484         * gdb.texinfo (Macros): Update.  Use @code rather than @command.
6485
6486 2008-07-10  Doug Evans  <dje@google.com>
6487
6488         * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6489
6490 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6491
6492         * gdb.texinfo (Starting): Document "set disable-randomization".
6493
6494 2008-07-07  Andreas Schwab  <schwab@suse.de>
6495
6496         * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6497
6498 2008-07-06  Vladimir Prus  <vladimir@codesourcery.com>
6499
6500         * gdb.texinfo (GDB/MI Target Manipulation): Add
6501         example of -target-attach.
6502
6503 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
6504
6505         * observer.texi (target_resumed): New observer.
6506         * gdb.texinfo (GDB/MI Output Records): Document *running.
6507
6508 2008-06-06  Tom Tromey  <tromey@redhat.com>
6509
6510         * gdb.texinfo (Completion): Add field name example.
6511
6512 2008-06-06  Marc Khouzam  <marc.khouzam@ericsson.com>
6513
6514         * gdb.texinfo (GDB/MI Program Context): Added example
6515         to -exec-arguments
6516
6517 2008-06-05  Nick Roberts  <nickrob@snap.net.nz>
6518
6519         * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6520         annotation.
6521
6522 2008-06-05  Vladimir Prus  <vladimir@codesourcery.com>
6523             Nathan Sidwell  <nathan@codesourcery.com>
6524             Joseph Myers  <joseph@codesourcery.com>
6525
6526         * configure.ac: Include ../../config/acx.m4.  Use ACX_PKGVERSION
6527         and ACX_BUGURL.
6528         * configure: Regenerate.
6529         * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6530         (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6531         * gdb.texinfo: Use VERSION_PACKAGE and BUGURL.  Remove
6532         mailing-list-specific text about bug reporting unless
6533         BUGURL_DEFAULT.
6534
6535 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
6536
6537         * gdb.texinfo (-target-select): Remove reference to target async.
6538         (Maintenance Commands): Document "maint set/show remote-async".
6539
6540 2008-06-04  Marc Khouzam  <marc.khouzam@ericsson.com>
6541
6542         * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6543         in -target-file-get section.
6544
6545 2008-05-22  Pedro Alves  <pedro@codesourcery.com>
6546
6547         * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6548         killing the inferior when it is already debugging a process.
6549
6550 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
6551
6552         * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6553         abbreviation for "finish".
6554
6555 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
6556
6557         * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6558
6559 2008-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
6560
6561         * gdbint.texinfo (Target Conditionals): Delete entry for
6562         gdbarch_dwarf_reg_to_regnum.
6563
6564 2008-05-09  Doug Evans  <dje@google.com>
6565
6566         * gdb.texinfo: Document "find" command, qSearch:memory packet.
6567
6568 2008-05-05  Doug Evans  <dje@google.com>
6569
6570         * gdb.texinfo (disassemble): Document /m modifier.
6571
6572 2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
6573
6574         * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6575         will not report the time of commands that run the target.
6576
6577 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6578
6579         * gdb.texinfo (GDB/MI Output Records): Add
6580         missing semicolon.
6581
6582 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6583
6584         * gdb.texinfo (GDB/MI Output Records):
6585         Document =thread-create and =thread-exited.
6586
6587 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6588
6589         * gdb.texinfo (GDB/MI Development and Front Ends):
6590         Remove mention of dmi-discuss.
6591
6592 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
6593
6594         * observer.texi (thread_exit): New.
6595
6596 2008-05-02  Pedro Alves  <pedro@codesourcery.com>
6597
6598         * gdb.texinfo (Debugging Output): Document "set/show debug
6599         displaced".
6600         (Maintenance Commands): Document "maint set/show
6601         can-use-displaced-stepping".
6602
6603 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
6604
6605         * gdb.texinfo (ARM): Document set/show arm fallback-mode
6606         and set/show arm force-mode.
6607
6608 2008-05-02  Andreas Schwab  <schwab@suse.de>
6609
6610         * gdbint.texinfo (Algorithms): Describe
6611         target_watchpoint_addr_within_range.
6612
6613 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
6614
6615         * gdbint.texinfo (Stack Frames): New chapter.
6616         (Algorithms): Move Frames text to the new chapter.
6617         (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS.  Document
6618         gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6619
6620 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
6621
6622         * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6623         output does not necessary include any tokens.
6624
6625 2008-04-22  Corinna Vinschen  <vinschen@redhat.com>
6626
6627         * gdb.texinfo (Set SH Calling convention): New @item.
6628         (Show SH Calling convention): Ditto.
6629
6630 2008-04-22  Markus Deuling  <deuling@de.ibm.com>
6631
6632         * gdb.texinfo (Fortran Operators): Describe '%' operator.
6633
6634 2008-04-20  Eli Zaretskii  <eliz@gnu.org>
6635
6636         * gdb.texinfo (Set Breaks): Mention that multiple location
6637         breakpoints need line number info.  Add index entries.
6638
6639 2008-04-19  Craig Silverstein  <csilvers@google.com>
6640
6641         * gdb.texinfo (Requirements): Add an optional requirement on
6642         zlib.
6643         * gdbint.texinfo (Debugging File Formats): Add new subsection for
6644         Compressed DWARF 2.
6645
6646 2008-04-16  Aleksandar Ristovski  <aristovski@qnx.com>
6647
6648         * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6649         sample output for 'stopped,reason="breakpoint-hit"' message.
6650         (GDB/MI Program Execution): Likewise.
6651
6652 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
6653
6654         * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6655         -var-set-format.  Add -f option to -var-evaluate-expression.
6656
6657 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
6658
6659         * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6660         new node "Ambiguous Expressions".  Replace references to this
6661         node by references to "Ambiguous Expressions" throughout.
6662         (Ambiguous Expressions): New node.
6663
6664 2008-03-26  Daniel Jacobowitz  <dan@codesourcery.com>
6665
6666         * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6667
6668 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
6669
6670         * gdb.texinfo (Debugging Output): Document
6671         "set/show debug lin-lwp-async".
6672         (Maintenance Commands): Document "maint set/show linux-async".
6673
6674 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
6675
6676         * gdb.texinfo (Expressions): Update description of malloced arrays.
6677
6678 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
6679
6680         * gdb.texinfo (Thread Commands): Document
6681         -thread-info.  Remove -thread-list-all-threads.
6682
6683 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
6684             Sandra Loosemore  <sandra@codesourcery.com>
6685
6686         * gdb.texinfo (Library List Format): Update to mention the
6687         possibility to pass section addresses instead of segment
6688         addresses.
6689
6690 2008-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
6691
6692         * gdb.texinfo (Starting): Document "set exec-wrapper".
6693         (Server): Document gdbserver --wrapper.
6694
6695 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
6696
6697         * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6698         unreadable memory.  Delete obsolete SPARClite reference.
6699
6700 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
6701
6702         * gdb.texinfo (Starting): Mention always-running targets.
6703         (Target Commands): Add an anchor for load.
6704         (Connecting): Explain continue instead of run.
6705
6706 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
6707
6708         * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6709
6710 2008-02-26  Nick Roberts  <nickrob@snap.net.nz>
6711
6712         * gdb.texinfo (Set Breaks): Revert description of Enb column of
6713         breakpoint table.
6714
6715 2008-02-19  Pedro Alves  <pedro@codesourcery.com>
6716
6717         * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6718         killing the inferior when it is already debugging a process.
6719
6720 2008-02-13  Markus Deuling  <deuling@de.ibm.com>
6721
6722         * gdbint.texinfo (Build Script): New section. Mention new build script
6723         gdb_buildall.sh.
6724
6725 2008-02-01  Jim Blandy  <jimb@red-bean.com>
6726
6727         * gdb.texinfo (Help): Summarize 'info args' correctly.
6728
6729 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6730
6731         * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6732         available in PowerPC architecture.
6733         (Embedded Processors): Change node name of PowerPC item in menu.
6734         (PowerPC): Rename to...
6735         (PowerPC Embedded): this.
6736         (Architectures): Add new PowerPC item in menu.
6737         (PowerPC): New node.
6738
6739 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6740
6741         * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6742         commands.
6743
6744 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6745
6746         * gdb.texinfo (Setting Catchpoints): Mention features
6747         supported on GNU/Linux.
6748
6749 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
6750
6751         * gdb.texinfo (GDB/MI File Commands): Describe new output
6752         field for MI command -file-list-exec-source-file.
6753
6754 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
6755
6756         * gdb.texinfo (Using the `gdbserver' Program): Add security
6757         warning.  Rearrange into subsections and subsubsections.  Document
6758         --multi and --debug.  Correct --with-sysroot typo.  Update --attach
6759         usage.  Make load reference clearer.  Document monitor exit.
6760         (Remote Configuration): Document set remote exec-file, attach-packet,
6761         and run-packet.
6762         (Packets): Document vAttach and vRun.
6763
6764 2008-01-29  Nick Roberts  <nickrob@snap.net.nz>
6765
6766         * gdb.texinfo (Processes): Mention process command.
6767         detach-on-follow -> detach-on-fork.
6768
6769 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
6770
6771         * gdbint.texinfo (Native Conditionals): Remove
6772         SHELL_COMMAND_CONCAT and SHELL_FILE.
6773
6774 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
6775
6776         * gdb.texinfo (Specify Location): Improve wording.
6777
6778 2008-01-23  Chris Demetriou  <cgd@google.com>
6779
6780         * gdb.texinfo (Threads): Document new "set print thread-events"
6781         and "show print thread-events" commands.
6782
6783 2008-01-19  Eli Zaretskii  <eliz@gnu.org>
6784
6785         * gdb.texinfo (Specify Location): New section.
6786         (Delete Breaks, Edit, Set Breaks): Remove description of
6787         locations.  Instead, add a reference to "Specify Location".
6788         (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6789         (Symbols): Refer to "Specify Location" for the valid forms of
6790         linespecs and locations.
6791
6792 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
6793
6794         * gdbint.texinfo (Target Conditionals): Replace the description of
6795         BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6796
6797 2008-01-12  Paul Hilfinger  <hilfinger@adacore.com>
6798
6799         * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6800         about &&var, which is rejected by the expression parser.
6801
6802 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
6803
6804         * gdb.texinfo (Output): Update documentation on using printf with DFP
6805         types.
6806
6807 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6808
6809         * gdb.texinfo (C and C++): Add Decimal Floating Point format
6810         subsubsection.
6811         (Decimal Floating Point format): New subsubsection.
6812
6813 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
6814
6815         * gdb.texinfo (File Options): Remove mention of the attempt to
6816         open a core file with the -p option.  Don't list -c as a valid
6817         option to attach to a process.
6818
6819 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
6820
6821         * gdbint.texinfo (Host Conditionals): Remove mention of
6822         ALIGN_STACK_ON_ENTRY.
6823
6824 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
6825
6826         * gdbint.texinfo (Start of New Year Procedure): Add item
6827         describing how to update the source and documentation copyright
6828         notices.
6829
6830 2007-12-18  Jim Blandy  <jimb@codesourcery.com>
6831
6832         * gdb.texinfo (Set Watchpoints): Integrate per-thread
6833         watchpoint explanation into the main description of the watchpoint
6834         command; update synopses of 'watch', 'rwatch', and 'awatch'
6835         commands.
6836
6837 2007-12-18  Vladimir Prus  <vladimir@codesourcery.com>
6838
6839         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6840         Document 'pending-breakpoints' feature of
6841         -list-features.
6842
6843 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
6844
6845         * gdb.texinfo: Add new parameter's description.
6846
6847 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
6848
6849         * gdb.texinfo (Overview): Clarify run-length encoding
6850         example.  Remove the restriction on "+" and "-" characters.
6851
6852 2007-12-15  Eli Zaretskii  <eliz@gnu.org>
6853
6854         * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6855
6856 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
6857
6858         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6859         the -f option for -break-insert, remove -r option,
6860         and clarify specification of location.
6861
6862 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
6863
6864         * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6865         formatting.
6866         (Remote Debugging): Add File Transfer section.
6867         (Remote Configuration): Document Host I/O packets.
6868         (GDB/MI): Add GDB/MI File Transfer Commands section.
6869         (Host I/O Packets): New section in "Remote Protocol".
6870         (Packets): Add vFile.
6871
6872 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
6873
6874         * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6875         breakpoints with multiple locations.
6876         (Breakpoint Menus): Improve wording.
6877         (Output): Fix last change.
6878
6879 2007-11-17  Ulrich Weigand  <uweigand@de.ibm.com>
6880
6881         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6882
6883 2007-11-15  Doug Evans  <dje@google.com>
6884
6885         * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6886
6887 2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
6888
6889         * gdbint.texinfo (Native Conditionals): Remove
6890         mention of CLEAR_SOLIB.
6891
6892 2007-11-11  Joel Brobecker  <brobecker@adacore.com>
6893
6894         * gdb.texinfo (Print Settings): Add documentation for "set/show
6895         print frame-arguments".
6896
6897 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
6898
6899         * gdb.texinfo (Output): Update printf command's description.
6900
6901 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
6902
6903         * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6904         powerpc soft-float".
6905
6906 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6907
6908         * gdb.texinfo (Files): Correct formatting.  Mention Expat
6909         requirement.
6910         (Requirements for Building GDB): Expand the list of Expat
6911         uses.
6912         (Library List Format, Memory Map Format): Mention Expat.
6913         (Target Descriptions): Update Expat wording.
6914
6915 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6916
6917         * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6918         Document that gdbarch_convert_register_p should return zero for no-op
6919         conversions.
6920
6921 2007-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
6922
6923         * gdbint.texi (Compiler Characteristics): Move documentation
6924         of set_gdbarch_sofun_address_maybe_missing back to ...
6925         (Target Conditionals): ... here to fix build break.
6926
6927 2007-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
6928
6929         * gdbint.texi (Target Conditionals): Remove documentation of
6930         SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6931         (Compiler Characteristics): ... documentation of
6932         set_gdbarch_sofun_address_maybe_missing.
6933
6934 2007-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
6935
6936         * gdbint.texinfo (Target Conditionals): Use
6937         frame_unwind_register_unsigned in examples instead of
6938         frame_unwind_unsigned_register.
6939
6940 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6941
6942         * gdb.texinfo (Predefined Target Types): Add int128
6943         and uint128.
6944         (Standard Target Features): Add PowerPC features.
6945
6946 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6947
6948         * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6949
6950 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6951
6952         * gdbint.texi (Target Conditionals): Remove documentation
6953         of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6954         gdbarch_extract_return_value, and gdbarch_store_return_value.
6955
6956 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6957
6958         * gdbint.texi (Target Conditionals): Remove documentation of
6959         and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6960
6961 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
6962
6963         * gdb.texinfo: Mention that inaccessible-by-default is on by
6964         default.
6965
6966 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
6967
6968         * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6969
6970 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
6971
6972         * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6973         multi-threaded watchpoints.
6974         * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6975         checked.  Describe sticky notification.  Expand description
6976         of steppable and continuable watchpoints.
6977         (Watchpoints and Threads): New subsection.
6978
6979 2007-09-28  Vladimir Prus  <vladimir@codesourcery.com>
6980
6981         * gdb.texinfo (Setting Breakpoints): Revise
6982         documentation for pending breakpoints.  Document
6983         breakpoints with multiple locations.
6984
6985 2007-09-19  Vladimir Prus  <vladimir@codesourcery.com>
6986
6987         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6988         Document -list-features.
6989
6990 2007-09-15  Eli Zaretskii  <eliz@gnu.org>
6991
6992         * gdb.texinfo (Output): Spell out which features of C's printf are
6993         not supported by GDB's printf.
6994         (Separate Debug Files): More accurate wording regarding build ID
6995         and a reference to the ld manual rather than the Fedora wiki.
6996
6997 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
6998             Jim Blandy  <jimb@codesourcery.com>
6999
7000         * gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
7001         (Examining Memory): Update mentions of the 's' format.
7002         (Automatic Display): Likewise.
7003
7004 2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
7005
7006         * gdb.texinfo: Update the FSF's Back-Cover Text.
7007
7008 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
7009             Eli Zaretskii  <eliz@gnu.org>
7010
7011         * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
7012         Fixed the ``build ID'' name.  New binaries build instructions for the
7013         build ID inclusion.  Explain how the commands are specific to the build
7014         ID vs. debug link.
7015
7016 2007-09-01  Eli Zaretskii  <eliz@gnu.org>
7017
7018         * gdb.texinfo (Separate Debug Files): Fix last change.  Add
7019         indexing for ``build ID'' support.
7020
7021 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7022
7023         * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
7024         Enlisted BUILD ID to the debug file searching example.
7025         Included a BUILD ID `.note.gnu.build-id' section description.
7026         Updated/added the debug files splitting instructions for OBJCOPY.
7027
7028 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
7029
7030         * gdb.texinfo (Variable Objects): Adjust docs
7031         for -var-info-expression and document
7032         -var-info-path-expression.
7033
7034 2007-08-20  Jim Blandy  <jimb@codesourcery.com>
7035
7036         * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
7037         (title page): Include the dedication in the printed manual, as a
7038         separate page after the copyright notice.
7039
7040         * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
7041         don't break a @var across a line.
7042
7043 2007-07-25  Maciej W. Rozycki  <macro@mips.com>
7044
7045         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
7046         for include files.
7047
7048 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
7049
7050         * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
7051         in annotate.texinfo.
7052         (Command History): Link to new node.
7053
7054 2007-07-05  Markus Deuling  <deuling@de.ibm.com>
7055
7056         * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
7057
7058 2007-07-05  Eli Zaretskii  <eliz@gnu.org>
7059
7060         * gdbint.texinfo (Target Conditionals): Fix last change.
7061
7062 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
7063
7064         * gdb.texinfo: Replace following macros by their appropriate gdbarch
7065         routines:
7066         (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
7067         (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
7068         (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
7069         (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
7070         (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
7071         (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
7072         (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
7073         (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
7074         (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
7075         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
7076         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
7077         (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
7078         (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
7079         (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
7080         (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
7081         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
7082         (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
7083         (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
7084         (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
7085         (SOFTWARE_SINGLE_STEP_P)
7086
7087         (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
7088         (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
7089
7090         (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
7091         (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
7092         (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
7093         (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
7094         (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
7095         (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
7096         (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
7097         (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
7098         (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
7099         (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
7100
7101         (Converting an existing Target Architecture to Multi-arch): Remove
7102          section.
7103
7104         (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
7105         (gdbarch_addr_bits_remove): Add code example.
7106
7107         * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
7108
7109 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
7110
7111         * gdb.texinfo (Remote Configuration): Document library-info-packet.
7112         Add other missing entries.  Adjust the table size to fit.
7113         (Stop Reply Packets): Use @itemize instead of @enumerate.  Document
7114         stop reasons including the new "library" event.
7115         (General Query Packets): Adjust table widths for qSupported.  Mention
7116         qXfer:libraries:read reply to qSupported and document the new packet.
7117         (Library List Format): New section.
7118
7119 2007-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
7120
7121         * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
7122
7123 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
7124
7125         * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
7126
7127 2007-06-25  Nick Roberts  <nickrob@snap.net.nz>
7128
7129         * gdbint.texinfo (Register and Memory Data): Break sections
7130         into nodes and add a menu.
7131
7132 2007-06-21  Maciej W. Rozycki  <macro@mips.com>
7133
7134         * gdb.texinfo (Examining Memory): Document the new behaviour.
7135
7136 2007-06-21  Vladimir Prus  <vladimir@codesourcery.com>
7137
7138         * gdb.texinfo (Standard Target Features): Document
7139         m68k features.
7140
7141 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
7142
7143         * gdb.texinfo (General Query Packets): Document qOffsets changes.
7144
7145 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
7146
7147         * gdb.texinfo (Target Description Format): Add version attribute
7148         for <target>.
7149
7150 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
7151
7152         * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
7153
7154 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
7155
7156         * gdb.texinfo (MIPS Features): New subsection.
7157
7158 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
7159             Markus Deuling  <deuling@de.ibm.com>
7160
7161         * gdb.texinfo (General Query Packets): Document qXfer:spu:read
7162         and qXfer:spu:write packets and mention them under qSupported.
7163
7164 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
7165             Markus Deuling  <deuling@de.ibm.com>
7166
7167         * gdb.texinfo (Architectures): Add new SPU section to document
7168         Cell Broadband Engine SPU architecture specific commands.
7169
7170 2007-06-09  Vladimir Prus  <vladimir@codesourcery.com>
7171
7172         * gdb.texinfo (GDB/MI Variable Objects): Editorial
7173         comments.
7174
7175 2007-06-07  Nick Roberts  <nickrob@snap.net.nz>
7176
7177         * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
7178
7179 2007-05-29  Jim Blandy  <jimb@codesourcery.com>
7180
7181         * gdb.texinfo (Overview): Doc fix.
7182
7183 2007-05-22  Maciej W. Rozycki  <macro@mips.com>
7184
7185         * gdb.texinfo (Remote Configuration): Document "set/show
7186         remoteflow".
7187
7188 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
7189
7190         * gdb.texinfo (MIPS): Remove documentation for set mips
7191         saved-gpreg-size, show mips saved-gpreg-size, and set mips
7192         stack-arg-size.
7193
7194 2007-05-14  Bob Wilson  <bob.wilson@acm.org>
7195
7196         * all-cfg.texi (GDBTUI): New.
7197         * gdb.texinfo (Mode Options): Use GDBTUI variable.
7198         (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
7199         (TUI Configuration): Edit to improve clarity and fix problems of
7200         both style and content.
7201
7202 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
7203
7204         * observer.texi (GDB Observers): New observer "new_objfile".
7205
7206 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
7207
7208         * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
7209
7210 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
7211
7212         * gdb.texinfo (GDB/MI Variable Objects): Document
7213         frozen variables objects.
7214
7215 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
7216
7217         * gdb.texinfo (Memory): Reference Remote Debugging chapter.
7218         (Character Sets, Caching Data of Remote Targets): Likewise.
7219         (Targets): Delete Remote node.  Move its text...
7220         (Debugging Remote Programs): ...to here.  Delete description
7221         of the "remote" command.
7222         (Remote configuration): Delete description of "set remotedevice"
7223         and "show remotedevice".
7224         (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
7225
7226 2007-04-11  Bob Wilson  <bob.wilson@acm.org>
7227
7228         * gdb.texinfo (Contributors, Continuing and Stepping)
7229         (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
7230         (General Query Packets, File-I/O Remote Protocol Extension)
7231         (Protocol Basics, The F Reply Packet, Write)
7232         (Protocol-specific Representation of Datatypes, Memory Transfer):
7233         Fix hyphenation, punctuation and grammar problems.
7234         (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
7235         'section' instead of 'subsection' in the text.
7236         (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
7237         (i386): Remove period from section name.
7238         (Installing GDB, Requirements, Running Configure,  Separate Objdir)
7239         (Config Names, Configure Options): Use @file{configure}.
7240
7241 2007-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
7242
7243         * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
7244         and tab expansion.
7245
7246 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
7247
7248         * gdbint.texinfo (SOM): Correct location of the SOM reader.
7249
7250 2007-04-02  Bob Wilson  <bob.wilson@acm.org>
7251
7252         * gdb.texinfo: Consistently capitalize all significant words in
7253         node names, chapter titles, section titles, and headings.  Update
7254         cross references to match.
7255         (Starting and Stopping Trace Experiment): Make node name plural.
7256         (Breakpoint related warnings): Hyphenate "Breakpoint-related".
7257
7258 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
7259
7260         * gdb.texinfo (WinCE): Delete obsolete subsection.
7261
7262 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
7263
7264         * gdb.texinfo (M68K): Remove obsolete ROM monitors.
7265         * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
7266         references.
7267
7268 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
7269
7270         * gdb.texinfo (Startup): Delete references to some alternate
7271         names for .gdbinit.
7272         (Thread): Remove LynxOS reference.
7273         (Tandem ST2000): Delete target-specific documentation.
7274         * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
7275         (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
7276         and GDB_OSABI_LYNXOS.
7277
7278 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
7279
7280         * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
7281
7282 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
7283
7284         * gdbint.texinfo (Target Conditionals): Remove mention of
7285         DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
7286         and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
7287
7288 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
7289
7290         * Makefile.in: Add "pdfdir" installation
7291         directory, PDFTEX macro, support for "install-pdf" target,
7292         and rules for making a pdf version of refcard.texi.
7293         * refcard.tex: Specify paper size for PDF output.
7294
7295 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7296
7297         * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
7298
7299 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7300
7301         * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
7302         (Source Path, Character Sets, Macros, Define)
7303         (GDB/MI Result Records, GDB/MI Simple Examples)
7304         (GDB/MI Program Execution, GDB/MI File Commands)
7305         (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
7306         (Bug Reporting): Use @value{GCC}.
7307
7308 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7309
7310         * gdb.texinfo (Help): Fix formatting of examples.
7311         (Variables): Use @ifnotinfo instead of @iftex.
7312         (Non-debug DLL symbols): Use @ref instead of @pxref.
7313         (Sparclet File): Use @samp instead of quotes.
7314
7315 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7316
7317         * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
7318
7319 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7320
7321         * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
7322         the order of the nodes.
7323         (C Operators, C Constants, Debugging C): Remove extra menus.
7324         (Method Names in Commands): Do not specify next/prev/up nodes.
7325
7326 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
7327
7328         * gdb.texinfo (File Options): Add missing parenthesis.
7329         (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
7330
7331 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
7332
7333         * gdb.texinfo (Monitor commands for gdbserver): New subsection.
7334
7335 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
7336
7337         * gdb.texinfo (Standard Target Features): Mention
7338         case insensitivity.
7339         (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
7340
7341 2007-02-18  Nick Roberts  <nickrob@snap.net.nz>
7342
7343         * gdb.texinfo (Top): Put Appendix A after numbered sections.
7344         (Files): Add section name to argument list for pxref.
7345         (Non-debug DLL symbols): Don't use `see' for pxref.
7346         (Embedded Processors): Fix typo.
7347         (GDB/MI Breakpoint Commands): Execution commands generate
7348         *stopped not ^done.
7349
7350 2007-02-13  Nick Roberts  <nickrob@snap.net.nz>
7351
7352         * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
7353         values for in_scope.  Mention that only root variables can be
7354         updated.
7355         (GDB/MI Development and Front Ends): Explain new values may be
7356         added to existing fields.
7357
7358 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
7359
7360         * gdb.texinfo (-target-disconnect): Use @smallexample.
7361         (Requirements): Add anchor for Expat.  Update description.
7362         (Target Descriptions): Mention Expat.
7363         (Target Description Format): Document new elements.  Use
7364         @smallexample.
7365         (Predefined Target Types, Standard Target Features): New sections.
7366         * gdbint.texinfo (Target Descriptions): New section.
7367
7368 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
7369
7370         * gdb.texinfo (Target Description Format): Add section on XInclude.
7371
7372 2006-02-03  Nick Roberts  <nickrob@snap.net.nz>
7373
7374         * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
7375         command -enable-timings.
7376
7377 2007-02-02  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
7378
7379         * gdbint.texinfo (Operation System ABI Variant Handling): Update
7380         descriptions for new/deleted elements in gdb_osabi.  Add missing
7381         description for function generic_elf_osabi_sniff_abi_tag_sections.
7382
7383 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
7384
7385         * gdb.texinfo (Maintenance Commands): Add documentation for
7386         the new "maint print target-stack" command.
7387
7388 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
7389             Eli Zaretskii  <eliz@gnu.org>
7390
7391         * gdb.texinfo: Describe CHAR array vs. string identification rules.
7392
7393 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
7394
7395         * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
7396         Use @value{NGCC} instead of @value{GCC}.
7397
7398 2007-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7399
7400         * agentexpr.texi: Fix typos.
7401         * annotate.texinfo: Likewise.
7402         * gdb.texinfo: Likewise.
7403         * gdbint.texinfo: Likewise.
7404         * observer.texi: Likewise.
7405         * stabs.texinfo: Likewise.
7406
7407 2007-01-20  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
7408
7409         * gdbint.texinfo (Support Libraries): Remove mmalloc
7410         entry.  Describe readline library.
7411
7412 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
7413
7414         * gdb.texinfo (Target Descriptions): New section.
7415         (General Query Packets): Add QPassSignals anchor.  Mention
7416         qXfer:features:read under qSupported.  Expand mentions of
7417         qXfer:memory-map:read and QPassSignals.  Document
7418         qXfer:features:read.
7419
7420 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
7421
7422         * gdb.texinfo (Commands to specify files): Describe
7423         "set sysroot" and "show sysroot".
7424         (Using the `gdbserver' program): Lowercase argument
7425         to @var.  Expand description of setting up GDB on the
7426         host.
7427
7428 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
7429
7430         * gdb.texinfo (Set Catchpoints): Add documentation for the new
7431         catch exception, catch exception unhandled, and catch assert
7432         commands.
7433
7434 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7435
7436         * gdb.texinfo (Debugging Output): Document "set debug xml"
7437         and "show debug xml".
7438
7439 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7440
7441         * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7442
7443 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
7444
7445         * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7446
7447 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
7448
7449         * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7450         note in @ignore, to be removed later if nobody complains.
7451
7452 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
7453
7454         * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7455         of -var-delete.
7456
7457 2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>
7458
7459         * gdb.texinfo (Setting breakpoints): Document
7460         automatic software/hardware breakpoint usage and
7461         the "set breakpoint auto-hw" command.
7462
7463 2006-11-21  Vladimir Prus  <vladimir@codesourcery.com>
7464
7465         * gdb.texinfo (Memory Access Checking): New.
7466
7467 2006-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
7468
7469         * gdb.texinfo (Remote configuration): Mention
7470         "pass-signals-packet".
7471         (General Query Packets): Document QPassSignals.  Fix
7472         a typo.
7473
7474 2006-11-14  Maxim Grigoriev  <maxim@tensilica.com>
7475
7476         * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7477
7478 2006-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7479
7480         * gdb.texinfo (Remote configuration): Rewrite documentation for
7481         packet configuration commands.
7482         (OS Information): Adjust reference to qXfer:auxv:read.
7483         (General Query Packets): Remove references to read-aux-vector-packet
7484         and set remote get-thread-local-storage-address.
7485
7486 2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
7487
7488         * gdbint.texinfo (Target Architecture Definition): Add new
7489         Initializing a New Architecture section.
7490
7491 2006-10-31  David Taylor  <dtaylor@emc.com>
7492
7493         * stabs.texinfo (Macro define and undefine): New node describing
7494         stabs for #define and #undef.
7495
7496 2006-10-27  Andreas Schwab  <schwab@suse.de>
7497
7498         * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7499
7500 2006-10-21  Eli Zaretskii  <eliz@gnu.org>
7501
7502         * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7503         clarify on the possible meanings of ``expression'' watched by
7504         watchpoints.  Add indexing.
7505         (Prompting, Errors, Invalidation, Annotations for Running)
7506         (Source Annotations): Fix index entries by adding "annotation" to
7507         them, to discriminate from index entries that point to the more
7508         general topic descriptions.
7509
7510 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
7511
7512         * gdbint.texinfo (Target Vector Definition): Move most
7513         content into Existing Targets.  Add a menu.
7514         (Existing Targets): New section, moved from Target Vector
7515         Definition.  Use @subsection.
7516         (Managing Execution State): New section.
7517
7518 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
7519
7520         * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7521
7522 2006-10-15  Eli Zaretskii  <eliz@gnu.org>
7523
7524         * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7525         (Command Syntax, Signals, Backtrace, Connecting)
7526         (Remote configuration, Renesas Boards, Console I/O): Fix last
7527         change: use Ctrl- instead of C-, except wrt Emacs.
7528         (File-I/O Examples): Put Ctrl-c in @kbd.
7529         (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7530         (Console I/O): Use @samp with Ctrl-.
7531         (Signals, Set Breaks, Set Watchpoints): Document optional
7532         arguments to `info signals'  `handle', `info breakpoints', and
7533         `info watchpoints'.
7534
7535 2006-10-14  Eli Zaretskii  <eliz@gnu.org>
7536
7537         * gdb.texinfo (Backtrace): Fix last change.
7538
7539 2006-10-14  Nick Roberts  <nickrob@snap.net.nz>
7540
7541         * gdb.texinfo (Backtrace): Order correctly and add other cases.
7542
7543 2006-10-10  Bob Wilson  <bob.wilson@acm.org>
7544
7545         * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7546         (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7547         (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7548
7549 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
7550             Daniel Jacobowitz  <dan@codesourcery.com>
7551
7552         * gdb.texinfo (Packets): Document vFlashErase,
7553         vFlashWrite and vFlashDone packets.
7554         (General Query Packets): Document qXfer:memory-map:read.
7555         Add a new feature for qXfer:memory-map:read.
7556         (Memory map format): New section.
7557         (Target Commands): Mention that gdb can write flash.
7558
7559 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
7560             Daniel Jacobowitz  <dan@codesourcery.com>
7561
7562         * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7563         memory regions and "mem auto".
7564
7565 2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
7566
7567         * gdbint.texinfo (Array Containers): New section.
7568
7569 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
7570
7571         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7572         -stack-list-arguments HIGH_FRAME argument can be larger then the
7573         actual number of frames.
7574
7575 2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
7576
7577         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7578         -stack-list-locals HIGH_FRAME argument can be larger then the
7579         actual number of frames.
7580
7581 2006-09-02  Bob Wilson  <bob.wilson@acm.org>
7582
7583         * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7584         Register Packet Format, Tracepoint Packets): Fix spelling errors.
7585
7586 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
7587
7588         * gdbint.texinfo (Overall Structure): New section "Source Tree
7589         Structure".
7590
7591 2006-08-17  Jim Blandy  <jimb@codesourcery.com>
7592
7593         * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7594         responses.
7595
7596 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
7597
7598         * gdb.texinfo (Source Path): Add documentation for new
7599         substitute-path commands.
7600
7601 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
7602
7603         * gdb.texinfo (Installing GDB): Update menu.  Move text to...
7604         (Running Configure): ...here.
7605         (Requirements): New node.  Mention expat.
7606
7607 2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
7608
7609         * gdb.texinfo (Target Commands): Remove
7610         'set download-write-size' and 'show download-write-size'.
7611
7612 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
7613
7614         * stabs.texinfo (Member Type Descriptor): Correct example for
7615         pointer to member types.
7616
7617 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
7618
7619         * gdb.texinfo (Optional warnings and messages): Add
7620         'set/show trace-commands'.
7621         (Command files): Add '-v' to source command.
7622
7623 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
7624
7625         * gdb.texinfo (OS Information): Update qPart reference to
7626         qXfer.
7627         (Remote configuration): Likewise.
7628         (Overview): Move @cindex to the start of a paragraph.  Talk
7629         about binary data encoding.
7630         (Packets): Refer to the overview for the details of the X
7631         packet encoding.
7632         (General Query Packets): Remove qPart description.  Add qXfer
7633         description.  Add an anchor to qSupported.  Correct feature
7634         table title.  Add a new feature for qXfer:auxv:read.
7635         (Interrupts): Add a missing parenthesis.
7636
7637 2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
7638
7639         * gdb.texinfo (KOD): Remove node.
7640         (GDB/MI Kod Commands): Remove commented out node.
7641
7642 2006-07-01  Eli Zaretskii  <eliz@gnu.org>
7643
7644         * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7645         (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7646         (GDB/MI Thread Commands, GDB/MI Program Execution)
7647         (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7648         (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7649         (GDB/MI File Commands, GDB/MI Target Manipulation)
7650         (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7651         since the MI prompt is hard-wired into the code.
7652
7653 2006-07-01  Nick Roberts  <nickrob@snap.net.nz>
7654
7655         * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7656         (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7657         (GDB/MI Data Manipulation): Remove description of unimplemented
7658         display related commands as variable objects perform this function
7659         and are superior: -display-delete, -display-disable,
7660         -display-enable, -display-insert and -display-list.  Move
7661         -environment-cd, -environment-directory, -environment-path
7662         and -environment-pwd to "Program Context".
7663         (GDB/MI Program Control): Rename to "Program Execution".  Move
7664         -exec-arguments -exec-abort to...
7665         (GDB/MI Program Context): ...here.  New node split from "Data
7666          Manipulation".
7667
7668 2006-06-21  Daniel Jacobowitz  <dan@codesourcery.com>
7669
7670         * gdb.texinfo (Remote configuration): Document set / show
7671         remote supported-packets.
7672         (General Query Packets): Document qSupported packet.
7673
7674 2006-06-10  Sandra Loosemore <sandra@codesourcery.com>
7675
7676         * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7677         and font markup.
7678         (Protocol basics): Likewise.
7679         (The F request packet): Likewise.
7680         (The F reply packet): Likewise.
7681         (Memory transfer): Move this node to be a subsubsection of
7682         "Protocol specific representation of datatypes".
7683         (The Ctrl-C message): More copy editing.
7684         (Console I/O): Likewise.
7685         (The isatty call): Delete this node, and merge its content into
7686         the "isatty" node.  Fixed references elsewhere.
7687         (The system call): Delete this node, and merge its content into
7688         the "system" node.  Fixed references elsewhere.
7689         (open): Reformat to use @table, and add appropriate font markup.
7690         (close): Likewise.
7691         (read): Likewise.
7692         (write): Likewise.
7693         (lseek): Likewise.
7694         (rename): Likewise.
7695         (unlink): Likewise.
7696         (stat/fstat): Likewise.
7697         (gettimeofday): Likewise.
7698         (isatty): Likewise.
7699         (system): Likewise, plus minor changes to fix confusing wording.
7700         (Integral datatypes): Fix font markup.
7701         (Pointer values): Likewise.
7702         (struct stat): Fix markup to use @table, plus minor copy editing.
7703         (struct timeval): Fix font markup, plus minor copy editing.
7704         (Constants): Minor copy editing.
7705         (Errno values): Add font markup.
7706         (File-I/O Examples): Likewise.
7707
7708 2006-06-10  Nick Roberts  <nickrob@snap.net.nz>
7709
7710         * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7711         (GDB/MI Simple Examples): Move node up one level.  Use real
7712         examples.
7713         (GDB/MI Compatibility with CLI): Update.
7714         (GDB/MI Result Records): Add "connected" and "exit" result
7715         classes.
7716         (GDB/MI Stream Records): Clarify target output.
7717         (GDB/MI Command Description Format): Modify example description.
7718         (GDB/MI Breakpoint Table Commands): Rename to...
7719         (GDB/MI Breakpoint Commands): ...this
7720         (GDB/MI Breakpoint Commands): Add optional thread field.
7721         (GDB/MI Program Control): Add an introduction.  Move "Program
7722         termination" examples into exec-run description.
7723         (GDB/MI File Commands): Mention similar CLI commands.
7724         (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
7725         is similar to "-gdb-version".
7726
7727 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
7728
7729         * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7730
7731 2006-06-02  Nick Roberts  <nickrob@snap.net.nz>
7732
7733         * gdb.texinfo (GDB/MI Development and Front Ends): Use
7734         sourceware.org for mailing lists.
7735         (GDB/MI File Commands): New node split from Program Control.
7736
7737 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
7738
7739         * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7740
7741 2006-05-22  Eli Zaretskii  <eliz@gnu.org>
7742
7743         * gdb.texinfo (Cygwin Native): Fix last change.
7744
7745 2006-05-22  Christopher Faylor  <cgf@timesys.com>
7746
7747         * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7748
7749 2006-05-15  Nick Roberts  <nickrob@snap.net.nz>
7750
7751         * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7752         (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7753
7754 2006-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
7755
7756         * gdb.texinfo (General Query Packets): Recommend not starting
7757         new packets with qC and clarify.
7758
7759 2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
7760
7761         * gdb.texinfo (M2 Types): New section.
7762
7763 2006-05-10  Daniel Jacobowitz  <dan@codesourcery.com>
7764
7765         * agentexpr.texi: Add a copyright and license notice.
7766         * observer.texi: Likewise, with GPL clause for function prototypes.
7767         Remove trailing whitespace.
7768
7769 2006-05-05  Jim Blandy  <jimb@codesourcery.com>
7770
7771         * gdb.texinfo (General Query Packets): Document conventions for
7772         terminating packet names, and their violations.
7773
7774 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7775
7776         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7777         * gdb.texinfo: Likewise.
7778
7779 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7780
7781         * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7782         and "show remotedebug".
7783         (Debugging Output): Add additional index entries.
7784
7785 2006-04-27  Michael Snyder  <msnyder@redhat.com>
7786
7787         * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7788
7789 2006-04-22  Andrew Cagney  <cagney@redhat.com>
7790
7791         * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7792         * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7793
7794 2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
7795
7796         * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7797         and remove breakpoint prototypes.
7798         (Watchpoints): Move description of target_insert_hw_breakpoint and
7799         target_remove_hw_breakpoint ...
7800         (Breakpoints): ... to here.  Document target_insert_breakpoint and
7801         target_remove_breakpoint.
7802
7803 2006-04-17  Jim Blandy  <jimb@codesourcery.com>
7804
7805         * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7806         and C packets are optional.
7807
7808 2006-04-14  Frederic Riss  <frederic.riss@st.com>
7809
7810         * gdb.texinfo (Specifying source directories): Update the description
7811         of the source file search to reflect the fact that the source path
7812         always contains at least $cdir and $cwd.
7813
7814 2006-03-31  Michael Snyder  <msnyder@redhat.com>
7815
7816         * gdb.texinfo: Update copyright dates.
7817
7818 2006-03-31  Eli Zaretskii  <eliz@gnu.org>
7819
7820         * gdb.texinfo (Overview): Add an index entry to "empty response".
7821
7822 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
7823
7824         * gdbint.texinfo (Prologue Analysis): New section.
7825
7826 2006-03-07  Jim Blandy  <jimb@red-bean.com>
7827
7828         * gdb.texinfo (Connecting): Document 'target remote pipe'.
7829
7830         * gdb.texinfo (Target Commands): Update text describing how to
7831         specify a target.  Refer to the detailed section on remote
7832         debugging, not the brief mention.
7833
7834         * gdb.texinfo (Connecting): Organize the different 'target remote'
7835         connection methods into a table.  Add a 'target remote' index
7836         entry. (!!!)
7837
7838 2006-02-17  Fred Fish  <fnf@specifix.com>
7839
7840         * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7841         'ptype' commands to reflect the fact that the only significant
7842         difference between them is that ptype prints the complete type
7843         description instead of just the name.
7844
7845 2006-02-13  Wu Zhou  <woodzltc@cn.ibm.com>
7846
7847         * gdbint.texinfo (Watchpoints): Delete
7848         TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7849
7850 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
7851
7852         * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7853         times fields where needed.  Fix typos.  Update general form given
7854         for output of -break-insert.
7855         (GDB/MI): Abbreviate some unnecessarily long fullnames.
7856
7857 2006-02-06  Daniel Jacobowitz  <dan@codesourcery.com>
7858
7859         * gdbint.texinfo (Symbol Handling): Add a section
7860         on memory management.
7861
7862 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
7863
7864         * gdb.texinfo (Breakpoint table commands): Document the fullname
7865         field in -break-list output.
7866
7867 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
7868
7869         * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
7870         debugging information produced by the various "set debug..."
7871         options.
7872
7873 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
7874
7875         * gdb.texinfo (Files): Remove obsolete bits from the description
7876         of "symbol-file".
7877
7878 2006-01-25  Jim Blandy  <jimb@redhat.com>
7879
7880         * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7881
7882 2006-01-24  Jim Blandy  <jimb@redhat.com>
7883
7884         * gdbint.texinfo (Frames): Document the basics of GDB's register
7885         unwinding model, and explain the existence of the "sentinel" frame.
7886
7887 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
7888
7889         * gdb.texinfo (Choosing files): Mention that -directory is used
7890         for script files.
7891         (Specifying source directories): Likewise.
7892         (Command files): Explain how script files are found.
7893
7894 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7895
7896         * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7897         the threads in a multi-threaded program.
7898         (Threads): The threadno argument of "thread apply" can be a range
7899         of numbers.
7900
7901 2006-01-18  Jim Blandy  <jimb@redhat.com>
7902
7903         * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7904         of warning flags.
7905
7906 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
7907
7908         * gdb.texinfo (Sequences): Improve menu annotations.
7909         (Define): Add index entries for arguments of user-defined
7910         commands.  Move the description of flow-control commands...
7911         (Command Files): ...to here.  Document loop_break and
7912         loop_continue.
7913         (Define, Command Files): Document `end' and add index entries for
7914         it.
7915
7916 2006-01-04  Michael Snyder  <msnyder@redhat.com>
7917
7918         * gdb.texinfo: Add documentation for linux-fork.
7919         * gdbint.texinfo: Add internal documentation for checkpoints.
7920
7921 2006-01-02  Paul N. Hilfinger  <hilfinger@gnat.com>
7922
7923         * gdb.texinfo (Omissions from Ada): Document that there is now
7924         limited aggregate support.
7925
7926 2005-12-28  Eli Zaretskii  <eliz@gnu.org>
7927
7928         * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7929         registers and the likes.
7930
7931 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
7932
7933         * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7934         (Symbols): Fix usage of "e.g.".
7935         (Memory Region Attributes): Fix usage of "etc."
7936
7937         * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7938         (Coding): Fix usage of "e.g.".
7939
7940 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
7941
7942         * stabs.texinfo:
7943         * refcard.tex:
7944         * gpl.texi:
7945         * gdbint.texinfo:
7946         * gdb.texinfo:
7947         * gdb-cfg.texi:
7948         * fdl.texi:
7949         * annotate.texinfo:
7950         * all-cfg.texi:
7951         * Makefile.in: Add (C) after Copyright.  Update the FSF
7952         address.
7953
7954 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
7955
7956         * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7957         extend GDB with commands for external monitor.
7958
7959 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
7960
7961         * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7962
7963 2005-11-25  Joel Brobecker  <brobecker@adacore.com>
7964
7965         * gdbint.texinfo (Start of New Year Procedure): New chapter.
7966
7967 2005-11-21  Jim Blandy  <jimb@redhat.com>
7968
7969         * gdb.texinfo (Tracepoint Packets): Document restrictions on
7970         placement of 'R' actions in tracepoint action packets; document
7971         dependence of 'X' and 'M' actions on a preceding 'R' action for
7972         their registers.
7973
7974 2005-11-19  Jim Blandy  <jimb@redhat.com>
7975
7976         * gdb.texinfo (Tracepoint Packets): New node.
7977         (General Query Packets): Add entries for the tracepoint packets,
7978         referring to the "Tracepoint Packets" node.
7979         (Tracepoints): Add reference to "Tracepoint Packets".
7980
7981 2005-11-18  Kevin Buettner  <kevinb@redhat.com>
7982
7983         * gdb.texinfo (set remotebreak): Add anchor.
7984         (X packet): Likewise.
7985         (Remote Protocol): Add new section `Interrupts' and new index
7986         entry `interrupts (remote protocol)'.
7987
7988 2005-11-18  Jim Blandy  <jimb@redhat.com>
7989
7990         * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7991         entries into the General Query Packets section.  Add a
7992         cross-reference to that section.  Drop description of replies, as
7993         these are covered in the descriptions of each packet.
7994         (General Query Packets): Add introductory text.  Explain naming
7995         conventions, and how the end of a name is recognized.
7996
7997 2005-11-17  Kevin Buettner  <kevinb@redhat.com>
7998
7999         * gdb.texinfo (Remote configuration): Fix typo in description of
8000         "set remotebreak" command.
8001
8002 2005-11-16  Jim Blandy  <jimb@redhat.com>
8003
8004         * gdb.texinfo (Packets, Stop Reply Packets)
8005         (General Query Packets): Various formatting cleanups.
8006         - Use @samp for packet contents.
8007         - Drop summaries from packet @item lines; the same information appears
8008           immediately below in the description.
8009         - Delete paragraph breaks after packet @item commands, so that the
8010           description appears directly to the right of the packet prototype
8011           in the printed manual, if it fits.
8012         - Place spaces in packet prototypes between @vars and non-@var
8013           letters, and explain that they're just for formatting.
8014         - Use @dots{} instead of '...'.
8015         - Fix uses of @code where @var was needed.
8016         - Replace "deprecated" markers with English text spelling out the
8017           packet's status and the preferred alternatives.
8018         - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
8019           what this ever meant.
8020         - Remove "(draft)" markers on 'i' packets; nobody has commented on
8021           this for a long time.
8022         - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
8023           implemented several times, and have been in use for years.
8024
8025 2005-11-15  Jim Blandy  <jimb@redhat.com>
8026
8027         * gdb.texinfo (Packets): Add index entries for 'm' packet
8028         disclaimers.
8029
8030         * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
8031         of stub when processing an 'm' packet.
8032
8033         * gdb.texinfo (Packets): Mention that packets beginning with
8034         letters are reserved once, at the top, instead of actually listing
8035         them all and saying "reserved".
8036
8037 2005-11-15  Andrew Stubbs  <andrew.stubbs@st.com>
8038
8039         * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
8040         Change @var{$arg0 to @code{$arg0.
8041
8042 2005-11-14  Wu Zhou  <woodzltc@cn.ibm.com>
8043
8044         * gdb.texinfo (Fortran): Add some words about Fortran debugging.
8045
8046 2005-11-12  Jim Blandy  <jimb@redhat.com>
8047
8048         * gdb.texinfo (General Query Packets): Put packets in alphabetical
8049         order.  Remove extraneous 'z'.
8050
8051 2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>
8052
8053         * gdb.texinfo (Choosing files): Add --eval-command.
8054
8055 2005-11-04  Andrew Stubbs  <andrew.stubbs@st.com>
8056
8057         * gdb.texinfo (Choosing modes): Add --return-child-result.
8058
8059
8060 2005-11-01  Andrew Stubbs  <andrew.stubbs@st.com>
8061
8062         * gdb.texinfo (Choosing modes): Add --batch-silent.
8063
8064 2005-10-28  Eli Zaretskii  <eliz@gnu.org>
8065
8066         * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
8067         "The -var-update Command".
8068
8069 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
8070
8071         * gdb.texinfo (Print Settings): Add documentation for set/show
8072         print array-indexes.
8073
8074 2005-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
8075
8076         * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
8077         6.2 and 6.3.
8078
8079 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
8080
8081         * gdb.texinfo (File Options): Don't document --mapped, it's gone
8082         since 19-Jan-2004.
8083         (Files): Likewise.
8084         (Variables, Symbols): Document the "<incomplete type>" message and
8085         its reasons.
8086
8087 2005-08-01  Fred Fish  <fnf@specifix.com>
8088
8089         * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
8090
8091 2005-07-15  Nick Roberts  <nickrob@snap.net.nz>
8092
8093         * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
8094         option for -var-list-children and -var-update.
8095         (GDB/MI Stack Manipulation): Simplify description of
8096         print-values option for -stack-list-locals.
8097         (GDB/MI Command Description Format): Clarify.
8098         (Mode Options): Spelling of superseded.
8099
8100 2005-07-12  Bob Rossi  <bob@brasko.net>
8101
8102         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
8103         corresponding GDB command comment.
8104
8105 2005-07-06  Bob Rossi  <bob@brasko.net>
8106
8107         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
8108         and -inferior-tty-show.
8109         (Input/Output): Document "set/show inferior-tty" and tty alias.
8110
8111 2005-07-02  Nathan J. Williams  <nathanw@wasabisystems.com>
8112
8113         * gdb.texinfo (Packets): Change description of 'D' packet to note
8114         that GDB does wait for a response.
8115
8116 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
8117
8118         * gdb.texinfo (History) Rename "Command History".
8119         (Command History): Move node "Server Prefix" from section on
8120         Annotations here.
8121
8122 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
8123
8124         * gdb.texinfo (GDB/MI Stack Manipulation):
8125         Re-instate -stack-info-frame with example.  Say that it gets
8126         info on selected frame, not current frame.
8127
8128 2005-06-18  Eli Zaretskii  <eliz@gnu.org>
8129
8130         * gdb.texinfo (Server): Clarify that `file' should be used before
8131         connecting to the server.
8132         (Files): Add an xref to the above description.
8133         (Output Formats): More detailed description of the `c' format.
8134         (Memory): List explicitly all the formats supported by `x'.
8135         (Threads): Add an @cindex entry for "thread apply".
8136         (Files): Document the possibility of loading unlinked object
8137         files.  Add more indexing for solib-absolute-prefix and
8138         --with-sysroot.
8139         (Machine Code): Document possible problems with locations in
8140         shared libraries.
8141         (Backtrace): Document that free-standing environments do not need
8142         to have a `main' function.
8143
8144 2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
8145
8146         * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
8147         -stack-info-frame.
8148
8149 2005-06-07  Andrew Cagney  <cagney@gnu.org>
8150
8151         * gdb.texinfo (Contributors): Note the original multi-arch
8152         contributors.
8153
8154 2005-06-03  Eli Zaretskii  <eliz@gnu.org>
8155
8156         * gdb.texinfo (Registers): Add index entries for the standard
8157         registers.
8158         (Frames): Add cross-reference from frame pointer description to
8159         the Registers node.
8160         (Annotations Overview): Fix the reference to GDB name.
8161
8162 2005-06-01  Eli Zaretskii  <eliz@gnu.org>
8163
8164         * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
8165         can-use-hw-watchpoints.
8166
8167 2005-05-28  Bob Rossi  <bob@brasko.net>
8168
8169         * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
8170         the possible reasons why an exec async record would be returned to FE.
8171
8172 2005-05-26  Andrew Cagney  <cagney@gnu.org>
8173
8174         * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
8175         Andrew Cagney implemented the original GDB/MI.
8176
8177 2005-05-23  Orjan Friberg  <orjanf@axis.com>
8178
8179         * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
8180         documentation.  Add documentation for cris-mode.
8181
8182 2005-05-20  Eli Zaretskii  <eliz@gnu.org>
8183
8184         * gdb.texinfo (Numbers): Explain the example and make the wording
8185         more acurate.
8186
8187 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
8188             Dennis Brueni  <dennis@slickedit.com>
8189
8190         * gdb.texinfo (GDB/MI Breakpoint Table Commands)
8191         (GDB/MI Data Manipulation, GDB/MI Program Control)
8192         (GDB/MI Stack Manipulation): Update examples to include the fullname
8193         attribute in stack frames.
8194
8195 2005-05-12  Eli Zaretskii  <eliz@gnu.org>
8196
8197         * gdb.texinfo (Startup): Fix last change.  Treat gdb.ini like we
8198         do with other non-standard names of init files.
8199
8200 2005-05-11  Eli Zaretskii  <eliz@gnu.org>
8201
8202         * gdb.texinfo (Command Files): Move the description of the startup
8203         from here...
8204         (Startup): ...to this new subsection of the Invocation chapter.
8205         Rearrange the description of init files more logically and add a
8206         cross-reference to "Command Files".  Document the special gdbinit
8207         name for CISCO 68k.  Expand the description of what GDB does
8208         during startup.
8209         (History): Add index entry for HISTSIZE.
8210
8211 2005-05-02  Mark Kettenis  <kettenis@gnu.org>
8212
8213         * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
8214
8215 2005-05-02  Eli Zaretskii  <eliz@gnu.org>
8216
8217         * gdb.texinfo (SVR4 Process Information, The isatty call)
8218         (The system call): Don't use foo(N) notation for man pages and
8219         functions.
8220         (Compilation, DJGPP Native): Improve wording.
8221
8222 2005-04-27  Eli Zaretskii  <eliz@gnu.org>
8223
8224         * gdb.texinfo (Backtrace): Describe backtraces with arguments that
8225         were optimized away.
8226
8227 2005-04-22  Eli Zaretskii  <eliz@gnu.org>
8228
8229         * gdb.texinfo (Remote configuration): Document "set/show
8230         get-thread-local-storage-address".  Add cross-reference to the
8231         description of the qGetTLSAddr packet.
8232         (General Query Packets): Mention "set remote
8233         get-thread-local-storage-address" and add a reference to its
8234         description.
8235
8236 2005-04-19  Nick Roberts  <nickrob@snap.net.nz>
8237
8238         * gdb.texinfo (Backtrace): Describe 'bt full'.
8239
8240 2005-04-17  Nick Roberts  <nickrob@snap.net.nz>
8241
8242         * gdb.texinfo (Mode Options): Fix typo.
8243         (GDB/MI): Describe how to invoke GDB/MI.
8244
8245 2005-04-16  Eli Zaretskii  <eliz@gnu.org>
8246
8247         * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
8248         references changed.  Add description of "info udot".
8249         (Files): Document "set/show stop-on-solib-events".
8250         (M32R/D): Document "set/show download-path", "set/show
8251         board-address", "set/show server-address", "upload", "tload".
8252         Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
8253         "use_mon_code", "use_ib_break", "use_dbt_break".
8254         (Maintenance Commands): Improve indexing.
8255         (Target Commands): Document "set/show hash", "set/show debug
8256         monitor".
8257         (SVR4 Process Information): Document "info pidlist" and "info
8258         meminfo".  Document "set/show procfs-tarce" and "set/show
8259         procfs-file".  Document "proc-trace-*" and "proc-untrace-*".
8260         (Symbols, The Print Command with Objective-C): Improve indexing.
8261         (Objective-C): Add references to "info classes" and "info
8262         selectors".
8263         (Debugging Output): Improve wording.  Document "set/show debug
8264         solib-frv".  Fix "set/show debugvarobj".
8265         (Set Breaks): Add index entry for "hardware breakpoints".
8266         (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
8267         and "set/show usehardbreakpoints".
8268         (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
8269         monitor-prompt", "set/show monitor-warnings", "pmon".
8270         (ARM): Document "rdilogfile", "rdilogenable", "set/show
8271         rdiromatzero", "set/show rdiheartbeat".
8272         (PowerPC): Document SDS-specific commands "set/show sdstimeout",
8273         "sds".
8274         (Embedded Processors): Document the "sim" command.
8275         (Remote): Document the "remote" command.
8276         (DJGPP Native): Document the "info serial" command.
8277         (Threads): Document "maint info sol-threads".
8278         (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
8279         (Set Breaks): Improve indexing.
8280         (Command Syntax): Add a reference to dont-repeat.
8281         (Define): Document "dont-repeat".
8282         (TUI Commands): Document "tabset".
8283         (WinCE): New subsection.  Document "set/show remotedirectory",
8284         "set/show remoteupload", "set/show remoteaddhost".
8285
8286 2005-04-15  Eli Zaretskii  <eliz@gnu.org>
8287
8288         * gdb.texinfo (Hurd Native): New subsection, documents
8289         Hurd-specific commands.
8290         (Maintenance Commands): Add cross-reference to "Debugging Output".
8291         (Debugging Output): Document "set/show debug lin-lwp".
8292         (MIPS): Improve documentation of heuristic-fence-post.  Document
8293         "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
8294         mips stack-arg-size", "set/show mips mask-address", "set/show mips
8295         remote-mips64-transfers-32bit-regs", "set/show debug mips".
8296         (ARM): Document ARM-specific commands.
8297         (AVR): New section.  Document "info io_registers".
8298         (CRIS): New section.  Document "set/show cris-version" and
8299         "set/show cris-dwarf2-cfi".
8300         (HPPA): New section.  Document "set/show debug hppa" and "maint
8301         print unwind".
8302         (Neutrino): New subsection.  Document "set/show debug nto-debug".
8303         (Super-H): New section.  Document the "regs" command.
8304         (Debugging Output): Document "set/show debug aix-thread".
8305
8306 2005-04-09  Eli Zaretskii  <eliz@gnu.org>
8307
8308         * gdb.texinfo (Print Settings): Document "set/show print
8309         pascal_static-members", "set print repeats", "show print
8310         null-stop".  Improve indexing.  Fix documentation of "set print
8311         union".
8312         (Pascal): New section.
8313         (Supported languages): Rename from "Support"; all references
8314         updated.  Add a menu item for Pascal.
8315         (Numbers): Document "set radix.
8316         (Screen Size): Document "set/show pagination".
8317         (MIPS Embedded): Remove "set processor" documentation.
8318         (Remote configuration): Document "set/show X/P/Z-packet",
8319         "set/show read-aux-vector-packet", "set/show remote
8320         symbol-lookup-packet", "set/show remote verbose-resume-packet",
8321         "set/show remoteaddresssize", "set/show remotebaud", "set/show
8322         remotedebug", "set/show remotebreak", "set/show remotedevice",
8323         "set/show remotelogfile".
8324         (Auxiliary Vector): Add reference to the description of the
8325         read-aux-vector-packet setting.
8326         (Set Watchpoints): Add a cross-reference to "set remote
8327         hardware-breakpoint-limit".
8328         (General Query Packets): Add indexing of requests and
8329         cross-references to related commands in "Remote configuration".
8330         (File-I/O Overview, The system call): Fix wording and typos.
8331         (Thread Stops): Add index entries.
8332         (Continuing and Stepping): Document "show step-mode".
8333         (i386): New node.  Document "set/show struct-convention".
8334         (Files): Document "show trust-readonly-sections".
8335         (Calling): Document "set/show unwindonsignal".
8336         (Messages/Warnings): Add index entries.
8337         (Maintenance Commands): Document "set/show watchdog".
8338         (Annotations Overview): Document "show annotate".
8339         (Set Watchpoints): Add index entries.
8340         (Symbols): Fix doc of case-sensitive.
8341         (ABI): Document "show coerce-float-to-double".
8342         (Convenience Vars, Help): Improve indexing.
8343         (Machine Code): Document "show disassembly-flavor".
8344         (Debugging C plus plus): Document "show overload-resolution".
8345         (Value History, Signaling): Add index entries.
8346
8347 2005-04-08  Eli Zaretskii  <eliz@gnu.org>
8348
8349         * gdb.texinfo (Show): Move @kindex entries to their proper places.
8350         (Processes): Fix wording.
8351         (History, List, Logging output, Define, Symbols, Print Settings):
8352         Improve indexing.
8353
8354 2005-04-03  Eli Zaretskii  <eliz@gnu.org>
8355
8356         * gdb.texinfo (Targets): Document "set/show architecture".  Remove
8357         redundant index entry for "target" command.
8358         (Backtrace): Add index entries.
8359         (Symbols, Fortran): Document the "set case-sensitive" command.
8360         (DJGPP Native): Document "set com1base", "set com1irq", etc.
8361         (Print Settings): Add index entry for "set demangle-style".
8362         (Target Commands): Document "set download-write-size".
8363         (Debugging Output): Document "set exec-done-display".
8364
8365 2005-04-02  Eli Zaretskii  <eliz@gnu.org>
8366
8367         * gdb.texinfo (Files): Fix the name and documentation of
8368         add-shared-symbol-files.  Document its alias assf.  Update the
8369         list of OSs where GDB supports shared libraries.  Fix markup.
8370         (Continuing and Stepping): Add reference to @var{location} in the
8371         text.
8372         (Dump/Restore Files): Fix reference to @{filename}.
8373         (Help): Fix wording.
8374         (Attach): Ditto.
8375         (Set Watchpoints): Ditto.
8376         (Backtrace): Remove redundant index entries.  Improve index
8377         entries.
8378         (Delete Breaks): Fix wording.
8379         (Memory): Document the compare-sections command.
8380         (Memory Region Attributes): Improve wording.
8381         (Disabling): Improve wording.
8382         (Fortran): New subsection.  Document the "info common" command.
8383         (Help): Document aliases "info copying" and "info warranty".
8384         (Caching Remote Data): New section.  Document the "set/show
8385         remotecache" and "info dcache" commands.
8386         (Show): Fix wording of the documentation of the "set
8387         extension-language" command.
8388         (Signals): Add index entry for "info handle".
8389         (Memory Region Attributes): Fix punctuation.
8390         (Symbols): Change the arg name to "location" and refer to it in
8391         the text.  Fix wording of "info types" doc.
8392         (Threads): Fix usage of @enumerate @item's.
8393         (Listing Tracepoints): Add index entry for "info tp".
8394         (Set Watchpoints): Add xref to "info break" description.
8395         (Macros): Add an index entry for "macro exp1".  Document the
8396         "macro list" command.
8397         (Maintenance Commands): Document "flushregs", "maint agent",
8398         "maint check-symtabs", "maint cplus", "maint demangle", "maint
8399         deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8400         "maint print architecture", "maint print objfiles", "maint print
8401         statistics", "maint print type", "maint show-debug-regs", "maint
8402         space", "maint time", and "maint translate-address".
8403         (Connecting): Document the "monitor" command.
8404         (Annotations Overview): Describe the "set annotate" command.
8405
8406 2005-04-01  Eli Zaretskii  <eliz@gnu.org>
8407
8408         * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8409         Rearrange index entries and improve wording about support for
8410         hardware watchpoints.
8411
8412 2005-03-10  Bob Rossi  <bob@brasko.net>
8413
8414         * gdb.texinfo: Update copyright
8415
8416 2005-02-09  Theodore A. Roth  <troth@openavr.org>
8417
8418         * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8419         error.
8420
8421 2005-02-03  Kevin Buettner  <kevinb@redhat.com>
8422
8423         * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8424
8425 2005-01-17  Michael Snyder  <msnyder@redhat.com>
8426
8427         * gdb.texinfo: Fix spelling, infinte  ->  infinite.
8428
8429 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
8430
8431         * observer.texi (GDB Observers): Document "solib_loaded".
8432
8433 2005-01-07  Andrew Cagney  <cagney@gnu.org>
8434
8435         * configure.ac: Rename configure.in, require autoconf 2.59.
8436         * configure: Re-generate.
8437
8438         * configure.in: Replace configdirs with multiple references to
8439         AC_CONFIG_SUBDIRS.
8440         * configure: Re-generate.
8441
8442 2005-01-04  Andrew Cagney  <cagney@gnu.org>
8443
8444         * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8445         part of the version number.
8446
8447 2004-12-24  Mark Kettenis  <kettenis@gnu.org>
8448
8449         * gdbint.texinfo (Algorithms): Remove description of
8450         TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8451
8452 2004-12-07  Jim Blandy  <jimb@redhat.com>
8453
8454         * gdb.texinfo (General Query Packets): Specify that thread ID's in
8455         the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8456         numbers.
8457
8458 2004-12-07  Andreas Schwab  <schwab@suse.de>
8459
8460         * gdb.texinfo (Mode Options): Document -l option.
8461
8462 2004-12-04  Eli Zaretskii  <eliz@gnu.org>
8463
8464         * gdbint.texinfo (Algorithms): More accurate description of
8465         STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
8466         is not needed unless data-read and data-access watchpoints are
8467         supported.  Add a description of how GDB checks whether the
8468         inferior stopped because a watchpoint was hit.
8469
8470 2004-11-23  Eli Zaretskii  <eliz@gnu.org>
8471
8472         * gdb.texinfo (Files): Add cross-reference to description of
8473         -readnow command-line switch.
8474
8475 2004-11-10  Randolph Chung  <tausq@debian.org>
8476
8477         * gdb.texinfo: Document set/show backtrace past-entry commands.
8478         Rearrange index entries for set/show backtrace past-main.
8479
8480 2004-11-10  Jon Beniston <jon@beniston.com>
8481
8482         Committed by Andrew Cagney  <cagney@gnu.org>.
8483         * gdb.texinfo (Remote Serial Protocol): Further describe
8484         binary transfer escaping mechanism .
8485
8486 2004-11-08  Randolph Chung  <tausq@debian.org>
8487
8488         * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8489         and "show debug infrun".  Add index entries.
8490
8491 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
8492
8493         * gdb.texinfo (SVR4 Process Information): Document subcommands of
8494         "info proc" that are already implemented.  Add index entries.
8495         (Working Directory): Add a cross-reference to "info proc" command.
8496         (Files): Add a tip for decreasing memory used for symtabs from
8497         shared libraries.
8498         (Starting): Fix whitespace; make "elaboration" stand out where it
8499         is first used, and add an index entry for the term.
8500         (Calling): Expand and elaborate text.  Add "print".  Add the
8501         description of problems with weak aliases.
8502         (Core File Generation): New section.
8503
8504 2004-10-12  Andrew Cagney  <cagney@gnu.org>
8505
8506         * gdbint.texinfo (Versions and Branches): New chapter.
8507         (Releasing GDB): Delete "Versions and Branches" section.
8508         (Top): Add "Versions and Branches".
8509
8510 2004-10-08  Eli Zaretskii  <eliz@gnu.org>
8511
8512         * gdb.texinfo (Editing, History): Add cross-references to the
8513         included Readline and History user documentation.  Remove
8514         references to the symbol have-readline-appendices which is unused
8515         and undefined.
8516         (History): Fix indexing.
8517
8518 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
8519
8520         * gdbint.texinfo (target_stopped_data_address): Update to
8521         new prototype.
8522         (i386_stopped_data_address): Update prototype and description.
8523         (i386_stopped_by_watchpoint): New function and description.
8524
8525 2004-10-03  Paul N. Hilfinger  <hilfinger@gnat.com>
8526
8527         * gdb.texinfo (Filenames): Add Ada suffixes.
8528         (Ada) New section.
8529
8530 2004-09-27  Andrew Cagney  <cagney@gnu.org>
8531             Robert Picco  <Robert.Picco@hp.com>
8532
8533         * gdb.texinfo (Packets): Document the "p" packet.
8534
8535 2004-09-21  Jason Molenda  (jmolenda@apple.com)
8536
8537         * gdb.texinfo (Paths and Names of the Source Files): Document the
8538         meaning of values in the 'desc' field of a SO stab.
8539
8540 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
8541
8542         * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8543         max-cache-age" and "maint show dwarf2 max-cache-age".
8544
8545 2004-09-16  Eli Zaretskii  <eliz@gnu.org>
8546
8547         * gdb.texinfo (Set Breaks): Add index entry for setting
8548         breakpoints on overloaded C++ functions that are not members of
8549         any classes.  Add an example and an index entry for setting
8550         breakpoints on all program functions.
8551         (Character Sets, Macros, Overlay Commands)
8552         (Non-debug DLL symbols, GDB/MI Output Syntax)
8553         (Annotations Overview, Maintenance Commands, File-I/O Overview):
8554         Use "(@value{GDBP})" instead of a literal "(gdb)".
8555
8556 2004-09-12  Andrew Cagney  <cagney@gnu.org>
8557
8558         * gdbint.texinfo (Native Debugging): Delete description of
8559         FILES_INFO_HOOK.
8560
8561 2004-09-11  Paul Hilfinger  <hilfinger@gnat.com>
8562
8563         * gdbint.texinfo (User Interface): Change local_hex_string_custom
8564         to hex_string_custom (not historically correct, but more
8565         understandable, given the current code).
8566
8567 2004-09-03  Andrew Cagney  <cagney@gnu.org>
8568
8569         * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8570
8571 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
8572
8573         * observer.texi (solib_unloaded): New observer.
8574
8575 2004-08-24  Andrew Cagney  <cagney@gnu.org>
8576
8577         * gdbint.texinfo (Target Architecture Definition): Add missing
8578         comma.
8579
8580 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
8581
8582         * (Using the Testsuite): build != host is supported,
8583         but some test scripts do not support build != host.
8584
8585 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
8586
8587         * gdbint.texinfo (Host Definition): Delete description of
8588         FCLOSE_PROVIDED and GETENV_PROVIDED.
8589
8590 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
8591
8592         * gdbint.texinfo (Host Definition): Delete description of
8593         NO_SYS_FILE.
8594         (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8595         PTRACE_FP_BUG.
8596
8597 2004-08-05  Andrew Cagney  <cagney@gnu.org>
8598
8599         * gdbint.texinfo (Target Architecture Definition): Delete
8600         reference to deprecated_read_fp.
8601
8602 2004-08-02  Andrew Cagney  <cagney@gnu.org>
8603
8604         * gdbint.texinfo (Target Architecture Definition): Delete
8605         description of DEPRECATED_REGISTER_BYTES.
8606
8607 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
8608
8609         * gdb.texinfo (Source Path): Document the new behavior of
8610         searching for the source files.
8611
8612 2004-07-17  Eli Zaretskii  <eliz@gnu.org>
8613
8614         * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8615         (Search, Expressions, Arrays, Variables, Data, Machine Code)
8616         (Auto Display): Improve indexing.
8617
8618 2004-07-16  Andrew Cagney  <cagney@gnu.org>
8619
8620         * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8621         "-noasync".
8622
8623 2004-07-09  Eli Zaretskii  <eliz@gnu.org>
8624
8625         * gdb.texinfo: Fix @kindex entries so that multiple commands that
8626         have the same prefix have only their prefix in the index.
8627
8628 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
8629
8630         * gdb.texinfo (BSD libkvm Interface): New node (section)
8631         (Native): Add it to the menu.
8632
8633 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
8634
8635         * gdbint.texinfo (Target Architecture Definition): Remove
8636         PCC_SOL_BROKEN.
8637
8638 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
8639
8640         * gdbint.texinfo (Target Architecture Definition): Remove
8641         SUN_FIXED_LBRAC_BUG.
8642
8643 2004-06-26  Andrew Cagney  <cagney@gnu.org>
8644
8645         * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8646
8647 2004-06-20  Andrew Cagney  <cagney@gnu.org>
8648
8649         * gdbint.texinfo (Target Architecture Definition): Deprecate
8650         USE_STRUCT_CONVENTION.
8651
8652 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
8653
8654         gdb.texinfo (Bug Reporting): Mention session recording,
8655         with the script command or Emacs.
8656
8657 2004-06-18  Andrew Cagney  <cagney@gnu.org>
8658
8659         * gdbint.texinfo (Target Architecture Definition): Deprecate
8660         FUNCTION_START_OFFSET.
8661
8662 2004-06-14  Andrew Cagney  <cagney@gnu.org>
8663
8664         Based on changes from Karl Berry.
8665         * gdb.texinfo: Do not use @sc in a direntry.
8666         * stabs.texinfo: Change @dircateogry to "Software development".
8667         * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8668
8669 2004-06-13  Andrew Cagney  <cagney@gnu.org>
8670
8671         * gdbint.texinfo (Target Architecture Definition): Delete
8672         description of RETURN_VALUE_ON_STACK.
8673
8674 2004-06-09  Andrew Cagney  <cagney@gnu.org>
8675
8676         * gdbint.texinfo (Native Debugging): Restore "@table @code"
8677         deleted by previous patch.
8678
8679 2004-06-08  Andrew Cagney  <cagney@gnu.org>
8680
8681         * gdbint.texinfo (Native Debugging): Delete documentation on
8682         ATTACH_DETACH.
8683
8684 2004-06-06  Randolph Chung  <tausq@debian.org>
8685
8686         * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8687
8688 2004-06-06  Randolph Chung  <tausq@debian.org>
8689
8690         * gdb.texinfo (push_dummy_call): Update argument list to match
8691         the new push_dummy_call method signature.  Describe the function
8692         argument.
8693
8694 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
8695
8696         * gdb.texinfo (Starting): Document new start command.
8697
8698 2004-05-21  Andrew Cagney  <cagney@redhat.com>
8699
8700         * observer.texi (GDB Observers): Document "inferior_created".
8701
8702 2004-05-08  Andrew Cagney  <cagney@redhat.com>
8703
8704         * gdbint.texinfo (Target Architecture Definition): Delete
8705         description of DO_DEFERRED_STORES.
8706
8707         * gdbint.texinfo (Target Architecture Definition): Delete
8708         references to DEPRECATED_FIX_CALL_DUMMY.
8709
8710         * gdbint.texinfo (Target Architecture Definition): Delete
8711         description of DEPRECATED_CALL_DUMMY_WORDS,
8712         DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8713
8714         * gdbint.texinfo (Target Architecture Definition): Delete
8715         description of DEPRECATED_PUSH_DUMMY_FRAME.
8716
8717         * gdbint.texinfo (Target Architecture Definition): Delete
8718         reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8719
8720 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8721
8722         * observer.texi (GDB Observers): Add "Debugging" section.  Include
8723         cross reference to "set/show debug observer".
8724         * gdb.texinfo (Debugging Output): Document "set/show debug
8725         observer".
8726
8727 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8728
8729         * gdbint.texinfo (Target Architecture Definition): Delete
8730         description of DEPRECATED_PC_IN_SIGTRAMP.
8731
8732 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8733
8734         * gdbint.texinfo (Target Architecture Definition): Delete
8735         documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8736
8737 2004-04-30  Orjan Friberg  <orjanf@axis.com>
8738
8739         * observer.texi (GDB Observers): Correct spelling.
8740
8741 2004-04-26  Orjan Friberg  <orjanf@axis.com>
8742
8743         * observer.texi (GDB Observers): Add target_changed event.
8744
8745 2004-04-08  Andrew Cagney  <cagney@redhat.com>
8746
8747         * observer.texi (GDB Observers): Rework, provide generic observer
8748         definitions and then a list of observable events.
8749
8750 2004-04-04  Andrew Cagney  <cagney@redhat.com>
8751
8752         * gdbint.texinfo (Host Definition): Delete reference to
8753         NO_SIGINTERRUPT.
8754
8755 2004-04-02  Andrew Cagney  <cagney@redhat.com>
8756
8757         * gdbint.texinfo (Target Architecture Definition): Delete
8758         reference to DEPRECATED_CALL_DUMMY_LENGTH.
8759
8760 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
8761
8762         * gdb.texinfo (TUI Commands): Document tui reg commands.
8763
8764 2004-03-26  Andrew Cagney  <cagney@redhat.com>
8765
8766         * gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
8767         "gdbtui".
8768         (Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
8769         (Contributors): Mention both Text and Terminal User Interface.
8770
8771 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8772
8773         * gdbint.texinfo (Target Architecture Definition): Deprecate
8774         references to SIGTRAMP_START and SIGTRAMP_END.
8775
8776 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8777
8778         * gdbint.texinfo (Target Architecture Definition): Deprecate
8779         references to PC_IN_SIGTRAMP.
8780
8781 2004-03-19  Andrew Cagney  <cagney@redhat.com>
8782
8783         * gdbint.texinfo (Target Architecture Definition): Delete
8784         reference to GDB_TARGET_IS_HPPA.
8785
8786 2004-03-18  Andrew Cagney  <cagney@redhat.com>
8787
8788         * gdbint.texinfo (Coding): Update section on gdbarch_data,
8789         describe pre_init and post_init.
8790
8791 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8792
8793         * gdb.texinfo (Debugging Output): Document values for "set debug
8794         target".
8795
8796 2004-02-28  Andrew Cagney  <cagney@redhat.com>
8797
8798         * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8799
8800 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
8801
8802         * gdb.texinfo (breakpoints): Add information about the
8803         new "set breakpoint pending" and "show breakpoint pending"
8804         commands.
8805
8806 2004-02-26  Andrew Cagney  <cagney@redhat.com>
8807
8808         * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8809         in Per-architecture module data section.
8810
8811 2004-02-25  Roland McGrath  <roland@redhat.com>
8812
8813         * gdb.texinfo (General Query Packets): Document qPart:... packets.
8814
8815 2004-02-24  Andrew Cagney  <cagney@redhat.com>
8816
8817         * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8818         * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8819         * fdl.texi: Import Version 1.2, November 2002.
8820
8821 2004-02-17  Andrew Cagney  <cagney@redhat.com>
8822
8823         * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8824
8825 2004-02-16  Andrew Cagney  <cagney@redhat.com>
8826
8827         * gdbint.texinfo (Target Architecture Definition): Deprecate
8828         FRAMELESS_FUNCTION_INVOCATION.
8829
8830 2004-02-16  Andrew Cagney  <cagney@redhat.com>
8831
8832         * gdbint.texinfo (Coding): Mention -Wunused-function.
8833
8834 2004-02-14  Andrew Cagney  <cagney@redhat.com>
8835
8836         * gdbint.texinfo (Target Architecture Definition): Delete
8837         description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8838
8839 2004-02-12  Elena Zannoni  <ezannoni@redhat.com>
8840
8841         * gdb.texinfo: Properly quote the name "C++".
8842         * gdbint.texinfo: Ditto.
8843         * stabs.texinfo: Ditto.
8844
8845 2004-02-11  Elena Zannoni  <ezannoni@redhat.com>
8846
8847         * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8848         minimal information about libiberty.
8849
8850 2004-02-06  Michael Chastain  <mec.gnu@mindspring.com>
8851
8852         * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8853
8854 2004-02-04  Roland McGrath  <roland@redhat.com>
8855
8856         * gdb.texinfo (Auxiliary Vector): New node (section).
8857         (Data): Add it to the menu.
8858
8859 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
8860
8861         * gdb.texinfo (Breakpoints): Add information about pending
8862         breakpoint support.
8863
8864 2004-01-26  Andrew Cagney  <cagney@redhat.com>
8865
8866         * gdb.texinfo (Overview): Delete references to the cisco protocol
8867         including the "N" response.
8868
8869 2004-01-26  Andrew Cagney  <cagney@redhat.com>
8870
8871         * gdbint.texinfo (Target Architecture Definition): Rename
8872         EXTRACT_STRUCT_VALUE_ADDRESS to
8873         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8874
8875 2004-01-24  Eli Zaretskii  <eliz@gnu.org>
8876
8877         * gdb.texinfo (KOD): Document "show os".  Add index entries for
8878         "set/show os" and "info cisco" commands.
8879
8880 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
8881
8882         * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8883
8884 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
8885
8886         * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8887         MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8888
8889 2004-01-19  Nick Roberts  <nick@nick.uklinux.net>
8890
8891         * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8892         -stack-list-locals.
8893         (GDB/MI Variable Objects): Describe extension to
8894         -var-list-children.
8895
8896 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
8897
8898         * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8899
8900 2004-01-17  Andrew Cagney  <cagney@redhat.com>
8901
8902         * gdbint.texinfo (Target Architecture Definition): Delete
8903         documentation on DEPRECATED_NPC_REGNUM.
8904
8905 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
8906
8907         * gdb.texinfo: Update copyright year.  Mention that set
8908         follow-fork-mode is supported on GNU/Linux.  Remove documentation of
8909         "set follow-fork-mode ask".
8910
8911 2004-01-13  Andrew Cagney  <cagney@redhat.com>
8912
8913         * gdbint.texinfo: Update copyright year.
8914         (Coding): Add -Wunused-label to list of -Werror warnings.
8915
8916 2004-01-08  Jason Molenda  <jmolenda@apple.com>
8917             Eli Zaretskii  <eliz@gnu.org>
8918
8919         * gdb.texinfo: Update copyright.
8920         (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
8921         around names, as appropriate.  Minor syntax cleanup of
8922         _NSPrintForDebugger explanation.  Two spaces after periods.
8923         GDBN used instead of lit. "gdb".  Index entries added for
8924         print-object and _NSPrintForDebugger.  @noindent added in one spot.
8925
8926 2003-11-11  Elena Zannoni  <ezannoni@redhat.com>
8927
8928         * stabs.texinfo: Add dircategory and direntry commands.
8929         * annotate.texinfo: Ditto.
8930
8931 2003-11-10  Andrew Cagney  <cagney@redhat.com>
8932
8933         * gdbint.texinfo (Target Architecture Definition): Replace the
8934         return_value method's "inval" and "outval" parameters with
8935         "readbuf" and "writebuf".
8936
8937 2003-10-28  Jim Blandy  <jimb@redhat.com>
8938
8939         * gdb.texinfo (The F request packet, The F reply packet): Renamed
8940         from "The `F' request packet" and "The `F' reply packet", to make
8941         texi2dvi happy.
8942         (File-I/O remote protocol extension): Update menu entries, too.
8943
8944 2003-10-26  Michael Chastain  <mec@shout.net>
8945
8946         * gdb.texinfo (Thread Stops): Document the issue with
8947         premature return from system calls in multi-threaded programs.
8948
8949 2003-10-24  Andrew Cagney  <cagney@redhat.com>
8950
8951         * annotate.texinfo: Fix "fortunatly"[sic].
8952
8953 2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>
8954
8955         * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8956         with "Hitachi" and "Mitsubishi".
8957
8958 2003-10-20  Andrew Cagney  <cagney@redhat.com>
8959
8960         * gdbint.texinfo (Target Architecture Definition): Document
8961         gdbarch_return_value.  Add cross references from
8962         USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8963         STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8964
8965 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
8966
8967         * gdbint.texinfo (Target Architecture Definition): Document
8968         regset_from_core_section.
8969
8970 2003-10-16  Kei Sakamot Sakamoto  <sakamoto.kei@renesas.com>
8971
8972         * gdb.texinfo (M32R/D): Mention m32rsdi target.
8973
8974 2003-10-15  Kevin Buettner  <kevinb@redhat.com>
8975
8976         From Anthony Green  <green@redhat.com>:
8977         * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8978
8979 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
8980
8981         * gdb.texinfo (Breakpoint related warnings): New node.
8982         * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8983
8984 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
8985
8986         * gdb.texinfo (Remote Protocol): Document v and vCont.
8987
8988 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
8989
8990         * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8991         * gdbint.texinfo: Ditto.
8992
8993 2003-10-09  Andrew Cagney  <cagney@redhat.com>
8994
8995         From 2003-09-18 David Anderson <davea@sgi.com>:
8996         * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8997         "command".
8998
8999 2003-10-03  Andrew Cagney  <cagney@redhat.com>
9000
9001         * gdbint.texinfo (Target Architecture Definition): Deprecate
9002         IBM6000_TARGET.  Mention that it implies an RS/6000 system and not
9003         just target.
9004
9005 2003-10-02  Andrew Cagney  <cagney@redhat.com>
9006
9007         * gdbint.texinfo (Target Architecture Definition): Rename
9008         REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
9009         * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
9010         * gdbint.texinfo (Target Architecture Definition): Rename
9011
9012 2003-09-30  Andrew Cagney  <cagney@redhat.com>
9013
9014         REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
9015         (Target Architecture Definition):
9016
9017         * gdbint.texinfo (Target Architecture Definition): Rename
9018         REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
9019
9020 2003-09-29  Andrew Cagney  <cagney@redhat.com>
9021
9022         * gdbint.texinfo (Target Architecture Definition): Delete
9023         documentation for NEED_TEXT_START_END.
9024
9025         * gdbint.texinfo (Target Architecture Definition): Rename
9026         NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
9027         TARGET_WRITE_PC.
9028
9029 2003-09-22  Michael Chastain  <mec@shout.net>
9030
9031         * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
9032
9033 2003-09-21  Anthony Green  <green@redhat.com>
9034
9035         * gdbint.texinfo (Target Architecture Definition): Fix typos.
9036
9037 2003-09-21  Mark Kettenis  <kettenis@gnu.org>
9038
9039         * gdbint.texinfo (Target Architecture Definition): Document
9040         stabs_argument_has_addr.
9041
9042 2003-09-18  Andrew Cagney  <cagney@redhat.com>
9043
9044         * gdbint.texinfo (Target Architecture Definition): Delete
9045         documentation on REGISTER_NAMES.
9046
9047 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
9048
9049         * gdbint.texinfo (Target Architecture Definition): Replace
9050         REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
9051
9052 2003-09-11  Andrew Cagney  <cagney@redhat.com>
9053
9054         * gdbint.texinfo (Target Architecture Definition): Replace
9055         STACK_ALIGN with DEPRECATED_STACK_ALIGN.
9056
9057 2003-08-18  Andrew Cagney  <cagney@redhat.com>
9058
9059         * gdbint.texinfo (Target Architecture Definition): Document
9060         "frame_red_zone_size".
9061
9062 2003-08-09  Andrew Cagney  <cagney@redhat.com>
9063
9064         * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
9065         with "set/show backtrace past-main" and "set/show backtrace
9066         limit".
9067
9068 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
9069
9070         * Makefile.in (install-info): Support DESTDIR.
9071         (install-html): Likewise.
9072
9073 2003-08-07  Andrew Cagney  <cagney@redhat.com>
9074
9075         Patch from Nick Roberts.
9076         * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
9077         bindings.  Remove description of send-gdb-command.
9078
9079 2003-08-07  Andrew Cagney  <cagney@redhat.com>
9080
9081         * gdb.texinfo (Mode Options): Mention that "mi2" was included in
9082         GDB 6.0.
9083
9084 2003-08-06  Andrew Cagney  <cagney@redhat.com>
9085
9086         * gdb.texinfo (Mode Options): Mention that level three is the
9087         highest available and that level 2 is deprecated.
9088         (Annotations Overview): Mention annotation levels. Cross reference
9089         to "Limitations of the Annotation Interface" in annotate.texi.
9090         (TODO, Value Annotations, Frame Annotations): Delete section.
9091         (Displays, Breakpoint Info): Delete.
9092
9093 2003-08-04  Andrew Cagney  <cagney@redhat.com>
9094
9095         * agentexpr.texi: Delete @bye.
9096         * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
9097         (stabs.info): Add $(srcdir) to include search path.
9098         (html): Depend on "annotate_toc.html", and not "annotate.html".
9099         * stabs.texinfo: Ditto.  Include "fdl.texi".
9100         * gdbint.texinfo: Update copyright statement's list of invariant
9101         sections.
9102
9103 2003-07-28  Andrew Cagney  <cagney@redhat.com>
9104
9105         * Makefile.in (INFO_DEPS): Add annotate.info.
9106         (dvi, ps, html, pdf): Add annotate.
9107         (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
9108         (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
9109         (ANNOTATE_DOC_FILES): New macro.
9110         (ANNOTATE_TEX_TMPS): New macro.
9111         (annotate.info, annotate_toc.html): Specify dependencies.
9112         (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
9113         * annotate.texinfo: Rename annotate.texi.  Get building.  Add
9114         "Migrating to GDB/MI" and "Limitations of the Annotation
9115         Interface" chapters.  Mention why it is not part of the user
9116         guide.  Update copyright notice.  Include "fdl.texi".
9117
9118 2003-07-26  Stephane Carrez  <stcarrez@nerim.fr>
9119
9120         * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
9121
9122 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
9123
9124         * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
9125
9126 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
9127
9128         * gdb.texinfo (Server): Mention pidof.
9129
9130 2003-07-22  Andrew Cagney  <cagney@redhat.com>
9131
9132         * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
9133         list.
9134
9135 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
9136
9137         * gdb.texinfo (Logging output): New chapter.
9138
9139 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
9140
9141         * gdb.texinfo (Unsupported languages): New section.
9142         (Languages): Add link to new section.
9143
9144 2003-06-22  Andrew Cagney  <cagney@redhat.com>
9145
9146         * gdb.texinfo (Contributors): Mention 6.0 release engineer.
9147
9148 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
9149
9150         * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
9151
9152 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
9153
9154         * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
9155         * agentexpr.texi: Retitle section, and change it to an appendix.
9156         Comment out texinfo initialization.  Factor a @var{} into two
9157         pieces to prevent makeinfo warnings.
9158         * gdb.texinfo: Add Agent Expressions appendix.
9159
9160 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
9161
9162         * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
9163
9164 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
9165
9166         * gdb.texinfo (Remote Debugging): New section "Connecting to a
9167         remote target".  Document the "detach" and "disconnect" commands.
9168         (Server, Netware, Debug Session): Reference "Connecting to a
9169         remote target".
9170         (GDB/MI Target Manipulation): Document "-target-disconnect".
9171
9172 2003-06-13  Andrew Cagney  <cagney@redhat.com>
9173
9174         * gdbint.texinfo (Target Architecture Definition): Deprecate
9175         REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
9176         BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
9177
9178 2003-06-09  Jim Blandy  <jimb@redhat.com>
9179
9180         * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
9181
9182 2003-06-08  Andrew Cagney  <cagney@redhat.com>
9183
9184         * gdbint.texinfo (Target Architecture Definition): Delete
9185         documentation on FRAME_ARGS_ADDRESS_CORRECT.
9186
9187 2003-06-08  Andrew Cagney  <cagney@redhat.com>
9188
9189         * gdbint.texinfo (Target Architecture Definition): Document
9190         "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
9191
9192 2003-06-07  Adam Fedor  <fedor@gnu.org>
9193
9194         * gdb.texinfo: Add Objective-C documentation.
9195
9196 2003-06-01  Andrew Cagney  <cagney@redhat.com>
9197
9198         * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
9199         parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
9200
9201 2003-05-21  Andrew Cagney  <cagney@redhat.com>
9202
9203         * gdbint.texinfo (Target Architecture Definition): Delete
9204         references to "extract_address" and "store_address".
9205
9206 2003-05-16  Andrew Cagney  <cagney@redhat.com>
9207
9208         * gdbint.texinfo (Target Architecture Definition): Replace
9209         REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
9210         DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
9211
9212 2003-05-14  Theodore A. Roth  <troth@openavr.org>
9213
9214         * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
9215
9216 2003-05-10  H.J. Lu <hongjiu.lu@intel.com>
9217
9218         * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
9219         (gdb.dvi): Likewise.
9220         (gdb.pdf): Likewise.
9221         (links2roff): Likewise.
9222
9223 2003-05-08  Jim Blandy  <jimb@redhat.com>
9224
9225         * gdb.texinfo (Dump/Restore Files): Update documentation for
9226         'dump', 'append', and 'restore': note that format argument is
9227         optional; simplify presentation of the command variants; and be
9228         more precise about the formats.
9229
9230 2003-05-07  Jim Blandy  <jimb@redhat.com>
9231
9232         * gdb.texinfo (Symbols): Update documentation: 'maint list
9233         symtabs' and 'maint list psymtabs' have been renamed 'maint info
9234         symtabs' and 'maint info psymtabs'.
9235
9236 2003-05-05  Andrew Cagney  <cagney@redhat.com>
9237
9238         * gdbint.texinfo (Target Architecture Definition): Make
9239         CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
9240         FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
9241         CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
9242
9243 2003-05-04  Andrew Cagney  <cagney@redhat.com>
9244
9245         * gdb.texinfo (Maintenance Commands): Document "maint print
9246         dummy-frames".
9247
9248 2003-05-04  Andrew Cagney  <cagney@redhat.com>
9249
9250         * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
9251
9252 2003-05-03  J. Brobecker  <brobecker@gnat.com>
9253
9254         Thierry Schneider  <tpschneider1@yahoo.com>
9255         * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
9256         for new MI command.
9257
9258 2003-05-03  Andrew Cagney  <cagney@redhat.com>
9259
9260         * gdbint.texinfo (Target Architecture Definition): Document
9261         push_dummy_code.  Add cross references.
9262
9263 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
9264
9265         * gdb.texinfo (Character Sets): Update to reflect new behavior of
9266         set/show charsets commands.
9267
9268 2003-04-28  Andrew Cagney  <cagney@redhat.com>
9269
9270         * gdbint.texinfo (Target Architecture Definition): Replace
9271         read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
9272         DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
9273
9274 2003-04-28  Andrew Cagney  <cagney@redhat.com>
9275
9276         * gdbint.texinfo (Target Architecture Definition): Rename
9277         "tm_print_insn" to "deprecated_tm_print_insn".
9278
9279 2003-04-09  Jim Blandy  <jimb@redhat.com>
9280
9281         * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
9282         list psymtabs'.
9283
9284 2003-04-08  Andrew Cagney  <cagney@redhat.com>
9285
9286         * gdbint.texinfo (Target Architecture Definition): Delete
9287         references to EXTRA_FRAME_INFO.
9288
9289 2003-04-08  Andrew Cagney  <cagney@redhat.com>
9290
9291         * gdbint.texinfo (Target Architecture Definition): Delete
9292         PRINT_TYPELESS_INTEGER.
9293
9294 2003-04-02  J. Brobecker  <brobecker@gnat.com>
9295
9296         * observer.texi (GDB Observers): Adjust the documentation for the
9297         normal_stop notification to better describe reality. Fix a couple
9298         of minor typos.
9299
9300 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
9301
9302         * gdb.texinfo (GDB/MI Program Control): Add
9303         '-file-list-exec-source-file'
9304
9305 2003-03-31  Andrew Cagney  <cagney@redhat.com>
9306
9307         * gdbint.texinfo (Target Architecture Definition): Delete
9308         references to CALL_DUMMY_P.
9309
9310 2003-03-30  Andrew Cagney  <cagney@redhat.com>
9311
9312         * gdbint.texinfo (Target Architecture Definition): Remove
9313         reference to TARGET_WRITE_SP.
9314
9315 2003-03-27  Andrew Cagney  <cagney@redhat.com>
9316
9317         * gdbint.texinfo (Target Architecture Definition): Remove
9318         references to write_sp.
9319
9320 2003-03-27  Andrew Cagney  <cagney@redhat.com>
9321
9322         * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
9323         chapter body.  Use @smallexample instead of @example.
9324         (Annotations): Ditto.
9325         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
9326         annotate.texi.
9327
9328 2003-03-26  Andrew Cagney  <cagney@redhat.com>
9329
9330         * gdbint.texinfo (Target Architecture Definition): Replace
9331         PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
9332         dummy_addr parameters.
9333
9334 2003-03-25  Andrew Cagney  <cagney@redhat.com>
9335
9336         * gdbint.texinfo (Target Architecture Definition): Delete
9337         reference to CALL_DUMMY_STACK_ADJUST_P.  Rename
9338         CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
9339         Add reference to PUSH_ARGUMENTS.
9340
9341 2003-03-23  Andrew Cagney  <cagney@redhat.com>
9342
9343         * gdbint.texinfo (Algorithms, Target Architecture Definition):
9344         Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
9345
9346 2003-03-18  J. Brobecker  <brobecker@gnat.com>
9347
9348         * gdbint.texinfo (Algorithms): Add new section describing the
9349         Observer paradigm.
9350         (Top): Add menu entry to new observer appendix.
9351         * observer.texi: New file.
9352         * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
9353         new observer.texi file.
9354
9355 2003-03-17  Andrew Cagney  <cagney@redhat.com>
9356
9357         * gdb.texinfo (DATE): Delete.  Remove date from titles.  Mention
9358         that GNU Press update the manual version number.
9359
9360 2003-03-12  Andrew Cagney  <cagney@redhat.com>
9361
9362         * gdbint.texinfo (Target Architecture Definition): Delete
9363         references to get_saved_register.  Rename GET_SAVED_REGISTER to
9364         DEPRECATED_GET_SAVED_REGISTER.
9365
9366 2003-03-13  Andrew Cagney  <cagney@redhat.com>
9367
9368         * gdbint.texinfo (Target Architecture Definition): Replace
9369         POP_FRAME with DEPRECATED_POP_FRAME.  Update description.
9370
9371 2003-03-12  Andrew Cagney  <cagney@redhat.com>
9372
9373         * gdbint.texinfo (Target Architecture Definition): Rename
9374         FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
9375
9376 2003-03-10  Corinna Vinschen  <vinschen@redhat.com>
9377
9378         * gdb.texinfo: Add File-I/O documentation.
9379
9380 2003-03-10  Andrew Cagney  <cagney@redhat.com>
9381
9382         * gdbint.texinfo (Target Architecture Definition): Cross reference
9383         FRAME_SAVED_PC to unwind_pc.  Document unwind_pc.
9384
9385 2003-03-07  Andrew Cagney  <cagney@redhat.com>
9386
9387         * gdb.texinfo (Debugging Output): Mention the "set/show debug
9388         frame" command.
9389
9390 2003-03-05  Andrew Cagney  <cagney@redhat.com>
9391
9392         * gdbint.texinfo (Target Architecture Definition): Document
9393         unwind_dummy_id.  Cross reference unwind_dummy_id and
9394         SAVE_DUMMY_FRAME_TOS.
9395
9396 2003-03-05  James Ingham <jingham@apple.com>
9397             Daniel Jacobowitz  <drow@mvista.com>
9398
9399         * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9400         and "show cp-abi".
9401
9402 2003-03-03  Andrew Cagney  <cagney@redhat.com>
9403
9404         * gdbint.texinfo (Target Architecture Definition): Document
9405         register_type.
9406
9407 2003-03-03  Andrew Cagney  <cagney@redhat.com>
9408
9409         * stabs.texinfo (Structures): Use @samp and separate @var's
9410         instead of a single @var containing a comma separated list.
9411         (Unions): Ditto.
9412
9413 2003-03-02  Daniel Jacobowitz  <drow@mvista.com>
9414
9415         * Makefile.in (distclean): Remove config.log.
9416
9417 2003-03-01  Andrew Cagney  <cagney@redhat.com>
9418
9419         * gdbint.texinfo (Target Architecture Definition): Rename
9420         FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9421
9422 2003-03-01  Andrew Cagney  <cagney@redhat.com>
9423
9424         * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9425         DEPRECATED_INIT_EXTRA_FRAME_INFO.
9426
9427 2003-02-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
9428
9429         * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9430         (Non-debug DLL symbols): New node, describing the minimal symbols
9431         loaded from DLLs without real debugging symbols.
9432
9433 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
9434
9435         * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9436         hardware-breakpoint-limit".
9437         (Set Watchpoints): Add cross reference to "set remote
9438         hardware-watchpoint-limit".
9439         (Remote configuration options): New section.
9440
9441 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
9442
9443         * gdbint.texinfo (Target Architecture Definition): Delete
9444         descrption of IS_TRAPPED_INTERNALVAR.
9445
9446         From Keith Seitz <keiths@redhat.com>:
9447         * gdb.texinfo (Interpreters): New chapter.  Refer the command-line
9448         option "-i"/"--interpreter" to this chapter.  Include index
9449         entries.
9450
9451 2003-02-04  David Carlton  <carlton@math.stanford.edu>
9452
9453         * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9454         (Variables): Recommend stabs+ and DWARF 2.
9455         (C plus plus expressions): Correct info about
9456         compiler versions, debug formats.
9457         (Contributors): Change 'DWARF2' to 'DWARF 2'.
9458         PR symtab/874.
9459
9460 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
9461
9462         * gdbint.texinfo (Target Architecture Definition): Delete
9463         description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9464         ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9465         BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9466         references to nindy and i960.
9467         * gdb.texinfo (i960): Delete all references to i960 and nindy.
9468
9469 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
9470
9471         * gdbint.texinfo (Target Architecture Definition): Delete
9472         FLOAT_INFO.
9473
9474 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
9475
9476         * stabs.texinfo (Member Type Descriptor): Clarify description of
9477         `@'.  Suggested by Ben Hutchings.
9478
9479 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
9480
9481         * gdb.texinfo (M68K): Delete reference to es1800.
9482
9483 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
9484
9485         * gdb.texinfo (Maintenance Commands): Document `maint print
9486         reggroups' and `maint print register-groups'.
9487         * gdbint.texinfo (Target Architecture Definition): Document
9488         register_reggroup_p.
9489
9490 2003-01-23  Jim Blandy  <jimb@redhat.com>
9491
9492         * gdb.texinfo (Separate Debug Files): New section.
9493
9494 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
9495
9496         * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9497         and "maint show profile".
9498
9499 2003-01-16  Michael Chastain  <mec@shout.net>
9500
9501         * gdb.texinfo (Installing GDB): Warn against
9502         ".../gdb-VERSION/gdb/configure".
9503         (Separate Objdir): Likewise.
9504
9505 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
9506
9507         * gdbint.texinfo (Target Architecture Definition): Delete
9508         definition of PRINT_REGISTER_HOOK.
9509
9510 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
9511
9512         (OpenRISC 1000): Fix formatting of command names.
9513
9514 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
9515
9516         * gdb.texinfo (Continuing and Stepping): Add new command
9517         'advance'. Clarify behavior of 'until'.
9518
9519 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
9520
9521         * gdb.texinfo (Files): Document solib-absolute-prefix and
9522         solib-search-path.
9523
9524 2003-01-09  Michael Chastain  <mec@shout.net>
9525
9526         * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9527         (Create a Release): Add new instructions for new @file{src-release}.
9528         Document existing instructions for @file{Makefile.in} as
9529         being for @value{GDBN} 5.3.1 or earlier.
9530
9531 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
9532
9533         * gdbint.texinfo (Target Architecture Definition): Mention
9534         frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9535         allocate memory.
9536
9537 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9538
9539         * gdb.texinfo (Controlling GDB): Add @kindex for
9540         "show osabi".
9541         (Backtraces): Add @kindex's for backtrace-below-main.
9542
9543 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9544
9545         * gdb.texinfo (Controlling GDB): Document "set osabi".
9546
9547 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9548
9549         * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9550         * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9551
9552 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9553
9554         * gdb.texinfo (Controlling GDB): Add ABI section.  Document
9555         "set coerce-float-to-double".
9556         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9557
9558 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
9559
9560         * stabs.texinfo: Remove obsolete text.
9561         * gdbint.texinfo: Ditto.
9562         * gdb.texinfo: Ditto.
9563
9564 2002-12-22  Mark Kettenis  <kettenis@gnu.org>
9565
9566         * gdbint.texinfo (Target Architecture Definition): Update
9567         description of gdbarch_register_osabi.
9568
9569 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
9570
9571         * agentexpr.texi: Fix typos.
9572         * annotate.texi: Likewise.
9573         * fdl.texi: Likewise.
9574
9575 2002-12-10  Andrew Cagney  <cagney@redhat.com>
9576
9577         * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9578         DEPRECATED_INIT_FRAME_PC.
9579
9580 2002-12-01  Andrew Cagney  <ac131313@redhat.com>
9581
9582         * gdbint.texinfo (Target Architecture Definition): Delete
9583         PC_IN_CALL_DUMMY.
9584
9585 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
9586
9587         * gdbint.texinfo (Host Definition): Delete documentation on
9588         USE_GENERIC_DUMMY_FRAMES.
9589
9590 2002-11-26  Elena Zannoni  <ezannoni@redhat.com>
9591
9592         Fix PR gdb/723 and PR gdb/245.
9593         * Makefile.in (install-info): Run the install-info command as part
9594         of the post install steps only.
9595         (uninstall-info): New target.
9596         (uninstall): New target.
9597
9598 2002-11-22  Elena Zannoni  <ezannoni@redhat.com>
9599
9600         * Makefile.in (install): Make install do some real work.
9601
9602 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
9603
9604         Fix POSIX problem reported by Paul Eggert.
9605         * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9606         Fix PR gdb/527.
9607
9608 2002-10-26  Andrew Cagney  <cagney@redhat.com>
9609
9610         * gdbint.texinfo (Target Architecture Definition): Delete
9611         definition of DO_REGISTERS_INFO.
9612
9613 2002-10-18  Kevin Buettner  <kevinb@redhat.com>
9614
9615         * gdbint.texinfo (Address Classes): Fix problems with insertion
9616         of ``{'' and ``}'' in example.
9617
9618 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
9619
9620         * gdbint.texinfo (Address Classes): New section.
9621         (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9622         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9623         ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9624         ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9625
9626 2002-10-11  Klee Dienes  <kdienes@apple.com>
9627
9628         * gdb.texinfo (Registers): Mention vector registers as well as
9629         floating registers in the documentation for 'info registers' and
9630         'info all-registers'.
9631
9632 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
9633
9634         * gdbint.texinfo (CPLUS_MARKER): Remove item.
9635
9636 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
9637
9638         * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9639         interface definition.
9640
9641 2002-10-03  Marko Mlinar   <markom@opencores.org>
9642
9643         * gdb.texinfo (Target Commands): Add or1k target specific
9644         commands.
9645         * gdb.texinfo (Contributors): Add myself to the contributors list.
9646
9647 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
9648
9649         * gdb.texinfo (Mode Options): Update --interpreter option.  "mi2"
9650         and "mi1" instead of "mi1" and "mi0".
9651
9652 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
9653
9654         * gdb.texinfo (Packets): Fix typos "alligned".
9655         Correct z3/Z3 description.  Correct z4/Z4 title.
9656
9657 2002-09-27  Andrew Cagney  <ac131313@redhat.com>
9658
9659         * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
9660
9661 2002-09-25  Kevin Buettner  <kevinb@redhat.com>
9662
9663         * gdb.texinfo: Use GNU/Linux instead of Linux.
9664
9665 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
9666
9667         * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9668
9669 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
9670
9671         * gdb.texinfo: Replace @example with @smallexample.
9672
9673 2002-09-20  Kevin Buettner  <kevinb@redhat.com>
9674
9675         From Eli Zaretskii  <eliz@gnu.org>:
9676         * gdb.texinfo (Character Sets): Use @smallexample instead of
9677         @example.  Use GNU/Linux instead of Linux.
9678
9679 2002-09-20  Jim Blandy  <jimb@redhat.com>
9680
9681         * gdb.texinfo: Add character set documentation.
9682
9683 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9684
9685         * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9686         (Packets): Add cross reference from `b' packet to `z' packets.
9687
9688 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9689
9690         * gdb.texinfo (Maintenance Commands): Document ``maint
9691         internal-error'' and ``maint internal-warning''.
9692
9693         * gdbint.texinfo (Target Architecture Definition): Revise
9694         description of STACK_ALIGN.  Add description of FRAME_ALIGN.
9695
9696 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
9697
9698         * gdbint.texinfo (Target Conditionals): Document the new
9699         NAME_OF_MALLOC macro.
9700
9701 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
9702
9703         * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9704         engineer.
9705
9706 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9707
9708         * gdb.texinfo (TUI Overview): Document status line fields.
9709
9710 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9711
9712         * gdb.texinfo (TUI Commands): Document info win command.
9713
9714 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9715
9716         * gdb.texinfo (TUI Overview): Document breakpoint markers.
9717
9718 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9719
9720         * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9721         (TUI Keys): Likewise.
9722
9723 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9724
9725         * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9726         for a packet receive.
9727
9728 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9729
9730         * Makefile.in (clean): Move to end of file.
9731         (distclean, maintainer-clean, realclean): Ditto.
9732         (mostlyclean): Move rule to end of file.  Use GDB_TEX_TMPS,
9733         GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9734         (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9735         (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9736
9737 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
9738
9739         * Makefile.in (GDBINT_TEX_TMPS): Define.
9740         (gdbint.dvi, gdbint.pdf): Use
9741         (GDB_TEX_TMPS): Define.
9742         (gdb.dvi, gdb.pdf): Use.
9743         (STABS_TEX_TMPS): Define.
9744         (stabs.dvi, stabs.pdf): Use.
9745         (GDB_DOC_SOURCE_INCLUDES): New macros.
9746         (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9747         (GDBINT_DOC_FILES_INCLUDES): New macros.
9748         (GDBINT_DOC_BUILD_INCLUDES): New macros.
9749         (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9750         (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9751         (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9752         (links2roff): Replace SFILES_INCLUDED with
9753         GDB_DOC_SOURCE_INCLUDES.
9754         (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9755         (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9756         (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9757         dependencies.
9758         (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9759         dependencies.
9760         (gdbmi.texinfo): Delete rule.
9761         (inc-hist.texinfo): Delete rule.
9762         (rluser.texinfo): Delete rule.
9763
9764 2002-08-23  Andrew Cagney  <cagney@redhat.com>
9765
9766         * gdbint.texinfo (Target Architecture Definition): Update
9767         STORE_RETURN_VALUE, mention regcache.
9768
9769 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
9770
9771         * gdbint.texinfo (Target Architecture Definition): Document
9772         print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
9773
9774 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
9775
9776         * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
9777         Fix minor typos.  Add index entries.
9778
9779 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
9780
9781         * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9782
9783 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
9784
9785         * gdbint.texinfo (Target Architecture Definition): Document
9786         PRINT_VECTOR_INFO.
9787         * gdb.texinfo (Vector Unit): Document "info vectors" command.
9788
9789 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
9790
9791         * gdb.texinfo (Maintenance Commands): Document "maint print
9792         registers", "maint print raw-registers" and "maint print
9793         cooked-registers".
9794
9795 2002-08-08  Grace Sainsbury  <graces@redhat.com>
9796
9797         From Mark Salter:
9798         * gdb.texinfo (Protocol): Document T packet extension to
9799         allow watchpoint address reporting.
9800
9801 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
9802
9803         * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9804
9805 2002-08-01  Andrew Cagney  <cagney@redhat.com>
9806
9807         * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9808         to CHILL.
9809
9810 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
9811
9812         * gdbint.texinfo (Coding): Revise section "Include Files".
9813
9814 2002-07-24  Andrew Cagney  <cagney@redhat.com>
9815
9816         * gdbint.texinfo: Obsolete references to m88k.
9817         * gdb.texinfo: Ditto.
9818
9819 2002-07-10  Joel Brobecker  <brobecker@gnat.com>
9820
9821         * gdbint.texinfo (Create a release candiate): Add the location
9822         where the proper version of autoconf can be retrieved.
9823
9824 2002-07-09  Don Howard  <dhoward@redhat.com>
9825
9826         * gdb.texinfo (Command Files): Further describe the behavior of
9827         sourced command files.
9828
9829 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
9830
9831         * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9832         (Coding): Clarify ISO C version that GDB assumes.
9833
9834 2002-06-26  Tom Tromey  <tromey@redhat.com>
9835
9836         * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9837         add_setshow_cmd_full.
9838
9839 2002-06-25  Don Howard  <dhoward@redhat.com>
9840
9841         * gdb.texinfo (Memory Region Attributes): Document new behavior
9842         for 'mem' command.
9843
9844 2002-06-11  Jim Blandy  <jimb@redhat.com>
9845
9846         * gdb.texinfo (Symbols): Update documentation for `info source'
9847         command.
9848
9849         * gdb.texinfo (Macros): Call the command `info macro', not
9850         `show macro'.
9851
9852 2002-06-09  Andrew Cagney  <ac131313@redhat.com>
9853
9854         * gdbint.texinfo (Coding): Add section ``Per-architecture module
9855         data''.
9856
9857 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
9858
9859         * gdbint.texinfo (Target Architecture Definition): Document
9860         GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9861
9862 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9863
9864         * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9865         lists.
9866
9867 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9868
9869         * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9870         Branch''.
9871
9872 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
9873
9874         * gdbint.texinfo (Target Architecture Definition): Add section
9875         ``Converting an existing Target Architecture to Multi-arch''.
9876
9877 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
9878
9879         * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9880         to ``Obsoleting code''.  Revise.
9881
9882 2002-05-17  Jim Blandy  <jimb@redhat.com>
9883
9884         * gdb.texinfo (C Preprocessor Macros): New chapter.
9885         Include it in the main menu.
9886         (Contributors): Credit Jim Blandy with macro support.
9887         (Compilation): Explain how to get macro information into the
9888         executable.
9889         (Expressions): Note that preprocessor macros are expanded.
9890
9891 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
9892
9893         * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9894         options for `target remote'.
9895
9896 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
9897
9898         * gdbint.texinfo (Target Architecture Definition): Delete
9899         documentation on NNPC_REGNUM.
9900
9901 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9902
9903         * gdbint.texinfo (Target Architecture Definition): Document
9904         REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9905         (Target Architecture Definition): Revise section `Using Different
9906         Register and Memory Data Representations'.  Add section `Raw and
9907         Virtual Register Representations'.
9908
9909 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9910
9911         * gdbint.texinfo (Target Architecture Definition): Mention
9912         defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9913         (Target Architecture Definition): Mention same.  Add references to
9914         web pages.
9915
9916 2002-05-08  Michael Snyder  <msnyder@redhat.com>
9917
9918         * stabs.texinfo (Attributes): Document new "vector" attribute.
9919
9920 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9921
9922         * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9923
9924 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9925
9926         * gdb.texinfo: Delete obsolete references to a29k.
9927
9928 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
9929
9930         * gdbint.texinfo (Target Architecture Definition): Replace
9931         IN_SIGTRAMP with PC_IN_SIGTRAMP.
9932
9933 2002-04-24  David S. Miller  <davem@redhat.com>
9934
9935         * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9936
9937 2002-04-21  David S. Miller  <davem@redhat.com>
9938
9939         * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9940
9941 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9942
9943         * gdbint.texinfo (Target Architecture Definition): Delete
9944         definition of HAVE_REGISTER_WINDOWS.
9945
9946 2002-04-19  Eli Zaretskii  <eliz@gnu.org>
9947
9948         * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
9949         "Theodore A. Roth" <troth@verinet.com>.
9950
9951 2002-04-15  Don Howard  <dhoward@redhat.com>
9952
9953         From Eli Zaretskii <eliz@gnu.org>
9954         * gdb.texinfo (show max-user-call-depth): Correct formatting.
9955         Provide a better explaination of this feature.
9956
9957 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
9958
9959         * gdbint.texinfo (Target Architecture Definition): Remove
9960         FRAME_CHAIN_COMBINE.
9961
9962 2002-04-12  Michael Chastain  <mec@shout.net>
9963
9964         * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9965         REG_STACK_SEGMENT.
9966
9967 2002-04-09  Michael Chastain  <mec@shout.net>
9968
9969         * gdbint.texinfo (Obsolete Conditionals): Remove references to
9970         PYRAMID_* macros.
9971
9972 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9973
9974         * gdb.texinfo (Bug Reporting): Document that the web is the
9975         prefered way of submitting bug reports.
9976         (Bug Reporting): Delete the s-mail address as the last resort.
9977
9978 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
9979
9980         * gdbint.texinfo (Target Architecture Definition): Delete
9981         references to TARGET_WRITE_FP and write_fp.
9982
9983 2002-03-27  Michael Snyder  <msnyder@redhat.com>
9984
9985         * gdb.texinfo: Document new commands dump, append, and restore.
9986
9987 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9988
9989         * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9990         Branch'.
9991
9992 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9993
9994         * gdb.texinfo: Change all examples to @smallexample.
9995         * gdbint.texinfo: Ditto.
9996
9997 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9998
9999         * gdbint.texinfo (Releasing GDB): Add section ``Versions and
10000         Branches''.
10001
10002 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
10003
10004         * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
10005         Policy''.
10006
10007 2002-03-04  Fred Fish  <fnf@redhat.com>
10008
10009         * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
10010         expresson, suports, dependant, trhe, perhaphs, situtations,
10011         explictily, taged, oportunity, unfortunatly).
10012
10013 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
10014
10015         * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
10016         Remove reference to 3.12.
10017
10018 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10019
10020         * gdbint.texinfo: Include fdl.texi.
10021         (Top): Add GNU Free Documentation License.
10022         * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
10023         (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
10024         (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
10025         (gdbint.info): Add srcdir to include path.
10026         * gdb.texinfo: Include gpl.texi.
10027         (Top): Add Copying.
10028         * gpl.texi: New file.
10029
10030 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
10031
10032         * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
10033
10034 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
10035
10036         * gdb.texinfo: Document Cygwin native specific commands.
10037
10038 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
10039
10040         * gdb.texinfo: Document gdbserver ``--attach'' command.
10041
10042 2002-02-07  Michael Snyder  <msnyder@redhat.com>
10043
10044         * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
10045         to @code(_ovly_debug_event).
10046
10047 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
10048
10049         * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
10050
10051 2002-02-06  Michael Snyder  <msnyder@redhat.com>
10052
10053         * gdb.texinfo (overlays): Mention new magic symbol
10054         '_ovly_debug_event', which allows GDB to keep better track
10055         of overlays.
10056
10057 2002-02-03  Eli Zaretskii  <eliz@gnu.org>
10058
10059         * gdb.texinfo (Memory Region Attributes): Fix the wording.
10060         Suggested by Dmitry Sivachenko.
10061
10062         * (<many nodes>): Fix the spelling and punctuation of "i.e.".
10063
10064 2002-02-01  Michael Snyder  <msnyder@redhat.com>
10065
10066         * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
10067
10068 2002-01-30  Michael Snyder  <msnyder@redhat.com>
10069
10070         * gdb.texinfo: (remote protocol): Gramatical fix-up.
10071         (set trust-readonly-sections): Document.
10072
10073 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
10074
10075         * gdbint.texinfo (Releasing GDB): Revise and update.
10076
10077 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
10078
10079         * gdbint.texinfo (Target Architecture Definition): Delete
10080         description of TARGET_BYTE_ORDER_DEFAULT.
10081
10082 2002-01-27  Eli Zaretskii  <eliz@gnu.org>
10083
10084         * gdb.texinfo: Fix typos and markup.  From Dmitry Sivachenko
10085         <mitya@cavia.pp.ru>.
10086
10087 2002-01-23  Andrew Cagney  <ac131313@redhat.com>
10088
10089         * libgdb.texinfo: Delete file.
10090
10091 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
10092
10093         * gdb.texinfo: Remove makeinfo 3.12 hacks.
10094         * gdbint.texinfo: Ditto.
10095
10096 Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
10097
10098         * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
10099
10100 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
10101
10102         * Makefile.in: Update copyright.
10103         (TEXI2DVI): Define.
10104         (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
10105         (gdbint.dvi, gdbint.pdf): Use TEXI2DVI.  Add dependency on
10106         gdb-cfg.texi.
10107         (TEXINDEX, PDFTEX): Delete makefile variables.
10108
10109 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
10110
10111         * gdb.texinfo (Protocol): Move section to appendix.
10112
10113 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
10114
10115         * gdb.texinfo (Remote Debugging): Create a menu.
10116         (Top): Add ``Remote Debugging'' to menu.
10117
10118 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
10119
10120         * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
10121         serial protocol'' from here.
10122         (Remote Debugging): To here.  New chapter.
10123
10124 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
10125
10126         * gdbint.texinfo (Target Architecture Definition): Delete
10127         description of TARGET_BYTE_ORDER_SELECTABLE_P.
10128
10129 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
10130
10131         * gdbint.texinfo (Host Definition): Revise.  xm-xyz.h and xyz.mh
10132         are no longer needed.
10133         (Porting GDB): Add maintainer note about configure.host.
10134
10135 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
10136
10137         * gdbint.texinfo (Target Architecture Definition): Remove
10138         definition of IEEE_FLOAT.
10139
10140 2002-01-20  Eli Zaretskii  <eliz@gnu.org>
10141
10142         * gdb.texinfo: Beautify copyright years; fix a typo.
10143         (DJGPP Native): Fix overfull hboxes in examples.  From Brian Youmans
10144         <3diff@gnu.org>
10145
10146 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
10147
10148         * gdbint.texinfo (Host Definition): Remove references to
10149         MALLOC_INCOMPATIBLE.
10150
10151 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10152
10153         * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
10154         and xyz-xdep.o.
10155
10156 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10157
10158         * gdb.texinfo (Maintenance Commands): Add appendix.
10159         (Set Breaks): Copy ``maint info breakpoint'' doco to
10160         ``Maintenance Commands'' appendix.  Add reference.
10161
10162 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
10163
10164         * fdl.texi: Remove next/prev from @node.
10165
10166 2002-01-17  Eli Zaretskii  <eliz@gnu.org>
10167
10168         * gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
10169         for monstrous @multitable (from Brian Youmans).
10170
10171         * fdl.texi: New file.
10172
10173         * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
10174
10175 2002-01-15  Andrew Cagney  <ac131313@redhat.com>
10176
10177         * gdbint.texinfo (Releasing GDB): New chapter.
10178
10179 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
10180
10181         * gdb.texinfo (Embedded Processors, Calling program functions):
10182         Obsolete references to a29k.
10183
10184 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
10185
10186         * gdbint.texinfo (Coding): Review Cleanups section.  Examples
10187         examples.  Document that a code-block should do or discard its
10188         cleanups before exit.
10189
10190 2002-01-11  Michael Snyder  <msnyder@redhat.com>
10191
10192         * gdb.texinfo (Choosing files): Change @samp to @file.
10193
10194 2002-01-05  Michael Snyder  <msnyder@redhat.com>
10195
10196         * gdb.texinfo (--pid): Document new command line option (attach).
10197
10198 2002-01-07  Eli Zaretskii  <eliz@gnu.org>
10199
10200         * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
10201         in the stub.
10202
10203 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
10204
10205         * gdbint.texinfo (Target Architecture Definition): Replace
10206         BIG_ENDIAN with BFD_ENDIAN_BIG.
10207
10208 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
10209
10210         * gdbint.texinfo (Target Architecture Definition): Replace
10211         value_ptr with struct value pointer.
10212
10213 2002-01-02  Eli Zaretskii  <eliz@gnu.org>
10214
10215         * gdb.texinfo (Free Software): Fix wording.
10216
10217 2001-12-31  Eli Zaretskii  <eliz@gnu.org>
10218
10219         * gdb.texinfo (Free Software): New section ``Free Software Needs
10220         Free Documentation''.
10221
10222 2001-12-30  Eli Zaretskii  <eliz@gnu.org>
10223
10224         * stabs.texinfo:
10225         * gdb.texinfo:
10226         * gdbint.texinfo:
10227         * libgdb.texinfo:
10228         * annotate.texi: Fix the application of GFDL in the Copyright notice.
10229
10230 2001-12-29  Michael Snyder  <msnyder@redhat.com>
10231
10232         * gdb.texinfo (maint info sections): Fix typo.
10233
10234 2001-12-26  Michael Snyder  <msnyder@redhat.com>
10235
10236         * gdb.texinfo (maint info sections): Document.
10237
10238         * gdb.texinfo (info proc): Comment out documentation for
10239         'info proc' sub-options that are currently not implemented.
10240
10241 2001-12-20  Jim Blandy  <jimb@redhat.com>
10242
10243         * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
10244
10245 2001-12-15  Andrew Cagney  <ac131313@redhat.com>
10246
10247         * gdbint.texinfo (Target Architecture Definition): Replace
10248         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
10249
10250 2001-12-01  Andrew Cagney  <ac131313@redhat.com>
10251
10252         * gdbint.texinfo (Host Definition): Delete documentation on
10253         HOST_BYTE_ORDER.
10254
10255 2001-11-30  Jim Blandy  <jimb@redhat.com>
10256
10257         * gdb.texinfo (Overlays): New chapter, documenting GDB's
10258         overlay support.  Add to top-level menu.
10259
10260 2001-11-26  Tom Tromey  <tromey@redhat.com>
10261
10262         * gdb.texinfo (Command Syntax): Document C-o binding.
10263
10264 2001-07-26  Christopher Faylor  <cgf@redhat.com>
10265
10266         * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
10267         use since it is described in the referenced section.
10268
10269         From Eli Zaretskii <eliz@gnu.org>
10270         * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
10271         clearer when using DJGPP.
10272
10273 2001-11-24  Christopher Faylor  <cgf@redhat.com>
10274
10275         * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
10276         specifically refer to MS-DOS.
10277         (command files): Mention gdb.ini is only used on MS-DOS.
10278
10279 2001-11-21  Tom Tromey  <tromey@redhat.com>
10280
10281         * gdb.texinfo (Invoking GDB): Document --args.
10282         (Mode Options): Likewise.
10283
10284 2001-11-21  Jim Blandy  <jimb@redhat.com>
10285
10286         * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
10287         Delete documentation; this macro has been removed from the
10288         sources.
10289
10290 2001-11-13  Jim Blandy  <jimb@redhat.com>
10291
10292         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
10293
10294 2001-11-06  Corinna Vinschen  <vinschen@redhat.com>
10295
10296         * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
10297
10298 2001-11-05  Michael Snyder  <msnyder@redhat.com>
10299
10300         * gdb.texinfo (info functions): Document use of backslash to
10301         quote regexp chars in function names such as "operator*()".
10302
10303 2001-11-01  Fred Fish  <fnf@redhat.com>
10304
10305         * gdbint.texinfo (SOLIB_ADD): Document additional new
10306         "readsyms" arg.
10307
10308 2001-10-30  Don Howard  <dhoward@redhat.com>
10309
10310         * gdb.texinfo: (Command Files) Added documentation for the
10311         behavior of gdb with input redirected from a file.
10312
10313 2001-10-28  Fred Fish  <fnf@redhat.com>
10314
10315         * gdb.texinfo (auto-solib-add): Change docs to match
10316         implementation change.
10317         (auto-solib-limit): Add docs for new variable.
10318
10319 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
10320
10321         * gdbint.texinfo (Target Architecture Definition): Function
10322         value_as_pointer renamed to value_as_address.
10323
10324 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
10325
10326         * gdbint.texinfo (Target Architecture Definition): Default
10327         POINTER_TO_ADDRESS functions assume unsigned addresses.
10328         (INTEGER_TO_ADDRESS): Document.  Derive pragmatics section from a
10329         posting by Jim Blandy.
10330
10331 2001-10-12  Jim Blandy  <jimb@redhat.com>
10332
10333         * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
10334         version of texi2html (1.64) doesn't support this flag any more.
10335
10336 2001-09-08  Mark Kettenis  <kettenis@gnu.org>
10337
10338         * gdbint.texinfo (Host Definition): Remove description of
10339         MEM_FNS_DECLARED.
10340
10341         * gdbint.texinfo (Host Definition): Remove description of R_OK.
10342
10343         * gdbint.texinfo (Host Definition): Remove description of
10344         HAVE_SIGSETMASK.
10345
10346 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
10347
10348         * gdbint.texinfo (Target Architecture Definition): Add
10349         explanation of TARGET_PRINT_INSN macro.
10350
10351 2001-08-30  Jim Blandy  <jimb@redhat.com>
10352
10353         * gdb.texinfo (`add-symbol-file'): Correct synopsis.
10354         Explain what it means to load relocatable files.
10355
10356 2001-08-28  Jim Blandy  <jimb@redhat.com>
10357
10358         * gdbint.texinfo: Bring the HTML `top' menu into sync with the
10359         info `top' menu.
10360
10361 Wed Aug 15 10:47:28 2001  Christopher Faylor <cgf@cygnus.com>
10362
10363         * gdbint.texinfo: Add a cautionary note about macro use.
10364
10365 2001-08-02  Corinna Vinschen  <vinschen@redhat.com>
10366
10367         * gdb.texinfo: Explain omitting the hostname in the
10368         `target remote' command.
10369
10370 2001-07-30  Daniel Jacobowitz  <drow@mvista.com>
10371
10372         * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
10373         and END-INFO-DIR-ENTRY.
10374
10375 2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10376
10377         * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
10378
10379 2001-07-25  Andrew Cagney  <ac131313@redhat.com>
10380
10381         * gdbint.texinfo (libgdb): Rewrite.
10382
10383 2001-07-26  Eli Zaretskii  <eliz@gnu.org>
10384
10385         * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
10386
10387 2001-07-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
10388
10389         * gdb.texinfo (TUI): New chapter, document the TUI.
10390         (Mode Options): Document the -tui option.
10391
10392 2001-07-23  Mark Kettenis  <kettenis@gnu.org>
10393
10394         * gdbint.texinfo (Host Definition): Remove description of
10395         NEED_POSIX_SETPGID.
10396
10397 2001-07-23  Eli Zaretskii  <eliz@gnu.org>
10398
10399         * gdb.tex (DJGPP Native): New node, with descriptions of
10400         DJGPP-specific commands.
10401
10402 2001-07-19  John R. Moore  <jmoore@redhat.com>
10403
10404         * gdbint.texinfo: Three misspellings.
10405
10406 2001-07-06  Andrew Cagney  <ac131313@redhat.com>
10407
10408         * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10409         `test` expressions on bash.  Problem reported by Colin Walters.
10410
10411 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
10412
10413         * gdbint.texinfo (User Interface): Update ui-out documentation to
10414         refelect recent UI/MI updates.
10415
10416 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
10417
10418         * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10419         interpreters.
10420
10421 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
10422
10423         * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10424         structure and not macros.
10425         (Host Definition): Document that much of this chapter is obsolete.
10426         (Target Architecture Definition): Update list of files that make
10427         up a target architecture.
10428         (Coding): Update.
10429
10430 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
10431
10432         * gdbint.texinfo (Target Architecture Definition): Update
10433         EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10434         The latter has been changed to a true predicate.
10435
10436 2001-06-17  Eli Zaretskii  <eliz@gnu.org>
10437
10438         * annotate.texi: Add @noindent where needed.  From Dmitry
10439         Sivachenko <dima@Chg.RU>.
10440         * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
10441
10442 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
10443
10444         * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
10445
10446 2001-06-14  Andrew Cagney  <ac131313@redhat.com>
10447
10448         * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10449         returns ``OK''.  Document that the ``R'' packet does not reply.
10450
10451 2001-06-13  Michael Snyder  <msnyder@redhat.com>
10452
10453         * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10454
10455 2001-06-13  Eli Zaretskii  <eliz@gnu.org>
10456
10457         * gdb.texinfo (Signals): Clarify the default setting of signal
10458         handling.
10459
10460 2001-05-14  Andrew Cagney  <ac131313@redhat.com>
10461
10462         * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10463         (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10464
10465 2001-05-12  Andrew Cagney  <ac131313@redhat.com>
10466
10467         * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10468
10469 2001-05-10  Eli Zaretskii  <eliz@gnu.org>
10470
10471         * gdbint.texinfo (Clean Design and Portable Implementation):
10472         Renamed from "Clean Design".
10473         (Clean Design and Portable Implementation): Document portable
10474         methods of handling file names, and the associated macros.
10475
10476 2001-04-02  Eli Zaretskii  <eliz@gnu.org>
10477
10478         * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10479         command and provide a cross-reference to its description.
10480         (Symbols): Note that "info scope" is useful for trace experiments.
10481
10482 2001-04-01  Eli Zaretskii  <eliz@gnu.org>
10483
10484         * gdb.texinfo (Symbols): Document "info scope".
10485         (Tracepoints): New chapter.
10486         (Contributors): Update for v5.1.
10487         <All nodes>: Change "C++" to "C@t{++}".
10488
10489         * gdbint.texinfo (User Interface): A new section about ui_out
10490         functions, based on text written by Fernando Nasser.
10491
10492         * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
10493
10494 2001-03-26  Eli Zaretskii  <eliz@gnu.org>
10495
10496         * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
10497
10498         * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
10499
10500         * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
10501         Replace "GDB" with "@value{GDBN}".  Fix markup.
10502
10503         * annotate.texi: Change Permissions to GFDL.  Update Copyright.
10504
10505         * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10506         a cross-reference to its description.
10507         (Symbols): Document "info symbol".
10508
10509 2001-03-21  Eli Zaretskii  <eliz@gnu.org>
10510
10511         * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10512         subsection "x86 Watchpoints".
10513         (Target Architecture Definition): Document the macros
10514         I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10515         (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10516
10517 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
10518
10519         * gdbint.texinfo (Target Architecture Definition): Update
10520         definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10521         list.
10522
10523 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
10524
10525         * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10526         gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10527
10528 2001-02-21  Eli Zaretskii  <eliz@gnu.org>
10529
10530         * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10531
10532 2001-02-11  Eli Zaretskii  <eliz@gnu.org>
10533
10534         * gdb.texinfo (Environment): Document that `path' does not change
10535         the value of PATH in GDB's own environment (it did in the past,
10536         but that was changed on March 15, 1994).  Reported by Doug Evans
10537         <dje@transmeta.com>.
10538
10539         * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10540         its line.  Fix markup of commands and macros.  Add an Index node
10541         and index entries.
10542
10543 2001-01-23  J.T. Conklin  <jtc@redback.com>
10544
10545         * gdb.texinfo (Memory region attributes): New manual section.
10546
10547 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
10548
10549         * gdbint.texinfo (POP_FRAME): Document use by return_command.
10550
10551 2000-12-25  Eli Zaretskii  <eliz@gnu.org>
10552
10553         * refcard.tex: Version and copyright fixed.  From Phil Edwards
10554         <pedwards@disaster.jaj.com>.
10555
10556 Thu Nov 30 16:57:19 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10557
10558         * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10559         DWARF2_REG_TO_REGNUM): Document.
10560
10561 Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10562
10563         * gdbint.texinfo (Coding): Update current value of
10564         --enable-build-warnings.  Mention --enable-gdb-build-warnings.
10565
10566 2000-11-19  Eli Zaretskii  <eliz@gnu.org>
10567
10568         * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
10569         as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10570
10571 2000-11-10  Christopher Faylor <cgf@cygnus.com>
10572
10573         * gdb.texinfo: Document new 'set step-mode' command.
10574
10575 2000-10-16  Eli Zaretskii  <eliz@gnu.org>
10576
10577         * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10578         changes from Dmitry Sivachenko <dima@Chg.RU>.
10579
10580 2000-09-26  Eli Zaretskii  <eliz@gnu.org>
10581
10582         * gdb.texinfo (Hooks): Document the new post-hook functionality.
10583         From Steven Johnson <sbjohnson@ozemail.com.au>.
10584
10585 2000-08-10  Mark Kettenis  <kettenis@gnu.org>
10586
10587         * gdbint.texinfo (Overall Structure): Spelling fix.
10588
10589 2000-08-10  Eli Zaretskii  <eliz@gnu.org>
10590
10591         * gdbint.texinfo (Target Architecture Definition): Document that
10592         REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10593         for which REGISTER_CONVERTIBLE returns a zero value.
10594
10595 2000-07-08  Christopher Faylor <cgf@cygnus.com>
10596
10597         * Makefile.in (install-info): Find files to install in either the
10598         build or source directories (adapted from Makefile.am).
10599
10600 2000-07-07  Nicholas Duffek  <nsd@redhat.com>
10601
10602         * stabs.texinfo: Fix spelling errors.
10603         (String Field): FILE-NUMBER starts from 0, not 1.
10604
10605 2000-07-05  Eli Zaretskii <eliz@gnu.org>
10606
10607         * refcard.tex: Remove \centerline from the blurb.  Patch from
10608         Brian Youmans.
10609
10610 2000-06-25  Eli Zaretskii <eliz@gnu.org>
10611
10612         * Makefile.in (install-info): Support installation from outside of
10613         the source directory.  Reported by Mark Harig
10614         <markh@frazier.landmark.com>.
10615
10616 2000-06-20  J.T. Conklin  <jtc@redback.com>
10617
10618         * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10619
10620 Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10621
10622         * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10623         Generate using pdftex.
10624         (PDFTEX): Define.
10625         (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10626         (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10627         @contents at the start.
10628
10629 2000-05-24  Eli Zaretskii  <eliz@gnu.org>
10630
10631         * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
10632         Youmans.
10633
10634 Wed May 24 21:27:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10635
10636         From Brian Youmans:
10637         * gdb.texinfo: Fix ``et al.''.
10638
10639 Tue May 23 22:57:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10640
10641         * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10642         loop.
10643
10644 2000-05-19  Jimmy Guo  <guo@cup.hp.com>
10645
10646         * configure: Regenerate.
10647
10648 2000-05-17  Eli Zaretskii  <eliz@gnu.org>
10649
10650         * Makefile.in (install-info): Run install-info on installed Info
10651         files.
10652
10653 Fri May 12 20:18:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10654
10655         * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
10656         Andrew Cagney.
10657
10658 2000-05-09  Eli Zaretskii  <eliz@gnu.org>
10659
10660         * gdb.texinfo: Proofreading changes from Brian Youmans.
10661
10662 2000-05-01  Nick Duffek  <nsd@cygnus.com>
10663
10664         * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10665         startup sequence, minor edits.
10666
10667 2000-05-01  Eli Zaretskii  <eliz@gnu.org>
10668
10669         * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10670         TeX.
10671
10672         * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
10673         "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10674         like `n' and `s' which look weird.  Convert some of the @kindex to
10675         @vindex, when they refer to variables, not commands.
10676
10677 Sat Apr 29 17:01:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10678
10679         * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10680
10681 2000-04-23  Eli Zaretskii  <eliz@gnu.org>
10682
10683         * Makefile.in (GDBMI_DIR): New variable.
10684         (SET_TEXINPUTS): Add $(GDBMI_DIR).
10685         (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10686         (gdbmi.texinfo): New target, for texi2roff.
10687         (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10688         (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10689
10690         * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10691         gdbmi.texinfo.
10692         (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10693         comment.
10694
10695 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10696
10697         * gdb.texinfo (Files): Update description of add-symbol-file
10698         command.
10699
10700 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10701
10702         * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10703         prevents the build (and is generally a Bad Idea).
10704
10705 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10706
10707         * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10708         a comma inside @var.
10709         (Command Files): Index markup changes from Dmitry Sivachenko
10710         <dima@Chg.RU>.
10711
10712 2000-04-16  Eli Zaretskii  <eliz@gnu.org>
10713
10714         * Makefile.in (LN_S): Define.
10715         (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10716         invoke "ln -s" unless it is known to work.
10717
10718         * configure.in (AC_PROG_LN_S): Add.
10719
10720 2000-04-14  Jim Blandy  <jimb@redhat.com>
10721
10722         * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10723         section.
10724         (Target Conditionals): Document ADDRESS_TO_POINTER,
10725         POINTER_TO_ADDRESS.
10726
10727 2000-04-11  Daniel Berlin  <dan@cgsoftware.com>
10728
10729         * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10730         gdb-cfg.texi to get the value.
10731
10732 2000-04-10  Jim Blandy  <jimb@redhat.com>
10733
10734         * gdbint.texinfo (Target Architecture Definition): Fix
10735         cross-references.
10736
10737 2000-04-08  Jim Blandy  <jimb@redhat.com>
10738
10739         * gdbint.texinfo (Using Different Register and Memory Data
10740         Representations): New section.
10741         (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10742         REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10743         REGISTER_CONVERT_TO_RAW): Document.
10744
10745 Mon Apr  3 19:16:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10746
10747         * gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
10748         for acknowledgments.
10749
10750 Tue Mar 28 18:28:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10751
10752         * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10753         qThreadExtraInfo.
10754
10755 2000-03-28  J.T. Conklin  <jtc@redback.com>
10756
10757         * gdb.texinfo: Clarify which remote debug protocol commands are
10758         required and which are optional.
10759
10760 Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10761
10762         * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10763         Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
10764         back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10765         * annotate.texi: Update.
10766
10767 2000-03-28  Stan Shebs  <shebs@apple.com>
10768
10769         * gdb.texinfo: Update dates, bump to Eighth Edition (note
10770         expectation of additional changes before release), update
10771         ISBN, add copy of top-level menu for @ifhtml, remove explicit
10772         node links, rephrase and/or shorten lines to fix formatting
10773         problem in both regular and @smallbook formats.
10774         * annotate.texi: Shorten lines in example, use smallexample
10775         consistently everywhere.
10776         * Makefile.in: Add comment about texinfo 4.0 html generation.
10777         (SFILES_INCLUDED): Add annotate.texi.
10778
10779 2000-03-27  Daniel Berlin  <dan@cgsoftware.com>
10780
10781         * gdb.texinfo (Debugging Output): Added new section, documenting
10782         the "set/show debug" commands.
10783
10784 Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10785
10786         * annotate.texi (Annotations): When GDBN omit @chapter and @node
10787         entry.
10788
10789         * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10790         (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10791         @chapter and @node entries.
10792
10793         * gdb.texinfo: Link all top-level nodes.
10794
10795 Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10796
10797         * Makefile.in (install-info): Create $(infodir) before installing
10798         files.
10799
10800 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
10801
10802         From David Whedon <dwhedon@gordian.com>
10803         * gdbint.texinfo : Added paragraphs about command deprecation.
10804
10805 2000-03-22  Daniel Berlin  <dan@cgsoftware.com>
10806
10807       * gdb.texinfo: Add documentation for the apropos command.
10808
10809 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
10810
10811         * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10812
10813 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
10814
10815         * gdb.texinfo: Add white space to prevent overprinting in
10816         two places.
10817
10818 2000-03-17  Stan Shebs  <shebs@apple.com>
10819
10820         * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10821         <dima@Chg.RU>, also clarification of allowed content for
10822         string constants.
10823
10824 2000-03-16  Eli Zaretskii <eliz@gnu.org>
10825
10826         * gdb.texinfo (main menu): Add Annotations.
10827         (File Options): Add @cindex entries for each command-line option.
10828         Document --epoch, --annotate, --async, --interpreter, --write,
10829         --statistics, and --version.
10830
10831         * annotate.texi: Convert to a chapter.  Use @value{GDBN} instead
10832         of GDB.
10833
10834 2000-02-23  Jim Blandy  <jimb@redhat.com>
10835
10836         * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10837
10838 2000-02-22  Jim Blandy  <jimb@redhat.com>
10839
10840         * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10841
10842 2000-02-15  Jason Molenda  (jsm@bugshack.cygnus.com)
10843
10844         * Makefile.in (diststuff): New target.
10845
10846 2000-02-15  Kevin Buettner  <kevinb@redhat.com>
10847
10848         * agentexpr.texi: Fix wording regarding Intel's IA-64
10849         architecture.  [From Jim Wilson.]
10850
10851 2000-01-16  Tom Tromey  <tromey@cygnus.com>
10852
10853         * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10854         (Delete Breaks): Mention range arguments.
10855         (Disabling): Likewise.
10856
10857 2000-01-05  Dmitry Sivachenko <dima@Chg.RU>
10858
10859         * gdb.texinfo:  Wrap "ASCII" in @sc{}; clarify a few sentences.
10860
10861 Wed Dec  8 19:53:08 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10862
10863         * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10864         valid functions.
10865
10866 1999-11-05  Stan Shebs  <shebs@andros.cygnus.com>
10867
10868         * gdb.texinfo: Clarify regular expressions used in rbreak.
10869
10870 1999-10-15  Kevin Buettner  <kevinb@cygnus.com>
10871
10872         * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10873         MEMORY_REMOVE_BREAKPOINT):  Document.
10874
10875 Thu Oct 14 21:17:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10876
10877         * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10878         offset re-using the DATA offset instead.
10879
10880 1999-10-11  Jim Kingdon  <kingdon@redhat.com>
10881
10882         * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10883
10884 1999-10-05  Stan Shebs  <shebs@andros.cygnus.com>
10885
10886         From Dmitry Sivachenko <demon@gpad.ac.ru>:
10887         * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10888         typos.
10889
10890         * gdb.texinfo: Various minor wording and formatting improvements,
10891         mentions of additional command-line options.
10892
10893 1999-09-30  Fred Fish  <fnf@cygnus.com>
10894
10895         * gdb.texinfo:  Document additional forms of specifying section
10896         names and addresses for the add-symbol-file command.
10897
10898 1999-09-14  Michael Snyder  <msnyder@cleaver.cygnus.com>
10899
10900         * gdbint.texinfo: Fix typo, add the word "have".
10901
10902 1999-09-14  Jim Blandy  <jimb@cris.red-bean.com>
10903
10904         * gdbint.texinfo (Target Architecture Definition): Document the
10905         SKIP_PERMANENT_BREAKPOINT macro.
10906
10907 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
10908
10909         * gdb.texinfo: Fiks speling errers.
10910
10911         * gdb.texinfo: Fix uses of @multitable.
10912
10913         From Eli Zaretskii  <eliz@gnu.org>:
10914         * gdb.texinfo: Include details specific to DOS host, clarify
10915         some confusing language, fix @ref/@xref/@pxref usages, add
10916         comments about using with optimization, add more indexing,
10917         fix info about disassembly-flavor.
10918
10919 Tue Sep  7 09:11:24 1999  Kevin Buettner  <kevinb@cygnus.com>
10920
10921         * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10922         SKIP_SOLIB_RESOLVER): Define.
10923
10924 Fri Sep  3 18:05:14 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10925
10926         * gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
10927         ``g'' packets.
10928
10929 1999-08-30  Stan Shebs  <shebs@andros.cygnus.com>
10930
10931         * gdb.texinfo: Create a new "Configurations" chapter with
10932         platform-specific info, inline remote.texi and move sections of it
10933         into the new chapter, move bits about info proc, heuristic search,
10934         and register stack into the new chapter.
10935         * remote.texi: Remove, now part of gdb.texinfo.
10936         * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10937
10938 1999-08-27  Jason Molenda  (jsm@bugshack.cygnus.com)
10939
10940         * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10941         GDB_TARGET_IS_MACH386): These kludges have gone away.
10942
10943 Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10944
10945         * gdbint.texinfo (Target Architecture Definition): Mention
10946         TDEPLIBS.
10947
10948 1999-08-20  Stan Shebs  <shebs@andros.cygnus.com>
10949
10950         * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10951         surrounding text to fit HP-UX bits into general info.
10952         (HPPA-cfg.texi): Remove, no longer useful.
10953
10954         * gdb.texinfo: Remove explicit links from @node lines, remove
10955         HP-added "Detailed Node Listing" from main menu which confuses
10956         things.
10957
10958         From Dmitry Sivachenko <dima@Chg.RU>:
10959         * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10960         in description of `set environment'.
10961
10962 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
10963
10964         * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10965
10966 1999-08-12  Ben Elliston  <bje@cygnus.com>
10967
10968         * gdbint.texinfo (Breakpoint Handling): Add missing words.
10969
10970 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
10971
10972         * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10973         watch, awatch, and rwatch.  Explain why the latter two cannot be
10974         set as software watchpoints.  Document that watchpoints for local
10975         variables are deleted when the debuggee terminates.
10976
10977 Wed Aug 11 13:18:14 1999  Andrew Cagney  <cagney@amy.cygnus.com>
10978
10979         * remote.texi (Protocol): Further clarification of the "qRcmd"
10980         packet.  Allow E.. response packet.  "qRcmd" packet is no longer
10981         reserved.
10982
10983 1999-08-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10984
10985         * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10986         * gdb.texinfo: Ditto.
10987
10988 1999-08-06  Tom Tromey  <tromey@cygnus.com>
10989
10990         * gdb.texinfo (KOD): New node.
10991
10992 Fri Aug  6 17:05:48 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10993
10994         * remote.texi (Rcmd): Fix minor formatting typos.
10995
10996 Thu Aug  5 17:57:41 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10997
10998         * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10999         packets.
11000
11001 1999-07-14  Jim Blandy  <jimb@zwingli.cygnus.com>
11002
11003         * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
11004         fixes.
11005
11006 Tue Jun 29 11:43:55 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11007
11008         * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
11009
11010 Fri Jun 25 11:47:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11011
11012         * remote.texi (Communication Protocol): ``v'' is in use. Fix
11013         numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
11014         ``z'' and ``qRcmd'' as draft instead of reserved.  Identify
11015         packets that are not supported on all hosts. Expand examples.
11016         Spell check.
11017
11018 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
11019
11020         * Makefile.in: Recognize html, install-html.  Add targets
11021         to build HTML versions of documentation via texi2html.
11022
11023 Thu Jun 24 15:59:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
11024
11025         * gdbint.texinfo (Testsuite): New chapter, information about the
11026         testsuite.
11027
11028 Fri Jun 25 02:40:34 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11029
11030         * remote.texi (Communication Protocol): Rewrite.
11031
11032 Thu Jun 24 16:59:54 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11033
11034         * stabs.texinfo: Fix uses of xref.
11035
11036 Thu Jun 17 17:23:25 1999  Stan Shebs  <shebs@andros.cygnus.com>
11037
11038         * gdbint.texinfo: Add an anti-printf exhortation, and update the
11039         info about patch submission.
11040
11041 Mon Jun  7 15:49:40 1999  Stan Shebs  <shebs@andros.cygnus.com>
11042
11043         From Per Bothner  <bothner@cygnus.com>:
11044         * gdb.texinfo: Document Chill support.
11045
11046 Fri Jun  4 16:58:22 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11047
11048         * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
11049         to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
11050         Document that the value should be greater-than or equal-to zero.
11051         (NO_STD_REGS): Document. Deprecate.
11052
11053 Tue Jun  1 15:04:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11054
11055         * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
11056         Document that these are not used.
11057
11058 Thu May 27 09:28:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11059
11060         * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
11061
11062 Mon May 24 10:07:39 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11063
11064         * gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
11065         numargs was dropped.
11066
11067 Thu May 20 12:26:59 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11068
11069         * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
11070
11071 Tue Apr 27 19:14:20 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11072
11073         * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
11074         Update.
11075
11076 Thu Apr 22 13:07:37 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11077
11078         * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
11079         (GET_SAVED_REGISTER): Update, not just the a29k uses this.
11080
11081 Wed Apr 21 13:59:01 1999  Dave Brolley  <brolley@cygnus.com>
11082
11083         * gdbint.texinfo: Fix typos: $ -> @.
11084
11085 Tue Apr 20 11:59:38 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11086
11087         * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
11088         LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
11089         BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
11090         BREAKPOINT_FROM_PC.
11091
11092 Mon Apr 12 16:00:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11093
11094         * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
11095         CALL_DUMMY_STACK_ADJUST): Document.
11096
11097 Thu Apr  8 17:23:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
11098
11099         * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
11100         SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
11101
11102 1999-04-02  Stan Shebs  <shebs@andros.cygnus.com>
11103
11104         * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
11105         longer exists.
11106
11107 Tue Mar  9 19:25:11 1999  Stan Shebs  <shebs@andros.cygnus.com>
11108
11109         * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
11110         nearly all @ifset/@ifclear conditionals; nobody uses them, and
11111         they make the manual source incomprehensible.
11112         * h8-cfg.texi: Remove, hasn't been used in years.
11113
11114 Thu Feb 11 18:00:59 1999  Stan Shebs  <shebs@andros.cygnus.com>
11115
11116         * gdb.texinfo: Update the credits.
11117
11118 Mon Feb  8 17:33:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
11119
11120         * gdb.texinfo: Fix mistakes noticed in printout of last
11121         draft, add Alpha to discussion of heuristic fence post.
11122
11123 Fri Feb  5 17:20:00 1999  Stan Shebs  <shebs@andros.cygnus.com>
11124
11125         * gdb.texinfo, remote.texi: Many changes; update to Seventh
11126         Edition, merge some HP changes into mainline, describe some
11127         previously undocumented features, describe more of the target
11128         commands available, eliminate obsolete section on renamed
11129         commands.
11130         * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
11131
11132 Wed Jan 20 17:47:45 1999  Stan Shebs  <shebs@andros.cygnus.com>
11133
11134         * gdb.texinfo: Make many HPPA conditionals unconditional,
11135         including catchpoint description, since now on for all configs.
11136         * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
11137         specializations.
11138
11139 Thu Jan 14 17:10:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
11140
11141         * Makefile.in (GDBvn.texi): Fix match expression to work with
11142         current format of VERSION in gdb/Makefile.in.
11143         * gdb.texinfo: Fix node ref to match new readline.
11144
11145 Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
11146
11147         * gdb.texinfo: Changes made as part of a project to merge in
11148           changes made by HP. Documentation makes extensive use of
11149           @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
11150           on remote debugging. There are differences in documentation
11151           (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
11152           the HP manual discusses catchpoints, hardware watchpoints, and
11153           some HPUX specific limitations for shared library support.
11154
11155           There are also a number of @node changes.
11156
11157 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
11158
11159         * gdbint.texinfo (Formatting): Disambiguate a sentence.
11160         (C Usage): Same.
11161
11162 Wed Jan  6 11:55:34 1999  David Taylor  <taylor@texas.cygnus.com>
11163
11164         The following changes were made by Edith Epstein
11165         <eepstein@cygnus.com> as part of a project to merge in changes
11166         made by HP.
11167
11168         * HPPA-cfg.texi: new file.
11169
11170         * all-cfg.texi: set HPPA for HP PA-RISC targets.
11171
11172         * refcard.tex: change documentation about catch.
11173           removed info catch.
11174
11175 Mon Jan  4 18:29:18 1999  Stan Shebs  <shebs@andros.cygnus.com>
11176
11177         * gdbint.texinfo: Expand on GDB's coding standards,
11178         specify the use of arg names with prototypes.
11179
11180 1998-12-14  J.T. Conklin  <jtc@redbacknetworks.com>
11181
11182         * gdb.texinfo: Fix tipo.
11183
11184 Sun Dec 13 10:27:59 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11185
11186         * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
11187         TARGET_BYTE_ORDER_SELECTABLE_P.
11188
11189 Thu Dec 10 16:07:09 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11190
11191         * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
11192
11193 1998-12-09  Jim Blandy  <jimb@zwingli.cygnus.com>
11194
11195         * agentexpr.texi: New file.
11196
11197 Wed Dec  9 21:13:57 1998  Andrew Cagney  <cagney@chook>
11198
11199         * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
11200
11201 1998-12-03  J.T. Conklin  <jtc@redbacknetworks.com>
11202
11203         * remote.texi: Changed wording that implied that the GDB remote
11204         protocol caches register values instead of GDB itself.
11205
11206 Tue Dec  1 17:45:43 1998  Stan Shebs  <shebs@andros.cygnus.com>
11207
11208         * gdbint.texinfo: Add some info about symbol readers.
11209         (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
11210         (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
11211         (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
11212         (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
11213
11214 Mon Nov 30 11:32:21 1998  Andrew Cagney  <cagney@chook>
11215
11216         * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
11217
11218 Sat Nov 28 13:45:53 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11219
11220         * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
11221
11222 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
11223
11224         * gdbint.texinfo (NO_SINGLE_STEP): Replace with
11225         SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
11226
11227 Wed Oct 14 10:02:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
11228
11229         * gdbint.texinfo: Fix minor typos.
11230
11231 Wed Sep 30 18:03:19 1998  Stan Shebs  <shebs@andros.cygnus.com>
11232
11233         * gdbint.texinfo: Complete overhaul.  Group descriptions more
11234         logically, add more info on generic algorithms, remove much
11235         obsolete and/or wrong material.
11236
11237 Fri Jul 24 17:51:38 1998  Ian Lance Taylor  <ian@cygnus.com>
11238
11239         * stabs.texinfo (Method Type Descriptor): Expand and correct.
11240
11241 Mon May  4 10:37:12 1998  Brian Youmans (3diff@gnu.org)
11242
11243         * refcard.tex:  Copyright, address updates.
11244
11245 Tue Apr 21 18:09:56 1998  Stan Shebs  <shebs@andros.cygnus.com>
11246
11247         * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
11248         for the edition instead of confusing GDB-version-like numbers.
11249
11250 Mon Apr 13 14:05:00 1998  Fred Fish  <fnf@cygnus.com>
11251
11252         * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
11253
11254 Thu Apr  2 16:52:44 1998  Jason Molenda  (crash@bugshack.cygnus.com)
11255
11256         * LRS: Reformat a bit to keep text under 80 columns.
11257
11258 Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
11259
11260         * gdb.texinfo: Add some credits, mention bug monitor.
11261         * remote.texi: Mention mips monitor targets.
11262         * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
11263
11264 Mon Feb  2 17:13:03 1998  Stan Shebs  <shebs@andros.cygnus.com>
11265
11266         * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
11267         files, finish sorting of host vs target vs native macros, describe
11268         some more of them.
11269
11270 Tue Jan 13 16:44:50 1998  Fred Fish  <fnf@cygnus.com>
11271
11272         * gdbint.texinfo (Host Conditionals): Document change from
11273         using NO_MMALLOC to it's inverse, USE_MMALLOC.
11274
11275 Mon Nov 24 13:55:21 1997  Andrew Cagney  <cagney@b1.cygnus.com>
11276
11277         * gdbint.texinfo (Host Conditionals): Document
11278         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
11279
11280 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <ian@cygnus.com>
11281
11282         * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
11283         Document LSEEK_NOT_LINEAR.
11284
11285 Tue Mar 25 14:44:09 1997  Ian Lance Taylor  <ian@cygnus.com>
11286
11287         * stabs.texinfo (Stab Section Basics): Make it clear that only
11288         some versions of the GNU linker remove the leading N_UNDF symbol.
11289
11290 Thu Feb 27 17:45:19 1997  Ian Lance Taylor  <ian@cygnus.com>
11291
11292         * stabs.texinfo (String Field): Document type number pairs here,
11293         instead of in the Sun specific section.
11294         (Include Files): The GNU linker supports the N_BINCL
11295         optimization.  Clarify the N_BINCL value, and what it is used
11296         for.
11297         (Procedures): Document N_FUN with an empty string to mark the end
11298         of a function.
11299         (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
11300         (Sun Differences): Remove this node, as the information is now
11301         elsewhere in the main document.
11302         (Stab Section Basics): Mention that the GNU linker may optimize
11303         stabs and remove the leading N_UNDF symbol.
11304
11305 Mon Dec  9 12:23:32 1996  Roland Pesch  <roland@wrs.com>
11306
11307         * gdb.texinfo, refcard.tex: Restore author credit
11308
11309 Wed Oct  2 22:01:36 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
11310
11311         * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
11312         documentation to account for START and END macros taking
11313         one arg.
11314
11315 Thu Aug 22 17:59:03 1996  Fred Fish  <fnf@cygnus.com>
11316
11317         From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
11318         * gdb.texinfo (Frames): Fix typo.
11319
11320 Tue Jul 23 10:06:20 1996  Fred Fish  <fnf@cygnus.com>
11321
11322         * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
11323         a target_signal as arg type, not a pid.
11324
11325 Fri Jul 12 11:10:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
11326
11327         * gdb.texinfo:  Document `set assembly-language'.
11328
11329 Thu Jul 11 13:50:28 1996  Stan Shebs  <shebs@andros.cygnus.com>
11330
11331         * remote.texi: Update list of stubs in the GDB distribution.
11332
11333 Fri Jul  5 15:38:54 1996  Fred Fish  <fnf@cygnus.com>
11334
11335         * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
11336         Also document that some systems can use mmalloc but must define
11337         this if their C runtime allocates memory that is later freed.
11338         (MMCHECK_FORCE): Document new macro.
11339
11340 Fri Jun 28 22:17:10 1996  Dawn Perchik  <dawn@cygnus.com>
11341
11342         * remote.texi: Add documentation for target Sparclet.
11343
11344 Mon Jun 24 18:12:22 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
11345
11346         * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
11347         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
11348         * configure.in: Rewritten for autoconf.
11349         * configure: New.
11350
11351 Mon Jun 17 10:43:41 1996  Fred Fish  <fnf@cygnus.com>
11352
11353         * Makefile.in (DVIPS): New define, set to dvips.
11354         (dvi): Add stabs.dvi.
11355         (ps): New target.
11356         (all-doc): Depend on info, dvi, and ps targets.
11357         (STAGESTUFF): Add *.ps and *.dvi files.
11358         (clean-info, clean-dvi): Remove.
11359         (mostlyclean): Does not depend upon clean-info or clean-dvi,
11360         rules completely rewritten.
11361         (maintainer-clean): Remove clean-info and clean-dvi
11362         dependencies and put their actions in the rules.
11363         (gdb.ps): New target
11364         (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
11365         intermediate TeX files, whether they have 2 or 3 character
11366         extensions.
11367         (gdbint.ps): Add target and rules.
11368         (gdb-internals): Delete unused target.
11369         (Makefile): Depends upon config.status also.
11370
11371 Sat Mar 30 15:46:58 1996  Fred Fish  <fnf@cygnus.com>
11372
11373         * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
11374         set.
11375
11376 Sat Mar 16 15:10:20 1996  Fred Fish  <fnf@cygnus.com>
11377
11378         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
11379         * gdb.texinfo (Expressions): Fix erroneous array constant example.
11380
11381 Sat Mar 16 13:28:45 1996  Fred Fish  <fnf@cygnus.com>
11382
11383         * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
11384
11385 Sat Feb 10 03:28:36 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11386
11387         * gdb.texinfo (Print settings):  Document
11388         `set/show print static-members' commands.
11389
11390 Wed Jan 10 14:16:37 1996  Fred Fish  <fnf@cygnus.com>
11391
11392         * gdbint.texinfo (Native): Document name change, coredep.c to
11393         core-aout.c.
11394
11395 Wed Dec 13 12:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
11396
11397         * stabs.texinfo (Include Files): Document the values the SunOS4
11398         linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11399
11400 Fri Dec  8 21:08:44 1995  Fred Fish  <fnf@cygnus.com>
11401
11402         * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11403         Fix typo.
11404
11405 Fri Dec  1 11:07:50 1995  Fred Fish  <fnf@cygnus.com>
11406
11407         * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11408         "gdb.tar.Z".
11409
11410 Wed Sep 20 13:14:10 1995  Ian Lance Taylor  <ian@cygnus.com>
11411
11412         * Makefile.in (maintainer-clean): New target, synonym for
11413         realclean.
11414
11415 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
11416
11417         * Update all FSF addresses except those in COPYING* files.
11418
11419 Wed Jul 19 18:43:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
11420
11421         From Richard Earnshaw (rearnsha@armltd.co.uk):
11422         * gdb.texinfo (convenience variables): Document $_exitcode.
11423         (quit): Document optional expression to use as exit code.
11424
11425 Thu Jun 22 21:27:33 1995  Victoria Mixon  <victoria@cygnus.com>
11426
11427         * gdb.texinfo, remote.texi: Brought up to date with various
11428         GDB changes.
11429
11430 Tue Jun 20 14:35:38 1995  Stan Shebs  <shebs@andros.cygnus.com>
11431
11432         * gdb.texinfo: Update dates and versions, fix comments about
11433         hardware watchpoints in future releases and about the
11434         sharedlibrary command.
11435
11436 Mon May  8 09:30:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11437
11438         * stabs.texinfo: Remove node `XCOFF differences'.  Describe value of
11439         C_FUN stab.  Other cleanups.
11440
11441 Wed Apr 19 07:02:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11442
11443         * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11444         for the sparc stub.
11445
11446 Tue Apr 11 11:41:49 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11447
11448         * annotate.texi: Clarify which addresses have differing formats
11449         depending on the language and which do not.
11450
11451 Tue Mar 28 16:56:22 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11452
11453         * remote.texi (NetWare): Changed example to use BOARD= instead of
11454           NODE= argument to reflect correspoding change to gdbserve.nlm.
11455
11456 Fri Mar 17 06:47:02 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11457
11458         * stabs.texinfo (Negative Type Numbers): Mention the fact that
11459         GDB, as well as AIX dbx, supports the size type attribute.
11460
11461 Thu Mar 16 12:11:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11462
11463         * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11464
11465 Mon Mar 13 16:49:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11466
11467         * gdb.texinfo (Define):  Document $arg0... arguments to commands,
11468         and new 'if' and 'while' commands.
11469
11470 Fri Feb 17 15:24:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11471
11472         * gdb.texinfo (Artificial arrays):  Note use of coerce-to-array-type.
11473
11474 Wed Feb 15 11:59:18 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11475
11476         * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11477         * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11478           NetWare targets.  Mostly stolen from the Server node.
11479
11480 Fri Feb 10 20:20:08 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11481
11482         * gdb.texinfo (Setting): Talk about the language of a source file
11483         versus the working language.  The old documentation did not match
11484         what GDB did.
11485
11486 Wed Feb  1 20:26:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11487
11488         * stabs.texinfo (Source Files): Document N_SO used to mark the end
11489         of a source file.
11490
11491 Mon Jan 23 14:23:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11492
11493         * gdb.texinfo (Processes): New node.
11494
11495 Tue Jan 17 14:09:03 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11496
11497         * remote.texi: Update documentation of set/show mipsfpu.
11498
11499 Fri Jan  6 17:17:28 1995  Stan Shebs  <shebs@andros.cygnus.com>
11500
11501         * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11502         * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11503
11504 Sun Sep  4 16:47:21 1994  Stan Shebs  (shebs@andros.cygnus.com)
11505
11506         * gdbint.texinfo: Removed mentions of some incorrectly placed and
11507         obsolete conditionals, described some others.
11508
11509 Mon Aug  1 15:42:39 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11510
11511         * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11512         SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11513
11514 Mon Aug  1 15:12:02 1994  Stan Shebs  (shebs@andros.cygnus.com)
11515
11516         * gdbint.texinfo: Put regex conditionals in their own table.
11517
11518 Tue Jul 26 18:32:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
11519
11520         * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11521         described or fixed the descriptions of many others.
11522
11523 Sun Jul 17 14:14:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
11524
11525         * gdb.texinfo: Add some more credits.
11526         * gdbint.texinfo: Capitalize GDB consistently, describe some
11527         macros and remove some.
11528
11529 Thu Jul 14 18:43:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
11530
11531         * gdbint.texinfo: Removed mentions of many incorrectly placed and
11532         obsolete conditionals, described some others.
11533
11534 Tue Jul 12 12:23:15 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11535
11536         * gdb.texinfo (help targets):  Changed to `help target', which
11537         is the correct gdb command.
11538
11539 Wed Jun 22 18:00:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11540
11541         * annotate.texi (TODO): New node, for keeping track of annotations
11542         suggested but not yet implemented.
11543
11544 Wed Jun  1 16:10:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11545
11546         * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11547         another symbol, it is not the address itself.
11548
11549 Thu May  5 20:23:36 1994  Stan Shebs  (shebs@andros.cygnus.com)
11550
11551         * stabs.texinfo (Stab Section Basics): Add comment about alignment
11552         of stabs-in-coff sections.
11553
11554 Wed May  4 06:26:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11555
11556         * annotate.texi: Change edition to 0.5 and date to May 1994.
11557         Add index.
11558         (Frames): New node, for frame annotation.
11559         (Displays): New node, for display annotation.
11560
11561         * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11562         when waiting for your program to stop.
11563
11564 Fri Apr 29 18:24:46 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11565
11566         * annotate.texi (Breakpoint Info): Document annotation of header
11567         fields and record annotation.
11568
11569 Thu Apr 28 07:44:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11570
11571         * annotate.texi: New file, to document annotations.
11572
11573 Thu Apr 21 14:20:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11574
11575         * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11576         16 I meant to make this change but did not).  Do remove gdb-cfg.texi.
11577
11578 Wed Apr 20 11:22:48 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11579
11580         * stabs.texinfo (Stab Section Basics): Say what is in .stab
11581         section, and say n_strx field is compilation unit relative.
11582         * stabs.texinfo: Don't use @code for a.out when it is the name of
11583         an object file format.
11584
11585 Wed Apr 13 20:29:54 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11586
11587         * gdb.texinfo: Refer to file names, not path names, per rms
11588         convention.
11589         (Arguments): Fix typo.
11590
11591 Thu Mar 24 08:09:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11592
11593         * stabs.texinfo (Global Variables): Talk about stabs in files
11594         where variables are referenced, but not defined.
11595
11596 Wed Mar 23 07:16:36 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11597
11598         * stabs.texinfo: Move stuff on @ and # type descriptors from node
11599         Cplusplus to new nodes Member Type Descriptor and Method Type
11600         Descriptor.  Re-write stuff for #.
11601
11602 Wed Mar 16 08:20:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11603
11604         * gdb.texinfo (Print Settings): Don't document "set print
11605         fast-symbolic-addr off".  The bug which it worked around was fixed
11606         on 25 Feb 94 in coffread.c, so I'm nuking the command.
11607
11608         * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11609         N_ENTRY node.
11610
11611         * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11612
11613 Tue Mar 15 08:43:02 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11614
11615         * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11616         references to ieee-float.c.
11617
11618 Fri Mar 11 08:09:40 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11619
11620         * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11621         match what the code actually does.
11622
11623 Wed Mar  9 19:43:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11624
11625         * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11626
11627 Tue Mar  1 17:04:43 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11628
11629         * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11630         i, and b.
11631
11632 Wed Feb 23 10:44:18 1994  Jim Kingdon  (kingdon@rtl.cygnus.com)
11633
11634         * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11635         well as for ELF and SOM.  Unify the descriptions of ELF and SOM
11636         as "stabs in sections" rather than just saying "ELF and SOM".
11637         Also make that stuff apply to COFF.
11638
11639 Fri Feb 18 08:25:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11640
11641         * gdb.texinfo (Formatting Documentation): Change GhostScript to
11642         Ghostscript.
11643
11644 Fri Feb  4 06:31:31 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11645
11646         * gdb.texinfo (Continuing and Stepping): When talking about "step"
11647         versus functions without line numbers, also mention stepping into
11648         them as well as "step" when you are in them.  Tell the user how to
11649         deal with the situation.  Add comment about "debugging information".
11650
11651 Thu Feb  3 11:39:59 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11652
11653         * stabs.texinfo (Enumerations): Document restriction on where
11654         enumeration types can appear and still win with GDB.
11655
11656 Wed Feb  2 11:29:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11657
11658         * stabs.texinfo (Negative Type Numbers): Document format for type
11659         -16.
11660
11661 Thu Jan 27 16:53:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11662
11663         * gdb.texinfo (Selection, Frame Info): Update information about
11664         arbitrary frame specficiations.
11665
11666 Wed Jan 26 15:31:57 1994  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11667
11668         * gdb.texinfo, remote.texi: general editing pass prior to Net release
11669
11670 Tue Jan 25 12:12:04 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11671
11672         * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11673
11674 Wed Jan 19 06:39:24 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
11675
11676         * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11677
11678 Sun Jan 16 12:43:32 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11679
11680         * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11681         Differences node to Statics node.
11682         (Statics): Discuss XCOFF use of V symbol descriptor.
11683
11684         * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11685         not clean.
11686
11687 Wed Jan 12 21:29:54 1994  John Gilmore  (gnu@cygnus.com)
11688
11689         * gdb.texinfo (Print Settings): Document `set print
11690         fast-symbolic-addr' and improve the doc for some other
11691         `set print's.
11692
11693 Mon Jan  3 17:23:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11694
11695         * stabs.texinfo (String Field): Talk about defining several type
11696         numbers at once.
11697         Fix lint regarding changing node ELF Transformations to
11698         ELF and SOM Transformations.
11699
11700 Fri Dec 31 00:42:43 1993  John Gilmore  (gnu@cygnus.com)
11701
11702         * stabs.texinfo:  Insert Peter Kessler's name as inventor (I think).
11703
11704 Tue Dec 28 09:30:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11705
11706         * stabs.texinfo (Cross-References): `::' is for nested types only
11707         within <>.
11708         (Structures): Document static members.
11709
11710 Mon Dec 27 13:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11711
11712         * stabs.texinfo: Document S type attribute.
11713
11714 Sun Dec 26 20:46:36 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
11715
11716         * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11717
11718 Fri Dec  3 19:13:19 1993  John Gilmore  (gnu@cygnus.com)
11719
11720         * gdbint.texinfo:  Fix a few typos.
11721
11722 Sun Nov 28 18:06:25 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11723
11724         * gdb.texinfo, remote.texi: formatting improvements
11725
11726         * gdb.texinfo (New Features): mention threads.
11727         (Summary, C): fix xrefs in newly contributed text.
11728         (Threads): index entries, clarifications, example
11729         (passim): minor typos fixed, phrasing improvements
11730
11731         * remote.texi (Bootstrapping): rephrase text on ^C and add index
11732         entries; (Server): explain use of gdbserver w/real-time systems,
11733         add example of conflicting TCP port; (MIPS Remote) break up
11734         running text into table, highlighting commands, and add example.
11735
11736 Wed Nov 24 14:15:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11737
11738         * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11739
11740 Fri Nov 12 16:10:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11741
11742         * stabs.texinfo (Nested Symbols): New node.
11743         (String Field, Symbol Descriptors, Cross-References): Refer to it.
11744
11745 Thu Nov 11 13:26:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11746
11747         * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11748         to picking which Bbss.bss symbol to use, and (because there seems to
11749         be no good way of doing it) re-write some of the text to make it
11750         sound like Bbss.bss isn't such a great idea after all (as currently
11751         designed).
11752
11753         * gdb.texinfo (C): In addition to saying people have to use g++ for
11754         good results, say they have to use stabs.  Specifically say cfront
11755         doesn't work well.
11756         (Summary): Merge in information on Modula-2, Pascal, and Chill from
11757         the gdb README.  Add xrefs to places where the support for the various
11758         languages is described in detail.
11759
11760 Mon Nov  8 11:47:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11761
11762         * stabs.texinfo: Clean up stuff about visibility and virtual
11763         characters.
11764
11765         * stabs.texinfo (N_M2C): Cite Sun doc.
11766
11767 Fri Nov  5 16:27:27 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11768
11769         * gdb.texinfo: updates re threads.
11770         * remote.texinfo: avoid index entries starting with digits.
11771
11772 Tue Nov  2 09:08:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11773
11774         * stabs.texinfo (Enumerations): Talk about large, negative and
11775         octal values.  Clean up cross reference to type attributes.
11776         (String Field): Say that GDB 4.11 supports size attribute.
11777
11778 Sun Oct 31 13:31:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11779
11780         * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11781         is a mandatory step.  Make the stuff about that more concise.
11782
11783 Wed Oct 27 00:25:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11784
11785         * stabs.texinfo (Class Names): New node.
11786
11787         * gdb.texinfo (Command Files): Explain order of init file reading.
11788
11789         * remote.texi (Bootstrapping): Talk about getting the serial driver
11790         to deal with ^C sent by gdb to stop the remote system.
11791
11792 Mon Oct 25 03:25:41 1993  Tom Lord  (lord@cygnus.com)
11793
11794         * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11795
11796         * libgdb.texinfo (Defining Commands): made the DOC arg
11797         to gdb_define_app_command a char * instead of char **
11798         per a suggestion from kingdon.
11799
11800         * libgdb.texinfo: total rewrite from a different starting
11801         premise.
11802
11803 Wed Oct 20 18:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11804
11805         * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11806         floats passed as doubles (to improve clarity).
11807
11808 Tue Oct 19 14:21:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11809
11810         * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11811
11812         * a4rc.sed: update to work with Andreas Vogel papersize params
11813
11814         * refcard.tex: use Andreas Vogel simplifications of papersize
11815         params; remove useless version info; update copyright date.
11816
11817 Tue Oct 19 10:46:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11818
11819         * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11820
11821 Tue Oct 12 09:11:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11822
11823         * gdb.texinfo (Files): Say what address the load command loads it at.
11824
11825         * stabs.texinfo (Common Blocks): Minor cleanups.
11826
11827         * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11828         that Sun has backed away from the linker kludge and thus the relevant
11829         issue is changes to the SunPRO tools, not the Solaris linker.
11830
11831         * stabs.texinfo (Traditional Integer Types): Clean up description
11832         of octal bounds a little bit.  Document extra leading zeroes.
11833
11834 Thu Oct  7 16:15:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11835
11836         * gdb.texinfo (Signaling): Update for symbolic symbol names
11837         and add a section explaining the difference between the GDB
11838         signal command and the shell kill utility.
11839
11840 Wed Oct  6 13:23:01 1993  Tom Lord  (lord@rtl.cygnus.com)
11841
11842         * libgdb.texinfo: added `@' to braces that were unescaped.
11843
11844 Mon Oct  4 10:42:18 1993  Tom Lord  (lord@rtl.cygnus.com)
11845
11846         * libgdb.texinfo: new file.  Spec for the gdb library.
11847
11848 Sun Oct  3 15:26:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11849
11850         * stabs.texinfo (Include Files): Fix typo (start -> end).
11851
11852 Thu Sep 30 18:24:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11853
11854         * gdb.texinfo, remote.texi: assorted small improvements, mostly
11855         from Melissa at FSF's editing pass.
11856
11857 Thu Sep 30 11:54:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11858
11859         * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11860         I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11861         Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11862
11863 Wed Sep 22 21:22:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11864
11865         * remote.texi (Bootstrapping): Discuss 386 call gates.
11866
11867 Sat Sep 18 17:10:44 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11868
11869         * stabs.texinfo (Based Variables): New node.
11870
11871 Thu Sep 16 17:48:55 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
11872
11873         * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11874         names, sizes, and formats to suggest how not to lose.
11875
11876 Sat Sep 11 09:35:11 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11877
11878         * stabs.texinfo (Methods): Fix typo.
11879
11880 Fri Sep 10 06:34:20 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11881
11882         * gdb.texinfo: Fix a few typos.
11883
11884 Wed Sep  8 09:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11885
11886         * gdb.texinfo: Clarify how well it works with Fortran.
11887
11888         * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11889         More on relocating stabs in ELF files.
11890
11891 Tue Sep  7 13:45:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11892
11893         * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11894
11895 Mon Sep  6 19:23:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11896
11897         * stabs.texinfo (Local Variable Parameters): Talk about nameless
11898         parameters on VAX.
11899
11900 Fri Sep  3 17:06:08 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11901
11902         * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11903
11904 Fri Sep  3 12:04:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11905
11906         * stabs.texinfo: Make info author notice match the TeX author notice.
11907
11908 Tue Aug 31 13:21:06 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11909
11910         * stabs.texinfo: Initial-caps all words in node names and
11911         non-trivial words in section names.
11912
11913 Mon Aug 30 11:13:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11914
11915         * stabs.texinfo: Many minor cleanups.
11916
11917         * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11918
11919 Sat Aug 28 12:08:09 1993  David J. MacKenzie  (djm@edison.eng.umd.edu)
11920
11921         * stabs.texinfo: Remove full description of big example.
11922         It's not really helpful; just use pieces of it where appropriate.
11923         Add more Texinfo formatting directives (@samp, etc.).
11924         Use @deffn to define stab types.
11925         Eliminate some wordiness.  Break up some nodes.
11926         Add an (alphabetized) index of symbol types.
11927         Use consistent capitalization style in node and section names.
11928
11929 Thu Aug 26 06:36:31 1993  Fred Fish  (fnf@deneb.cygnus.com)
11930
11931         * gdb.texinfo:  Change typo "Two two" to "The two".
11932
11933 Sun Aug 22 12:15:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11934
11935         * stabs.texinfo (XCOFF-differences): Remove references to
11936         non-existent types N_DECL and N_RPSYM.
11937
11938         * stabs.texinfo (String Field): Say that type attributes bug is
11939         fixed in GDB 4.10, since it is.
11940
11941         * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11942
11943 Sat Aug 21 04:32:28 1993  David MacKenzie  (djm@cygnus.com)
11944
11945         * stabs.texinfo: Formatting cleanups.
11946
11947 Fri Aug 20 20:49:53 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11948
11949         * stabs.texinfo: When explaining the n_type of a stab, standardize
11950         how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11951         no tabs, use @r).
11952         (Global Variables): Clean up.
11953
11954 Tue Aug 17 15:57:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11955
11956         * stabs.texinfo (Stack Variables): Re-write.
11957
11958 Mon Aug 16 21:20:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11959
11960         * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11961         addresses of a source file.  Also revise formatting.
11962         Change "object module" or "object file" to "source file".
11963         Various: Miscellaneous cleanups.
11964
11965 Thu Aug 12 15:11:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11966
11967         * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11968
11969 Tue Aug 10 16:57:49 1993  Stan Shebs  (shebs@rtl.cygnus.com)
11970
11971         * gdbint.texinfo: Removed many nonsensical machine-collected
11972         host and target conditionals, described some of the remainder.
11973
11974 Tue Aug 10 13:28:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11975
11976         * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11977
11978         * gdbint.texinfo (Top): Add name to @top line, and re-write the
11979         paragraph which follows.
11980
11981         * gdbint.texinfo (Host): Use @code not @samp for Makefile
11982         variables.  Looks better and avoids overful hbox.
11983
11984 Fri Jul 30 18:26:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11985
11986         * stabs.texinfo (Procedures): Improve stuff on nested functions.
11987
11988 Thu Jul 29 15:10:58 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11989
11990         * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11991         retransmit-timeout
11992
11993 Thu Jul 29 13:16:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11994
11995         * gdbint.texinfo: Update statement about `some ancient Unix
11996         systems, like Ultrix 4.0' to Ultrix 4.2.
11997
11998 Wed Jul 28 15:26:53 1993  Roland H. Pesch  (pesch@el_bosque.cygnus.com)
11999
12000         * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
12001
12002         * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
12003
12004         * remote.texi: (Server) New node on gdbserver.  (Remote Serial,
12005         ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
12006
12007         * remote.texi: new name for former gdbinv-s.texi
12008
12009         * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
12010
12011 Wed Jul 28 08:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
12012
12013         * gdbinv-s.texi: Documented timeout and retransmit-timeout
12014         variables for MIPS remote debugging protocol.
12015
12016 Mon Jul 26 13:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12017
12018         * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
12019
12020 Tue Jul 20 16:30:41 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
12021
12022         * Makefile.in (refcard.dvi): Use srcdir where necessary.
12023
12024 Mon Jul 19 12:02:50 1993  Roland H. Pesch  (pesch@cygnus.com)
12025
12026         * gdb.texinfo: repair conditional bugs in text markup
12027
12028 Fri Jul 16 18:57:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12029
12030         * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
12031         to select Modula-2 material.
12032
12033 Thu Jul 15 13:15:01 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12034
12035         * stabs.texinfo: Cleanups regarding statics.
12036
12037         * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
12038         (Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.
12039
12040 Mon Jul 12 13:37:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12041
12042         * stabs.texinfo: N_MAIN is sometimes used for C.
12043
12044 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12045
12046         * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
12047
12048 Tue Jul  6 12:41:28 1993  John Gilmore  (gnu@cygnus.com)
12049
12050         * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
12051         removed from the code by Kingdon.
12052
12053 Tue Jul  6 12:24:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12054
12055         * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
12056         input when evaluating breakpoint conditions; the bug has been fixed.
12057
12058         * gdb.texinfo (Continuing and Stepping): Argument to "continue"
12059         sets the ignore count to N-1, not to N.
12060
12061 Thu Jul  1 14:57:42 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12062
12063         * refcard.tex (\hoffset): correct longstanding error to match
12064           intended offset; avoids cutting off edge on some printers
12065
12066 Wed Jun 30 18:23:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12067
12068         * stabs.texinfo (Parameters): Say that order of stabs is significant.
12069
12070 Fri Jun 25 21:34:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12071
12072         * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
12073
12074 Fri Jun 25 16:15:10 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12075
12076         * Makefile.in: (REFEDITS) new var to control whether PS or CM
12077         fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
12078         collect sed edits if any, apply to refcard before formatting;
12079         (refcard.ps) stop implying PS fonts if PS output requested;
12080         (lrefcard.ps) delete extra target for variant PS fonts
12081
12082         * refcard.tex: parametrize papersize dependent info, collect
12083           in easily replaced spot
12084
12085         * a4rc.sed: new file, edits to refcard for A4 paper
12086
12087 Fri Jun 25 14:21:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12088
12089         * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
12090
12091 Wed Jun 23 15:02:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12092
12093         * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
12094
12095 Tue Jun 22 16:31:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12096
12097         * stabs.texinfo: Express disapproval of 'D' symbol descriptor
12098         politely rather than rudely.
12099
12100 Fri Jun 18 19:42:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12101
12102         * stabs.texinfo: Document common blocks.
12103
12104 Fri Jun 18 12:12:57 1993  Fred Fish  (fnf@cygnus.com)
12105
12106         * stabs.texinfo:  Add some basic info about stabs-in-elf.
12107
12108 Fri Jun 18 13:57:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12109
12110         * stabs.texinfo (Top): Minor cleanup.
12111
12112 Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
12113
12114         * Makefile.in (install-info): remove parentdir support
12115
12116 Tue Jun 15 18:11:39 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12117
12118         * gdb.texinfo (Copying): delete this node and references to it;
12119         RMS says this manual need not carry GPL. (passim): Improvements
12120         from last round at FSF, largely due to Ian Taylor review, and
12121         minor formatting improvements.
12122
12123         * gdbinv-s.texi (passim): Improvements from last round at FSF,
12124         largely due to Ian Taylor review. (Debug Session): minor edits to
12125         new text.
12126
12127 Sun Jun 13 12:52:39 1993  Jim Kingdon  (kingdon@cygnus.com)
12128
12129         * Makefile.in (realclean): Remove info and dvi files too.
12130
12131 Sat Jun 12 16:09:22 1993  Jim Kingdon  (kingdon@cygnus.com)
12132
12133         * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
12134         * Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.
12135         * gdb.texinfo: Change accordingly.
12136
12137         * stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
12138         N_{L,R}BRAC,N_SLINE are relative to.
12139
12140 Fri Jun 11 15:15:55 1993  Jim Kingdon  (kingdon@cygnus.com)
12141
12142         * Makefile.in (GDBvn.texi): Update atomically.
12143
12144 Wed Jun  9 10:58:16 1993  Jim Kingdon  (kingdon@cygnus.com)
12145
12146         * gdbinv-s.texi (Debug Session): Document exceptionHook.
12147
12148 Tue Jun  8 13:42:04 1993  Jim Kingdon  (kingdon@cygnus.com)
12149
12150         * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
12151         addresses together.  Also motivate the set print symbol-filename
12152         command and suggest other solutions.
12153
12154 Tue Jun  1 22:46:43 1993  Fred Fish  (fnf@cygnus.com)
12155
12156         * gdb.texinfo (set print elements):  Note that the number of
12157         elements is set to unlimited by "set print elements 0".
12158
12159 Mon May 31 08:06:55 1993  Jim Kingdon  (kingdon@cygnus.com)
12160
12161         * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
12162         NF_LDOUBLE means.
12163         (Stab Types): Include Solaris stab types.
12164         (Procedures): Document Solaris extensions.
12165
12166 Thu May 27 06:20:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
12167
12168         * gdb.texinfo:  Add `set print symbol-filename' doc.
12169
12170 Wed May 26 00:26:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12171
12172         * stabs.texinfo (Arrays): Talk about type definition vs. type
12173         information.
12174
12175         * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
12176         the trailing semicolon.
12177
12178 Tue May 25 14:49:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12179
12180         * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
12181         and merge in other parts of the document addressing these subjects.
12182         gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
12183
12184         * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
12185         at the end of a range type.
12186
12187         * stabs.texinfo (Subranges): "A offset" and "T offset" are not
12188         AIX extensions.
12189
12190 Mon May 24 09:00:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12191
12192         * stabs.texinfo (Stabs Format):  Misc fixes.
12193
12194 Sat May 22 10:40:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12195
12196         * stabs.texinfo (Constants):  Allow an `e' constant to be non-enum.
12197         (Traditional builtin types): Document convex convention for long long.
12198         (Negative builtin types): Discuss type names, and misc fixes.
12199
12200 Fri May 21 11:20:31 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12201
12202         * stabs.texinfo (Builtin Type Descriptors): Document the floating
12203         point types used with @samp{R} type descriptor.
12204         (Symbol Descriptors): Describe how to handle conflict between
12205         different meanings of @samp{P} symbol descriptor.
12206
12207 Thu May 20 13:35:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12208
12209         * stabs.texinfo: Remove node Quick Reference and put its children
12210         directly under the main menu.
12211
12212         * stabs.texinfo: Many more changes to bring it into line with
12213         AIX documentation and reality.  I think it now has all the
12214         information from the AIX documentation, except that I burned
12215         out when I got to variant records (Pascal and Modula-2) and
12216         all the COBOL types.  Oh well, we can add them later when we're
12217         worrying more about those languages.
12218
12219         * stabs.texinfo (Automatic variables): Talk about what it means
12220         to omit the symbol descriptor.
12221
12222 Tue May 18 17:59:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
12223
12224         * stabs.texinfo (Parameters): Add "(sometimes)" when describing
12225         gcc2 behavior with promoted args.
12226
12227 Fri May 14 21:35:29 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12228
12229         * gdb.texinfo: include readline appendices in info version of manual
12230
12231 Fri May  7 11:56:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12232
12233         * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
12234         target remote.
12235
12236         * gdb.texinfo (Machine Code): more index entries for disassemble
12237
12238 Fri May  7 10:12:30 1993  Fred Fish  (fnf@cygnus.com)
12239
12240         * Clarify the intended use of the gdb-testers and gdb-patches
12241         mailing lists, and shrink gzip comment.
12242
12243 Thu May  6 16:39:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12244
12245         * gdb.texinfo (Shell Commands): do not mention SHELL env var in
12246         DOSHOST configuration of manual.
12247
12248         * gdb.texinfo (MIPS Stack): new node.
12249
12250         * all-config.texi (MIPS) new switch.
12251
12252         * gdbinv-s.texi (Nindy Options) Remove two instances of future
12253         tense; (MIPS Remote) new node.
12254
12255         * gdb.texinfo (passim) rephrases to work around makeinfo @value
12256         bug; (Environment) less passive, other small cleanups in text about
12257         .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
12258         (Remote) new MIPS Remote menu entry.
12259
12260 Thu Apr 29 09:36:25 1993  Jim Kingdon  (kingdon@cygnus.com)
12261
12262         * stabs.texinfo: Many changes to include information from the
12263         AIX documentation.
12264
12265         * gdb.texinfo (Environment): Mention pitfall with .cshrc.
12266
12267 Tue Apr 27 14:02:57 1993  Jim Kingdon  (kingdon@cygnus.com)
12268
12269         * gdbint.texinfo (new node Debugging GDB, elsewhere):
12270         Move a bunch of information from ../README.
12271         (Getting Started): New node.
12272
12273 Fri Apr 23 17:21:13 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12274
12275         * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
12276
12277         * gdb.texinfo: advance manual revision dates to present
12278
12279         * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
12280         stop using silly Roman numerals in @set variable names
12281
12282 Fri Apr 23 07:30:01 1993  Jim Kingdon  (kingdon@cygnus.com)
12283
12284         * stabs.texinfo (Parameters): Keep trying to get this right.
12285
12286 Wed Apr 21 15:18:47 1993  Jim Kingdon  (kingdon@cygnus.com)
12287
12288         * stabs.texinfo (Parameters): More on "local parameters".
12289
12290 Mon Apr 19 08:00:51 1993  Jim Kingdon  (kingdon@cygnus.com)
12291
12292         * stabs.texinfo (Parameters): Re-do "local parameters" section.
12293
12294 Sun Apr 18 09:47:45 1993  Jim Kingdon  (kingdon@cygnus.com)
12295
12296         * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
12297         (Parameters): Rewrite.
12298         (xcoff-differences, Sun-differences): Minor changes.
12299
12300 Thu Apr 15 02:35:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
12301
12302         * stabs.texinfo:  Minor cleanup.
12303
12304 Wed Apr 14 17:31:00 1993  Jim Kingdon  (kingdon@cygnus.com)
12305
12306         * gdbint.texinfo: Minor xcoff stuff.
12307
12308 Wed Apr  7 14:11:07 1993  Fred Fish  (fnf@cygnus.com)
12309
12310         * gdbint.texinfo:  Update for new config directory structure.
12311         Add info about internal type data structures.
12312
12313 Mon Apr  5 09:06:30 1993  Ian Lance Taylor  (ian@cygnus.com)
12314
12315         * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
12316         $(srcdir).
12317         (gdb-config.texi): Depend on file in $(srcdir).
12318
12319 Fri Apr  2 16:55:13 1993  Jim Kingdon  (kingdon@cygnus.com)
12320
12321         * stabs.texinfo: Fixes about N_SO.
12322
12323 Fri Mar 26 18:00:35 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12324
12325         * gdb.texinfo: include list of nonstandard init file names
12326
12327         * *-config.texi: new switch GENERIC for text that applies *only*
12328         to (usual) multiple-target version of manual
12329
12330         * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
12331         h8 config
12332
12333         * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
12334         in menus (rather than conditionally selected multiple alternative
12335         menus).
12336
12337         * Makefile.in: define and use DOC_CONFIG var to select
12338         configuration for GDB user manual.
12339
12340         * gdb-config.texi: delete from repository, generate from Makefile.
12341
12342         * all-config.texi: normal `generic' configuration file, formerly
12343         stored as gdb-config.texi
12344
12345 Wed Mar 24 14:03:19 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
12346
12347         * Makefile.in: add dvi target to build all .dvi files
12348
12349 Tue Mar 23 16:03:24 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12350
12351         * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
12352
12353 Fri Mar 19 21:46:50 1993  John Gilmore  (gnu@cygnus.com)
12354
12355         * gdbint.texinfo:  Doc NO_MMALLOC and NO_MMALLOC_CHECK as
12356         host conditionals.
12357         * stabs.texinfo:  More array fixes inspired by Jim's.
12358
12359 Fri Mar 19 10:23:34 1993  Jim Kingdon  (kingdon@cygnus.com)
12360
12361         * stabs.texinfo: Fixes re arrays and continuations.
12362
12363         * gdbint.texinfo: Add XCOFF node.
12364
12365 Mon Mar  8 15:52:18 1993  John Gilmore  (gnu@cygnus.com)
12366
12367         * gdb.texinfo:  Add `set print max-symbolic-offset' doc.
12368
12369 Sun Feb 21 17:09:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
12370
12371         * stabs.texinfo:  Fix for array types to mention lower bounds.
12372
12373 Thu Feb 18 01:19:49 1993  John Gilmore  (gnu@cygnus.com)
12374
12375         * gdbint.texinfo:  Update PTRACE_ARG3_TYPE doc, pull PT_*.
12376
12377 Wed Feb 17 08:15:24 1993  John Gilmore  (gnu@cygnus.com)
12378
12379         * gdbint.texinfo:  Remove SET_STACK_LIMIT_HUGE from target defines.
12380
12381 Thu Feb 11 10:38:40 1993  John Gilmore  (gnu@cygnus.com)
12382
12383         * gdbint.texinfo:  Fix thinko (NM_FILE => NAT_FILE).  Found
12384         by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
12385
12386 Wed Feb 10 23:59:19 1993  John Gilmore  (gnu@cygnus.com)
12387
12388         * gdbint.texinfo:  Eliminate IBM6000_HOST, document IBM6000_TARGET.
12389
12390 Tue Feb  9 18:26:21 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12391
12392         * gdb.texinfo, gdbinv-s.texi: misc updates
12393
12394 Sat Feb  6 10:25:47 1993  John Gilmore  (gnu@cygnus.com)
12395
12396         * gdbint.texinfo:  Brief documentation for longjmp support,
12397         from an email msg by Stu.
12398
12399 Fri Feb  5 14:10:15 1993  John Gilmore  (gnu@cygnus.com)
12400
12401         * stabs.texinfo:  Fix description of floating point "range"
12402         types (which really define basic types).  Reported by Jim Meehan,
12403         <meehan@src.dec.com>.
12404
12405         * gdbint.texinfo:  Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12406
12407 Thu Feb  4 13:56:46 1993  Ian Lance Taylor  (ian@cygnus.com)
12408
12409         * gdbint.texinfo: Slightly expand section on supporting a new
12410         object file format.
12411
12412 Thu Feb  4 01:49:04 1993  John Gilmore  (gnu@cygnus.com)
12413
12414         * Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
12415         intermediate file.
12416
12417 Tue Feb  2 12:18:06 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12418
12419         * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12420
12421 Mon Feb  1 15:35:47 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12422
12423         * gdbinv-s.texi: z8000 simulator target name is just "sim"
12424
12425         * gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
12426         as well as Z8002.
12427
12428 Sat Nov 28 06:51:35 1992  John Gilmore  (gnu@cygnus.com)
12429
12430         * gdbint.texinfo:  Add sections on clean design and on how to send
12431         in changes.
12432
12433 Mon Nov  9 23:57:02 1992  John Gilmore  (gnu@cygnus.com)
12434
12435         * gdbint.texinfo:  Add how to declare the result of make_cleanup.
12436
12437 Mon Oct 26 11:09:47 1992  John Gilmore  (gnu@cygnus.com)
12438
12439         * gdb.texinfo:  Fix typo, reported by Karl Berry.
12440
12441 Fri Oct 23 00:41:21 1992  John Gilmore  (gnu@cygnus.com)
12442
12443         * gdb.texinfo:  Add opcodes dir to GDB distribution description.
12444
12445 Sat Oct 10 18:04:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12446
12447         * gdbint.texinfo: fixed a stray email address (needs @@),
12448         added @table @code to node "Native Conditionals"
12449
12450 Tue Sep 22 00:34:15 1992  John Gilmore  (gnu@cygnus.com)
12451
12452         * gdbint.texinfo:  Describe coding style of GDB.
12453
12454 Mon Sep 21 19:32:16 1992  John Gilmore  (gnu@cygnus.com)
12455
12456         * stabs.texinfo:  Minor wording changes.
12457
12458 Tue Sep 15 02:57:09 1992  John Gilmore  (gnu@cygnus.com)
12459
12460         * gdbint.texinfo:  Improve release doc slightly.
12461
12462 Fri Sep 11 01:34:25 1992  John Gilmore  (gnu@sphagnum.cygnus.com)
12463
12464         * gdbint.texinfo:  Improve doc of GDB config macros.
12465
12466 Wed Sep  9 16:52:06 1992  John Gilmore  (gnu@cygnus.com)
12467
12468         * stabs.texinfo:  Remove Bothner's changes for C++ nested types.
12469         These will be reinserted when examined.
12470
12471 Mon Aug 24 01:17:55 1992  John Gilmore  (gnu@cygnus.com)
12472
12473         * gdbint.texinfo:  Make a start at documenting all the #if macros
12474         in GDB.  At least list them all, and start separating them into
12475         host-specific and target-specific.
12476
12477 Tue Aug 18 15:59:13 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12478
12479         * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12480         examples (not consistent w others).
12481         gdb.texinfo: issue disclaimer paragraph on cmdline options only
12482         for generic vn of doc
12483
12484 Tue Aug 18 14:53:27 1992  Ian Lance Taylor  (ian@cygnus.com)
12485
12486         * Makefile.in: always create installation directories.
12487
12488 Tue Aug 18 14:11:50 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12489
12490         * gdb.texinfo: in h8 config, do not describe searching commands.
12491
12492 Mon Aug 17 18:07:59 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12493
12494         * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12495           conditionals; introduce a few generic switches that may be
12496           useful for other cross-dev or dos-hosted configs.
12497
12498         * gdb.texinfo: fix typo in "info reg" description
12499
12500 Sun Aug 16 01:16:18 1992  John Gilmore  (gnu@cygnus.com)
12501
12502         * stabs.texinfo:  Minor updates from running TeX over it.
12503         * Makefile.in (stabs.dvi, stabs.ps):  Add.
12504
12505 Sat Aug 15 20:52:24 1992  Per Bothner  (bothner@rtl.cygnus.com)
12506
12507         * stabs.texinfo:  Stabs documentation, written by Julia Menapace.
12508         First pass at converting it to texinfo.
12509
12510 Sat Aug 15 03:14:59 1992  John Gilmore  (gnu@cygnus.com)
12511
12512         * gdb.texinfo, refcard.tex:  Document mult args on `info reg'.
12513         * Makefile.in (refcard.ps, lrefcard.ps):  Add missing $(srdir).
12514
12515 Fri Aug 14 21:08:47 1992  John Gilmore  (gnu@cygnus.com)
12516
12517         * gdbint.texinfo:  Add section on partial symbol tables.
12518
12519 Sat Jun 20 16:31:10 1992  John Gilmore  (gnu at cygnus.com)
12520
12521         * gdb.texinfo:  document `set remotedebug' and `set
12522         rstack_high_address'.
12523
12524 Thu May 14 17:09:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12525
12526         * gdb.texinfo: slight expansion of new text on reading info files
12527         * gdbinv-s.m4.in: correct and expand info on cross-debugging
12528         H8/300 from DOS.
12529
12530 Tue May 12 12:22:47 1992  John Gilmore  (gnu at cygnus.com)
12531
12532         * gdb.texinfo:  `info user' => `show user'.  Noticed by David Taylor.
12533
12534 Mon May 11 19:06:27 1992  John Gilmore  (gnu at cygnus.com)
12535
12536         * gdb.texinfo:  Say how to read the `info' files.
12537
12538 Tue May  5 12:11:38 1992  K. Richard Pixley  (rich@cygnus.com)
12539
12540         * Makefile.in: gm4 -> m4.
12541
12542 Fri Apr 10 17:50:43 1992  John Gilmore  (gnu at rtl.cygnus.com)
12543
12544         * gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
12545         Documentation' ahead of `Installing GDB' to match README.
12546         Update shared library doc, -readnow and -mapped, and directory
12547         structure (add glob and mmalloc).  Update configure doc.
12548
12549 Tue Mar 24 23:28:38 1992  K. Richard Pixley  (rich@cygnus.com)
12550
12551         * Makefile.in: remove $(srcdir) from gdb.info rule.
12552
12553 Sat Mar  7 18:44:50 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12554
12555         * Makefile.in: commented out gdb-all.texinfo rule.  This is
12556           temporary.
12557
12558 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
12559
12560         * Makefile.in, configure.in: removed traces of namesubdir,
12561           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
12562           copyrights to '92, '13, changed some from Cygnus to FSF.
12563
12564 Fri Dec 13 09:47:31 1991  John Gilmore  (gnu at cygnus.com)
12565
12566         * gdb.texinfo:  Improve how we ask for bug reports.
12567
12568 Tue Dec 10 04:07:21 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12569
12570         * Makefile.in: infodir belongs in datadir.
12571
12572 Fri Dec  6 23:57:34 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12573
12574         * Makefile.in: remove spaces following hyphens, bsd make can't
12575           cope.  install using INSTALL_DATA.  added clean-info.  added
12576           standards.text support.
12577
12578 Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12579
12580         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
12581           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
12582           and mandir now keyed off datadir by default.
12583
12584 \f
12585 Local Variables:
12586 mode: change-log
12587 left-margin: 8
12588 fill-column: 74
12589 version-control: never
12590 coding: utf-8
12591 End: