DWARF-5: .debug_names index producer
[external/binutils.git] / gdb / doc / ChangeLog
1 2017-12-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
2
3         * gdb.texinfo (Index Files): Document .debug_names and -dwarf-5.
4
5 2017-12-07  Keith Seitz  <keiths@redhat.com>
6
7         * gdb.texinfo (Symbols): Document "set print type nested-type-limit"
8         and "show print type nested-type-limit".
9
10 2017-12-07  Phil Muldoon  <pmuldoon@redhat.com>
11
12        * python.texi (Breakpoints In Python): Add text relating
13         to allowed explicit locations and keywords in gdb.Breakpoints.
14
15 2017-12-04  Tom Tromey  <tom@tromey.com>
16
17         * gdb.texinfo (Rust): Update trait object status
18
19 2017-12-01  Andrew Cagney  <cagney@redhat.com>
20             Joel Brobecker  <brobecker@adacore.com>
21             Sergio Durigan Junior  <sergiodj@redhat.com>
22
23         * gdb.texinfo (File Options): Document --readnever.
24         (Commands to Specify Files): Likewise, for 'symbol-file' and
25         'add-symbol-file'.
26
27 2017-11-29  Pedro Alves  <palves@redhat.com>
28
29         PR c++/19436
30         * gdb.texinfo (Debugging C Plus Plus): Document setting
31         breakpoints in functions with ABI tags.
32
33 2017-11-29  Pedro Alves  <palves@redhat.com>
34
35         * gdb.texinfo (Linespec Locations): Document how "function" is
36         interpreted in C++ and Ada.  Document "-qualified".
37         (Explicit Locations): Document how "-function" is interpreted in
38         C++ and Ada.  Document "-qualified".
39
40 2017-11-26  Dominik Czarnota  <dominik.b.czarnota@gmail.com>
41
42         PR gdb/21945
43         * gdb.texinfo (Search Memory): Update description and example
44         about how to search a string without NULL terminator.
45
46 2017-11-24  Joel Brobecker  <brobecker@adacore.com>
47
48         * gdb.texinfo (GDB/MI Ada Exception Information): Document
49         new "exception-message" field.
50
51 2017-11-24  Simon Marchi  <simon.marchi@ericsson.com>
52
53         * gdb.texinfo (Memory Map Format): Update gdb-memory-map.dtd.
54
55 2017-11-24  Pedro Alves  <palves@redhat.com>
56
57         * gdb.texinfo (Completion): Update need-quoting examples.  Remove
58         false claim that GDB inserts quoting automatically.
59         (Symbols): Add anchor.
60
61 2017-11-22  Ulrich Weigand  <uweigand@de.ibm.com>
62
63         * gdb.texinfo (Requirements): Document use of GNU MPFR.
64
65 2017-11-16  Phil Muldoon  <pmuldoon@redhat.com>
66
67         * python.texi (Basic Python): Add rbreak documentation.
68
69 2017-11-07  Xavier Roirand  <roirand@adacore.com>
70             Pedro Alves  <palves@redhat.com>
71
72         * gdb.texinfo (Set Breaks): Document support for breakpoint
73         location ranges in the enable/disable commands.
74
75 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
76
77         * gdb.texinfo (Starting your Program) <The working directory.>:
78         Mention remote debugging.
79         (Working Directory) <Your Program's Working Directory>:
80         Likewise.
81         (Connecting) <Remote Packet>: Add "set-working-dir"
82         and "QSetWorkingDir" to the table.
83         (Remote Protocol) <QSetWorkingDir>: New item, explaining the
84         packet.
85
86 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
87
88         * gdb.texinfo (Starting your Program) <The working directory.>:
89         Mention new "set cwd" command.
90         (Working Directory) <Your Program's Working Directory>:
91         Rephrase to explain that "set cwd" exists and is the default
92         way to change the inferior's cwd.
93
94 2017-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
95
96         * gdb.texinfo (S/390 and System z Features): Document the new
97         features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
98
99 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
100
101         * gdb.texinfo (qXfer:threads:read): Add documentation for handle
102         attribute.
103
104 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
105
106         * python.texi (Inferiors In Python): Add description for method
107         Inferior.thread_from_thread_handle.
108
109 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
110
111         * gdb.texinfo (Starting your Program): Add description of
112         starti command.  Mention starti command as an alternative for
113         debugging the elaboration phase.
114
115 2017-09-16  Simon Marchi  <simon.marchi@ericsson.com>
116
117         * gdb.texinfo (Maintenance Commands): Document filter parameter
118         of "maint selftest".  Document "maint info selftests" command.
119
120 2017-09-11  Tom Tromey  <tom@tromey.com>
121
122         * python.texi (Events In Python): Document new events.
123
124 2017-09-04  Pedro Alves  <palves@redhat.com>
125
126         * gdb.texinfo (Variables) <Program Variables>: Document inspecting
127         no-debug-info variables.
128         (Symbols) <Examining the Symbol Table>: Document inspecting
129         no-debug-info types.
130         (Calling) <Calling functions with no debug info>: New subsection,
131         documenting calling no-debug-info functions.
132         (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
133
134 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
135
136         * gdb.texinfo (set environment): Add @anchor.  Explain that
137         environment variables set by the user are sent to GDBserver.
138         (unset environment): Likewise, but for unsetting variables.
139         (Connecting) <Remote Packet>: Add "environment-hex-encoded",
140         "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
141         "environment-reset" and "QEnvironmentReset" to the table.
142         (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
143         QEnvironmentReset>: New item, explaining the packet.
144
145 2017-08-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
146
147         * gdb.texinfo (Compiling and Injecting Code): Add to subsection
148         "Compiler search for the compile command" descriptions of set
149         compile-gcc and show compile-gcc.
150
151 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
152
153         * gdb.texinfo (Architectures): Add new Sparc64 section to document
154         ADI support.
155         * NEWS: Add "adi examine" and "adi assign" commands.
156
157 2017-08-18  Yao Qi  <yao.qi@linaro.org>
158
159         * gdb.texinfo (Server): Document "--selftest".
160
161 2017-08-16  Ruslan Kabatsayev  <b7.10110111@gmail.com>
162
163         * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
164         Single-Key mode.
165
166 2017-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
167
168         PR gdb/21925
169         * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
170         set...").
171
172 2017-08-09  Simon Marchi  <simon.marchi@ericsson.com>
173
174         * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
175         conditional expression.
176
177 2017-07-31  Simon Marchi  <simon.marchi@ericsson.com>
178
179         * agentexpr.texi (rot): Fix symbolic description, improve
180         textual description.
181
182 2017-07-26  Yao Qi  <yao.qi@linaro.org>
183
184         * gdb.texinfo (Maintenance Commands): Document command
185         "maint check xml-descriptions".
186
187 2017-07-26  Yao Qi  <yao.qi@linaro.org>
188
189         * gdb.texinfo (Maintenance Commands): Document optional
190         argument of "maint print c-tdesc".
191
192 2017-07-18  Yao Qi  <yao.qi@linaro.org>
193
194         * gdb.texinfo (Maintenance Commands): Improve the doc to
195         command "maint print c-tdesc".
196
197 2017-06-20  Sergio Durigan Junior  <sergiodj@redhat.com>
198
199         PR gdb/21606
200         * python.texi (Python representation of Symbols.): Replace
201         SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
202         * guile.texi (Guile representation of Symbols.): Likewise.
203
204 2017-06-11  Simon Marchi  <simon.marchi@ericsson.com>
205
206         * gdb.texinfo (Optional Messages about Internal Happenings):
207         Document {set,show} debug separate-debug-file commands.
208
209 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
210
211         * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
212         (Connecting) <Remote Packet>: Add "startup-with-shell"
213         and "QStartupWithShell" to the table.
214         (Remote Protocol) <QStartupWithShell>: New item, explaining the
215         packet.
216
217 2017-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
218
219         * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
220
221 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
222
223         * python.texi (Recording in Python): Factor out the documentation of
224         gdb.RecordInstruction's super class.
225
226 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
227
228         * python.texi (Recording in Python): Replace gdb.BtraceFunction with
229         gdb.RecordFunctionSegment.  Rename prev_sibling and next_sibling to
230         prev and next.
231
232 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
233
234         * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
235         gdb.RecordInstruction
236
237 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
238
239         * python.texi (Recording in Python): Add documentation for
240         gdb.RecordGap and remove documentation of special cases for
241         gdb.BtraceInstruction.
242
243 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
244
245         * python.texi (Recording in Python): Remove Record.ptid defvar.
246
247 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
248
249         * gdb.texinfo (GDB/MI Thread Information): Add missing
250         fields, re-word some things.
251         (GDB/MI Thread Commands): Describe fields found in the output of
252         -thread-info, remove description of fields in the
253         thread output tuple, replace with a cross-reference to "GDB/MI
254         Thread Information".
255
256 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
257
258         * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
259         from -thread-info output.
260
261 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
262
263         * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
264
265 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
266
267         * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
268
269 2017-03-22  Yao Qi  <yao.qi@linaro.org>
270
271         * python.texi (Inferiors In Python): Remove @code from Python.
272
273 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
274
275         * python.texi (Recordings In Python): Document return type of
276         gdb.BtraceInstruction.data.
277
278 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
279
280         * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
281         command file-list-shared-libraries
282         (GDB/MI Async Records): Update documentation of library-loaded with new
283         field.
284
285 2017-03-16  Doug Evans  <dje@google.com>
286
287         * guile.texi (Lazy Strings In Guile): Mention arrays.
288         * python.texi (Lazy Strings In Python): Ditto.
289
290 2017-03-08  Jiong Wang  <jiong.wang@arm.com>
291
292         * gdb.texinfo (Memory Protection Extensions): Add missing escape
293         character "@".
294
295 2017-03-07  Walfred Tedeschi <walfred.tedeschi@intel.com>
296
297         * Memory Protection Extensions: Add information about inferior
298         calls.
299
300 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
301
302         * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
303         DW_TAG_GNU_* and DW_AT_GNU_*.
304
305 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
306
307         * python.texi (Recordings In Python): New section.
308
309 2017-02-14  Tom Tromey  <tom@tromey.com>
310
311         PR python/13598:
312         * python.texi (Events In Python): Document events.before_prompt.
313
314 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
315
316         * gdb.texinfo (Target Commands): Document the optional offset
317         argument for the load command.
318
319 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
320
321         PR gdb/21122
322         * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
323         space-separated breakpoint lists.  Also add a missing @table command
324         and @cindex for breakpoint lists.
325
326 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
327
328         PR tdep/20936
329         * gdb.texinfo: (Standard Target Features): Document SPARC features.
330         (Sparc Features): New node.
331
332 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
333
334         * gdb.texinfo (i386 Features): Add system segment registers
335         as feature.
336
337 2017-01-24  Simon Marchi  <simon.marchi@ericsson.com>
338
339         * python.texi (Events In Python): Fix typo.
340
341 2017-01-20  Mike Wrighton  <mike_wrighton@codesourcery.com>
342             Luis Machado  <lgustavo@codesourcery.com>
343
344         * gdb.texinfo (-target-flash-erase): New MI command description.
345         (flash-erase): New CLI command description.
346
347 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
348
349         * gdb.texinfo (Contributors): Add SRI International and University
350         of Cambridge for FreeBSD/mips.
351
352 2016-12-22  Doug Evans  <xdje42@gmail.com>
353
354         * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
355         commands.
356
357 2016-12-02  Pedro Alves  <palves@redhat.com>
358
359         * gdb.texinfo (User-defined Commands): Limit on number of
360         arguments passed to user-defined commands removed; update.
361
362 2016-12-02  Pedro Alves  <palves@redhat.com>
363
364         PR cli/20559
365         * gdb.texinfo (Define): Add example of using "eval" to process a
366         variable number of arguments.
367         (Output) <eval>: Add anchor.
368
369 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
370
371         * Makefile.in: Likewise.
372
373 2016-11-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
374
375         * gdb.texinfo (GDB/MI Async Records): Add missing comma after
376         xref.
377
378 2016-10-29  Pedro Alves  <palves@redhat.com>
379
380         * gdb.texinfo (Packets) <vCont>: Remove mention of default
381         actions.
382
383 2016-10-26  Pedro Alves  <palves@redhat.com>
384
385         * gdb.texinfo (Packets): Clarify vCont packets with multiple
386         actions that match a thread, and what happens when an action
387         matches a thread that is already running.
388
389 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
390
391         * gdb.texinfo (Using Trace Files): Fix typo.
392         (GDB/MI Tracepoint Commands): Likewise.
393
394 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
395
396         * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
397         of -trace-save.
398
399 2016-10-06  Tom Tromey  <tom@tromey.com>
400
401         * guile.texi (Types In Guile): Remove Java mentions.
402         * python.texi (Types In Python): Remove Java mentions.
403         * gdb.texinfo (Address Locations, Supported Languages)
404         (Index Section Format): Remove Java mentions.
405
406 2016-08-15  Doug Evans  <dje@google.com>
407
408         * gdb.texinfo (Target Description Format): Update docs on "end"
409         field spec and field default type.
410
411 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
412 2016-10-03  Simon Marchi  <simon.marchi@ericsson.com>
413
414         PR gdb/20487
415         * gdb.texinfo (Context management): Update mention of frame
416         change notifications.
417         (gdb/mi Async Records): Document frame field in
418         =thread-select event.
419         * observer.texi (GDB Observers): New user_selected_context_changed
420         observer.
421
422 2016-09-28  Tom Tromey  <tom@tromey.com>
423
424         * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
425         than "memory breakpoint".  Further document "kind".  Move
426         protocol-details link earlier.
427         <z1>: Document the cmd_list argument.  Fix typo.
428         <g>: Remove incorrect sentence.
429         (Stop Reply Packets): Document "OK" response to requests when in
430         non-stop mode.
431         <swbreak>: Use "software breakpoint" rather than "memory
432         breakpoint".
433         <create>: Document that "R" is ignored.
434         <W, X, w>: Document formatting of "AA".
435         (Notification Packets): Use "%Stop", not "%%Stop".
436
437 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
438
439         * gdb.texinfo (Embedded Processors): Document ARC.
440         (Synopsys ARC): New section.
441         (Standard Target Features): Document ARC features.
442         (ARC Features): New section.
443
444 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
445
446         * .gitignore: New file.
447
448 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
449
450         * gdb.texinfo (Input/Output): Mention possibility to unset
451         inferior-tty.
452
453 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
454
455         * gdb.texinfo: Resume btrace on reconnect.
456
457 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
458
459         * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
460         syscall.
461
462 2016-06-30  Руслан Ижбулатов  <lrn1986@gmail.com>
463
464         * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
465         command.
466
467 2016-07-13  Tom Tromey  <tom@tromey.com>
468
469         PR python/15620, PR python/18620:
470         * python.texi (Events In Python): Document new breakpoint events.
471
472 2016-07-13  Tom Tromey  <tom@tromey.com>
473
474         PR python/17698:
475         * python.texi (Breakpoints In Python): Document
476         Breakpoint.pending.
477
478 2016-07-13  Tom Tromey  <tom@tromey.com>
479
480         * python.texi (Breakpoints In Python): Move table of types and
481         table of watchpoint types earlier in node.
482
483 2016-07-12  Tom Tromey  <tom@tromey.com>
484
485         PR python/19293:
486         * python.texi (Frames In Python): Document
487         gdb.invalidate_cached_frames.
488
489 2016-06-21  Pedro Alves  <palves@redhat.com>
490
491         * gdb.texinfo (Interpreters): Update intepreter-exec section,
492         document new-ui and explain use case.
493
494 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
495
496         * gdb.texinfo (Standard Target Features): Document NDS32 features.
497         (NDS32 Features): New Section.
498
499 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
500
501         * gdb.texinfo (Examining Memory): Document negative repeat
502         count in the 'x' command.
503
504 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
505
506         * gdb.texinfo (GDB/MI Async Records): Document method and
507         format fields in =record-started.
508         * observer.texi (record_changed): Add method and format
509         parameters.
510
511 2016-05-27  Eli Zaretskii  <eliz@gnu.org>
512
513         * gdb.texinfo (General Query Packets): Move the description of the
514         response before the long list of the specific 'read' and 'write'
515         requests.
516
517 2016-05-23  Tom Tromey  <tom@tromey.com>
518
519         * python.texi (Basic Python): Document gdb.breakpoints return.
520
521 2016-05-24  Tom Tromey  <tom@tromey.com>
522
523         PR gdb/19194:
524         * gdb.texinfo (gdb man): Fix typo.
525
526 2016-05-17  Tom Tromey  <tom@tromey.com>
527
528         * gdb.texinfo (Supported Languages): Mention Rust.  Update menu.
529         (Rust): New node.
530
531 2016-05-17  Tom Tromey  <tom@tromey.com>
532
533         * gdb.texinfo (Maintenance Commands): Document "maint selftest".
534
535 2016-04-27  Yao Qi  <yao.qi@linaro.org>
536
537         * gdb.texinfo (tfind): Complete doc about tfind without
538         argument.
539
540 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
541
542         * agentexpr.texi (byte): Fix zero_ext description.
543
544 2016-03-31  Pedro Alves  <palves@redhat.com>
545
546         * gdb.texinfo (M32R/SDI): Delete node.
547         (MIPS Embedded): Remove references to the MIPS remote debugging
548         protocol, PMON and variants, and the associated commands.
549
550 2016-03-15  Doug Evans  <dje@google.com>
551
552         * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
553         (Target Description Format): Mention enum types.  Update docs on
554         flags types.
555         (Predefined Target Types): Add "bool".
556         (Enum Target Types): New node.
557
558 2016-03-15  Pedro Alves  <palves@redhat.com>
559
560         * gdb.texinfo (Tracepoint Actions): Fix typo.
561
562 2016-03-15  Pedro Alves  <palves@redhat.com>
563             Andreas Arnez  <arnez@linux.vnet.ibm.com>
564             Marcin Kościelnicki  <koriakin@0x04.net>
565
566         * gdb.texinfo (Tracepoint Actions): Document possible
567         unreliability of '$_ret'.
568
569 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
570
571         * gdb.texinfo (Symbols): Document new 'maint info line-table'
572         command.
573
574 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
575
576         * gdb.texinfo (Convenience Functions): Document $_as_string.
577
578 2016-02-23  Doug Evans  <dje@google.com>
579
580         * gdb.texinfo (Skipping Over Functions and Files): Document new
581         options to "skip" command.  Update docs of output of "info skip".
582
583 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
584
585         * gdb.texinfo (Signals): Add bound violation display hints for
586         a SIGSEGV.
587
588 2016-02-18  Marcin Kościelnicki  <koriakin@0x04.net>
589
590         * gdb.texinfo (Trace File Format): Add documentation for description
591         section lines.
592
593 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
594
595         * gdb.texinfo (Trace File Format): Remove misleading information
596         about register block ordering.
597
598 2016-02-01  Doug Evans  <dje@google.com>
599
600         * gdb.texinfo (Value Sizes): Fix typo.
601
602 2016-02-01  Doug Evans  <dje@google.com>
603
604         * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
605
606 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
607
608         * gdb.texinfo (Value Sizes): New section.
609         (Data): Add the 'Value Sizes' node to the menu.
610
611 2016-01-26  John Baldwin  <jhb@FreeBSD.org>
612
613         * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
614
615 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
616
617         * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
618
619 2016-01-18  Pedro Alves  <palves@redhat.com>
620
621         * gdb.texinfo (Threads): Mention that GDB displays the ID and name
622         of the thread that hit a breakpoint or received a signal.
623
624 2016-01-15  Pedro Alves  <palves@redhat.com>
625
626         * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
627
628 2016-01-13  Pedro Alves  <palves@redhat.com>
629
630         * gdb.texinfo (Threads): Document the $_gthread convenience
631         variable.
632         (Convenience Vars): Likewise.
633
634 2016-01-13  Pedro Alves  <palves@redhat.com>
635
636         * gdb.texinfo (Threads): Document "info threads -gid".
637
638 2016-01-13  Pedro Alves  <palves@redhat.com>
639
640         * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
641         anchor.
642         (Threads In Python): Document new InferiorThread.global_num
643         attribute.
644
645 2016-01-07  Pedro Alves  <palves@redhat.com>
646
647         * gdb.texinfo (Threads): Document per-inferior thread IDs,
648         qualified thread IDs, global thread IDs and thread ID lists.
649         (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
650         thread IDs.
651         (Convenience Vars): Document the $_thread convenience variable.
652         (Ada Tasks): Adjust to refer to thread IDs.
653         (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
654         Commands, GDB/MI Variable Objects): Update to mention global
655         thread IDs.
656         * guile.texi (Breakpoints In Guile)
657         <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
658         global thread IDs instead of thread IDs.
659         * python.texi (Threads In Python): Adjust documentation of
660         InferiorThread.num.
661         (Breakpoint.thread): Mention global thread IDs instead of thread
662         IDs.
663
664 2016-01-13  Pedro Alves  <palves@redhat.com>
665
666         * python.texi (Threads In Python): Document
667         InferiorThread.inferior.
668
669 2016-01-13  Pedro Alves  <palves@redhat.com>
670
671         * gdb.texinfo (Inferiors and Programs): Document the $_inferior
672         convenience variable.
673         (Convenience Vars): Likewise.
674
675 2016-01-12  Josh Stone  <jistone@redhat.com>
676             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
677
678         * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
679         (Stop Reply Packets): List the syscall entry and return stop reasons.
680         (General Query Packets): Describe QCatchSyscalls, and add it to the
681         table and the detailed list of stub features.
682
683 2016-01-12  Pedro Alves  <palves@redhat.com>
684
685         Remove use of the registered trademark symbol throughout.
686
687 2016-01-12  Yao Qi  <yao.qi@linaro.org>
688
689         * gdb.texinfo (Interrupts): Update the document on handling
690         interrupt when program is stopped.
691
692 2015-12-11  Don Breazeal  <donb@codesourcery.com>
693
694         * gdb.texinfo (Forks): Correct Linux kernel version where
695         fork and exec events are supported, add notes about support
696         of these events in target remote mode.
697         (Connecting): Reorganize and clarify distinctions between
698         target remote, extended-remote, and multiprocess.
699         Reorganize related text from separate sections into new
700         sections.
701         (Server): Note effects of target extended-remote mode.
702         Delete section on Multi-Process Mode for gdbserver.
703         Move some text to "Connecting" node.
704
705 2015-12-10  Pedro Alves  <palves@redhat.com>
706
707         * gdb.texinfo (Threads): Replace warning with explanation
708         about single-threaded programs.
709
710 2015-12-10  Pedro Alves  <palves@redhat.com>
711
712         * gdb.texinfo (Threads): Remove mention of SGI.
713         (Forks): Remove mention of HP-UX.
714         (Breakpoints): Remove mention of HP-UX.
715         (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
716         Reword in terms of architectures.
717         (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
718         mention supported systems.
719         (Convenience Vars): Don't mention HP-UX.
720         (Jumping): Remove mention of HP-UX in comment.
721         (Files) <shared libraries>: Update supported shared library types
722         list.  Remove mention of HP-UX.
723         (Native): Remove HP-UX subsection.
724         (SVR4 Process Information): Remove mention of HP-UX.
725
726 2015-12-10  Pedro Alves  <palves@redhat.com>
727
728         * gdb.texinfo (Stack): Reorder menu.
729
730 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
731
732         * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
733         -var-set-format's new zero-hexadecimal format.
734
735 2015-12-08  Pierre-Marie de Rodat  <derodat@adacore.com>
736
737         * gdb.texinfo (Ada Mode Into): Move overloading support
738         description to its own node.
739         (Overloading support for Ada): New node.
740
741 2015-11-30  Pedro Alves  <palves@redhat.com>
742
743         PR 14618
744         * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
745         (Remote Configuration): Add the "set/show remote
746         no-resumed-stop-reply" to the available settings table.
747         (General Query Packets): Document the "no-resumed" qSupported
748         feature.
749
750 2015-11-30  Pedro Alves  <palves@redhat.com>
751
752         * gdb.texinfo (Remote Configuration): List "set/show remote
753         thread-events" command in configuration table.
754         (Stop Reply Packets): Document "T05 create" stop
755         reason and 'w' stop reply.
756         (General Query Packets): Document QThreadEvents packet.  Document
757         QThreadEvents qSupported feature.
758
759 2015-11-30  Pedro Alves  <palves@redhat.com>
760
761         * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
762         anchor.
763         (Packets): Document vCtrlC.
764
765 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
766
767         * gdb.texinfo (Thread List Format): Mention thread names.
768
769 2015-11-24  Pedro Alves  <palves@redhat.com>
770
771         PR 17539
772         * gdb.texinfo (Inferiors and Programs): Adjust "maint info
773         program-spaces" example to ascending order listing.
774         (Threads): Adjust "info threads" example to ascending order
775         listing.
776         (Forks): Adjust "info inferiors" example to ascending order
777         listing.
778
779 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
780
781         * gdb.texinfo (Process Record and Replay): Document "record
782         instruction-history" modifiers.
783
784 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
785
786         * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
787         description.
788         (Frame Filter Management): Move to later in the 'Examining the
789         Stack' chapter.
790         (Selection): Add entry for 'select-frame'.
791
792 2015-09-25  Doug Evans  <dje@google.com>
793
794         * gdb.texinfo (Process Record and Replay): Fix syntax of
795         "record instruction-history begin, end" and
796         "record function-call-history begin, end".
797
798 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
799
800         * gdb.texinfo (Specifying Source Directories): Fix
801         substitute-path example.
802
803 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
804
805         * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
806
807 2015-09-15  Pedro Alves  <palves@redhat.com>
808
809         PR remote/18965
810         * gdb.texinfo (Stop Reply Packets): Revert previous change to
811         the vforkdone description.
812
813 2015-09-15  Pedro Alves  <palves@redhat.com>
814
815         PR remote/18965
816         * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
817         part indicates the thread ID of the parent process.
818
819 2015-09-15  Yao Qi  <yao.qi@linaro.org>
820
821         * gdb.texinfo (General Query Packets): Add vContSupported to
822         tables of 'gdbfeatures' and 'stub features' supported in the
823         qSupported packet, as well as to the list containing stub
824         feature details.
825
826 2015-09-11  Don Breazeal  <donb@codesourcery.com>
827
828         * gdb.texinfo (Remote Configuration): Add exec event
829         feature to table of packet settings.
830         (Stop Reply Packets): Add exec events to the list of stop
831         reasons.
832         (General Query Packets): Add exec events to tables of
833         'gdbfeatures' and 'stub features' supported in the qSupported
834         packet, as well as to the list containing stub feature
835         details.
836
837 2015-08-24  Pedro Alves  <palves@redhat.com>
838
839         * gdb.texinfo (Remote Configuration): Document the "set/show
840         remote multiprocess-extensions-packet" commands.
841
842 2015-08-24  Pedro Alves  <palves@redhat.com>
843
844         * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
845         <M32R>: Remove references to M32R/D.
846         <M68K>: Remove references to target dbug.
847         <MIPS Embedded>: Remove references to target r3900 and target
848         array.
849         <PowerPC Embedded>: Remove references to target dink32 and target
850         ppcbug, target sds
851         <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
852
853 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
854
855         * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
856
857 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
858
859         * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
860
861 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
862
863         * gdb.texinfo (Maintenance Commands): Move documentation of "main
864         info bfds" to...
865         (File Caching): A New section.  Outline bfd caching, and add new
866         description for "main set/show bfd-sharing".
867
868 2015-08-14  Doug Evans  <xdje42@gmail.com>
869
870         * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
871         disassembly.
872         (GDB/MI Data Manipulation): Update docs for new disassembly modes.
873
874 2015-08-11  Keith Seitz  <keiths@redhat.com>
875
876         * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
877         Use "location(s)"instead of "linespec(s)".
878         (Specifying a Location): Rewrite.
879         Add subsections describing linespec, address, and explicit locations.
880         Add node/menu for each subsection.
881         (Source and Machine Code, C Preprocessor Macros)
882         (Create and Delete Trace points)
883         (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
884         (Continuing at a Different Address): Remove "linespec" examples.
885         Add reference to "Specify a Location"
886         (The -break-insert Command): Rewrite.  Add anchor.
887         Add reference to appropriate manual section discussing locations.
888         (The -dprintf-insert Command): Refer to -break-insert for
889         specification of 'location'.
890
891 2015-08-07  Pedro Alves  <palves@redhat.com>
892
893         * gdb.texinfo (Maintenance Commands): Document "maint set/show
894         target-non-stop".
895
896 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
897
898         * gdb.texinfo (Process Record and Replay): Document prefixing of
899         speculatively executed instructions in the "record instruction-history"
900         command.
901
902 2015-07-20  Doug Evans  <dje@google.com>
903
904         * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
905
906 2015-07-16  Doug Evans  <dje@google.com>
907
908         * stabs.texinfo: @include gdb-cfg.texi.
909
910 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
911
912         Revert the previous 2 commits:
913         gdbserver build-id attribute generator
914         Validate symbol file using build-id
915
916 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
917
918         * gdb.texinfo (Files): Add 'set validate-build-id'
919         and 'show validate-build-id'.
920
921 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
922             Jan Kratochvil  <jan.kratochvil@redhat.com>
923
924         gdbserver build-id attribute generator.
925         * gdb.texinfo (Library List Format for SVR4 Targets): Add
926         'build-id' in description, example, new attribute in dtd.
927
928 2015-07-08  Andrew Burgess  <andrew.burgess@embecosm.com>
929
930         * gdb.texinfo (Selection): Update documentation for 'frame'
931         command.
932
933 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
934
935         * gdb.texinfo (Maintenance Commands): Document "maint btrace"
936         commands.
937
938 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
939
940         * gdb.texinfo (Process Record and Replay): Spell out that variables
941         and registers are not available during btrace replay.
942         Describe the new "record btrace pt" command.
943         Describe the new "set|show record btrace pt buffer-size" options.
944         (General Query Packets): Describe the new Qbtrace:pt and
945         Qbtrace-conf:pt:size packets.
946         Expand "bts" to "Branch Trace Store".
947         Update the branch trace DTD.
948
949 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
950
951         * gdb.texinfo (Command History): Document the new option
952         "history remove-duplicates".
953
954 2015-06-19  Doug Evans  <dje@google.com>
955
956         * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
957         longer supported.
958
959 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
960
961         * gdb.texinfo (Command History): Mention that setting
962         GDBHISTSIZE to the empty string disables history truncation.
963
964 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
965
966         PR gdb/16999
967         * gdb.texinfo (Command History): Mention new GDBHISTSIZE
968         behavior.
969
970 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
971
972         * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
973         with GDBHISTSIZE.
974
975 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
976
977         * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
978         bytes and memory units for -data-{read,write}-memory-bytes.
979         (Packets): Same for m, M and X packets.
980         * python.texi (Inferiors In Python): Same for read_memory and
981         write_memory.
982
983 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
984
985         * gdb.texinfo (Separate Debug Files): Document that PE is also
986         supported.
987
988 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
989
990         * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
991         single table entry.
992
993 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
994
995         * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
996
997
998 2015-06-10  Gary Benson <gbenson@redhat.com>
999
1000         * gdb.texinfo (Remote Configuration): Document the
1001         "set/show remote hostio-setfs-packet" command.
1002         (Host I/O Packets): Document the vFile:setfs packet.
1003
1004 2015-06-10  Gary Benson <gbenson@redhat.com>
1005
1006         * gdb.texinfo (Debugging Output): Document the "set/show debug
1007         linux-namespaces" command.
1008
1009 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1010             Mircea Gherzan  <mircea.gherzan@intel.com>
1011
1012         * gdb.texinfo (i386): Add documentation about "show mpx bound"
1013         and "set mpx bound".
1014
1015 2015-05-27  Doug Evans  <dje@google.com>
1016
1017         * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
1018
1019 2015-05-26  Doug Evans  <dje@google.com>
1020
1021         * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
1022         command renamings.
1023         (Maintenance Commands): Update for DWARF "set debug" command renamings.
1024
1025 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
1026
1027         * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
1028
1029 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
1030
1031         * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
1032         (TUI Commands): Add 'tui enable' and 'tui disable' details.
1033
1034 2015-05-16  Doug Evans  <xdje42@gmail.com>
1035
1036         * guile.texi (Memory Ports in Guile): Document support for unbuffered
1037         memory ports.
1038
1039 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
1040
1041         * gdb.texinfo (Compiling and Injecting Code): Add compile print.
1042
1043 2015-05-12  Don Breazeal  <donb@codesourcery.com>
1044
1045         * gdb.texinfo (Forks): Note that fork debugging is
1046         supported in extended mode.
1047         (Remote Configuration): Add fork event features to table
1048         of packet settings.
1049         (Stop Reply Packets): Add fork events to list of stop reasons.
1050         (General Query Packets): Add fork events to tables of
1051         'gdbfeatures' and 'stub features' supported in the qSupported
1052         packet, as well as to the list containing stub feature
1053         details.
1054
1055 2015-05-12  Gary Benson <gbenson@redhat.com>
1056
1057         * gdb.texinfo (General Query Packets): Document
1058         qXfer:exec-file:read with empty annex.
1059
1060 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
1061
1062         * python.texi (Values From Inferior): Add descriptions of new
1063         methods gdb.Value.reference_value and gdb.Value.const_value.
1064
1065 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
1066
1067         * gdb.texinfo (Files): Add "info dll" documentation.
1068         (Cygwin Native): Remove "info dll" documentation.
1069
1070 2015-04-29  Doug Evans  <dje@google.com>
1071
1072         * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
1073         Document.
1074         (Writing an Xmethod): Add get_result_type to example.
1075
1076 2015-04-28  Sasha Smundak  <asmundak@google.com>
1077
1078         * python.texi: New method documented.
1079
1080 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
1081
1082         * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
1083         format.
1084
1085 2015-04-24  Doug Evans  <dje@google.com>
1086
1087         * python.texi (Xmethods In Python): Fix name of method to call the
1088         xmethod.
1089
1090 2015-04-17  Gary Benson <gbenson@redhat.com>
1091
1092         * gdb.texinfo (Connecting to a Remote Target): Mention that
1093         GDB can access program files from remote targets that support
1094         qXfer:exec-file:read and Host I/O packets.
1095
1096 2015-04-17  Gary Benson <gbenson@redhat.com>
1097
1098         * gdb.texinfo (Remote Configuration): Document the "set/show
1099         remote pid-to-exec-file-packet" command.
1100         (General Query Packets): Document the qXfer:exec-file:read
1101         qSupported features.  Document the qXfer:exec-file:read packet.
1102
1103 2015-04-17  Gary Benson <gbenson@redhat.com>
1104
1105         * gdb.texinfo (set sysroot): Document that "set sysroot" also
1106         applies to executable paths if supplied to GDB as absolute.
1107
1108 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1109
1110         * gdb.texinfo (Mode Options): Remove -xdb.
1111
1112 2015-04-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1113             Eli Zaretskii  <eliz@gnu.org>
1114
1115         * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1116         compile, show debug compile.  New subsection Compilation options for
1117         the compile command.  New subsection Compiler search for the compile
1118         command.
1119
1120 2015-04-09  Andy Wingo  <wingo@igalia.com>
1121
1122         * guile.texi (Frames In Guile): Describe frame-read-register.
1123
1124 2015-04-02  Gary Benson <gbenson@redhat.com>
1125
1126         * gdb.texinfo (set sysroot): Document "target:".
1127
1128 2015-04-01  Sasha Smundak  <asmundak@google.com>
1129
1130         * doc/python.texi (Writing a Frame Unwinder in Python): Add
1131         section.
1132
1133 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
1134
1135         PR corefiles/16092
1136         * gdb.texinfo (gcore): Mention new command 'set
1137         use-coredump-filter'.
1138         (set use-coredump-filter): Document new command.
1139
1140 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1141
1142         * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1143         documentation, reorder the info os entries in alphabetical order.
1144
1145 2015-03-26  Simon Marchi  <simon.marchi@ericsson.com>
1146
1147         * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1148         -data-write-memory-bytes.
1149
1150 2015-03-24  Pedro Alves  <palves@redhat.com>
1151
1152         * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1153         mention that threads may sometimes run unlocked.
1154
1155 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
1156
1157         * gdb.texinfo (Remote configuration): Document "set/show
1158         serial parity" command.
1159
1160 2015-03-18  Gary Benson <gbenson@redhat.com>
1161
1162         * gdb.texinfo (General Query Packets): Remove documentation
1163         for now-removed vFile:fstat qSupported features.
1164
1165 2015-03-11  Gary Benson <gbenson@redhat.com>
1166
1167         * gdb.texinfo (Remote Configuration): Document the
1168         "set/show remote hostio-fstat-packet" command.
1169         (General Query Packets): Document the vFile:fstat
1170         qSupported features.
1171         (Host I/O Packets): Document the vFile:fstat packet.
1172
1173 2015-03-11  Andy Wingo  <wingo@igalia.com>
1174
1175         * guile.texi (Objfiles In Guile): Document objfile-progspace.
1176
1177 2015-03-04  Pedro Alves  <palves@redhat.com>
1178
1179         * gdb.texinfo (Remote Configuration): Document the "set/show
1180         remote swbreak-feature-packet" and "set/show remote
1181         hwbreak-feature-packet" commands.
1182         (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1183         decription.
1184         (Stop Reply Packets): Document the swbreak and hwbreak stop
1185         reasons.
1186         (General Query Packets): Document the swbreak and hwbreak
1187         qSupported features.
1188         (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1189
1190 2015-03-03  Philippe Proulx  <eeppeliteloop@gmail.com>
1191
1192         * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1193         under *stopped.
1194
1195 2015-03-02  Doug Evans  <xdje42@gmail.com>
1196
1197         * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1198
1199 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1200
1201         * gdb.texinfo (S/390 and System z Features): Describe new feature
1202         "org.gnu.gdb.s390.vx".
1203
1204 2015-02-23  Sergio Durigan Junior  <sergiodj@redhat.com>
1205
1206         PR gdb/18008
1207         * gdb.texinfo (maint internal-error, maint internal-warning, maint
1208         demangler-warning): Fix typo ("problam").
1209
1210 2015-02-19  David Taylor  <dtaylor@emc.com>
1211
1212         * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1213
1214 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1215
1216         * gdb.texinfo (Static Probe Points): Add cindex `static probe
1217         point, DTrace'.
1218         (Static Probe Points): Modified to cover DTrace probes in addition
1219         to SystemTap probes.  Also modified to cover the `enable probe'
1220         and `disable probe' commands.
1221
1222 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1223
1224         * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1225         `disable probe' commands.
1226
1227 2015-02-12  David Taylor  <dtaylor@emc.com>
1228
1229         * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1230         fields of the QTDV packet.
1231
1232 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1233
1234         * gdb.texinfo (Branch Trace Configuration Format): Add size.
1235         (Process Record and Replay): Describe new set|show commands.
1236         (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1237
1238 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1239
1240         * gdb.texinfo (Process Record and Replay): Describe the "record
1241         btrace bts" command.
1242         (General Query Packets): Describe qXfer:btrace-conf:read packet.
1243         (Branch Trace Configuration Format): New.
1244
1245 2015-01-31  Gary Benson <gbenson@redhat.com>
1246             Doug Evans  <dje@google.com>
1247
1248         * gdb.texinfo (Command Completion): Document new
1249         "set/show max-completions" option.
1250
1251 2015-01-31  Doug Evans  <xdje42@gmail.com>
1252
1253         * gdb.texinfo (Symbols): Document new commands
1254         "maint print symbol-cache", "maint print symbol-cache-statistics",
1255         "maint flush-symbol-cache".  Document new option
1256         "maint set symbol-cache-size".
1257
1258 2015-01-31  Doug Evans  <xdje42@gmail.com>
1259
1260         * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1261         distinguish script files vs inlined scripts.
1262         * python.texi (Python Auto-loading): Ditto.
1263
1264 2015-01-30  Doug Evans  <dje@google.com>
1265
1266         * gdb.texinfo (Symbols) <info source>: Output now contains producer
1267         string if present.
1268
1269 2015-01-27  Doug Evans  <dje@google.com>
1270
1271         * python.texi (Objfiles In Python): Document Objfile.username.
1272
1273 2015-01-27  Doug Evans  <dje@google.com>
1274
1275         * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1276         * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1277
1278 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1279
1280         * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1281
1282 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
1283
1284         * doc/gdb.texinfo (TUI Commands): Document the possible
1285         values of NAME argument to 'winheight' command.  Explain the
1286         effect of 'tabset' setting better.
1287
1288 2015-01-11  Doug Evans  <xdje42@gmail.com>
1289
1290         PR gdb/15830
1291         * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1292         (Symbols): Ditto.
1293         (Maintenance Commands): Delete docs for "maint demangle".
1294
1295 2014-12-31  Joel Brobecker  <brobecker@adacore.com>
1296
1297         * gdb.texinfo (Files): Remove documentation of the
1298         "add-shared-symbol-files" and "assf" commands.
1299         (Cygwin Native): Remove documentation of the "dll-symbols"
1300         command.
1301
1302 2014-12-17  Doug Evans  <xdje42@gmail.com>
1303
1304         * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1305
1306 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
1307             Jan Kratochvil  <jan.kratochvil@redhat.com>
1308
1309         * gdb.texinfo (Altering): Update.
1310         (Compiling and Injecting Code): New node.
1311
1312 2014-12-12  Doug Evans  <dje@google.com>
1313
1314         * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1315
1316 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1317
1318         * gdb.texinfo: Document "maint print user-registers".
1319
1320 2014-12-08  Doug Evans  <dje@google.com>
1321
1322         * python.texi (Objfiles In Python): Document Objfile.owner.
1323
1324 2014-12-04  Doug Evans  <dje@google.com>
1325
1326         * python.texi (Objfiles In Python): Document
1327         Objfile.add_separate_debug_file.
1328
1329 2014-12-04  Doug Evans  <dje@google.com>
1330
1331         * python.texi (Objfiles In Python): Document Objfile.build_id.
1332
1333 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
1334
1335         * python.texi (Events In Python): Document new events
1336         InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1337         and RegisterChangedEvent.
1338
1339 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1340
1341         Add add-auto-load-scripts-directory.
1342         * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1343         (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1344
1345 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1346
1347         * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1348         description typo.
1349
1350 2014-10-30  Doug Evans  <dje@google.com>
1351
1352         * python.texi (Progspaces In Python): Document ability to add
1353         random attributes to gdb.Progspace objects.
1354         (Objfiles In Python): Document ability to add random attributes to
1355         gdb.objfile objects.
1356
1357 2014-10-27  Pedro Alves  <palves@redhat.com>
1358
1359         * gdb.texinfo (Continuing and Stepping): Add cross reference to
1360         info on stepping and signal handlers.
1361         (Signals): Explain stepping and signal handlers.  Add context
1362         index entry, and cross references.
1363
1364 2014-10-20  Simon Marchi  <simon.marchi@ericsson.com>
1365
1366         * python.texi (Breakpoints In Python): Add parenthesis after
1367         Breakpoint.delete.  Clarify Breakpoint.enabled description so
1368         that it contains "disable".
1369
1370 2014-10-17  Doug Evans  <dje@google.com>
1371
1372         * python.texi (Events In Python): Document clear_objfiles event.
1373
1374 2014-10-17  Doug Evans  <dje@google.com>
1375
1376         * python.texi (Objfiles In Python): Document new progspace attribute.
1377
1378 2014-10-17  Pedro Alves  <palves@redhat.com>
1379
1380         * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1381         (SVR4 Process Information): Delete mention of OSF/1.
1382
1383 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1384
1385         * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1386         exit-code field in -list-thread-groups output.
1387
1388 2014-09-22  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1389
1390         * gdb.texinfo (Set Breaks): Add missing "@end table".
1391
1392 2014-09-22  Pedro Alves  <palves@redhat.com>
1393
1394         * gdb.texinfo (Set Breaks): Document that "set breakpoint
1395         always-inserted off" is the default mode now.  Delete
1396         documentation of "set breakpoint always-inserted auto".
1397
1398 2014-09-18  Doug Evans  <dje@google.com>
1399
1400         * python.texi (Symbol Tables In Python): Document "producer"
1401         attribute of gdb.Symtab objects.
1402
1403 2014-09-16  Pedro Alves  <palves@redhat.com>
1404
1405         * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1406         (Embedded OS): Remove VxWorks menu entry.
1407         (VxWorks): Remove node.
1408
1409 2014-09-13  Doug Evans  <xdje42@gmail.com>
1410
1411         * gdb.texinfo (Signaling): Document new queue-signal command.
1412
1413 2014-09-06  Doug Evans  <xdje42@gmail.com>
1414
1415         PR 15276
1416         * gdb.texinfo (Convenience Funs): Document $_caller_is,
1417         $_caller_matches, $_any_caller_is, $_any_caller_matches.
1418
1419 2014-09-03  Justin Lebar <jlebar@google.com>
1420
1421         * python.texi (Types In Python): Type.template_argument(n) returns a
1422         gdb.Value or a gdb.Type and throws an exception if n is out of
1423         range.
1424
1425 2014-09-03  Sasha Smundak  <asmundak@google.com>
1426
1427         * python.texi (Frames in Python): Add read_register description.
1428
1429 2014-08-04  Tom Tromey  <tromey@redhat.com>
1430
1431         * gdb.texinfo (Debugging Output): Update for change to "set debug
1432         target".
1433
1434 2014-08-01  Masaki Muranaka  <monaka@monami-software.com>
1435
1436         Pushed by Joel Brobecker  <brobecker@adacore.com>.
1437         * Makefile.in (transform): New variable.
1438         (install-man1, install-man5): Apply $(transform) to man file names.
1439
1440 2014-07-26  Doug Evans  <xdje42@gmail.com>
1441
1442         PR guile/17177
1443         * guile.texi (Guile Pretty Printing API): Fix typo.
1444         Document set-pretty-printers!, pretty-printers.
1445         (Selecting Guile Pretty-Printers): Update.
1446         Mention program-space based pretty-printers.
1447
1448 2014-07-25  Pedro Alves  <palves@redhat.com>
1449             Eli Zaretskii  <eliz@gnu.org>
1450
1451         * gdb.texinfo (Signaling) <signal command>: Explain what happens
1452         with multi-threaded programs.
1453
1454 2014-06-27  Yao Qi  <yao@codesourcery.com>
1455
1456         * gdb.texinfo (Maintenance Commands): Update the output of
1457         'maint print dummy-frames' command.
1458
1459 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
1460
1461         * gdb.texinfo (Screen Size): Improve indexing.
1462
1463 2014-06-19  Gary Benson  <gbenson@redhat.com>
1464
1465         * gdb.texinfo (Maintenance Commands): Document new
1466         "maint set/show catch-demangler-crashes" option.
1467
1468 2014-06-19  Gary Benson  <gbenson@redhat.com>
1469
1470         * gdb.texinfo (Maintenance Commands): Document new
1471         "maint demangler-warning" command and new
1472         "maint set/show demangler-warning" option.
1473
1474 2014-06-09  Siva Chandra Reddy  <sivachandra@google.com>
1475
1476         * python.texi (Xmethod API): Add space before the opening
1477         parenthesis in function descriptions.
1478
1479 2014-06-06  Doug Evans  <xdje42@gmail.com>
1480
1481         * guile.texi (Guile Configuration): Document guile-data-directory.
1482
1483 2014-06-06  Mingjie Xing  <mingjie.xing@gmail.com>
1484
1485         * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1486
1487 2014-06-04  Doug Evans  <xdje42@gmail.com>
1488
1489         * guile.texi (Breakpoints In Guile): Update.
1490
1491 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
1492
1493         * python.texi (Xmethod API): Fix reference to "Progspaces In
1494         Python".
1495
1496 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
1497
1498         *  python.texi (Xmethods In Python, XMethod API)
1499         (Writing an Xmethod): New nodes.
1500         (Python API): New menu entries "Xmethods In Python",
1501         "Xmethod API", "Writing an Xmethod".
1502
1503 2014-06-02  Doug Evans  <xdje42@gmail.com>
1504
1505         * guile.texi (Guile API): Add entry for Parameters In Guile.
1506         (GDB Scheme Data Types): Mention <gdb:parameter> object.
1507         (Parameters In Guile): New node.
1508
1509 2014-06-02  Doug Evans  <xdje42@gmail.com>
1510
1511         * guile.texi (Guile API): Add entry for Commands In Guile.
1512         (Basic Guile) <parse-and-eval>: Add reference.
1513         (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1514         (GDB Scheme Data Types): Mention <gdb:command> object.
1515         (Commands In Guile): New node.
1516
1517 2014-06-02  Doug Evans  <xdje42@gmail.com>
1518
1519         * guile.texi (Guile API): Add entry for Progspaces In Guile.
1520         (GDB Scheme Data Types): Mention <gdb:progspace> object.
1521         (Progspaces In Guile): New node.
1522
1523 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
1524
1525         * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1526         * python.texi (Frames In Python): Mention
1527         gdb.FRAME_UNWIND_MEMORY_ERROR.
1528
1529 2014-05-29  Pedro Alves  <palves@redhat.com>
1530             Tom Tromey  <tromey@redhat.com>
1531
1532         * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1533         from example.
1534         (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1535         Mention that target-async is now deprecated.
1536         (Maintenance Commands): Document maint set/show target-async.
1537
1538 2014-05-29  Pedro Alves  <palves@redhat.com>
1539
1540         * observer.texi (sync_execution_done, command_error): New
1541         subjects.
1542
1543 2014-05-29  Pedro Alves  <palves@redhat.com>
1544
1545         PR gdb/13860
1546         * observer.texi (signal_received, end_stepping_range)
1547         (signal_exited, exited, no_history): New observer subjects.
1548
1549 2014-05-26  Andy Wingo  <wingo@igalia.com>
1550
1551         * guile.texi (GDB Scheme Data Types): Remove documentation for
1552         removed interfaces.  Update spelling of gdb-object-kind.
1553
1554 2014-05-26  Andy Wingo  <wingo@igalia.com>
1555
1556         * guile.texi (Basic Guile): Fix some typos.
1557
1558 2014-05-26  Andy Wingo  <wingo@igalia.com>
1559
1560         * guile.texi (Writing a Guile Pretty-Printer)
1561         (Guile Types Module): Fix excess parentheses in use-modules forms.
1562
1563 2014-05-24  Eli Zaretskii  <eliz@gnu.org>
1564
1565         * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1566         (Breakpoints In Guile, Guile Printing Module)
1567         (Guile Exception Handling, Values From Inferior In Guile)
1568         (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1569         Don't use @var at the beginning of a sentence.
1570
1571         * gdb.texinfo (Frame Filter Management, Trace Files)
1572         (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1573         (PowerPC Embedded, Define, Annotations for Running)
1574         (IPA Protocol Commands, Packets, General Query Packets)
1575         (Tracepoint Packets, Notification Packets, Environment)
1576         (Inferiors and Programs, Set Breaks, Set Catchpoints)
1577         (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1578         (Frames, Backtrace, Selection, Expressions, Registers)
1579         (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1580         (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1581         (Source Annotations, Using JIT Debug Info Readers, Packets)
1582         (Stop Reply Packets, Host I/O Packets)
1583         (Target Description Format): Don't use @var at the beginning of a
1584         sentence.
1585
1586         * python.texi (Basic Python, Types In Python)
1587         (Commands In Python, Frames In Python, Line Tables In Python)
1588         (Breakpoints In Python, gdb.printing, gdb.types)
1589         (Type Printing API): Don't use @var at the beginning of a
1590         sentence.
1591
1592 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
1593
1594         * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1595         replay-memory-access".
1596
1597 2014-05-21  Pedro Alves  <palves@redhat.com>
1598
1599         * gdb.texinfo (Starting): Document "set/show
1600         auto-connect-native-target".
1601         (Target Commands): Document "target native".
1602
1603 2014-05-20  Pedro Alves  <palves@redhat.com>
1604
1605         * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1606         not be remote specific.  Add cross reference to the qCRC packet.
1607         (Separate Debug Files): Update cross reference to the qCRC packet.
1608         (General Query Packets) <qCRC packet>: Add anchor.
1609
1610 2014-05-17  Doug Evans  <xdje42@gmail.com>
1611
1612         Copy over changes from guile.texi.
1613         * python.texi (Basic Python) <gdb.execute>: Add text.
1614         (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1615         (Values From Inferior) <Python string>: Add text.
1616         (Values From Inferior) <Value.string>: Clarify string length handling.
1617         (Pretty Printing API): Add cindex.
1618         (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1619         Remove unnecessary index of gdb.TYPE_CODE_*.  Replace @findex with
1620         @vindex.
1621         (Commands In Python) <COMPLETE_*>: Similarly.
1622         (Symbols In Python) <SYMBOL_*>: Similarly.
1623         (Breakpoints In Python) <WP_*>: Similarly.
1624         (Breakpoints In Python) <BP_*>: Similarly.
1625
1626 2014-05-17  David Taylor <dtaylor@emc.com>
1627
1628         * gdb.texinfo (General Query Packets): Add a note about thread IDs
1629         mentioned in the qfThreadInfo reply.
1630
1631 2014-05-16  Doug Evans  <dje@google.com>
1632
1633         * gdb.texinfo (Mode Options): Add -D.
1634
1635 2014-05-09  Samuel Bronson  <naesten@gmail.com>
1636
1637         * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1638         "make -C".
1639
1640 2014-04-29  Tom Tromey  <tromey@redhat.com>
1641
1642         * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1643         "show debug varobj".
1644
1645 2014-05-01  David Taylor  <dtaylor@emc.com>
1646
1647         * gdb.texinfo (compare-sections): Document the new -r (read-only)
1648         option.
1649
1650 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
1651             Walfred Tedeschi  <walfred.tedeschi@intel.com>
1652
1653         * gdb.texinfo (i386 Features): Add description of AVX512
1654         registers.
1655
1656 2014-03-31  Doug Evans  <dje@google.com>
1657
1658         * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1659
1660 2014-03-30  Doug Evans  <dje@google.com>
1661
1662         * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1663         (Background Execution): Ditto.
1664
1665 2014-03-21  Pedro Alves  <palves@redhat.com>
1666             Stan Shebs  <stan@codesourcery.com>
1667             Hui Zhu  <hui@codesourcery.com>
1668
1669         * gdb.texinfo (Packets): Add anchor to "? packet".
1670         Remove fixme and update introduction of "k packet".
1671         Add anchor to "vKill packet".
1672
1673 2014-03-12  Stan Shebs  <stan@codesourcery.com>
1674
1675         * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1676
1677 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
1678
1679         * guile.texi (Basic Guile): Document 'history-append!'.
1680
1681 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
1682
1683         * gdb.texinfo (Files): Document "add-shared-symbol-files"
1684         and "assf" as being deprecated.
1685         (Cygwin Native): Likewise for "dll-symbols".
1686         (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1687         as a way to force the loading of symbols from a DLL.
1688
1689 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
1690
1691         * python.texi (Values From Inferior): Add description about the
1692         new feature.
1693
1694 2014-02-17  Doug Evans  <xdje42@gmail.com>
1695
1696         * Makefile.in (GDB_DOC_FILES): Add python.texi.
1697         * gdb.texinfo (Python): Moved to ...
1698         * python.texi: ... here.  New file.
1699
1700 2014-02-17  Ludovic Courtès  <ludo@gnu.org>
1701
1702         * guile.texi (Writing a Guile Pretty-Printer) <example>:
1703         Remove 'string-begins-with' procedure.  Add 'pretty-printer'
1704         parameter to 'str-lookup-function' procedure.  Look for
1705         the "std::string<" prefix.
1706         (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1707         Adjust description.
1708
1709 2014-02-11  Tejas Belagod  <tejas.belagod@arm.com>
1710
1711         * guile.texi (Values From Inferior In Guile): Remove stray
1712         parantheses for deffn.
1713         (Disassembly In Guile): Ditto.
1714
1715 2014-02-10  Stan Shebs  <stan@codesourcery.com>
1716
1717         Add Doxygen support.
1718         * Makefile.in (doxy): New action, generates Doxygen files.
1719         (DOXYGEN): New.
1720         (doxyedit): New.
1721         * Doxyfile-base.in: New file.
1722         * Doxyfile-gdb-api.in: New file.
1723         * Doxyfile-gdb-xref.in: New file.
1724         * Doxyfile-gdbserver.in: New file.
1725         * doxy-index.in: New file.
1726         * filter-for-doxygen: New file.
1727         * filter-params.pl: New file.
1728
1729 2014-02-10  Doug Evans  <xdje42@gmail.com>
1730
1731         * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1732         * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1733         (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1734         (Guile docs): Include guile.texi.
1735         (objfile-gdbdotext file): Add objfile-gdb.scm.
1736         (dotdebug_gdb_scripts section): Mention Guile scripts.
1737         (Multiple Extension Languages): New node.
1738         * guile.texi: New file.
1739
1740 2014-01-28  Joel Brobecker  <brobecker@adacore.com>
1741
1742         * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1743         ignore-descriptive-types". commands.
1744
1745 2014-01-22  Doug Evans  <dje@google.com>
1746
1747         * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1748         (gdbserver man): Ditto.
1749
1750 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1751
1752         * gdb.texinfo: Document limited reverse/replay support
1753         for target record-btrace.
1754
1755 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1756
1757         * gdb.texinfo (Process Record and Replay): Update documentation.
1758
1759 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1760
1761         * gdb.texinfo (Process Record and Replay): Document new /c
1762         modifier accepted by "record function-call-history".
1763         Add /i modifier to "record function-call-history" example.
1764
1765 2014-01-15  Yuanhui Zhang  <asmwarrior@gmail.com>
1766             Joel Brobecker  <brobecker@adacore.com>
1767
1768         * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1769         markers.  Remove one that was misplaced.
1770
1771 2014-01-10  Pedro Alves  <palves@redhat.com>
1772
1773         * gdb.texinfo (Your Program's Environment) <set environment>:
1774         Mention the shell, and point at 'set exec-wrapper'.
1775
1776 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1777
1778         * gdb.texinfo (Types In Python): Document new attribute Types.name.
1779
1780 2013-12-30  Joel Brobecker  <brobecker@adacore.com>
1781
1782         * gdb.texinfo (Types In Python): Clarify the documentation
1783         of attribute gdb.Field.bitpos.
1784
1785 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
1786
1787         * gdb.texinfo (Types In Python): Fix the documentation of
1788         attribute "bitpos" in class gdb.Field for enum types.  Add
1789         documentation for attribute "enumval" in that same class.
1790
1791 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
1792
1793         * gdb.texinfo (GDB/MI Support Commands): Change @table into
1794         @ftable.
1795
1796 2013-12-23  Doug Evans  <xdje42@gmail.com>
1797
1798         * gdb.texinfo (Auto-loading): Move menu up.  Move discussion of
1799         auto-loaded objfile scripts and .debug_gdb_scripts section to their
1800         corresponding section in Extending GDB.
1801         (Extending GDB): Move menu up.  New menu item "Auto-loading
1802         extensions".
1803         (Sequences): New menu item "Auto-loading sequences".
1804         (Auto-loading sequences): New node.
1805         (Python): Rename section from Scripting GDB to Extending GDB.
1806         (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1807         Move docs on ways to auto-load extensions to ...
1808         (Auto-loading extensions): ... here.  New node.
1809
1810 2013-12-23  Joel Brobecker  <brobecker@adacore.com>
1811
1812         * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1813         in menu.
1814         (GDB/MI Variable Objects): Adjust reference to "-list-features"
1815         command, now in a new node.
1816         (GDB/MI Support Commands): New node, with its contents being
1817         extracted from the "GDB/MI Miscellaneous Commands" node.
1818         A small paragraph introducing the section is also added at
1819         the start.
1820         (GDB/MI Miscellaneous Commands): Delete the description of the
1821         -info-gdb-mi-command, -list-features and -list-target-features
1822         commands, now hosted in the "GDB/MI Support Commands" node.
1823
1824 2013-12-12  Siva Chandra Reddy  <sivachandra@google.com>
1825
1826         PR python/16113
1827         * gdb.texinfo (Values From Inferior): Add a note about using
1828         gdb.Field objects as subscripts on gdb.Value objects.
1829         (Types In Python): Add description about the new attribute
1830         "parent_type" of gdb.Field objects.
1831
1832 2013-12-12  Joel Brobecker  <brobecker@adacore.com>
1833
1834         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1835         entry for section docuumenting the -list-features GDB/MI command.
1836
1837 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
1838
1839         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1840         "exec-run-start-option" entry in the output of the "-list-features"
1841         command.
1842
1843 2013-12-04  Eli Zaretskii  <eliz@gnu.org>
1844
1845         * gdb.texinfo (i386): Fix yesterday's commit.
1846
1847 2013-12-03  Tom Tromey  <tromey@redhat.com>
1848
1849         * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1850         documented here.
1851
1852 2013-12-03  Tom Tromey  <tromey@redhat.com>
1853
1854         * gdb.texinfo (@direntry): Add menu item for gdbserver.
1855
1856 2013-12-03  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1857
1858         * gdb.texinfo (i386 Features): Add MPX feature registers.
1859         (x86 Specific featuresx86 Architecture-specific Issues): Adds
1860         a subsubsection for MPX and describes the display of the
1861         boundary registers.
1862
1863 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1864
1865         * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1866         documentation of the "ada-exceptions" entry.
1867
1868 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1869
1870         * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1871         "^error" result record concerning the error message.  Document
1872         the error code that may also be part of that result record.
1873         (GDB/MI Miscellaneous Commands): Document the
1874         "undefined-command-error-code" element in the output of
1875         the "-list-features" GDB/MI command.
1876
1877 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1878
1879         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1880         the new -info-gdb-mi-command GDB/MI command.  Document
1881         the meaning of "-info-gdb-mi-command" in the output of
1882         -list-features.
1883
1884 2013-11-29  Pedro Alves  <palves@redhat.com>
1885
1886         * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1887         Update comment.
1888
1889 2013-11-24  Yao Qi  <yao@codesourcery.com>
1890
1891         * gdb.texinfo (Caching Remote Data): Document new
1892         "set/show stack-cache" option.
1893
1894 2013-11-24  Yao Qi  <yao@codesourcery.com>
1895
1896         * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1897         (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1898         "off" respectively.
1899
1900 2013-11-23  Yao Qi  <yao@codesourcery.com>
1901
1902         * gdb.texinfo (GDB/MI Variable Objects): Add the description
1903         of "displayhint" to the table about child results.
1904
1905 2013-11-21  Yao Qi  <yao@codesourcery.com>
1906
1907         * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1908         'dynamic' for the output of command -var-list-children.
1909
1910 2013-11-21  Yao Qi  <yao@codesourcery.com>
1911
1912         * gdb.texinfo (Caching Target Data): Remove "see" before
1913         @pxref.
1914
1915 2013-11-20  Yao Qi  <yao@codesourcery.com>
1916
1917         * gdb.texinfo (Caching Target Data): Update doc for
1918         per-address-space dcache.
1919
1920 2013-11-20  Yao Qi  <yao@codesourcery.com>
1921
1922         * gdb.texinfo (Data): Rename menu item.
1923         (Caching Remote Data): Rename to ...
1924         (Caching Target Data): ... it.  Update.
1925
1926 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
1927
1928         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1929         "language-option" entry in the output of the "-list-features"
1930         command.
1931
1932 2013-11-15  Tom Tromey  <tromey@redhat.com>
1933
1934         * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1935         Add example.
1936
1937 2013-11-14  Tom Tromey  <tromey@redhat.com>
1938
1939         * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1940
1941 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
1942
1943         * gdb.texinfo (Show): Add xref anchor for "show language" command.
1944         (Context management): Place current subsection text into its own
1945         subsubsection.  Add new subsubsection describing the "--language"
1946         command option.
1947
1948 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
1949
1950         * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1951         the documentation of "info-ada-exceptions" in the output
1952         of the "-list-features" command.  Add the documentation
1953         of the "ada-exception" entry instead.
1954
1955 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1956
1957
1958         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1959         word of a couple of sentences to start with a capital letter.
1960
1961 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1962
1963         * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1964         (Ada Exceptions): New node.
1965         (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1966         Commands" node.
1967         (GDB/MI Ada Exceptions Commands): New node.
1968         (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1969         field in the output of the "-list-features" command.
1970         * NEWS: Add entry for the new "info exceptions" CLI command,
1971         and for the new "-info-ada-exceptions" GDB/MI command.
1972
1973 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
1974
1975         * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1976         (Line Tables In Python): New node.
1977
1978 2013-11-08  Doug Evans  <dje@google.com>
1979
1980         * gdb.texinfo (Debugging Output): Update text for
1981         "set debug dwarf2-read".
1982
1983 2013-11-08  Doug Evans  <dje@google.com>
1984
1985         * gdb.texinfo (Debugging Output): Update text for
1986         "set debug symtab-create".
1987
1988 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1989
1990         * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1991         constant.
1992
1993 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1994
1995         * gdb.texinfo (Breakpoints In Python): Document temporary
1996         option in breakpoint constructor, and add documentation to the
1997         temporary attribute.
1998
1999 2013-11-07  Yao Qi  <yao@codesourcery.com>
2000
2001         * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
2002         output of "-var-info-expression".
2003
2004 2013-11-06  Pedro Alves  <palves@redhat.com>
2005
2006         * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
2007         non-interactive mode.
2008         (Environment) <shell startup files warning>: Mention
2009         non-interactive mode.  Mention .zshenv for Z shell, and talk about
2010         BASH_ENV instead of .bashrc for BASH.
2011
2012 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
2013
2014         * gdb.texinfo (Commands to Specify Files): Add description
2015         of the remove-symbol-file command.
2016         * observer.texi: New free_objfile event
2017
2018 2013-10-24  Pedro Alves  <palves@redhat.com>
2019
2020         * gdb.texinfo (Starting): Document set/show startup-with-shell.
2021
2022 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
2023
2024         * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
2025         New subsection inside which the "-catch-load" and "-catch-unload"
2026         commands documentation is now placed.
2027         (Ada Exception GDB/MI Catchpoint Commands): New subsection
2028         documenting the "-catch-assert" and "-catch-exception" new
2029         GDB/MI commands.
2030
2031 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
2032
2033         * gdb.texinfo (Connecting): Remove unnecessary @w{}.
2034
2035 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
2036
2037         * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
2038         serial baud".
2039         (Remote Configuration): Replace "set remotebaud" by "set serial
2040         baud".  Replace "show remotebaud" by "show serial baud".
2041
2042 2013-10-07  Pedro Alves  <palves@redhat.com>
2043
2044         PR breakpoints/11568
2045         * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
2046         when the thread is removed from the thread list.
2047
2048 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
2049
2050         * gdb.texinfo (Convenience Variables): Document $_exitsignal.
2051         Update entry for $_exitcode.
2052
2053 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
2054
2055         * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
2056         new "--start" option.
2057
2058 2013-10-02  Pedro Alves  <palves@redhat.com>
2059
2060         * gdb.texinfo (Registers): Expand description of saved registers
2061         in frames.  Explain <not saved>.
2062
2063 2013-09-25  Doug Evans  <dje@google.com>
2064
2065         * gdb.texinfo (Debugging Output): Document set/show debug symfile.
2066
2067 2013-09-16  Stan Shebs  <stan@codesourcery.com>
2068
2069         Remove the internals manual gdbint.texinfo.
2070         * Makefile.in (INFO_DEPS): Remove gdbint.info.
2071         (PDFFILES): Remove gdbint.pdf.
2072         (HTMLFILES): Remove gdbint/index.html.
2073         (HTMLFILES_INSTALL): Remove gdbint.
2074         (GDBINT_DOC_FILES): Remove.
2075         (dvi): Remove gdbint.dvi.
2076         (ps): Remove gdbint.ps.
2077         * gdbint.texinfo: Remove file.
2078         * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
2079
2080 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
2081
2082         * gdb.texinfo (Convenience Functions): Mention new convenience
2083         function $_isvoid.
2084
2085 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2086
2087         * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2088         (Standard Target Features): Add new node to menu.
2089         (S/390 and System z Features): New node.
2090
2091 2013-09-13  Sanimir Agovic  <sanimir.agovic@intel.com>
2092
2093         * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2094         -list-target-features in the example.
2095
2096 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2097
2098         * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2099         mini_debuginfo.  Strip binary before adding mini_debuginfo to it.
2100
2101 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2102
2103         Sync documentation with gdb.base/gnu-debugdata.exp.
2104         * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2105
2106 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2107
2108         * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2109
2110 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
2111             Yao Qi  <yao@codesourcery.com>
2112
2113         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2114         Document new --skip-unavailable option.
2115         <-stack-list-variables>: Document new --skip-unavailable option.
2116
2117 2013-08-26  Doug Evans  <dje@google.com>
2118
2119         * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2120         an optional regexp.
2121
2122 2013-08-13  Tom Tromey  <tromey@redhat.com>
2123
2124         * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2125         Document GDB_PARALLEL and GDB_INOTIFY.
2126
2127 2013-08-09  Stan Shebs  <stan@codesourcery.com>
2128
2129         * LRS: Remove file, describes a long-abandoned live-range
2130         splitting extension to stabs.
2131
2132 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
2133
2134         * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2135
2136 2013-07-17  Doug Evans  <dje@google.com>
2137
2138         * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2139
2140 2013-07-02  Tom Tromey  <tromey@redhat.com>
2141
2142         * gdb.texinfo (Target Commands): Don't mention "target nrom".
2143
2144 2013-06-28  Tom Tromey  <tromey@redhat.com>
2145
2146         * Makefile.in (version.subst): Use version.in, not
2147         common/version.in.
2148         * gdbint.texinfo (Versions and Branches, Releasing GDB):
2149         Likewise.
2150
2151 2013-06-27  Pedro Alves  <palves@redhat.com>
2152
2153         * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2154         dynamic symbol resolution code>: New section, based on infrun.c
2155         comment.
2156
2157 2013-06-26  Tom Tromey  <tromey@redhat.com>
2158
2159         * gdbint.texinfo (Versions and Branches): Use common/version.in.
2160         Update.
2161         (Releasing GDB): Likewise.
2162
2163 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
2164             Yao Qi  <yao@codesourcery.com>
2165
2166         * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2167         -trace-frame-collected.
2168
2169 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
2170
2171         * gdb.texinfo (Traceframe Info Format): Document tvar element
2172         and its attributes.
2173
2174 2013-06-25  Yao Qi  <yao@codesourcery.com>
2175
2176         * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2177
2178 2013-06-24  Tom Tromey  <tromey@redhat.com>
2179
2180         * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2181         (GDBvn.texi): Use version.subst.
2182         (version.subst): New target.
2183         (mostlyclean): Remove version.subst.
2184
2185 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
2186
2187         * gdb.texinfo (GDB/MI Data Manipulation)
2188         <-data-list-register-values>: Document the --skip-unavailable
2189         option.
2190
2191 2013-06-07  Yao Qi  <yao@codesourcery.com>
2192
2193         * gdb.texinfo (Symbols): Add kindex and cindex for
2194         'maint print msymbols'.
2195
2196 2013-06-05  Simon Marchi  <simon.marchi@ericsson.com>  (tiny change)
2197
2198         * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2199         response field name (thread-group to inferior).
2200
2201 2013-06-04 Gary Benson  <gbenson@redhat.com>
2202
2203         * gdb.texinfo (General Query Packets/qSupported): Added
2204         "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2205         to the table of currently defined stub features.
2206         Added a more detailed entry for "augmented-libraries-svr4-read".
2207         (General Query Packets/qXfer:libraries-svr4:read): Documented
2208         the augmented form of this packet.
2209
2210 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2211
2212         * gdb.texinfo (System-wide Configuration Scripts): Renames
2213         "Installed System-wide Configuration Scripts". Add associated
2214         @menu block.
2215
2216 2013-05-23  Yao Qi  <yao@codesourcery.com>
2217             Pedro Alves  <palves@redhat.com>
2218
2219         * gdb.texinfo (Packets): Document 'vCont;r'.
2220         (Continuing and Stepping): Document target-assisted range
2221         stepping, and the 'set range-stepping' and 'show range-stepping'
2222         commands.
2223
2224 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2225
2226         * gdb.texinfo (Installed System-wide Configuration Scripts):
2227         Add subsection describing the scripts now available under
2228         the data-dir's system-gdbbinit subdirectory.
2229         * NEWS: Add entry announcing the availability of system-wide
2230         configuration scripts for ElinOS and Wind River Linux.
2231
2232 2013-05-21  Hui Zhu  <hui@codesourcery.com>
2233
2234         * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2235         "-dprintf-insert" command.
2236
2237 2013-05-17  Doug Evans  <dje@google.com>
2238
2239         * gdb.texinfo (Maintenance Commands): Update doc for
2240         "maint check-psymtabs".  Add doc for "maint check-symtabs",
2241         "maint expand-symtabs".
2242
2243 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
2244
2245         * gdb.texinfo (Process Record and Replay): Document the
2246         "record goto" command and its sub-commands.
2247
2248 2013-05-10 Phil Muldoon  <pmuldoon@redhat.com>
2249
2250         * gdb.texinfo (Backtrace): Add "no-filter" argument.
2251         (Python API): Add Frame Filters API, Frame Wrapper API,
2252         Writing a Frame Filter/Wrapper, Managing Management of Frame
2253         Filters chapter entries.
2254         (Frame Filters API): New Node.
2255         (Frame Wrapper API): New Node.
2256         (Writing a Frame Filter): New Node.
2257         (Managing Frame Filters): New Node.
2258         (Progspaces In Python): Add note about frame_filters attribute.
2259         (Objfiles in Python): Ditto.
2260         (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2261         @anchors and --no-frame-filters option to -stack-list-variables,
2262         -stack-list-frames, -stack-list-locals and -stack-list-arguments
2263         commands.
2264
2265 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2266
2267         * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2268         Support" subsection documenting the XML format used to transfer
2269         shared library info on AIX.
2270
2271 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2272
2273         * gdb.texinfo (Debugging Output): Add documentation of
2274         "set debug aix-solib" and "show debug aix-solib" commands.
2275
2276 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
2277
2278         * gdb.texinfo (Nios II): New section.
2279         (Nios II Features): New section.
2280
2281 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
2282
2283         * gdbint.texinfo (Algorithms): Remove entries documenting
2284         DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2285         SOLIB_CREATE_INFERIOR_HOOK.
2286
2287 2013-04-29  Tom Tromey  <tromey@redhat.com>
2288
2289         PR python/14204:
2290         * gdb.texinfo (Python API): Fix menu entry.
2291         (Blocks In Python): Fix subsubsection text.  Rewrite intro.
2292         Define global and static block.  Add example.  Clarify
2293         block relationship for inline functions.
2294
2295 2013-04-29  Tom Tromey  <tromey@redhat.com>
2296
2297         * gdb.texinfo (Python API): Mention Python help and keyword
2298         arguments.  Move pagination text to Basic Python.
2299         (Basic Python): Put pagination text here.  Document
2300         close-on-exec, SIGCHLD, and SIGINT.
2301
2302 2013-04-19  Pedro Alves  <palves@redhat.com>
2303
2304         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2305         "signedness" instead of "signness".
2306
2307 2013-04-19  Pedro Alves  <palves@redhat.com>
2308
2309         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2310         -Wno-pointer-sign text with text on -Wpointer-sign.
2311
2312 2013-04-16  Tom Tromey  <tromey@redhat.com>
2313
2314         * gdb.texinfo (Set Catchpoints): Mention earliest version of
2315         GCC that has the SDT probe points.
2316
2317 2013-04-15  Tom Tromey  <tromey@redhat.com>
2318
2319         * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2320         exception catchpoints.
2321
2322 2013-04-15  Tom Tromey  <tromey@redhat.com>
2323
2324         * gdb.texinfo (Set Catchpoints): Document $_exception.
2325         (Convenience Vars): Mention $_exception.
2326
2327 2013-04-15  Tom Tromey  <tromey@redhat.com>
2328
2329         * gdb.texinfo (Set Catchpoints): Reorganize exception
2330         catchpoints.  Document "catch rethrow".
2331         (Debugging C Plus Plus): Mention "catch rethrow".
2332
2333 2013-04-15  Tom Tromey  <tromey@redhat.com>
2334
2335         * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2336
2337 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2338             Eli Zaretskii  <eliz@gnu.org>
2339
2340         * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2341         line below the sample output.
2342
2343 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
2344
2345         * gdb.texinfo (Mode Options): Document '-configuration'.
2346         (Help): Document "show configuration".
2347         (Bug Reporting): Add requirements to include the configuration
2348         details in bug reports.
2349
2350 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2351
2352         * Makefile.in (MAN1S): Add gcore.1.
2353         Remove "Host, target, and site specific Makefile fragments" comment.
2354         (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2355         (install-man1, uninstall-man1): Conditionalize gcore.1.
2356         (gcore.1): New.
2357         * gdb.texinfo (Man Pages): Add gcore man.
2358         (gcore man): New node.
2359
2360 2013-04-10  Pedro Alves  <palves@redhat.com>
2361
2362         * gdb.texinfo (Process Record and Replay): Document that "set
2363         record full insn-number-max", "set record
2364         instruction-history-size" and "set record
2365         function-call-history-size" accept "unlimited".
2366         (Backtrace): Document that "set backtrace limit" accepts
2367         "unlimited".
2368         (List): Document that "set listsize" accepts "unlimited".
2369         (Print Settings)" Document that "set print max-symbolic-offset",
2370         "set print elements" and "set print repeats" accept "unlimited".
2371         (Starting and Stopping Trace Experiments): Document that "set
2372         trace-buffer-size" accepts "unlimited".
2373         (Remote Configuration): Document that "set tcp connect-timeout"
2374         accepts "unlimited".
2375         (Command History): Document that "set history size" accepts
2376         "unlimited".
2377         (Screen Size): Document that "set height" and "set width" accepts
2378         "unlimited".  Adjust "set pagination"'s description to suggest
2379         "set height unlimited" instead of "set height 0".
2380
2381 2013-04-10  Yao Qi  <yao@codesourcery.com>
2382
2383         * gdb.texinfo (Trace Files): Add "target ctf".
2384
2385 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2386
2387         * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2388
2389         * Makefile.in (install-man1, install-man5, uninstall-man1)
2390         (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2391
2392         * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2393
2394 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2395             Eli Zaretskii  <eliz@gnu.org>
2396
2397         * gdb.texinfo (gdbserver man): Rename tty to comm.  Swap --attach
2398         parameters order.  Remove "On some targets" for --attach.  Document the
2399         --multi parameter and extended-remote command.  Document all the
2400         options.
2401
2402 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2403
2404         * gdb.texinfo (gdb man): Mention option -p.  Include Fortran to
2405         the list of supported languages.
2406
2407 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2408
2409         Convert man pages to texinfo, new gdbinit.5 texinfo page.
2410         * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2411         (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2412         (diststuff): Add man.
2413         (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2414         (uninstall-man5): New.
2415         (STAGESTUFF): Add *.1 and *.5.
2416         (GDBvn.texi): Add SYSTEM_GDBINIT.
2417         (gdb.1, gdbserver.1, gdbinit.5): New.
2418         (maintainer-clean realclean): Add $(MANS).
2419         (install): Add install-man.
2420         (uninstall): Add uninstall-man.
2421         * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2422         (@copying): Wrap it by @c man begin COPYRIGHT.
2423         (Top): Add Man Pages.
2424         (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2425
2426 2013-04-02  Pedro Alves  <palves@redhat.com>
2427
2428         * gdb.texinfo (Debugging Output): Document "set/show debug
2429         aarch64", "set/show debug coff-pe-read" and "set/show debug
2430         mach-o".
2431
2432 2013-04-02  Pedro Alves  <palves@redhat.com>
2433
2434         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2435         table>: Add entry for "trace-buffer-size".
2436
2437 2013-03-28  Pedro Alves  <palves@redhat.com>
2438
2439         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2440         table>: Add entry for "trace-status".
2441
2442 2013-03-28  Eli Zaretskii  <eliz@gnu.org>
2443
2444         * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2445         @bullet", which is invalid (makeinfo 5.1 barfs).
2446
2447 2013-03-28  Pedro Alves  <palves@redhat.com>
2448
2449         PR gdb/15294
2450
2451         * gdb.texinfo (List) <set listsize>: Adjust to document that
2452         listsize 0 means no limit, and remove mention of -1.
2453
2454 2013-03-22  Yao Qi  <yao@codesourcery.com>
2455
2456         * gdb.texinfo (Embedded Processors): Remove menu item
2457         "OpenRISC 1000".
2458         (OpenRISC 1000): Remove.
2459
2460 2013-03-21  Doug Evans  <dje@google.com>
2461
2462         * gdb.texinfo (Maintenance Commands): Add docs for
2463         "mt set per-command {space,time,symtab} {on,off}".
2464
2465 2013-03-14  Hui Zhu  <hui@codesourcery.com>
2466             Yao Qi  <yao@codesourcery.com>
2467
2468         * gdb.texinfo (Trace Files): Add "tsave -ctf".
2469
2470 2013-03-13  Keith Seitz  <keiths@redhat.com>
2471
2472         * gdb.texinfo (Maintenance Commands): Add missing ')' for
2473         "maint agent" reference to Dynamic printf.
2474
2475 2013-03-11  Eli Zaretskii  <eliz@gnu.org>
2476
2477         * gdb.texinfo (General Query Packets): Don't use colon in index
2478         entries visible to Info format.
2479
2480 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2481
2482         * gdb.texinfo (Process Record and Replay): Document record
2483         changes.
2484
2485 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2486
2487         * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2488         (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2489         qXfer:btrace:read.
2490
2491 2013-03-09  Eli Zaretskii  <eliz@gnu.org>
2492
2493         * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2494         use colons in @anchor and @cindex entries.
2495
2496 2013-03-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2497
2498         * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2499
2500 2013-03-08  Stan Shebs  <stan@codesourcery.com>
2501             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2502
2503         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2504         trace-buffer-size set and show commands.
2505         (Tracepoint Packets): Document QTBuffer:size.
2506         (General Query Packets): Document QTBuffer:size.
2507
2508 2013-02-21  Tom Tromey  <tromey@redhat.com>
2509
2510         * gdb.texinfo: Remove bad @syncodeindex.
2511         (Values From Inferior, Types In Python, Inferiors In Python)
2512         (Events In Python, Threads In Python, Frames In Python, Blocks In
2513         Python, Symbols In Python, Symbol Tables In Python): Remove
2514         @tables.
2515         (Packets, General Query Packets, Tracepoint Packets)
2516         (Host I/O Packets): Use @w{} for empty @item.
2517
2518 2013-02-20  Siva Chandra Reddy <sivachandra@google.com>
2519
2520         * gdb.texinfo (Architectures In Python): Add description about
2521         the new method gdb.Architecture.disassemble.
2522
2523 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
2524             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2525
2526         * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2527         Document the "trace-file" field.
2528
2529 2013-02-07  Doug Evans  <dje@google.com>
2530
2531         * gdb.texinfo (Machine Code): Clarify argument to disassemble
2532         command.
2533
2534 2013-02-06  Yao Qi  <yao@codesourcery.com>
2535
2536         * gdb.texinfo (GDB/MI Async Records): Document new MI
2537         notification "=tsv-modified".  Update the document of MI
2538         notification "=tsv-created".
2539         * observer.texi (GDB Observers): New observer tsv_modified.
2540         Update observer tsv_created and tsv_delete.
2541
2542 2013-02-05  Yufeng Zhang  <yufeng.zhang@arm.com>
2543
2544         * gdb.texinfo (AArch64 Features): New section; document
2545         org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2546         (Architectures): Add new AArch64 section to document AArch64
2547         architecture specific commands.
2548         (ABI): Add description of the new OS ABI "Newlib" and its influence
2549         on the longjmp handling.
2550
2551 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2552             Jan Kratochvil  <jan.kratochvil@redhat.com>
2553
2554         * gdb.texinfo (Backtrace): Added description of 'filename-display'
2555         variable in 'set/show backtrace' section.
2556
2557 2013-01-31  Tom Tromey  <tromey@redhat.com>
2558
2559         * gdb.texinfo (Target Commands): Fix typo.
2560
2561 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
2562
2563         * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2564         describing the gdb.Architecture class.
2565         (Frames In Python): Add description about the new method
2566         gdb.Frame.architecture().
2567
2568 2013-01-23  Doug Evans  <dje@google.com>
2569
2570         * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2571
2572 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
2573
2574         * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2575         'thread-groups' field when printing a breakpoint in MI.
2576
2577 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
2578         * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2579         to reflect that jit-reader-load now supports absolute file-names.
2580
2581 2013-01-16  Tom Tromey  <tromey@redhat.com>
2582
2583         * gdb.texinfo (Set Catchpoints): Document "catch signal".
2584         (Signals): Likewise.
2585
2586 2013-01-16  Tom Tromey  <tromey@redhat.com>
2587
2588         * gdb.texinfo (GDB/MI Breakpoint Information): Document
2589         "catch-type" field.
2590         (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2591
2592 2013-01-07  Tom Tromey  <tromey@redhat.com>
2593
2594         * gdb.texinfo (Mode Options): Don't mention -epoch.
2595         (Data, Emacs): Remove obsolete comments.
2596
2597 2013-01-02  Tom Tromey  <tromey@redhat.com>
2598
2599         * gdb.texinfo (GDB/MI Output Records): Update menu.
2600         (GDB/MI Breakpoint Information): New node.
2601         (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2602         <-break-insert>: Likewise.
2603
2604 2012-12-31  Yao Qi  <yao@codesourcery.com>
2605
2606         * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2607         (Packets): Move "vStopped" packet to ...
2608         (Notification Packets): ... here.  Describe the components
2609         of notification.  Add a table of supported notifications.
2610         Add an example on the process of he async notification.
2611
2612 2012-12-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2613
2614         * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2615         present.
2616         (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2617         fullname output always present.
2618
2619 2012-12-23  Pierre Muller  <muller@sourceware.org>
2620
2621         * gdbint.texinfo (Function prototypes): Require use of "extern"
2622         modifier for function prototypes in headers.
2623
2624 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
2625
2626         * refcard.tex: Update copyright notice to GPL v3 or later.
2627         Update contact info.
2628
2629 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2630
2631         * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2632
2633 2012-12-15  Yao Qi  <yao@codesourcery.com>
2634
2635         * gdb.texinfo (Debugging Output): Document 'set debug
2636         notification' and 'show debug notification'.
2637
2638 2012-12-15  Yao Qi  <yao@codesourcery.com>
2639
2640         * gdb.texinfo (Listing Tracepoints): New item and example about
2641         'installed on target' output.
2642         Add more in the example about 'installed on target'.
2643         (GDB/MI Breakpoint Commands): Doc about 'installed field.
2644
2645 2012-12-14  Tom Tromey  <tromey@redhat.com>
2646
2647         * gdb.texinfo (SVR4 Process Information): Mention core files.
2648
2649 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2650
2651         * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2652
2653 2012-12-11  Pedro Alves  <palves@redhat.com>
2654
2655         * gdb.texinfo: Remove all mentions of Unixware throughout.
2656
2657 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2658
2659         * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2660
2661 2012-11-29  Tom Tromey  <tromey@redhat.com>
2662
2663         * gdb.texinfo (SVR4 Process Information): Document missing
2664         "info proc" subcommands.
2665
2666 2012-11-29  Yao Qi  <yao@codesourcery.com>
2667
2668         PR gdb/1477.
2669         * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2670         to 'auto' instead of 'gnu'.
2671
2672 2012-11-26  Tom Tromey  <tromey@redhat.com>
2673
2674         * gdb.texinfo (MiniDebugInfo): New node.
2675         (GDB Files): Update.
2676
2677 2012-11-16  Doug Evans  <dje@google.com>
2678
2679         * gdb.texinfo (System-wide configuration): If the system-wide init
2680         file lives in the data-directory, and --data-directory is provided,
2681         look for it there.
2682
2683 2012-11-15  Tom Tromey  <tromey@redhat.com>
2684
2685         * gdb.texinfo (Signaling): Fix typo.
2686
2687 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
2688
2689         * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2690         parameter "count" of -data-write-memory-bytes, and add an example.
2691
2692 2012-11-12  Tom Tromey  <tromey@redhat.com>
2693
2694         * gdb.texinfo (Symbols): Document "info type-printers",
2695         "enable type-printer" and "disable type-printer".
2696         (Python API): Add new node to menu.
2697         (Type Printing API): New node.
2698         (Progspaces In Python): Document type_printers field.
2699         (Objfiles In Python): Likewise.
2700         (gdb.types) <get_type_recognizers, apply_type_recognizers,
2701         register_type_printer, TypePrinter>: Document.
2702
2703 2012-11-12  Tom Tromey  <tromey@redhat.com>
2704
2705         * gdb.texinfo (Symbols): Document "set print type methods",
2706         "set print type typedefs", and flags to ptype and whatis.
2707
2708 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
2709
2710         * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2711         the example -data-disassemble output.  Extend the description of
2712         the -data-disassemble results to document all fields.  Document
2713         the cli disassemble command as being related to -data-disassemble.
2714
2715 2012-11-09  Yao Qi  <yao@codesourcery.com>
2716
2717         PR gdb/14777.
2718         * gdb.texinfo (OS Information): Remove doc on command
2719         'info udot'.
2720
2721 2012-11-08  Joel Brobecker  <brobecker@adacore.com>
2722
2723         * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2724         gdb.ini warning for Windows port.
2725
2726 2012-11-08  Yao Qi  <yao@codesourcery.com>
2727
2728         * gdb.texinfo (Search): Add kindex for 'fo'.
2729
2730 2012-11-05  Tom Tromey  <tromey@redhat.com>
2731
2732         PR python/14802:
2733         * gdb.texinfo (Functions In Python): Add example.
2734
2735 2012-11-03  Yao Qi  <yao@codesourcery.com>
2736
2737         * observer.texi (GDB Observers): Remove observer
2738         'tracepoint_modified', 'tracepoint_created' and
2739         'tracepoint_deleted'.
2740
2741 2012-10-26  Tom Tromey  <tromey@redhat.com>
2742
2743         * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2744
2745 2012-10-25  Tom Tromey  <tromey@redhat.com>
2746
2747         * gdb.texinfo (General Query Packets): Use @itemx.
2748
2749 2012-10-17  Yao Qi  <yao@codesourcery.com>
2750
2751         * observer.texi (GDB Observers): Update observer
2752         'memory_changed'.
2753         * gdb.texinfo (GDB/MI Async Records): Document for
2754         "memory-changed" notification.
2755
2756 2012-10-15  Doug Evans  <dje@google.com>
2757
2758         * gdb.texinfo (Mode Options): Document -nh.
2759         Elaborate on docs for -nx.
2760
2761 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2762
2763         * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2764
2765 2012-09-21  Yao Qi  <yao@codesourcery.com>
2766             Pedro Alves  <palves@redhat.com>
2767
2768         * gdb.texinfo (GDB/MI Async Records): Document notification
2769         'record-started' and 'record-stopped'.
2770         * observer.texi (GDB Observers): New observer 'record-changed'.
2771
2772 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
2773
2774         * gdb.texinfo: Document the removal of SH's 'regs' command.
2775
2776 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2777
2778         * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2779
2780 2012-09-18  Yao Qi  <yao@codesourcery.com>
2781
2782         * gdb.texinfo (GDB/MI Async Records): Document new MI
2783         notifications '=tsv-created' and '=tsv-deleted'.
2784         * observer.texi (GDB Observers): New observer tsv_created and
2785         tsv_deleted.
2786
2787 2012-09-18  Yao Qi  <yao@codesourcery.com>
2788
2789         * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2790         * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2791         '=traceframe-changed'.
2792
2793 2012-09-17  Yao Qi  <yao@codesourcery.com>
2794
2795         * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2796         'set listsize'.
2797
2798 2012-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2799             Eli Zaretskii  <eliz@gnu.org>
2800
2801         * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2802         encoding for gdbarch_breakpoint_from_pc, bp_addr for
2803         gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2804
2805 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2806
2807         * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2808
2809 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
2810
2811         Document how to return from "python-interactive" to GDB.
2812         * gdb.texinfo (Python Commands): Update documentation.
2813
2814 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
2815
2816         Add a new "python-interactive" command that starts a standard
2817         Python interactive prompt with "pi" as alias, and add "py" as
2818         an alias to "python".
2819         * gdb.texinfo (Python Commands): Document the new commands.
2820
2821 2012-08-22  Tom Tromey  <tromey@redhat.com>
2822
2823         * gdbint.texinfo (Host Definition): Remove documentation for
2824         SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2825
2826 2012-08-17  Keith Seitz  <keiths@redhat.com>
2827
2828         PR c++/13356
2829         * gdb.texinfo (Type and Range Checking): Remove warning.
2830         Remove spurious commas.
2831         Update text and examples for re-implementation of set/show
2832         check type.
2833         (C and C++ Type and Range Checks): Likewise.
2834
2835 2012-08-16  Yao Qi  <yao@codesourcery.com>
2836
2837         * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2838         is deprecated.
2839
2840 2012-08-13  Doug Evans  <dje@google.com>
2841
2842         * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2843         to include functions.
2844
2845 2012-08-10  Doug Evans  <dje@google.com>
2846
2847         * gdb.texinfo (Convenience Funs): New node.
2848         (Types In Python): Document Type.vector.
2849
2850 2012-08-09  Yao Qi  <yao@codesourcery.com>
2851
2852         * observer.texi: New observer command_param_changed.
2853         * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2854
2855 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2856
2857         * gdbint.texinfo (Debugging GDB): In section
2858         'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2859         Mention also gdb-gdb.py.
2860
2861 2012-08-07  Yao Qi  <yao@codesourcery.com>
2862
2863         Revert the folloing patch:
2864         2012-08-06  Yao Qi  <yao@codesourcery.com>
2865         * gdb.texinfo (Remote Configuration): Add kindex for 'set
2866         remote hardware-watchpoint-limit' and 'set
2867         remote hardware-breakpoint-limit'.
2868
2869 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
2870
2871         * gdb.texinfo (Working Directory): Added information about new
2872         default argument for 'cd' command.
2873
2874 2012-08-06  Yao Qi  <yao@codesourcery.com>
2875
2876         * gdb.texinfo (Remote Configuration): Add kindex for 'set
2877         remote hardware-watchpoint-limit' and 'set
2878         remote hardware-breakpoint-limit'.
2879
2880 2012-08-06  Yao Qi  <yao@codesourcery.com>
2881
2882         Fix PR14371.
2883
2884         * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2885         '=breakpoint-deleted'.
2886
2887 2012-08-02  Yao Qi  <yao@codesourcery.com>
2888
2889         * gdb.texinfo (Native): Remove node Neutrino.
2890
2891 2012-07-27  Yao Qi  <yao@codesourcery.com>
2892
2893         * gdb.texinfo (IPA Protocol Commands): Document new command
2894         'close'.
2895
2896 2012-07-25  Tom Tromey  <tromey@redhat.com>
2897
2898         * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2899
2900 2012-07-20  Doug Evans  <dje@google.com>
2901
2902         * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2903         (Index Files): Document how to control the use of deprecated index
2904         sections.
2905         (Index Section Format): Replace --use-deprecated-index-sections with
2906         "set use-deprecated-index-sections on".
2907
2908 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
2909
2910         * gdbint.texinfo: Remove @syncodeindex directives that put all the
2911         indices into a single node "Index".  Instead, join function and
2912         variable indices into a single index, separate from the concept
2913         index.  Requested in
2914         http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2915         (Top): Update the top-level menu: instead of one "Index" there are
2916         now separate entries "Concept Index" and "Function and Variable
2917         Index".
2918         (Concept Index, Function and Variable Index): New nodes.
2919         (Index): Node deleted.
2920
2921 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
2922
2923         * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2924         and "maint agent-eval".
2925
2926 2012-07-03  Eli Zaretskii  <eliz@gnu.org>
2927
2928         * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2929         avoid file-name clashes between Index.html and index.html on
2930         case-insensitive filesystems.  See the discussion starting in
2931         http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2932         details of the problem.
2933         (Top): Update the master menu for the above.
2934         (Concept Index, Command and Variable Index): New nodes, instead of
2935         the old "Index" node that was deleted.  All cross-references
2936         updated.
2937
2938 2012-07-02  Stan Shebs  <stan@codesourcery.com>
2939
2940         * gdb.texinfo (Dynamic Printf): Mention agent style and
2941         disconnected dprintf.
2942         (Maintenance Commands): Describe maint agent-printf.
2943         (General Query Packets): Mention BreakpointCommands feature.
2944         (Packets): Document commands extension to Z0 packet.
2945         * agentexpr.texi (Bytecode Descriptions): Document printf
2946         bytecode.
2947
2948 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2949
2950         * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2951         only after gdbinit files.
2952         (Startup): Move -iex and -iex commands down after gdbinit files.
2953
2954 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2955
2956         * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2957         possibility.
2958
2959 2012-06-29  Tom Tromey  <tromey@redhat.com>
2960
2961         * gdb.texinfo (Index Section Format): Update for version 7.
2962
2963 2012-06-28  Stan Shebs  <stan@codesourcery.com>
2964
2965         * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2966         example, add note about title column.
2967
2968 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
2969
2970         * gdb.texinfo (Symbol Tables In Python): Add description about
2971         the new 'last' attribute of gdb.Symtab_and line.
2972
2973 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
2974
2975         * gdb.texinfo (Symbol Tables In Python): Correct the description
2976         of the 'pc' attribute of gdb.Symtab_and_line.
2977
2978 2012-06-26  Doug Evans  <dje@google.com>
2979
2980         * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2981         and symtab-create.
2982
2983 2012-06-25  Keith Seitz  <keiths@redhat.com>
2984
2985         * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2986         from example.  Remove "rbreak" from list of corresponding
2987         gdb commands.
2988
2989 2012-06-23  Doug Evans  <dje@google.com>
2990
2991         * gdb.texinfo (Index Section Format): Document version 7 format.
2992
2993 2012-06-22  Yao Qi  <yao@codesourcery.com>
2994
2995         * gdb.texinfo: Add missing cindex for some packets.
2996
2997 2012-06-20  Keith Seitz  <keiths@redhat.com>
2998
2999         * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
3000         for -break-insert and document -p.
3001
3002 2012-06-20  Yao Qi  <yao@codesourcery.com>
3003
3004         * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
3005         and "gdb.write_memory" with "Inferior.read_memory" and
3006         "Inferior.write_memory".
3007
3008 2012-06-15  Patrice Dumas  <pertusus@free.fr>  (tiny change)
3009
3010         * gdb.texinfo (Summary): Add a link to "Free Documentation".
3011         (Free Documentation): Add @node line.
3012         (Continuing and Stepping) <advance location>: Use @item instead of
3013         @itemx.
3014         (Reverse Execution) <set exec-direction reverse>: Use @item instead of
3015         @itemx.
3016         (Embedded Processors): Put the link to "PA" to its correct place,
3017         according to document structure.
3018         (Python API): Put the link to "Lazy Strings In Python" to its
3019         correct place.
3020         (Index): Use @@ in @tex block to get a literal @.
3021
3022         * gdbint.texinfo: Fix the @subtitle line.
3023
3024         * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
3025         correct place.
3026
3027 2012-06-08  Yao Qi  <yao@codesourcery.com>
3028
3029         * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
3030         Protocol'.
3031         (In-Process Agent Protocol, IPA Protocol Objects)
3032         (IPA Protocol Commands): New nodes.
3033         (Tracepoint Packets): Add anchors.
3034
3035 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
3036
3037         * gdb.texinfo: Document the deprecation of SH's 'regs' command.
3038
3039 2012-06-06  Yao Qi  <yao@codesourcery.com>
3040
3041         * gdb.texinfo: Update copyright year.
3042
3043 2012-05-23  Stan Shebs  <stan@codesourcery.com>
3044             Kwok Cheung Yeung  <kcy@codesourcery.com>
3045
3046         * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
3047
3048 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
3049
3050         * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
3051         Mention also --with-separate-debug-dir.
3052         (Auto-loading): Prepend $debugdir in the sample output.
3053         (Auto-loading safe path): Likewise.  Mention also $debugdir for the
3054         auto-load safe-path variable.
3055         (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
3056         Mention also $debugdir for 'set auto-load scripts-directory'.
3057
3058 2012-05-19  Eli Zaretskii  <eliz@gnu.org>
3059
3060         * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
3061         (MIPS Embedded, MIPS, MIPS Register packet Format)
3062         (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
3063         appropriate.
3064
3065 2012-05-18  Sandra Loosemore  <sandra@codesourcery.com>
3066             Maciej W. Rozycki  <macro@codesourcery.com>
3067
3068         * gdb.texinfo (MIPS): Document "set mips compression" and "show
3069         mips compression".
3070         (MIPS Breakpoint Kinds): New subsubsection.
3071
3072 2012-05-18  Eli Zaretskii  <eliz@gnu.org>
3073
3074         * gdb.texinfo (Architecture-Specific Protocol Details): Define
3075         nodes for subsections.  Add @acronym mark-ups and adjust
3076         formatting.
3077
3078 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3079
3080         Rename $ddir to $datadir.
3081         * gdb.texinfo (Auto-loading, Auto-loading safe path)
3082         (objfile-gdb.py file): Rename $ddir to $datadir.
3083
3084 2012-05-18  Tom Tromey  <tromey@redhat.com>
3085
3086         * gdb.texinfo (Print Settings): Document 'set print symbol'.
3087
3088 2012-05-14  Stan Shebs  <stan@codesourcery.com>
3089
3090         * gdb.texinfo (Dynamic Printf): New subsection.
3091
3092 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
3093
3094         * gdb.texinfo (Basic Python): Add description about the function
3095         gdb.find_pc_line
3096
3097 2012-05-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3098             Eli Zaretskii  <eliz@gnu.org>
3099
3100         * gdb.texinfo (Separate Debug Files): Use plural form for global
3101         debugging information directory.
3102
3103 2012-05-11  Stan Shebs  <stan@codesourcery.com>
3104             Kwok Cheung Yeung  <kcy@codesourcery.com>
3105
3106         * gdb.texinfo (Operating System Auxiliary Information): Document new
3107         'info os' subcommands.
3108
3109 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3110
3111         * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3112         (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3113         (dotdebug_gdb_scripts section): Add reference
3114         to 'Auto-loading safe path'.
3115
3116 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3117
3118         Implement multi-component --with-auto-load-dir.
3119         * gdb.texinfo (Auto-loading): New references
3120         for 'set auto-load scripts-directory'
3121         and 'show auto-load scripts-directory'.
3122         (Auto-loading safe path): Describe the new default.  Move $ddir
3123         substituation reference to 'objfile-gdb.py file'.
3124         (objfile-gdb.py file): Describe script-name alias.  Change real-name to
3125         script-name.  Describe new 'set auto-load scripts-directory'
3126         and 'show auto-load scripts-directory'.
3127
3128 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3129
3130         Provide $ddir substitution for --with-auto-load-safe-path.
3131         * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3132         (Auto-loading safe path): Likewise.  Mention the default value,
3133         $ddir substitution, --with-auto-load-safe-path and
3134         --without-auto-load-safe-path.
3135         * observer.texi (gdb_datadir_changed): New.
3136
3137 2012-05-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3138
3139         * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3140         Twice.
3141
3142         * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3143         directory separator by path separator.
3144
3145 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3146
3147         * gdb.texinfo (Auto-loading safe path): Make 'directories'
3148         for 'set auto-load safe-path' optional.  Mention if it is omitted.
3149         Change disabling security protection condition to "/", twice.
3150
3151 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
3152
3153         * gdb.texinfo (Symbol Tables In Python): Add documentation about
3154         the new methods global_block and static_block on gdb.Symtab
3155         objects.
3156
3157 2012-05-02  Siva Chandra Reddy  <sivachandra@google.com>
3158
3159         * gdb.texinfo (Blocks In Python): Add a note saying that future
3160         improvements to GDB and its infrastructure can move symbols
3161         across blocks within a symbol table.
3162
3163 2012-04-29  Yao Qi  <yao@codesourcery.com>
3164
3165         * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3166         (A29K): Remove.
3167
3168 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
3169             Tom Tromey  <tromey@redhat.com>
3170
3171         * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3172         and generic static probe support on GDB.
3173
3174 2012-04-25  Doug Evans  <dje@google.com>
3175
3176         * gdb.texinfo (Go): Fix thinko.
3177
3178         * gdb.texinfo (Supported Languages): Add Go.
3179         (Go): New node.
3180
3181 2012-04-25  Yao Qi  <yao@codesourcery.com>
3182
3183         * gdbint.texinfo (Testsuite): New section `Board settings'.
3184
3185 2012-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
3186
3187         * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3188         Three times.
3189
3190         * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3191         Three times.
3192
3193 2012-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3194
3195         * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3196         by @table @asis.  Fix formatting of one item.
3197
3198 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3199
3200         * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3201
3202 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3203
3204         New option "set debug auto-load".
3205         * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3206         (auto-load verbose mode): New node.
3207
3208 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3209
3210         New option "set auto-load safe-path".
3211         * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3212         and "info auto-load" examples for safe-path.  Put there also references
3213         for "set auto-load safe-path" and "show auto-load safe-path".
3214         New menu item for Auto-loading safe path.
3215         (Auto-loading safe path): New node.
3216         (Python Auto-loading): Update the expected output from "Missing"
3217         to "No".
3218
3219 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3220
3221         auto-load: Implementation.
3222         * gdb.texinfo (Mode Options): New anchor for -nx.
3223         (Startup): New anchors for Option -init-eval-command,
3224         Home Directory Init File
3225         and Init File in the Current Directory during Startup.
3226         Mention set auto-load local-gdbinit with a reference.
3227         Change the sample code to "set auto-load python-scripts".
3228         (Threads): New anchor set libthread-db-search-path.
3229         Provide references to libthread_db.so.1 file.
3230         (Controlling GDB): New menu item for Auto-loading.
3231         (Auto-loading, Init File in the Current Directory)
3232         (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3233         (Python): Rename the menu item Auto-loading to Python Auto-loading.
3234         (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3235         reference.
3236         (Auto-loading): Rename to ...
3237         (Python Auto-loading): ... here.  Change "set auto-load-scripts" to
3238         "set auto-load python-scripts", new anchor for it.  Change
3239         "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3240         for it.  Change "info auto-load-scripts"
3241         to "info auto-load python-scripts", new anchor for it.  Change "scripts"
3242         to "Python scripts".
3243
3244 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
3245
3246         PR mi/13393
3247         * gdb.texinfo (Print Settings): Extend the description for "set print
3248         object".
3249         (GDB/MI Variable Objects): Extend the description for -var-create and
3250         -var-list-children.
3251
3252 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
3253
3254         * gdb.texinfo (Examining Data): Document the 'explore' command.
3255
3256 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
3257
3258         * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3259         to the children of a varobj and its update range when -var-update
3260         returns that the varobj's type changed.
3261
3262 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3263
3264         * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3265         Create two new links fir 'objfile-gdb.py file'
3266         and 'dotdebug_gdb_scripts section'.
3267
3268 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3269
3270         * gdb.texinfo (Auto-loading): Rename node reference
3271         '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3272         Twice.
3273         (.debug_gdb_scripts section): Rename the node ...
3274         (dotdebug_gdb_scripts section): ... here.
3275         (Maintenance Commands): Also rename this node reference.
3276
3277 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
3278
3279         * gdb.texinfo (Python API/Values From Inferior): Add description
3280         about the new method Value.referenced_value.  Add description on
3281         how Value.dereference is different (and similar) to
3282         Value.referenced_value.
3283
3284 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3285
3286         * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3287         --init-eval-command=COMMAND, -iex.
3288         (Startup): Describe -iex and -ix.  Simplify the example
3289         for "set auto-load-scripts off".
3290
3291 2012-03-16  Gary Benson  <gbenson@redhat.com>
3292
3293         PR breakpoints/10738
3294         * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3295         stating that GDB cannot set breakpoints on inlined functions.
3296         (Mode Options): Document --use-deprecated-index-sections.
3297         (Index Section Format): Document new index section version format.
3298
3299 2012-03-15  Tom Tromey  <tromey@redhat.com>
3300
3301         * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3302
3303 2012-03-13  Doug Evans  <dje@google.com>
3304
3305         * gdb.texinfo (Help): Change apropos example to use "alias" instead
3306         of "reload".
3307         (Symbols): Delete docs for set/show symbol-reloading.
3308         * gdbint.texinfo (Defining Other Architecture Features): Delete
3309         SYMBOL_RELOADING_DEFAULT.
3310         * refcard.tex: Delete reference to symbol-reloading.
3311
3312 2012-03-07  Pedro Alves  <palves@redhat.com>
3313
3314         * gdb.texinfo (General Query Packets): Document new
3315         QProgramSignals packet.
3316         * gdb.texinfo (Remote configuration): Mention
3317         "program-signals-packet".
3318
3319 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3320
3321         * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3322
3323 2012-03-03  Yao Qi  <yao@codesourcery.com>
3324
3325         * gdb.texinfo (In-Process Agent): New node.
3326         Document new commands.
3327         (General Query Packets): Add packet `QAgent'.
3328
3329 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
3330
3331         * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3332
3333 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
3334
3335         * gdb.texinfo (Commands In Python): Put example python macro in
3336         COMMAND_USER category rather than COMMAND_OBSCURE.
3337         Document gdb.COMMAND_USER.
3338         (User-defined Commands): Update documentation to clarify
3339         "set/show max-user-call-depth" and "show user" don't apply to python
3340         commands.  Update documentation to clarify "help user-defined" may
3341         also include python commands defined as COMMAND_USER.
3342
3343 2012-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3344
3345         * gdb.texinfo (Startup): Add option -ex description to the option -x
3346         description.
3347
3348 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
3349
3350         * gdb.texinfo (Setting Breakpoints): Mention and explain the
3351         condition-evaluation breakpoint parameter.
3352         Mention condition-evaluation mode being shown in "info break".
3353         (Break Conditions): Add description for target-side
3354         conditional breakpoints.
3355         (Remote Configuration): Mention conditional-breakpoints-packet.
3356         (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3357         cond-expr.
3358         (General Query Packets): Mention new ConditionalBreakpoint feature.
3359
3360 2012-02-22  Tom Tromey  <tromey@redhat.com>
3361
3362         * gdb.texinfo (Blocks In Python): Clarify block iteration.
3363
3364 2012-02-17  Tom Tromey  <tromey@redhat.com>
3365
3366         PR python/10753:
3367         * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3368         directory.
3369
3370 2012-02-14  Stan Shebs  <stan@codesourcery.com>
3371
3372         * gdb.texinfo (Disabling Breakpoints): Document enable count.
3373
3374 2012-02-13  Pedro Alves  <palves@redhat.com>
3375
3376         * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3377         mips-idt-ecoff.
3378
3379 2012-02-09  Yao Qi  <yao@codesourcery.com>
3380
3381         * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3382
3383 2012-02-07  Tom Tromey  <tromey@redhat.com>
3384
3385         * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3386         Symbol.value.
3387
3388 2012-02-07  Tom Tromey  <tromey@redhat.com>
3389
3390         * gdb.texinfo (Symbols In Python): Document Symbol.line.
3391
3392 2012-01-27  Thomas Schwinge  <thomas@codesourcery.com>
3393
3394         * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3395
3396 2012-01-24  Tom Tromey  <tromey@redhat.com>
3397
3398         * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3399         unload".
3400         (Files): Mention new catch commands.
3401         (GDB/MI Async Records): Likewise.
3402
3403 2012-01-24  Gary Benson  <gbenson@redhat.com>
3404
3405         Delete #if 0'd out code.
3406         * gdb.texinfo (Frame Info): Remove "info catch".
3407
3408 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
3409
3410         * gdb.texinfo (Remote Configuration): Document
3411         "set remote hostio-readlink-packet" command.
3412         (General Query Packets): Document vFile:readlink packet.
3413
3414 2012-01-16  Tom Tromey  <tromey@redhat.com>
3415
3416         * gdb.texinfo (Specify Location): Document relative file name
3417         handling.
3418
3419 2012-01-16  Tom Tromey  <tromey@redhat.com>
3420
3421         * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3422
3423 2012-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3424             Eli Zaretskii  <eliz@gnu.org>
3425
3426         * gdbint.texinfo (Coding Standards): Require braces for two lines of
3427         code.
3428
3429 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
3430
3431         * gdb.texinfo (Variables): Document use of :: for non-static
3432         variables.
3433
3434 2012-01-05  Joel Brobecker  <brobecker@adacore.com>
3435
3436         * gdbint.texinfo (Start of New Year Procedure): Update
3437         to replace use of copyright.sh by use of copyright.py.
3438
3439 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3440
3441         Remove the gdbtui binary.
3442         * all-cfg.texi (GDBTUI): Remove.
3443         * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3444         (TUI): Remove GDBTUI pindex.  Remove the GDBTUI reference.
3445         * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3446
3447 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
3448
3449         Introduce gdb.FinishBreakpoint in Python.
3450         * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3451         (Python API): Add menu entry for Finish Breakpoints.
3452
3453 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3454
3455         * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3456         tests.
3457
3458 2011-12-16  Doug Evans  <dje@google.com>
3459
3460         * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3461
3462 2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
3463
3464         * gdb.texinfo (Python Commands): Remove "maint set/show print
3465         stack".  Add documentation for "set/show python print-stack".
3466
3467 2011-12-14  Pedro Alves  <pedro@codesourcery.com>
3468
3469         * gdb.texinfo (Implementing a Remote Stub): Explain that you
3470         should transfer control to the stub in the startup code instead of
3471         in main.  Mention the need to get past the initial breakpoint.
3472
3473 2011-12-06  Tom Tromey  <tromey@redhat.com>
3474
3475         * gdb.texinfo (Set Breaks): Update for new behavior.
3476
3477 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3478
3479         * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3480         List Format for SVR4 Targets'.
3481         (General Query Packets): New item qXfer:libraries-svr4:read.
3482         (Library List Format for SVR4 Targets): New node.
3483
3484 2011-12-01  Tom Tromey  <tromey@redhat.com>
3485
3486         * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3487         add.
3488
3489 2011-11-22  Tom Tromey  <tromey@redhat.com>
3490
3491         * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3492         reasons.
3493
3494 2011-11-20  Stan Shebs  <stan@codesourcery.com>
3495
3496         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3497         note-related options and variables.
3498         (Tracepoint Packets): Document packet changes.
3499
3500 2011-11-20  Sanjoy Das  <sdas@igalia.com>
3501
3502         * gdb.texinfo (JIT Interface): Add documentation on writing and
3503         usind JIT debug info readers.
3504         (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3505         Debug Info Readers): New nodes.
3506
3507 2011-11-18  Yao Qi  <yao@codesourcery.com>
3508
3509         * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3510         tracepoint.
3511
3512 2011-11-15  Doug Evans  <dje@google.com>
3513
3514         * gdb.texinfo (Files): Document basenames-may-differ.
3515
3516 2011-11-14  Doug Evans  <dje@google.com>
3517
3518         * gdb.texinfo (Shell Commands): Document "!".
3519
3520 2011-11-14  Stan Shebs  <stan@codesourcery.com>
3521             Kwok Cheung Yeung  <kcy@codesourcery.com>
3522
3523         * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3524         needed to get shorter fast tracepoints.
3525         (Tracepoint Packets): Document new qTMinFTPILen packet.
3526
3527 2011-11-14  Yao Qi  <yao@codesourcery.com>
3528
3529         * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3530         behavior of tracepoint.
3531         (General Query Packets): New feature InstallInTrace.
3532         (Remote Configuration): Document "set remote
3533         install-in-trace-packet".
3534
3535 2011-11-12  Matt Rice  <ratmice@gmail.com>
3536
3537         * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3538         Add arguments to info macro.
3539
3540 2011-11-10  Tom Tromey  <tromey@redhat.com>
3541
3542         * gdb.texinfo (Compilation): Don't mention -gdwarf-2.  Link to GCC
3543         manual.
3544         (Variables): Don't mention -gdwarf-2.  Link to Compilation node.
3545         (Macros): Add a footnote.
3546         (C): Remove paragraph about compiler options.
3547         (C Constants): Mention wide character and string constants.
3548         (C Plus Plus Expressions): Update compiler option advice.  Mention
3549         using declarations.  Mention ADL.  Remove old HP compiler
3550         information.
3551
3552 2011-11-10  Tom Tromey  <tromey@redhat.com>
3553
3554         PR c++/9257:
3555         * gdb.texinfo (Print Settings): Add an extra note about the need
3556         for a vtable.
3557
3558 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
3559
3560         * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3561         "set mips abi" documentation.
3562
3563 2011-11-04  Doug Evans  <dje@google.com>
3564
3565         * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3566
3567 2011-11-03  Tom Tromey  <tromey@redhat.com>
3568
3569         * gdb.texinfo (Stopping): Add menu entry.
3570         (Continuing and Stepping): Restore @node.  Use @section, not
3571         @subsection.
3572
3573 2011-11-03  Maciej W. Rozycki  <macro@codesourcery.com>
3574
3575         * gdb.texinfo (Skipping Over Functions and Files): Remove node
3576         designation.  Fix "Specify Location" cross-reference.
3577
3578 2011-11-02  Stan Shebs  <stan@codesourcery.com>
3579
3580         * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3581         (General Query Packets): Describe tracenz feature.
3582         * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3583
3584 2011-10-28  Paul Koning  <paul_koning@dell.com>
3585
3586         * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3587
3588 2011-10-27  Kevin Pouget  <kevin.pouget@st.com>
3589
3590         * gdb.texinfo ((Frames In Python): Document
3591         gdb.FRAME_UNWIND_FIRST_ERROR contant.
3592
3593 2011-10-26  Paul Koning  <paul_koning@dell.com>
3594
3595         * gdb.texinfo (gdb.types): Document new deepitems function.
3596
3597 2011-10-25  Paul Koning  <paul_koning@dell.com>
3598
3599         PR python/13327
3600
3601         * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3602         fetch_lazy method.
3603
3604 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
3605
3606         PR python/12656
3607
3608         * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3609         global_block, static_block function.
3610
3611 2011-10-19  Tom Tromey  <tromey@redhat.com>
3612
3613         * gdb.texinfo (Commands In Python): Add missing "@"s.
3614
3615 2011-10-13  Kevin Pouget  <kevin.pouget@st.com>
3616
3617         PR python/13285 Document named constants for frame unwind stop reasons
3618         * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3619         constants.
3620
3621 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3622
3623         Fix compatibility with texinfo versions older than 4.12.
3624         * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3625         (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3626         (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3627         (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3628         * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3629         Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3630         CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3631
3632 2011-10-09  Doug Evans  <dje@google.com>
3633
3634         * gdb.texinfo (Extending GDB): Document alias command.
3635
3636 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3637
3638         Support @entry in input expressions.
3639         * gdb.texinfo (Variables): Describe @entry names suffix.
3640         (Print Settings): Add anchor for `set print entry-values'.
3641
3642 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3643             Eli Zaretskii  <eliz@gnu.org>
3644
3645         Display @entry parameter values (without references).
3646         * gdb.texinfo (Tail Call Frames): Add anchor.  Add self tail call
3647         example.
3648         (Print Settings): New description of set print entry-values and show
3649         print entry-values.
3650
3651 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3652             Eli Zaretskii  <eliz@gnu.org>
3653
3654         Recognize virtual tail call frames.
3655         * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3656         (Tail Call Frames): New node.
3657         (Frames In Python): Add gdb.TAILCALL_FRAME.
3658
3659 2011-10-07  Doug Evans  <dje@google.com>
3660
3661         * gdb.texinfo (gdb.printing): Document new `replace' arg to
3662         register_pretty_printer.
3663
3664 2011-10-07  Phil Muldoon  <pmuldoon@redhat.com>
3665
3666         PR python/12930
3667         PR python/12802
3668
3669         * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3670         stop method.
3671
3672 2011-10-07  Ulrich Weigand  <ulrich.weigand@linaro.org>
3673
3674         * gdb.texinfo (Starting your Program): "set disable-randomization"
3675         is no longer Linux-specific.
3676         (Remote Configuration): Document "set remote
3677         disable-randomization-packet".
3678         (General Query Packets): Document "QDisableRandomization" packet
3679         and add it to "qSupported" list.
3680
3681 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
3682
3683         Allow Python notification of new object-file loadings.
3684         * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3685         event type.
3686
3687 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
3688
3689         PR python/12691: Add the inferior to Python exited event
3690         * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3691
3692 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
3693
3694         * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3695         rephasing.
3696
3697 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
3698
3699         * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3700         (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3701         as possible feature returned by the `-list-features'
3702         command.
3703
3704 2011-09-28  Paul Koning  <paul_koning@dell.com>
3705
3706         * gdb.texinfo (gdb.Type): Document field access by dictionary
3707         key syntax.
3708
3709 2011-09-28  Yao Qi  <yao@codesourcery.com>
3710
3711         * gdb.texinfo (Files): Update options for `add-symbol-file'.
3712         Add one space after option `-s'.  Remove @r{} markup.
3713
3714 2011-09-27  Stan Shebs  <stan@codesourcery.com>
3715
3716         * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3717
3718 2011-09-16  Hui Zhu  <teawater@gmail.com>
3719
3720         * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3721         to *(unsigned char *)$esp@300.
3722
3723 2011-09-15  Paul Koning  <paul_koning@dell.com>
3724
3725         * gdb.texinfo: Make style of Python functions and methods match
3726         the syntax of Python.  Also put class and module names explicitly
3727         on function, member, and variable names, matching Python
3728         documentation conventions.
3729
3730 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
3731
3732         PR Python/12692 Add gdb.selected_inferior() to Python interface.
3733         * gdb.texinfo (Inferiors In Python): Describe new
3734         gdb.selected_inferior() function.
3735
3736 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
3737
3738         Handle multiple breakpoint hits in Python interface:
3739         * gdb.texinfo (Events In Python): New function documentation:
3740         gdb.BreakpointEvent.breakpoints. Indicate that
3741         gdb.BreakpointEvent.breakpoint is now deprecated.
3742
3743 2011-09-04  Joel Brobecker  <brobecker@adacore.com>
3744
3745         * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3746
3747 2011-08-25  Andrew Oakley  <andrew@ado.is-a-geek.net>
3748
3749         * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3750
3751 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
3752
3753         * gdb.texinfo (Prompt): Add set/show extended-prompt
3754         documentation
3755         (Basic Python): Add prompt_hook anchor.
3756         (Python modules): Reword module text to reflect multiple modules.
3757         (gdb.prompt): Document gdb.prompt module.
3758
3759 2011-08-14  Yao Qi  <yao@codesourcery.com>
3760
3761         * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3762
3763 2011-08-14  Yao Qi  <yao@codesourcery.com>
3764
3765         * gdb.texinfo (Standard Target Features): Document C6x features.
3766         (TIC6x Features): New node.
3767
3768 2011-08-12  Doug Evans  <dje@google.com>
3769
3770         * gdb.texinfo (Symbols In Python): Document symbol.type.
3771
3772 2011-08-09  Phil Muldoon  <pmuldoon@redhat.com>
3773
3774         * gdb.texinfo (Python): Document command and function
3775         auto-loading.
3776
3777 2011-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3778             Eli Zaretskii  <eliz@gnu.org>
3779
3780         * gdb.texinfo (whatis, ptype): Highlight their differences.  Describe
3781         typedefs unrolling.  Extend the sample code by an inner typedef and
3782         outer typedefs unrolling.
3783
3784 2011-07-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
3785
3786         * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3787         size and line-size.
3788
3789 2011-07-21  Matt Rice  <ratmice@gmail.com>
3790
3791         PR macros/12999
3792         * gdb.texinfo (Macros): Add info definitions and info macros commands.
3793         Update text and cindex entries for info macro command.
3794
3795 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
3796
3797         * observer.texi (GDB Observers): Add before_prompt observer.
3798         * gdb.texinfo (Basic Python): Add documentation for prompt
3799         substitution.
3800
3801 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
3802
3803         PR python/12438
3804         * gdb.texinfo (Python Commands): Add deprecate note to maint
3805           set/show python print-stack.  Document set/show python
3806           print-backtrace.
3807
3808 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
3809
3810         * gdb.texinfo: Fix typos.
3811
3812 2011-07-01  Tom Tromey  <tromey@redhat.com>
3813
3814         * gdb.texinfo (Debugging Output): Document set debug
3815         check-physname.
3816
3817 2011-06-29  Tom Tromey  <tromey@redhat.com>
3818
3819         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3820         breakpoint-notifications feature.
3821
3822 2011-06-29  Ulrich Weigand  <ulrich.weigand@linaro.org>
3823
3824         * gdb.texinfo (Target Description): Remove warning about
3825         possibly unstable format.
3826
3827 2011-06-03  Tom Tromey  <tromey@redhat.com>
3828
3829         * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3830         (Events In Python): Note that exit_code is optional.
3831
3832 2011-05-17  Pedro Alves  <pedro@codesourcery.com>
3833
3834         * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3835         required for multi-threading support.
3836         (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3837         Hc are deprecated for multi-threading debugging.  Point readers at
3838         the vCont packet.
3839
3840 2011-05-15  Doug Evans  <dje@google.com>
3841
3842         * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3843
3844 2011-05-13  Doug Evans  <dje@google.com>
3845
3846         * gdb.texinfo (Threads): Document $sdir,$pdir.
3847         (Server): Document $pdir exception.
3848
3849         * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3850
3851         * gdb.texinfo (Threads): Clarify default value for
3852         libthread-db-search-path.
3853
3854         * gdb.texinfo (Completion): Update example.
3855         (Debugging Output): Delete `set/show debug lin-lwp-async'.
3856
3857 2011-05-12  Kwok Cheung Yeung  <kcy@codesourcery.com>
3858
3859         * gdb.texinfo: Document change in the behaviour of the enable and
3860         disable GDB commands when applied to tracepoints.
3861         Document the EnableDisableTracepoints remote stub feature.
3862         Document QTEnable and QTDisable in the list of tracepoint packets.
3863
3864 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3865
3866         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3867         hsuser.texi.
3868         * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3869         comment to hsuser.texi.  Change rluser.texi name in the comment.
3870
3871 2011-05-10  Doug Evans  <dje@google.com>
3872
3873         * gdb.texinfo (Threads): If an empty path is provided for
3874         libthread-db-search-path it is reset to its default value.
3875         (Server): Ditto.
3876
3877 2011-05-09  Doug Evans  <dje@google.com>
3878
3879         * gdb.texinfo (Requirements): Fix typo.  Mention --with-iconv-bin.
3880
3881 2011-05-06  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3882             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3883
3884         Implement support for PowerPC BookE masked watchpoints.
3885         * gdb.texinfo (Set Watchpoints): Document mask parameter.
3886         (PowerPC Embedded): Mention support of masked watchpoints.
3887
3888 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
3889
3890         * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3891         `@value{GDBN}'.
3892
3893 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
3894
3895         * gdb.texinfo (titlepage): Remove dedication.
3896         (In Memoriam): New appendix.
3897
3898 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3899             Eli Zaretskii  <eliz@gnu.org>
3900
3901         * gdb.texinfo (Index Section Format): Change the version to 5.
3902         Describe the different formula.
3903
3904 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3905             Eli Zaretskii  <eliz@gnu.org>
3906
3907         * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3908         for disconnected tracing.
3909         (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3910         extended-remote relationship.  Mention --once.
3911         (TCP port allocation lifecycle of @code{gdbserver}): New.
3912
3913 2011-04-23  Eli Zaretskii  <eliz@gnu.org>
3914
3915         * gdb.texinfo (Server): Improve indexing.  Index all optional
3916         switches to gdbserver.
3917
3918 2011-04-20  Tom Tromey  <tromey@redhat.com>
3919
3920         * gdb.texinfo (Index Section Format): New node.
3921         (Top): Add new node to menu.
3922
3923 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
3924
3925         * gdb.texinfo (Maintenance Commands): Document `maint print
3926         remote-registers'.
3927
3928 2011-04-20  Tom Tromey  <tromey@redhat.com>
3929
3930         * gdb.texinfo (Trace File Format): Move node later.
3931
3932 2011-04-19  Tom Tromey  <tromey@redhat.com>
3933
3934         * gdbint.texinfo (Register Information Functions): Remove
3935         duplicate "the".
3936         * gdb.texinfo (Emacs): Remove duplicate "to".
3937         (GDB/MI Variable Objects): Remove duplicate "the".
3938         (General Query Packets): Likewise.
3939
3940 2011-04-02  Joel Brobecker  <brobecker@adacore.com>
3941
3942         * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3943         "GDB/MI Ada Exception Information" node.
3944
3945 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
3946
3947         * gdb.texinfo (GDB/MI Ada Exception Information): Document
3948         the "exception-name" field in the *stopped async record.
3949
3950 2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3951             Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3952
3953         Implement support for PowerPC BookE ranged breakpoints.
3954         * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3955
3956 2011-03-28  Tom Tromey  <tromey@redhat.com>
3957
3958         * gdb.texinfo (Set Tracepoints): Fix typo.
3959
3960 2011-03-24  Tom Tromey  <tromey@redhat.com>
3961
3962         * gdb.texinfo (Specify Location): Document `function:label'
3963         linespec.
3964
3965 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
3966
3967         PR python/12149
3968
3969         * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3970
3971 2011-03-17  Phil Muldoon  <pmuldoon@redhat.com>
3972
3973         * gdb.texinfo (Blocks In Python): Add is_valid method description.
3974         (Inferiors In Python): Likewise.
3975         (Threads In Python): Likewise.
3976         (Symbols In Python): Likewise.
3977         (Objfiles In Python): Likewise.
3978         (Symbol Tables In Python): Likewise.
3979
3980 2011-03-15  Pedro Alves  <pedro@codesourcery.com>
3981
3982         * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3983         display>: Explain that the commands accept number ranges.
3984
3985 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
3986
3987         * gdb.texinfo (Breakpoints In Python): Add description and example
3988         of Python stop function operation.
3989
3990 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
3991
3992         * gdb.texinfo (Parameters In Python): Document get_set_string and
3993         get_show_string methods.
3994
3995 2011-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3996
3997         * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3998
3999         * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
4000         circular-trace-buffer name.
4001
4002 2011-02-28  Joel Brobecker  <brobecker@adacore.com>
4003
4004         * gdb.texinfo (Inferiors and Programs): Fix small error introduced
4005         in the previous change.
4006
4007 2011-02-27  Michael Snyder  <msnyder@vmware.com>
4008
4009         * gdb.texinfo (Inferiors and Programs): Update commands to show
4010         that they can accept multiple arguments.
4011
4012 2011-02-24  Joel Brobecker  <brobecker@adacore.com>
4013
4014         Revert the following patch (code patch was not approved):
4015         2011-02-21  Hui Zhu  <teawater@gmail.com>
4016         * agentexpr.texi (bytecode descriptions): add printf.
4017         * gdb.texinfo (tracepoint action lists): add printf.
4018
4019 2011-02-23  Doug Evans  <dje@google.com>
4020
4021         * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
4022
4023 2011-02-23  Michael Snyder  <msnyder@vmware.com>
4024
4025         * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
4026         (Set Watchpoints): Add @dots{} to argument of info watchpoints.
4027         (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
4028
4029 2011-02-22  Doug Evans  <dje@google.com>
4030
4031         * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
4032         Clarify behaviour of lookup_symbol when `block' argument is omitted,
4033         add description of result, fix @defun formatting.
4034
4035 2011-02-21  Hui Zhu  <teawater@gmail.com>
4036
4037         * agentexpr.texi (Bytecode Descriptions): Add printf.
4038         * gdb.texinfo (Tracepoint Action Lists): Add printf.
4039
4040 2011-02-18  Tom Tromey  <tromey@redhat.com>
4041
4042         * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
4043
4044 2011-02-14  Michael Snyder  <msnyder@vmware.com>
4045
4046         * gdb.texinfo (threads): Document argument for "info threads" cmd.
4047         Document new command "thread find".
4048
4049 2011-02-14  Michael Snyder  <msnyder@vmware.com>
4050
4051         * gdb.texinfo (Threads): Update example of new thread message.
4052
4053 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
4054
4055         * gdb.texinfo (Remote Configuration): Mention set/show remote
4056         traceframe-info.
4057         (Tools/Packages Optional for Building GDB): Mention that expat is
4058         used for traceframe info.
4059         (Remote Protocol) <Menu>: Add "Traceframe Info Format".
4060         (General Query Packets) <qSupported>: Describe the
4061         qXfer:traceframe-info:read feature.
4062         (qXfer::read): Describe qXfer:traceframe-info:read.
4063         (Traceframe Info Format): New section.
4064
4065 2011-02-04  Pedro Alves  <pedro@codesourcery.com>
4066
4067         * gdbint.texinfo (Formatting): Mention some formatting guidelines
4068         for casts and unary operators.
4069
4070 2011-02-04  Tom Tromey  <tromey@redhat.com>
4071
4072         * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
4073         is not useful.
4074
4075 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
4076
4077         * gdb.texinfo: s/value optimized out/optimized out/g
4078
4079 2011-01-21  Joel Brobecker  <brobecker@adacore.com>
4080
4081         * gdb.texinfo (Other Misc Settings): Rework part of the
4082         documentation of the "set interactive mode" command.
4083
4084 2011-01-19  Tom Tromey  <tromey@redhat.com>
4085
4086         * gdb.texinfo (Threads): Document thread name output and `thread
4087         name' command.
4088         (Threads In Python): Document Thread.name attribute.
4089         (GDB/MI Thread Commands): Document thread attributes.
4090
4091 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
4092
4093         * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4094         changes in mi/mi-cmd-disas.c
4095
4096 2011-01-12  Tom Tromey  <tromey@redhat.com>
4097
4098         * gdb.texinfo (Threads): Remove duplicate text.  Update examples.
4099         Fix "thread apply" text.
4100
4101 2011-01-11  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4102             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4103
4104         Implement support for PowerPC BookE ranged watchpoints.
4105         * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4106         the "set powerpc exact-watchpoints" flag.
4107
4108 2011-01-07  Tom Tromey  <tromey@redhat.com>
4109
4110         * gdb.texinfo (Python API): Add descriptions to @menu items.
4111
4112 2011-01-06  Tom Tromey  <tromey@redhat.com>
4113
4114         * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4115
4116 2010-01-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
4117
4118         * gdb.texinfo (Debugging Output): Document "set debug jit".
4119
4120 2011-01-06  Tom Tromey  <tromey@redhat.com>
4121
4122         PR python/12133:
4123         * gdb.texinfo (Frames In Python): Document various frame
4124         constants.
4125
4126 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
4127
4128         * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4129         doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4130         doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4131
4132 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4133
4134         * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4135         (clean): Add GDBvn.texi.
4136
4137 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
4138
4139         * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4140         occasional case where the debugger prints an array address
4141         instead of the array itself.
4142
4143 2010-12-23  Pedro Alves  <pedro@codesourcery.com>
4144
4145         * gdb.texinfo (Packets) <read registers packet>: Document support
4146         for registers that were not collected.
4147
4148 2010-12-15  Doug Evans  <dje@google.com>
4149
4150         * gdb.texinfo (Startup): Document auto-loading of scripts during
4151         startup.
4152         (Auto-loading): Delete "maint set python auto-load on|off".
4153         Add "set auto-load-scripts on|off".
4154
4155 2010-12-07  Doug Evans  <dje@google.com>
4156
4157         * gdb.texinfo (Mode Options): Document -data-directory.
4158         (Data Files): Add reference to -data-directory.
4159
4160 2010-11-29  Doug Evans  <dje@google.com>
4161
4162         * gdb.texinfo (Pretty-Printer Introduction): Change
4163         printer-name:subprinter-name to printer-name;subprinter-name.
4164
4165 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
4166
4167         PR python/12199
4168
4169         * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4170
4171 2010-11-23  Tom Tromey  <tromey@redhat.com>
4172
4173         * gdb.texinfo (Top): Check SYSTEM_READLINE.
4174         (Editing): Likewise.
4175         (Command History): Likewise.
4176         (TUI Keys): Likewise.
4177         (Bug Reporting): Conditionally include rluser.texi and
4178         inc-history.texinfo.
4179         * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4180         (GDB_DOC_SOURCE_INCLUDES): Add comment.
4181         (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4182         (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4183         (gdb.pdf): Likewise.
4184         (gdb.info): Likewise.
4185         (gdb/index.html): Likewise.
4186
4187 2010-11-23  Tom Tromey  <tromey@redhat.com>
4188
4189         * Makefile.in (Makefile): Run ../config.status.
4190         (distclean): Update.
4191         * configure: Remove.
4192         * configure.ac: Remove.
4193
4194 2010-11-12  Tom Tromey  <tromey@redhat.com>
4195
4196         * gdb.texinfo (Basic Python): Update.  Add xref.
4197         (Exception Handling): Document new exception classes.
4198         (Types In Python): Update.
4199         (Frames In Python): Update.
4200
4201 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
4202
4203         * gdb.texinfo (Breakpoints In Python): Document "internal"
4204         parameter, and visible attribute.
4205
4206 2010-11-05  Doug Evans  <dje@google.com>
4207
4208         * gdb.texinfo (Source Path): Document "set directories".
4209
4210 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
4211
4212         * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4213         (OpenCL C): New node.
4214
4215 2010-11-02  Doug Evans  <dje@google.com>
4216
4217         * gdb.texinfo (Pretty Printing): Expand into three sections,
4218         introduction, example, and commands.
4219         (Python API): Delete section Disabling Pretty-Printers, merge into
4220         Selecting Pretty-Printers.
4221         (Writing a Pretty-Printer): New section.  Move the pretty-printer
4222         example here, and reformat to match python coding style.  Add a second
4223         example using the gdb.printing module.
4224         (Python modules): Add gdb.printing.
4225
4226 2010-10-29  Doug Evans  <dje@google.com>
4227
4228         * gdb.texinfo (Python): Fix long line.
4229
4230 2010-10-20  Doug Evans  <dje@google.com>
4231
4232         * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4233         All references updated.  Correct sections marked as subsections.
4234         (Coding Standards): New chapter.  Move the coding standard related
4235         subsections here.  Add section on Python coding standards.
4236
4237 2010-10-13  Doug Evans  <dje@google.com>
4238
4239         * gdb.texinfo (Python): Add "Python modules".
4240         (Types in Python): Add reference to gdb.types section.
4241         (Python modules): New node.
4242
4243 2010-10-11  Doug Evans  <dje@google.com>
4244
4245         * gdb.texinfo (Values From Inferior): Add reference to "Types in
4246         Python" from gdb.Value.type description.
4247
4248 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
4249
4250         * gdb.texinfo (Ravenscar Profile): New node.
4251
4252 2010-09-22  Tom Tromey  <tromey@redhat.com>
4253
4254         * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4255
4256 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
4257
4258         * gdb.texinfo (Values From Inferior): Clarify that
4259         value.dynamic_type works only in C++ programs with RTTI.
4260
4261 2010-09-15  Paul Bolle  <pebolle@tiscali.nl>
4262
4263         * gdb.texinfo (Character Sets): Correctly reference host-charset
4264         in example.
4265
4266 2010-09-13  Tom Tromey  <tromey@redhat.com>
4267
4268         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4269         Document "fullname" and "from".
4270
4271 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
4272
4273         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4274         feature `reverse' output by -list-target-features.
4275
4276 2010-08-31  H.J. Lu  <hongjiu.lu@intel.com>
4277
4278         * gdb.texinfo (i386 Features): Remove an extra "@item".
4279
4280 2010-08-30  Tom Tromey  <tromey@redhat.com>
4281
4282         PR python/11792:
4283         * gdb.texinfo (Values From Inferior): Document dynamic_type.
4284
4285 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
4286
4287         * gdb.texinfo (ARM Features): Document
4288         org.gnu.gdb.arm.m-profile.
4289
4290 2010-08-23  Tom Tromey  <tromey@redhat.com>
4291
4292         PR python/11145:
4293         * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4294         reinterpret_cast methods.
4295
4296 2010-08-23  Tom Tromey  <tromey@redhat.com>
4297
4298         PR python/11915:
4299         * gdb.texinfo (Types In Python): Document array method.
4300
4301 2010-08-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4302
4303         * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4304
4305 2010-08-16   Tom Tromey  <tromey@redhat.com>
4306
4307         * gdb.texinfo (Set Watchpoints): Document -location option.
4308
4309 2010-08-13  Doug Evans  <dje@google.com>
4310
4311         * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4312
4313 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
4314
4315         * gdb.texinfo (GDB/MI Data Manipulation): Document
4316         -data-read-memory-raw and -data-write-memory-raw.
4317
4318 2010-08-11  Tom Tromey  <tromey@redhat.com>
4319             Phil Muldoon <pmuldoon@redhat.com>
4320
4321         * gdb.texinfo (Basic Python): Describe post_event API.
4322
4323 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
4324
4325         * gdb.texinfo (Basic Python): Describe solib_address and
4326         decode_line Python APIs
4327
4328 2010-08-10  Tom Tromey  <tromey@redhat.com>
4329
4330         * gdb.texinfo (Pretty Printing API): Document
4331         gdb.default_visualizer.
4332
4333 2010-08-10  Tom Tromey  <tromey@redhat.com>
4334
4335         Revert gdb-add-index addition:
4336         * gdb.texinfo (Index Files): Don't document gdb-add-index.
4337
4338 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4339             Eli Zaretskii <eliz@gnu.org>
4340
4341         * gdb.texinfo (Mode Options) <-batch>
4342         (Basic Python) <gdb.execute>: Describe setting width and height.
4343
4344 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
4345
4346         * gdb.texinfo (Threads): Document 'debug libthread-db'.
4347
4348 2010-07-30  Tom Tromey  <tromey@redhat.com>
4349
4350         * gdb.texinfo (Index Files): Mention gdb-add-index.
4351
4352 2010-07-30  Hui Zhu  <teawater@gmail.com>
4353
4354         * gdb.texinfo (Inferiors and Programs): Update the introduce of
4355         "detach inferior" and "kill inferior".
4356
4357 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
4358
4359         * gdb.texinfo (Machine Code): Update description of two forms of
4360         arguments, and add new example to demonstrate the new form.
4361
4362 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
4363
4364         * gdb.texinfo (Values From Inferior): Add value inferior function
4365         call description.
4366
4367 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4368
4369         * gdb.texinfo (Active Targets): Fix wrong comma placement.
4370
4371 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4372             Eli Zaretskii  <eliz@gnu.org>
4373
4374         Make core files the process_stratum.
4375         * gdb.texinfo (Active Targets): Remove core_stratum.  Include
4376         record_stratum example.
4377
4378 2010-07-13  Tom Tromey  <tromey@redhat.com>
4379
4380         * gdb.texinfo (Index Files): New node.
4381
4382 2010-07-13  Tom Tromey  <tromey@redhat.com>
4383
4384         * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4385
4386 2010-07-13  Tom Tromey  <tromey@redhat.com>
4387
4388         * gdb.texinfo (Specify Location): Document labels.
4389
4390 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4391
4392         * gdb.texinfo (Create and Delete Tracepoints): Add more index
4393         entries for fast tracepoints and static tracepoints.
4394
4395 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4396
4397         * gdb.texinfo (General Query Packets) <qfThreadInfo,
4398         qsThreadInfo>: Spell out `l' as ell.
4399
4400 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4401
4402         * gdb.texinfo (Convenience Variables): Document $_sdata.
4403         (Commands to Set Tracepoints): Describe static tracepoints.  Add
4404         `Listing Static Tracepoint Markers' menu entry.  Document
4405         "strace".
4406         (Tracepoint Action Lists): Document collecting $_sdata.
4407         (Listing Static Tracepoint Markers): New subsection.
4408         (Tracepoints support in gdbserver): Mention static tracepoints.
4409         (remote packets, enabling and disabling): Mention
4410         read-sdata-object.
4411         (General Query Packets) <qSupported>: Document qXfer:sdata:read
4412         and StaticTracepoint.
4413         Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4414         Document qXfer:sdata:read.
4415         (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4416
4417 2010-06-29  Joel Brobecker  <brobecker@adacore.com>
4418
4419         * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4420
4421 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
4422             Tom Tromey  <tromey@redhat.com>
4423             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4424
4425         * gdb.texinfo (Inferiors In Python): New node.
4426         * gdb.texinfo (Threads In Python): New node.
4427
4428 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
4429
4430         * gdb.texinfo (Python): Document what the python directory is
4431         and what its location is.
4432         (Basic Python): Document the gdb.PYTHONDIR constant.
4433
4434 2010-06-25  Tom Tromey  <tromey@redhat.com>
4435
4436         PR python/10808:
4437         * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4438
4439 2010-06-24  Hui Zhu  <teawater@gmail.com>
4440
4441         * gdb.texinfo: (Commands for Controlled Output): Add
4442         documentation for command "eval".
4443
4444 2010-06-21  Stan Shebs  <stan@codesourcery.com>
4445
4446         * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4447         * annotate.texinfo: Ditto.
4448         * gdbint.texinfo: Ditto.
4449         * stabs.texinfo: Ditto.
4450
4451 2010-06-22  Hui Zhu  <teawater@gmail.com>
4452
4453         * gdb.texinfo: (Process Record and Replay): Add documentation
4454         for command "set record memory-query".
4455
4456 2010-06-21  Stan Shebs  <stan@codesourcery.com>
4457
4458         * gdb.texinfo: Relicense under GFDL version 1.3.
4459         * annotate.texinfo: Relicense under GFDL version 1.3.
4460         * gdbint.texinfo: Relicense under GFDL version 1.3.
4461         * stabs.texinfo: Relicense under GFDL version 1.3.
4462         * fdl.texi: Update to version 1.3.
4463
4464 2010-06-18  Stan Shebs  <stan@codesourcery.com>
4465
4466         * gdb.texinfo (Operating System Auxiliary Information): Describe
4467         "info os" when no arguments given.
4468
4469         * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4470         $_thread.
4471
4472 2010-06-18  Hui Zhu  <teawater@gmail.com>
4473
4474         * gdb.texinfo: (Process Record and Replay): Add documentation
4475         for commands "record save" and "record restore".
4476
4477 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4478
4479         * gdb.texinfo: Include information about the correct use
4480         of addresses in the `watch' command.
4481
4482 2010-06-11  Stan Shebs  <stan@codesourcery.com>
4483
4484         * gdb.texinfo (Observer Mode): New section.
4485         (General Query Packets): Document QAllow.
4486
4487 2010-06-04  Doug Evans  <dje@google.com>
4488
4489         * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4490
4491 2010-06-03  Doug Evans  <dje@google.com>
4492
4493         * gdbint.texinfo (Coding): Add subsection on command names.
4494
4495 2010-06-02  Tom Tromey  <tromey@redhat.com>
4496
4497         * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4498         always-disassemble.
4499
4500 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
4501
4502         * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4503         gdbserver, and add cross reference.
4504         (Tracepoints support in gdbserver): New subsection.
4505
4506 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
4507
4508         * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4509         `qRelocInsn' feature.
4510         (Relocate instruction reply packet): New subsection
4511         of `Tracepoint Packets'.
4512         (Tracepoint Packets): Mention that packets QTDP and QTStart
4513         support the qRelocInsn request, and add cross reference to new
4514         subsection.
4515
4516 2010-05-25  Doug Evans  <dje@google.com>
4517
4518         * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4519         (Commands In Python): Document gdb.string_to_argv.
4520
4521 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4522
4523         * gdbint.texinfo (Host Definition): Remove items NORETURN and
4524         ATTR_NORETURN.
4525
4526 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
4527             Tom Tromey  <tromey@redhat.com>
4528             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4529
4530         * gdb.texinfo (Parameters In Python): New Node.
4531
4532 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
4533
4534         * gdb.texinfo: (Summary) Add mention about D language support.
4535         (Filenames): Add D suffixes.
4536         (D): New node.
4537
4538 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
4539
4540         * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4541         of macro deleted from GDB code.
4542
4543 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
4544
4545         * gdb.texinfo (Commands to specify files): Describe what how GDB
4546         looks up DOS-based filesystem paths on the system root.  Document
4547         the new `set/show target-file-system-kind' commands.
4548
4549 2010-04-23  Doug Evans  <dje@google.com>
4550
4551         * gdb.texinfo (Python): Move Auto-loading section here ...
4552         (Python API): from here.
4553         (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4554         (Maintenance Commands): Add docs for "maint print section-scripts".
4555
4556 2010-04-20  Chris Moller  <cmoller@redhat.com>
4557
4558         * gdb.texinfo (Setting Breakpoints): Added description of
4559         filename-qualified rbreak.
4560         * refcard.tex (Breakpoints and Watchpoints): Added brief
4561         description of filename-qualified rbreak.
4562
4563 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4564
4565         * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4566         (Python API): Change the reference to Pretty Printing API.
4567         (Pretty Printing): Move the user part under the Data node.  Reformat
4568         the sample output to 72 columns.  Create a new reference to Pretty
4569         Printing API.  Rename the API part ...
4570         (Pretty Printing API): To a new node name.
4571         (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4572         (GDB/MI Variable Objects): Change references to Pretty Printing API.
4573
4574 2010-04-21  Stan Shebs  <stan@codesourcery.com>
4575
4576         * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4577         and commands.
4578         (Listing Tracepoints): Update to reflect current behavior.
4579
4580 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
4581
4582         * gdb.texinfo (Examining memory): Update for change in string
4583         display with explicit size.
4584
4585 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
4586
4587         PR breakpoints/8554.
4588
4589         * gdb.texinfo (Save Breakpoints): New node.
4590         (save-tracepoints): Rename to ...
4591         (save tracepoints): ... this.  Mention that `save-tracepoints' is
4592         a deprecated alias to `save tracepoints'.
4593
4594 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
4595
4596         * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4597         (info w32 thread-information-block): Document new command.
4598         (qGetTIBAddress): Document new gdbserver query.
4599         (maint set/show show-all-tib): Document new command.
4600
4601 2010-04-15  Doug Evans  <dje@google.com>
4602
4603         * gdb.texinfo (Python API): Add progspaces section.
4604         (Selecting Pretty-Printers): Progspace pretty-printers are
4605         searched too.
4606         (Progspaces In Python): New section.
4607
4608         * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4609
4610 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
4611
4612         * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4613         returns None.
4614
4615 2010-04-09  Stan Shebs  <stan@codesourcery.com>
4616
4617         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4618         Describe the `frames-created' field, tweak grammar.
4619
4620 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
4621
4622         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4623         Describe the `circular' and `disconnected' fields.
4624
4625 2010-04-09  H.J. Lu  <hongjiu.lu@intel.com>
4626
4627         * gdb.texinfo (maint print registers): Mention unavailable and
4628         invisible registers.
4629
4630 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
4631             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4632             Tom Tromey  <tromey@redhat.com>
4633
4634         * gdb.texinfo (Breakpoints In Python): New Node.
4635
4636 2010-04-08  Stan Shebs  <stan@codesourcery.com>
4637
4638         * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4639         trace status fields.
4640
4641 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
4642
4643         * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4644         optional.  Make org.gnu.gdb.i386.avx requires
4645         org.gnu.gdb.i386.avx.
4646
4647 2010-04-08  Doug Evans  <dje@google.com>
4648
4649         * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4650         search path, and document that gdb only scans the search path if
4651         the script's path doesn't specify a directory.
4652
4653 2010-04-05  Doug Evans  <dje@google.com>
4654
4655         * gdb.texinfo (maint show python auto-load): Fix typo.
4656
4657 2010-04-04  Stan Shebs  <stan@codesourcery.com>
4658
4659         * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4660         (Setting Watchpoints): Update description of "info watch".
4661         (Disabling Breakpoints): Only "info break" lists all.
4662
4663         * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4664         (tdump): Explain how tdump works.
4665
4666 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
4667
4668         * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4669         add cross reference.
4670
4671 2010-03-31  Pedro Alves  <pedro@codesourcery.com>
4672
4673         * gdb.texinfo (TUI Commands): Mention that in some cases, these
4674         commands error out.
4675
4676 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
4677
4678         * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4679
4680 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
4681
4682         * gdb.texinfo (General Query Packets): Add xmlRegisters.
4683
4684 2010-03-29  Stan Shebs  <stan@codesourcery.com>
4685             Nathan Sidwell  <nathan@codesourcery.com>
4686
4687         * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4688         GDBN equivalent.
4689         (Set Tracepoints): Remove mention that conditional tracepoints
4690         don't exist.
4691         (Tracepoint Actions): Clarify when while-stepping collection
4692         happens, note that while-stepping does not automatically collect
4693         $pc.
4694
4695 2010-03-29  Stan Shebs  <stan@codesourcery.com>
4696
4697         * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4698         (General Query Packets): Describe TracepointSource.
4699
4700 2010-03-27  Matt Rice  <ratmice@gmail.com>
4701
4702         * gdb.texinfo (ARM): Document arguments to "target sim".
4703         (Set Catchpoints): Use @dots{} instead of @r{...}.
4704
4705 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
4706
4707         * gdb.texinfo (Tracepoint Packets): Remove mention that
4708         terror:string may be plain text, and drop mention of X prefix.
4709
4710 2010-03-26  Vladimir Prus  <vladimir@codesourcery.com>
4711
4712         * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4713
4714 2010-03-24  Stan Shebs  <stan@codesourcery.com>
4715
4716         * gdb.texinfo (Tracepoint Packets): Document trace error status.
4717
4718 2010-03-24  Tom Tromey  <tromey@redhat.com>
4719
4720         PR breakpoints/9352:
4721         * gdb.texinfo (Break Commands): Update.
4722
4723 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
4724
4725         * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4726         commands.
4727
4728 2010-03-16  Stan Shebs  <stan@codesourcery.com>
4729
4730         * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4731         circular-trace-buffer.
4732         (Tracepoint Packets): Describe QTBuffer, and details of the
4733         qTStatus reply.
4734
4735 2010-03-12  Stan Shebs  <stan@codesourcery.com>
4736             Nathan Sidwell  <nathan@codesourcery.com>
4737
4738         * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4739         doing instruction stepping.
4740         (Tracepoint Restrictions): New node.
4741
4742 2010-03-10  Tom Tromey  <tromey@redhat.com>
4743
4744         * gdbint.texinfo (Symbol Handling): Update.
4745
4746 2010-03-08  Tom Tromey  <tromey@redhat.com>
4747
4748         PR cli/9591:
4749         * gdb.texinfo (Mode Options): Mention lack of pagination and
4750         confirmation with --batch.
4751         (Screen Size): Mention --batch.
4752         (Messages/Warnings): Likewise.
4753
4754 2010-03-05  Tom Tromey  <tromey@redhat.com>
4755
4756         * gdb.texinfo (Basic Python): Document target_charset and
4757         target_wide_charset.
4758
4759 2010-03-05  Tom Tromey  <tromey@redhat.com>
4760
4761         * gdb.texinfo (Data): Link to pretty-printing.
4762         (Output Formats): Likewise.  Correct text.
4763
4764 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
4765
4766         * gdb.texinfo (Types): Describe <struct> and <flags>.
4767
4768 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
4769
4770         * gdb.texinfo (Frames In Python): Add block parameter and
4771         description to read_var text.
4772
4773 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
4774             Tom Tromey  <tromey@redhat.com>
4775
4776         * gdb.texinfo (Types In Python): Describe block argument in
4777         template_argument and gdb.lookup_type.
4778
4779 2010-02-24  Tom Tromey  <tromey@redhat.com>
4780
4781         * gdb.texinfo (Cygwin Native): Fix typo.
4782
4783 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
4784
4785         * gdb.texinfo (Frames In Python): Add block, find_sal, function
4786         and select method descriptions.
4787         (Python API): Add Blocks In Python, Symbols in Python and Symbol
4788         Tables in Python to menu.
4789         (Blocks In Python): New node.
4790         (Symbols In Python): New node.
4791         (Symbol Tables in Python): New node.
4792
4793 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
4794
4795         Multiexec MI
4796
4797         gdb/
4798         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4799
4800         gdb/doc/
4801         * gdb.texinfo (GDB/MI Command Syntax): Document notification
4802         changes.
4803         (GDB/MI Program Execution): Document current behaviour of
4804         --all and --thread-group.
4805         (GDB/MI Miscellaneous Commands): Document -add-inferior and
4806         -remove-inferior.
4807         * observer.texi (inferior_added, inferior_removed): New
4808         observers.
4809
4810 2010-02-19  Tom Tromey  <tromey@redhat.com>
4811
4812         * gdbint.texinfo (Getting Started): Fix @node.
4813         (Debugging GDB): Likewise.
4814
4815 2010-02-13  Joel Brobecker  <brobecker@adacore.com>
4816
4817         * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4818         documenting the gdb_test_timeout variable.
4819
4820 2010-02-12  Jakob Engblom  <jakob@virtutech.com>
4821
4822         * gdb.texinfo (MI commands): Added documentation of --reverse
4823         option to a set of MI commands. Restructured documentation of MI
4824         commands --exec-continue to reflect the complexity of reverse
4825         execution.
4826
4827 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
4828
4829         * gdb.texinfo (Using the Collected Data): Specify that the address
4830         range of `tfind outsize' is exclusive, and that the address range
4831         of `tfind range' is inclusive.
4832         (Tracepoint Packets): Specify that the address range of
4833         `QTFrame:range' is inclusive, and that the address range of
4834         `QTFrame:outside' is exclusive
4835
4836 2010-02-12  Vladimir Prus  <vladimir@codesourcery.com>
4837
4838         * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4839
4840 2010-02-10  Tom Tromey  <tromey@redhat.com>
4841
4842         * gdb.texinfo (Debugging Output): Document set debug parser and
4843         show debug parser.
4844
4845 2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>
4846
4847         * gdb.texinfo (Predefined Target Types): Add i387_ext,
4848         i386_eflags and i386_mxcsr.
4849
4850 2010-02-08  H.J. Lu  <hongjiu.lu@intel.com>
4851
4852         * gdb.texinfo: Document i386 target features.
4853
4854 2010-02-05  Doug Evans  <dje@google.com>
4855
4856         * gdbint.texinfo (Testsuite): Add a new section to document the
4857         various DejaGnu variables that may be overridden.
4858         Document INTERNAL_GDBFLAGS.
4859
4860 2010-02-04  Tom Tromey  <tromey@redhat.com>
4861
4862         PR cli/8830:
4863         * gdb.texinfo (Files): -readnow comes before the filename for file
4864         and symbol-file.
4865
4866 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
4867
4868         * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4869         Document ARM breakpoint types.
4870         (Register Packet Format): Move into the new section.
4871         (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4872
4873 2010-01-21  Joel Brobecker  <brobecker@adacore.com>
4874
4875         * gdb.texinfo (File Options): Adjust the documentation of this
4876         switch to refer to the "source" command rather than partially
4877         duplicating some of the relevant information.
4878         (Extending GDB): Introduce and document the set/show script-extension
4879         setting.
4880         (Command Files): Add note explaining that the "source" command
4881         is also used to evalute scripts written in other languages.
4882         Remove the short slightly incorrect reference to sourcing Python
4883         scripts.
4884         (Python Commands): Document how to execute a Python script from GDB.
4885
4886 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
4887
4888         * gdb.texinfo (Command Files): Fix typo.
4889
4890 2010-01-18  Tom Tromey  <tromey@redhat.com>
4891
4892         * gdb.texinfo (File Options): Document -x on .py files.
4893         (Command Files): Document handling of Python scripts.
4894
4895 2010-01-18  Jie Zhang  <jie.zhang@analog.com>
4896
4897         * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4898
4899 2010-01-15  Stan Shebs  <stan@codesourcery.com>
4900
4901         * gdb.texinfo (Trace Files): New section.
4902         (Tracepoint Packets): Document QTSave and qTBuffer.
4903         (Trace File Format): New appendix.
4904
4905 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
4906
4907         * gdb.texinfo (Values From Inferior): Document lazy_string value
4908         method.
4909         (Python API): Add Lazy strings menu item.
4910         (Lazy Strings In Python): New node.
4911
4912 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
4913
4914         * gdb.texinfo (GDB/MI Thread Information): New.
4915         (GDB/MI Async Records): Document the core field in *stopped.
4916         (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4917         documentation
4918         (Process list): Document that osdata document may contain
4919         threads.
4920         (Remote Serial Protocol): Document qXfer:threads.
4921
4922 2010-01-06  Stan Shebs  <stan@codesourcery.com>
4923
4924         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4925         disconnected tracing.
4926         (Tracepoint Packets): Document new protocol.
4927
4928 2010-01-05  Stan Shebs  <stan@codesourcery.com>
4929
4930         * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4931         tracepoints.
4932         (Tracepoint Packets): Describe remote protocol for fast
4933         tracepoints.
4934
4935 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4936
4937         Update the "Start of New Year Procedure".
4938         * gdbint.texinfo: Add the list of files that need to be updated
4939         manually.  Minor reformatting.
4940
4941 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4942
4943         * refcard.tex: Update copyright year in header and text.
4944
4945 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4946
4947         * agentexpr.texi: Add 2010 to the list of copyright years.
4948         * annotate.texinfo: Likewise.
4949         * gdb.texinfo: Likewise.
4950         * gdbint.texinfo: Likewise.
4951         * observer.texi: Likewise.
4952         * stabs.texinfo: Likewise.
4953
4954 2009-12-31  Stan Shebs  <stan@codesourcery.com>
4955
4956         * gdb.texinfo (Tracepoint Actions): Describe teval.
4957
4958 2009-12-29  Stan Shebs  <stan@codesourcery.com>
4959
4960         * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4961
4962 2009-12-28  Stan Shebs  <stan@codesourcery.com>
4963
4964         * gdb.texinfo (Trace State Variables): New section.
4965         (Tracepoint Packets): Describe trace state variable packets.
4966         * agentexpr.texi (Bytecode Descriptions): Describe trace state
4967         variable bytecodes.
4968
4969 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
4970
4971         * gdb.texinfo (Symbols): "info variables" prints definitions, not
4972         declarations.
4973
4974 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
4975
4976         * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4977         -gdb-exit behaviour.
4978
4979 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
4980
4981         * gpl.texi: Update to version 3 of the GPL.
4982
4983 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
4984
4985         * Makefile.in: Update copyright header.
4986         * observer.texi: Fix the copyright header of the generated files.
4987
4988 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
4989
4990         * gdb.texinfo (Types In Python): Describe range function.
4991
4992 2009-12-03  Richard Ward  <richard.j.ward1@googlemail.com>
4993
4994         * gdb.texinfo (Types In Python): Describe "is_base_class".
4995
4996 2009-12-03  Tom Tromey  <tromey@redhat.com>
4997
4998         * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4999
5000 2009-12-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
5001
5002         * observer.texi: New memory_changed observer.
5003
5004 2009-12-01  Tom Tromey  <tromey@redhat.com>
5005
5006         * gdb.texinfo (Reverse Execution): Fix typo.
5007
5008 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
5009
5010         PR gdb/8704
5011
5012         * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
5013         are allowed after the breakpoint condition.
5014
5015 2009-11-23  Tom Tromey  <tromey@redhat.com>
5016
5017         PR python/10782:
5018         * gdb.texinfo (Types In Python): Document Type.pointer.
5019
5020 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
5021
5022         * gdb.texinfo (Machine Code): Adjust.
5023
5024 2009-11-11  Pedro Alves  <pedro@codesourcery.com>
5025
5026         * agentexpr.texi (Tracing On Symmetrix): Delete section.
5027         (Using Agent Expressions): Delete cross reference.
5028
5029 2009-11-07  Joel Brobecker  <brobecker@adacore.com>
5030
5031         * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
5032         and @settitle directives up to help makeinfo find them.
5033
5034 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5035
5036         * gdb.texinfo (set debug-file-directory, show debug-file-directory)
5037         (Auto-loading): Use plural and note one can use multiple components now.
5038
5039 2009-11-01  Vladimir Prus  <vladimir@codesourcery.com>
5040
5041         * gdb.texinfo (GDB/MI Stack Manipulation): Make
5042         -stack-list-arguments have the same documentation for parameter
5043         as -stack-list-locals. Add comas.
5044
5045 2009-10-27  Tom Tromey <tromey@redhat.com>
5046             Eli Zaretskii <eliz@gnu.org>
5047
5048         PR python/10781
5049
5050         * gdb.texinfo (Values From Inferior): Document cast method.
5051
5052 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
5053
5054         * gdb.texinfo (Machine Code): Mention function name in disasssembly
5055         and adjust example.
5056
5057 2009-10-22  Michael Snyder  <msnyder@vmware.com>
5058
5059         * gdb.texinfo (Process Record and Replay): Document new form of
5060         info record command.  Also document the new save and restore
5061         commands.
5062
5063 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
5064
5065         * gdb.texinfo (Machine Code): Mention current pc marker.
5066         (Memory): Likewise.
5067
5068 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
5069             Stan Shebs  <stan@codesourcery.com>
5070
5071         * observer.texi (new_inferior): Rename to...
5072         (inferior_appeared): ... this.
5073
5074         * gdb.texinfo (Inferiors): Rename node to ...
5075         (Inferiors and Programs): ... this.  Mention running multiple
5076         programs in the same debug session.
5077         <info inferiors>: Mention the new 'Executable' column if "info
5078         inferiors".  Update examples.  Document the "add-inferior",
5079         "clone-inferior", "remove-inferior" and "maint info
5080         program-spaces" commands.
5081         (Process): Rename node to...
5082         (Forks): ... this.  Document "set|show follow-exec-mode".
5083
5084 2009-10-11  Michael Snyder  <msnyder@vmware.com>
5085
5086         * gdb.texinfo (ReverseStep): Show default as "unsupported".
5087         (ReverseContinue): Ditto.
5088
5089 2009-10-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
5090
5091         * gdb.texinfo (Server): Document libthread-db-search-path.
5092
5093 2009-10-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5094
5095         * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5096
5097 2009-10-06  Michael Eager  <eager@eagercon.com>
5098
5099         * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5100         (Embedded Processors): Add MicroBlaze.
5101         (MicroBlaze): New.  Describe Xilinx MicroBlaze
5102
5103 2009-10-04  Pedro Alves  <pedro@codesourcery.com>
5104
5105         * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5106
5107 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5108
5109         * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5110
5111 2009-09-23  Joel Brobecker  <brobecker@adacore.com>
5112
5113         * observer.texi (solib_unloaded): Document explicitly the fact that
5114         this observer is called before the associated symbols are unloaded.
5115
5116 2009-09-19  Vladimir Prus  <vladimir@codesourcery.com>
5117
5118         * gdb.texinfo (GDB/MI Stack Manipulation): Document
5119         -stack-list-variables.
5120
5121 2009-09-18  Tom Tromey  <tromey@redhat.com>
5122
5123         * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5124         is experimental.
5125
5126 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
5127
5128         * gdb.texinfo (convenince variables): Mention
5129         $_siginfo could be empty.
5130
5131 2009-09-15  Tom Tromey  <tromey@redhat.com>
5132
5133         * gdb.texinfo (GDB/MI Variable Objects): Document
5134         -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5135         Expand -var-update documentation.
5136
5137 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5138
5139         * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5140         feature.
5141
5142 2009-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
5143
5144         * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5145
5146 2009-09-10  Michael Snyder  <msnyder@vmware.com>
5147
5148         * gdb.texinfo (qSupported): Mention new ReverseContinue and
5149         ReverseStep replies to the qSupported query.
5150
5151 2009-09-10  Joel Brobecker  <brobecker@adacore.com>
5152
5153         Add documentation for set/show interactive-mode.
5154         * gdb.texinfo (Other Misc Settings): New node.
5155
5156 2009-09-01  Doug Evans  <dje@google.com>
5157
5158         * gdb.texinfo (Caching Data of Remote Targets): Add note on
5159         non-stop mode's affect on remote caching.
5160
5161 2009-08-31  Jacob Potter  <jdpotter@google.com>
5162             Doug Evans  <dje@google.com>
5163
5164         * gdb.texinfo (Caching Data of Remote Targets): Update text.
5165         Mark `set/show remotecache' options as obsolete.
5166         Document new `set/show stack-cache' option.
5167         Update text for `info dcache'.
5168
5169 2009-08-27  Doug Evans  <dje@google.com>
5170
5171         * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5172         (Files): Add note on new optional regex arg to `info sharedlibrary'.
5173
5174 2009-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5175
5176         * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5177         about autoconf.
5178
5179 2009-08-25  Pedro Alves  <pedro@codesourcery.com>
5180
5181         * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5182         small example, and describe its columns.  Replace "inferior-id" by
5183         "infno" throughout.
5184
5185 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5186
5187         * gdbint.texinfo (Releasing GDB): Point to
5188         README-maintainer-mode file for required autoconf version.
5189         * configure.ac: Do not substitute datarootdir, htmldir,
5190         pdfdir, docdir.  Do not process --with-datarootdir,
5191         --with-htmldir, --with-pdfdir, --with-docdir.
5192         * configure: Regenerate.
5193
5194         * configure: Regenerate.
5195
5196 2009-08-20  Reid Kleckner  <reid@kleckner.net>
5197
5198         * gdb.texinfo: Add chapter on JIT interface.
5199
5200 2009-08-07  Nick Roberts  <nickrob@snap.net.nz>
5201
5202         * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5203         confirmation request.
5204
5205 2009-08-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5206
5207         * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5208         CRC definitions.
5209
5210 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
5211
5212         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5213         -break-commands.
5214
5215 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5216
5217         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5218         "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5219
5220 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5221
5222         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5223         "set spu stop-on-load" and "show spu stop-on-load" commands.
5224
5225 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5226
5227         * gdb.texinfo (Target Descriptions): Document <compatible> element.
5228
5229 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
5230
5231         * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5232         org.gnu.gdb.arm.neon.
5233
5234 2009-07-20  Pedro Alves  <pedro@codesourcery.com>
5235
5236         * gdb.texinfo (Target Description Format): Mention the new <osabi>
5237         optional element.
5238         (subsection OS ABI): New subsection.
5239
5240 2009-07-14  Stan Shebs  <stan@codesourcery.com>
5241
5242         * gdb.texinfo (Tracepoint Conditions): New section.
5243         (General Query Packets): Describe ConditionalTracepoints.
5244         (Tracepoint Packets): Describe condition field.
5245         (Maintenance Commands): Describe maint agent-eval.
5246         * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5247
5248 2009-07-11  Hui Zhu  <teawater@gmail.com>
5249
5250         * gdb.texinfo (disassemble): Add a new modifier /r
5251         to "disassemble" command to make it print the raw instructions
5252         in hex as well as in symbolic form.
5253
5254 2009-07-09  Tom Tromey  <tromey@redhat.com>
5255
5256         * gdbint.texinfo (Testsuite): Document parallel make check.
5257
5258 2009-07-09  Tom Tromey  <tromey@redhat.com>
5259
5260         * gdbint.texinfo (Testsuite): Document test transcripts.
5261
5262 2009-07-10  Phil Muldoon  <pmuldoon@redhat.com>
5263
5264         * gdb.texinfo (Values From Inferior): Add length parameter
5265         description.
5266
5267 2009-07-04  Chris Genly  <chris@genly.us>
5268
5269         * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5270         in -var-list-children.  Fix example according to what the code
5271         does.
5272
5273 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
5274
5275         * gdb.texinfo (Debugging multiple inferiors): Document the
5276         "inferior", "detach inferior" and "kill inferior" commands.
5277         (Debugging Programs with Multiple Processes): Adjust to mention
5278         generic "inferior" commands.  Delete mention of "detach fork" and
5279         "delete fork".  Cross reference to "Debugging multiple inferiors"
5280         section.
5281
5282 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5283
5284         * gdbint.texinfo (Item Output Functions): Update signature
5285         for ui_out_field_core_addr.
5286
5287 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5288
5289         * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5290         Update example code extrated from breakpoint.c.
5291
5292 2009-06-28  Paul Pluzhnikov  <ppluzhnikov@google.com>
5293
5294         * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5295         MI commands.
5296         (GDB/MI Symbol Query): Likewise.
5297         (GDB/MI File Commands): Likewise.
5298         (GDB/MI File Transfer Commands): Likewise.
5299         (GDB/MI Target Manipulation): Likewise.
5300         (GDB/MI Miscellaneous Commands): Likewise.
5301
5302 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
5303
5304         * gdb.texinfo (Debugging Optimized Code): New chapter.
5305         (Compiling for Debugging): Reference it.  Move some
5306         text to the new section.
5307
5308 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
5309
5310         * doc/gdb.texinfo (Calling): Document
5311         set-unwind-on-terminating-exception usage.
5312
5313 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
5314
5315         * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5316         command.
5317
5318 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
5319
5320         * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5321         references.
5322
5323 2009-06-04  Ulrich Weigand  <uweigand@de.ibm.com>
5324
5325         * gdbint.texinfo: Rename formal parameters to gdbarch function
5326         protoypes from "current_gdbarch" to "gdbarch".
5327
5328 2009-05-28  Tom Tromey  <tromey@redhat.com>
5329
5330         * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5331
5332 2009-05-27  Tom Tromey  <tromey@redhat.com>
5333
5334         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5335         feature.
5336         (GDB/MI Variable Objects): Document -var-set-visualizer.
5337
5338 2009-04-02  Tom Tromey  <tromey@redhat.com>
5339
5340         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5341         feature.
5342         (GDB/MI Variable Objects): Document -var-set-visualizer.
5343
5344 2009-05-27  Tom Tromey  <tromey@redhat.com>
5345             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5346             Phil Muldoon  <pmuldoon@redhat.com>
5347
5348         * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5349         (Pretty Printing): New node.
5350         (Selecting Pretty-Printers): Likewise.
5351         (Python API): Update.
5352         (Output Formats): Document /r format.
5353
5354 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5355             Tom Tromey  <tromey@redhat.com>
5356
5357         * gdb.texinfo (Types In Python): New node.
5358         (Values From Inferior): "type" is now an attribute.
5359         (Python API): Update.
5360
5361 2009-05-27  Tom Tromey  <tromey@redhat.com>
5362             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5363             Phil Muldoon  <pmuldoon@redhat.com>
5364
5365         * gdb.texinfo: Add @syncodeindex for `tp'.
5366         (Python API): Update.
5367         (Auto-loading): New node.
5368         (Objfiles In Python): New node.
5369
5370 2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
5371
5372         * gdb.texinfo (Threads): Document libthread-db-search-path.
5373
5374 2009-05-15  Nick Roberts  <nickrob@snap.net.nz>
5375
5376         * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5377
5378 2009-05-12  Pedro Alves  <pedro@codesourcery.com>
5379
5380         * gdb.texinfo: Document 'set/show debug gnu-nat'.  Replace 'maint
5381         show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5382         show show-debug-regs' docs.
5383
5384 2009-05-08  Eli Zaretskii  <eliz@gnu.org>
5385
5386         * gdb.texinfo (Process Record and Replay): Add description of
5387         reverse execution.
5388
5389 2009-05-07  Joel Brobecker  <brobecker@adacore.com>
5390
5391         * gdbint.texinfo (Adding support for debugging core files): New node.
5392         (Native Debugging): Remove the ``Native core file Support'' section.
5393
5394 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
5395
5396         * gdb.texinfo (Process Record and Replay): Improve and clarify.
5397         Add index entries.
5398
5399 2009-04-30  Hui Zhu  <teawater@gmail.com>
5400             Michael Snyder  <msnyder@vmware.com>
5401
5402         * gdb.texinfo: (Process Record and Replay): Add documentation for
5403         process record and replay.
5404
5405 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5406
5407         * gdb.texinfo (Macros): Note command-line for `info macro'.  Append
5408         a new part on command-line defined macros.
5409
5410 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
5411
5412         * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5413         clarify the wording.
5414
5415 2009-04-23  Tom Tromey  <tromey@redhat.com>
5416
5417         * gdb.texinfo (Data Files): New node.
5418         (GDB Files): Update menu.
5419
5420 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
5421
5422         * gdbint.texinfo (Defining Other Architecture Features): Remove
5423         entry for PROCESS_LINENUMBER_HOOK.
5424
5425 2009-04-22  Vladimir Prus  <vladimir@codesourcery.com>
5426
5427         * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5428
5429 2009-04-22  Hui Zhu  <teawater@gmail.com>
5430
5431         * gdb.texinfo (disassemble-next-line): Set the default of
5432         disassemble-next-line to off.
5433
5434 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
5435
5436         * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5437         --with-htmldir): New.
5438         * configure: Regenerate.
5439         * Makefile.in (datarootdir, docdir): Define.
5440         (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5441         instead of $(SET_TEXINPUTS).
5442         (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5443         gdbint.info instead of $(SET_TEXINPUTS).
5444         (gdbint/index.html): Use same -I options as for building
5445         gdbint.info.
5446         (stabs.dvi, stabs.pdf): Use same -I options as for building
5447         stabs.info instead of $(SET_TEXINPUTS).
5448         (stabs/index.html): Use same -I options as for building
5449         stabs.info.
5450         (annotate.dvi, annotate.pdf): Use same -I options as for building
5451         annotate.info instead of $(SET_TEXINPUTS).
5452         (annotate/index.html): Use same -I options as for building
5453         annotate.info.
5454
5455 2009-04-21  David Daney  <ddaney@caviumnetworks.com>
5456
5457         * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5458
5459 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
5460
5461         * gdb.texinfo (Source Path): Document --with-relocated-sources.
5462
5463 2009-04-18  Carlos O'Donell  <carlos@codesourcery.com>
5464             Joseph Myers  <joseph@codesourcery.com>
5465
5466         * Makefile.in (MAKEHTML): Set to makeinfo --html.
5467         (MAKEHTMLFLAGS): Set to empty.
5468         (html__strip_dir): Define.
5469         (HTMLFILES): Define.
5470         (HTMLFILES_INSTALL): Define.
5471         (install-html): Copy new automake rule.
5472         (html): Depend on $(HTMLFILES).
5473         (gdb_toc.html): Rename to gdb/index.html.
5474         (gdbint_toc.html): Rename to gdbint/index.html.
5475         (stabs_toc.html): Rename to stabs/index.html.
5476         (annotate_toc.html): Rename to annotate/index.html.
5477
5478 2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
5479
5480         * Makefile.in: Set pdfdir and htmldir from configure
5481         substitutions.
5482         * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5483         * configure: Regenerate.
5484
5485 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
5486
5487         * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5488         This macro is no longer used.
5489
5490 2009-04-15  Tom Tromey  <tromey@redhat.com>
5491
5492         * gdb.texinfo (Character Sets): Document default character set.
5493
5494 2009-04-14  Pierre Muller  <muller@ics.u-strasbg.fr>
5495
5496         * gdbint.texinfo: Change server name from sources.redhat.com to
5497         sourceware.org throughout.
5498
5499 2009-04-09  Joel Brobecker  <brobecker@adacore.com>
5500
5501         * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5502         about a missing dot or coma after @xref.
5503
5504 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5505
5506         * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5507         example, and add a small explanation about it.
5508         (Print Settings): Change the documentation of the "set print
5509         frame-arguments" to reflect the fact that the default is now "scalars".
5510
5511 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5512
5513         * gdb.texinfo (Print Settings): Add kindex for command "set
5514         print frame-arguments".
5515
5516 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5517
5518         * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5519         breakpoints.
5520         (Set Breaks): Add reference to thread-specific and task-specific
5521         breakpoints.
5522
5523 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5524
5525         * gdb.texinfo (Ada Tasks): Remove the documentation about
5526         the "Running" state, as this state has been eliminated.
5527         Now all runnable tasks are shown as "Runnable".
5528
5529 2009-03-30  Stan Shebs  <stan@codesourcery.com>
5530
5531         * gdb.texinfo (Tracepoints): Describe tracepoints as a
5532         special case of breakpoints.
5533         (Enable and Disable Tracepoints): Mention deprecation.
5534         (Listing Tracepoints): Update description and example.
5535
5536 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5537
5538         * gdb.texinfo (Frames in Python): New node.
5539         (Python API): Update.
5540
5541 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5542
5543         * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5544         from a method to an attribute.
5545
5546 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5547
5548         * gdb.texinfo (Values From Inferior): Document is_optimized_out
5549         attribute.
5550
5551 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
5552
5553         * observer.texi (thread_exit): Add "silent" parameter.
5554
5555 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
5556
5557         * observer.texi (about_to_proceed): New.
5558
5559 2009-03-21  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5560
5561         * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5562         field throughout to handle types with spaces in them.  Fix typos
5563         found by aspell.
5564         (Summary, Requirements, Contributors): New first chapter,
5565         "Summary" added, old Requirements section moved there, and new
5566         section, "Contributors" added.
5567         (Initializing a New Architecture, Register Representation)
5568         (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5569         (Porting gdb): These sections extended and updated.
5570         (Compiler Characteristics): This section (empty) deleted.
5571         (Defining Other Architecture Features): This section renamed and
5572         duplicate material removed from (formerly "Target Conditionals").
5573         Use braces {} in @deftypeXX type field throughout to handle types
5574         with spaces in them. Typos found by aspell fixed.
5575
5576         * stack_frame.svg: New file, source of image for gdbint.texinfo.
5577         * stack_frame.pdf: Version of image for PDF output.
5578         * stack_frame.png: Version of image for HTML output and for Emacs.
5579         * stack_frame.txt: Version of image for Info output.
5580         * stack_frame.eps: Version of image for TeX DVI output.
5581
5582 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
5583
5584         * gdb.texinfo (Character Sets): Fix last change.
5585
5586 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5587
5588         * gdb.texinfo (Values From Inferior): Fix optional arguments
5589         markup.
5590         (Commands In Python): Adjust argument names of gdb.Command.__init__
5591         to what the function accepts as keywords.
5592
5593 2008-03-20  Tom Tromey  <tromey@redhat.com>
5594
5595         * gdb.texinfo (Convenience Vars): Document convenience functions.
5596         (Functions In Python): New node.
5597         (Python API): Update.
5598
5599 2009-03-20  Tom Tromey  <tromey@redhat.com>
5600
5601         * gdb.texinfo (Character Sets): Remove obsolete text.  Document
5602         set target-wide-charset.
5603         (Requirements): Mention iconv.
5604
5605 2009-03-17  Hui Zhu  <teawater@gmail.com>
5606
5607         * gdb.texinfo: Change the introduce of "disassemble-next-line".
5608
5609 2009-03-17  Hui Zhu  <teawater@gmail.com>
5610
5611         * gdb.texinfo: Add documentation for disassemble-next-line.
5612
5613 2009-03-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5614
5615         * gdb.texinfo (Commands In Python): Remove tindex entries.
5616
5617 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5618
5619         * gdb.texinfo (Returning): New description for missing debug info.
5620
5621 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
5622
5623         * gdb.texinfo (Remote Configuration): Document query-attached.
5624         (General Query Packets): Document qAttached.
5625
5626 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
5627
5628         * gdb.texinfo (Background Execution): Better describe the set
5629         target-async command.
5630         (Maintenance Commands): Delete description of the `maint set/show
5631         linux-async' and `maint set/show remote-async' commands.
5632
5633 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
5634
5635         * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5636         between sentences.
5637
5638 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
5639
5640         * gdb.texinfo (GDB/MI Async Records): Document the
5641         =library-loaded and =library-unloaded notifications.
5642
5643 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
5644
5645         * observer.texi (test_notification): New observer.
5646
5647 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
5648
5649         * observer.texi: Add parameter 'print_frame' to normal_stop
5650         observer.
5651
5652 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
5653
5654         * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5655         (Commands In Python): Fix COMMAND_* constants in last change.  Use
5656         @kbd for interactive input.  Add cross-references and index
5657         entries.
5658
5659 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5660
5661         * gdb.texinfo (Signals): Document $_siginfo.
5662         (Convenience Variables): Mention $_siginfo.
5663         (Remote Configuration): Document qXfer:siginfo:read,
5664         qXfer:siginfo:write packets, and the read-siginfo-object,
5665         write-siginfo-object commands.
5666
5667 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5668
5669         * gdbint.texinfo (Values): New chapter.
5670
5671 2009-02-06  Tom Tromey  <tromey@redhat.com>
5672
5673         * gdb.texinfo (Python API): Add entry for Commands In Python.
5674         (Commands In Python): New node.
5675
5676 2009-02-05  Tom Tromey  <tromey@redhat.com>
5677
5678         * gdb.texinfo (Values From Inferior): Document Value.string.
5679
5680 2009-02-05  Tom Tromey  <tromey@redhat.com>
5681
5682         * gdb.texinfo (Basic Python): Document execute's from_tty
5683         argument.
5684
5685 2009-02-04  Tom Tromey  <tromey@redhat.com>
5686
5687         * gdb.texinfo (Basic Python): Document gdb.history.
5688
5689 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
5690
5691         * gdb.texinfo (GDB/MI Thread Commands): Document the
5692         'current-thread-id' field.  Remove the example with zero threads,
5693         since current GDB won't ever report that if there's inferior.
5694
5695 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
5696
5697         * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5698         option to -break-insert.
5699
5700 2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
5701             Jerome Guitton  <guitton@adacore.com>
5702
5703         * gdb.texinfo (Startup): Document --with-system-gdbinit.
5704         (System-wide configuration): New section.
5705
5706 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5707
5708         PR gdb/7580:
5709         * gdb.texinfo (Maintenance Commands): Document "maint set|show
5710         internal-error|internal-warning quit|corefile ask|yes|no".
5711
5712 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5713
5714         * gdb.texinfo (Using the `gdbserver' Program): Document
5715         --remote-debug.
5716
5717 2009-01-23  Doug Evans  <dje@google.com>
5718
5719         * gdb.texinfo: Add nexti to list of commands that support
5720         background execution.
5721
5722 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
5723
5724         * gdb.texinfo (Define, Hooks): Document prefix command support.
5725
5726 2009-01-14  Joseph Myers  <joseph@codesourcery.com>
5727             Carlos O'Donell  <carlos@codesourcery.com>
5728
5729         Fixes for makeinfo --html.
5730
5731         * annotate.texinfo: Use @copying and @insertcopying.  Use
5732         @ifnottex in place of @ifinfo.
5733         * gdb.texinfo: Use @copying and @insertcopying.  Use @ifnottex in
5734         place of @ifinfo.  Use @ifnotinfo for one index entry.
5735         * gdbint.texinfo: Use @copying and @insertcopying.  Use @ifnottex
5736         in place of @ifinfo.
5737         * stabs.texinfo: Use @copying and @insertcopying.  Use @ifnottex
5738         in place of @ifinfo.  Include contents at start unconditionally.
5739
5740 2009-01-13  Pedro Alves  <pedro@codesourcery.com>
5741
5742         * gdb.texinfo (General Query Packets): Remove @var{} around the
5743         "spu" literal string.
5744
5745 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
5746
5747         * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5748         program may be running in another process" errors.
5749         * gdbint.texinfo (Native Conditionals): Delete
5750         ONE_PROCESS_WRITETEXT description.
5751
5752 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
5753
5754         * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5755         emacs local variable to be placed at the end of the ChangeLog.
5756         Add server.c and gdbreplay.c to the list of files where the
5757         copyright year needs to be updated.
5758
5759 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
5760
5761         * gdb.texinfo (Remote Configuration): Document new
5762         "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5763         commands.
5764
5765 2008-12-28  Pedro Alves  <pedro@codesourcery.com>
5766
5767         * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5768         FETCH_INFERIOR_REGISTERS.
5769         (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5770         FETCH_INFERIOR_REGISTERS descriptions.  Remove
5771         gdbarch_get_longjmp_target descrition, since already described in
5772         Target Conditionals.  Move gdbarch_fp0_regnum description to ...
5773         (Target Conditionals): ... here.
5774
5775 2008-12-16  Joel Brobecker  <brobecker@adacore.com>
5776
5777         * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5778         examples.
5779         (Additions to Ada): Likewise.  Add the missing opening and closing
5780         parenthesis of the GDB prompt in one of the examples.
5781
5782 2008-12-14  Joel Brobecker  <brobecker@adacore.com>
5783
5784         * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5785         about the result of 'Address not being of type System.Address.
5786         This problem has been fixed a while ago.
5787
5788 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
5789
5790         MI non-stop and multiprocess docs.
5791
5792         * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5793         (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5794         Adjust documentation for *stopped, document =thread-created,
5795         =thread-exited, =thread-group-created and =thread-group-exited.
5796         (GDB/MI Thread Commands): Document the 'state' field in
5797         -thread-info output.
5798         (GDB/MI Program Execution): Mention --all and --thread-group
5799         options.
5800         (GDB/MI Variable Objects): Describe floating and fixed variable
5801         objects.
5802         (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5803
5804 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
5805
5806         * gdb.texinfo (Operating System Information): New appendix.
5807         (Operating System Auxiliary Information): Document 'info os processes'
5808         (Remote Configuration): Document 'osdata'
5809         (General Query Packets): Document qXfer:osdata:read.
5810
5811 2008-11-27  Tristan Gingold  <gingold@adacore.com>
5812
5813         * gdb.texinfo (Darwin): Document Darwin specific features.
5814
5815 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5816
5817         * gdbint.texinfo (Target Conditionals): Extend the
5818         gdbarch_breakpoint_from_pc description.
5819
5820 2008-11-22  Vladimir Prus  <vladimir@codesourcery.com>
5821
5822         * gdb.texinfo (M68K Features): Fix typo.
5823
5824 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
5825
5826         * gdb.texinfo (Symbols): Mention printing containing
5827         image name in "info symbol".
5828         (Maint translate-address): Likewise.
5829
5830 2008-11-18  Joel Brobecker  <brobecker@adacore.com>
5831
5832         * gdb.texinfo (Set Catchpoints): Remove the documentation of
5833         commands "catch load" and "catch unload".
5834
5835 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
5836
5837         * gdb.texinfo (GDB/MI Async Records): Document
5838         =thread-selected.
5839
5840 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
5841
5842         * observer.texi (new_inferior, inferior_exit): New observers.
5843
5844 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
5845
5846         * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5847         .mt files, TM_CLIBS or TM_CDEPS.
5848         (x86 Watchpoints): Don't mention TDEPFILES.
5849
5850 2008-10-24  Sandra Loosemore  <sandra@codesourcery.com>
5851
5852         * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5853         (Overview): Mention notifications and non-stop mode behavior.
5854         (Packets): Update documentation of ?, vAttach, vCont, and vRun
5855         with non-stop mode behavior.  Add vStopped description.
5856         (Stop Reply Packets):  Update list of packets that return
5857         stop replies.  Mention non-stop behavior.
5858         (General Query Packets): Document QNonStop packet and associated
5859         qSupported query response.
5860         (Interrupts): Clarify multi-threaded behavior.  Mention non-stop
5861         behavior.
5862         (Notification Packets): New section.
5863         (Remote Non-Stop): New section.
5864         (File-I/O Overview): Mention non-stop behavior.
5865
5866 2008-10-24  Hui Zhu  <teawater@gmail.com>
5867             Pedro Alves  <pedro@codesourcery.com>
5868
5869         * gdb.texinfo (displaced-stepping): Describe the auto mode
5870         setting, and say it's the default.  This is now a mainstream
5871         setting instead of a maintenance setting.
5872
5873 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
5874
5875         * observer.texi (thread_stop_requested): New.
5876
5877 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
5878
5879         * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5880         (Patching): Replace incorrect usage of @samp by @kbd.
5881
5882 2008-10-17  Michael Snyder  <msnyder@vmware.com>
5883
5884         * gdb.texinfo: Add documentation for reverse execution.
5885
5886 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5887             Eli Zaretskii  <eliz@gnu.org>
5888
5889         * gdb.texinfo. (Values From Inferior): New subsubsection.
5890
5891 2008-10-06  Doug Evans  <dje@google.com>
5892
5893         * gdb.texinfo (set debug dwarf2-die): Document it.
5894
5895 2008-10-01  Joel Brobecker  <brobecker@adacore.com>
5896
5897         * gdb.texinfo (catch) [exception]: Document how to insert
5898         a breakpoint on user-defined exceptions when the exception
5899         name is identical to one of the language-defined ones.
5900
5901 2008-09-27  Tom Tromey  <tromey@redhat.com>
5902
5903         * gdb.texinfo (Macros): Remove text about stringification,
5904         varargs, and splicing.
5905
5906 2008-09-27  Tom Tromey  <tromey@redhat.com>
5907
5908         * gdbint.texinfo (Language Support): Remove text about omitting
5909         support for a language.
5910
5911 2008-09-23  Doug Evans  <dje@google.com>
5912
5913         * gdb.texinfo (info dcache): Update.
5914
5915 2008-09-22  Sandra Loosemore  <sandra@codesourcery.com>
5916
5917         * gdb.texinfo (Packets): Add info on thread-id syntax and
5918         multiprocess extensions.
5919         <D>: Document multiprocess form of packet.
5920         <H>: Use thread-id syntax.
5921         <T>: Likewise.
5922         <vCont>: Likewise.  Note this is required for multiprocess.
5923         <vKill>: New packet.
5924         (Stop Reply Packets) <T>: Use thread-id syntax.
5925         <W>: Document multiprocess form of reply.
5926         <X>: Likewise.
5927         (General Query Packets) <qC>: Use thread-id syntax.
5928         <qfThreadInfo>: Likewise.
5929         <qGetTLSAddr>: Likewise.
5930         <qP>: Likewise.
5931         <qSupported>: Add "multiprocess" feature.
5932         <qThreadExtraInfo>: Use thread-id syntax.
5933
5934 2008-09-22  Stan Shebs  <stan@codesourcery.com>
5935
5936         * gdb.texinfo (Inferiors): New section.
5937
5938 2008-09-12  Pedro Alves  <pedro@codesourcery.com>
5939
5940         * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5941
5942 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
5943
5944         * gdbint.texinfo (Target Conditionals): Remove documentation
5945         for gdbarch_name_of_malloc.
5946
5947 2008-09-03  Angela Marie Thomas <angela@releasedominatrix.com>
5948
5949         * gdb.texinfo (Interrupts): Mention TCP interface for
5950         sending BREAK.
5951
5952 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
5953
5954         * gdb.texinfo (Commands to Specify Files): Document "remote:"
5955         argument prefix to "set sysroot".
5956
5957 2008-08-21  Paul N. Hilfinger  <hilfinger@adacore.com>
5958
5959         * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5960         and False.
5961
5962 2008-08-20  Vladimir Prus  <vladimir@codesourcery.com>
5963
5964         * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5965         for possible features of -list-features.
5966
5967 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
5968
5969         * gdb.texinfo (Background execution): Adjust example
5970         (GDB/MI Miscellaneous Commands): Document -list-target-features.
5971
5972 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
5973
5974         * doc/gdb.texinfo (PowerPC): Fix typo.
5975         (PowerPC features): Fix typo.
5976
5977 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
5978
5979         * observer.texi (thread_ptid_changed): New.
5980
5981 2008-08-18  Luis Machado  <luisgpm@br.ibm.com>
5982
5983         * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5984         (PowerPC features): Mention feature set for VSX registers.
5985
5986 2008-08-13  Joel Brobecker  <brobecker@adacore.com>
5987
5988         * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5989         the direct visibility of all names in user-written packages.
5990
5991 2008-08-13  Pedro Alves  <pedro@codesourcery.com>
5992
5993         * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5994         setting, and make it the default.
5995         (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5996         non-stop script example.
5997
5998 2008-08-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5999
6000         * gdbint.texinfo (Raw and Virtual Register Representations): Fix
6001         reference to the "Using Different Register and Memory Data
6002         Representation" section.
6003
6004 2008-08-12  Sandra Loosemore  <sandra@codesourcery.com>
6005
6006         * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
6007         (Remote Protocol): Add Packet Acknowledgment to menu.
6008         (Overview): Mention +/- can be disabled, and point to new section
6009         where this is discussed in detail.
6010         (General Query Packets): Document QStartNoAckMode packet, and
6011         corresponding qSupported reply.
6012         (Packet Acknowledgment): New section.
6013
6014 2008-08-11  Sandra Loosemore  <sandra@codesourcery.com>
6015             Pedro Alves  <pedro@codesourcery.com>
6016
6017         * gdb.texinfo (Threads): Move paragraph about automatic thread
6018         selection to All-Stop Mode subsection.
6019         (Thread Stops): Reorganize existing material into subsections.
6020         Add introductory blurb and menu.
6021         (Non-Stop Mode): New subsection.
6022         (Background Execution): New subsection.
6023         (Maintenance Commands): Add cross-references from async mode
6024         commands to the new Background Execution section.
6025
6026 2008-08-06  Tom Tromey  <tromey@redhat.com>
6027
6028         * gdb.texinfo (Extending GDB): New chapter.
6029         (Sequences): Demoted chapter, now a section under the new
6030         Extending GDB chapter.
6031         (Python): New section.
6032
6033 2008-07-31  Stan Shebs  <stan@codesourcery.com>
6034
6035         * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
6036
6037 2008-07-29  Stan Shebs  <stan@codesourcery.com>
6038
6039         * gdbint.texinfo: General round of cleanup and minor
6040         clarifications.
6041         (Breakpoint Handling): Remove mention of BREAKPOINT macro.
6042         (Longjmp Support): Update description to reflect how it is done
6043         for targets without using native header.
6044         (Symbol Handling): Add a little more general explanation.
6045         (COFF, ELF): Mention stabs encapsulation.
6046         (DWARF 3): New section.
6047         (Adding a New Host): Scrub out some obsolete bits.
6048         (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
6049         (Host Conditionals): Remove descriptions of NO_STD_REGS,
6050         HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
6051         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
6052         SEEK_SET, STOP_SIGNAL, USG.
6053         (Raw and Virtual Register Representations): Ditto for
6054         DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
6055         DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
6056         (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
6057         DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
6058         DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
6059         DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
6060         DEPRECATED_REGISTER_VIRTUAL_SIZE,
6061         DEPRECATED_REGISTER_VIRTUAL_TYPE,
6062         DEPRECATED_USE_STRUCT_CONVENTION.
6063         Describe gdbarch_deprecated_fp_regnum.
6064         Update description of gdbarch_print_insn.
6065         (Adding a New Target): Scrub out obsolete bits.
6066         (Obsolete Conditionals): Remove entire section.
6067
6068 2008-07-25  Tom Tromey  <tromey@redhat.com>
6069
6070         * observer.texi (GDB Observers): Document new observers:
6071         breakpoint_created, breakpoint_deleted, breakpoint_modified,
6072         tracepoint_created, tracepoint_deleted, tracepoint_modified,
6073         architecture_changed.
6074
6075 2008-07-21  Stan Shebs  <stan@codesourcery.com>
6076
6077         * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
6078         instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
6079
6080 2008-07-21  Tom Tromey  <tromey@redhat.com>
6081
6082         * observer.texi (GDB Observers): Remove obsolete comment.
6083         <executable_changed>: Remove argument.
6084
6085 2008-07-18  Tom Tromey  <tromey@redhat.com>
6086
6087         * gdb.texinfo (Macros): Update.  Use @code rather than @command.
6088
6089 2008-07-10  Doug Evans  <dje@google.com>
6090
6091         * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6092
6093 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6094
6095         * gdb.texinfo (Starting): Document "set disable-randomization".
6096
6097 2008-07-07  Andreas Schwab  <schwab@suse.de>
6098
6099         * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6100
6101 2008-07-06  Vladimir Prus  <vladimir@codesourcery.com>
6102
6103         * gdb.texinfo (GDB/MI Target Manipulation): Add
6104         example of -target-attach.
6105
6106 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
6107
6108         * observer.texi (target_resumed): New observer.
6109         * gdb.texinfo (GDB/MI Output Records): Document *running.
6110
6111 2008-06-06  Tom Tromey  <tromey@redhat.com>
6112
6113         * gdb.texinfo (Completion): Add field name example.
6114
6115 2008-06-06  Marc Khouzam  <marc.khouzam@ericsson.com>
6116
6117         * gdb.texinfo (GDB/MI Program Context): Added example
6118         to -exec-arguments
6119
6120 2008-06-05  Nick Roberts  <nickrob@snap.net.nz>
6121
6122         * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6123         annotation.
6124
6125 2008-06-05  Vladimir Prus  <vladimir@codesourcery.com>
6126             Nathan Sidwell  <nathan@codesourcery.com>
6127             Joseph Myers  <joseph@codesourcery.com>
6128
6129         * configure.ac: Include ../../config/acx.m4.  Use ACX_PKGVERSION
6130         and ACX_BUGURL.
6131         * configure: Regenerate.
6132         * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6133         (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6134         * gdb.texinfo: Use VERSION_PACKAGE and BUGURL.  Remove
6135         mailing-list-specific text about bug reporting unless
6136         BUGURL_DEFAULT.
6137
6138 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
6139
6140         * gdb.texinfo (-target-select): Remove reference to target async.
6141         (Maintenance Commands): Document "maint set/show remote-async".
6142
6143 2008-06-04  Marc Khouzam  <marc.khouzam@ericsson.com>
6144
6145         * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6146         in -target-file-get section.
6147
6148 2008-05-22  Pedro Alves  <pedro@codesourcery.com>
6149
6150         * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6151         killing the inferior when it is already debugging a process.
6152
6153 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
6154
6155         * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6156         abbreviation for "finish".
6157
6158 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
6159
6160         * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6161
6162 2008-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
6163
6164         * gdbint.texinfo (Target Conditionals): Delete entry for
6165         gdbarch_dwarf_reg_to_regnum.
6166
6167 2008-05-09  Doug Evans  <dje@google.com>
6168
6169         * gdb.texinfo: Document "find" command, qSearch:memory packet.
6170
6171 2008-05-05  Doug Evans  <dje@google.com>
6172
6173         * gdb.texinfo (disassemble): Document /m modifier.
6174
6175 2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
6176
6177         * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6178         will not report the time of commands that run the target.
6179
6180 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6181
6182         * gdb.texinfo (GDB/MI Output Records): Add
6183         missing semicolon.
6184
6185 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6186
6187         * gdb.texinfo (GDB/MI Output Records):
6188         Document =thread-create and =thread-exited.
6189
6190 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6191
6192         * gdb.texinfo (GDB/MI Development and Front Ends):
6193         Remove mention of dmi-discuss.
6194
6195 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
6196
6197         * observer.texi (thread_exit): New.
6198
6199 2008-05-02  Pedro Alves  <pedro@codesourcery.com>
6200
6201         * gdb.texinfo (Debugging Output): Document "set/show debug
6202         displaced".
6203         (Maintenance Commands): Document "maint set/show
6204         can-use-displaced-stepping".
6205
6206 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
6207
6208         * gdb.texinfo (ARM): Document set/show arm fallback-mode
6209         and set/show arm force-mode.
6210
6211 2008-05-02  Andreas Schwab  <schwab@suse.de>
6212
6213         * gdbint.texinfo (Algorithms): Describe
6214         target_watchpoint_addr_within_range.
6215
6216 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
6217
6218         * gdbint.texinfo (Stack Frames): New chapter.
6219         (Algorithms): Move Frames text to the new chapter.
6220         (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS.  Document
6221         gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6222
6223 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
6224
6225         * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6226         output does not necessary include any tokens.
6227
6228 2008-04-22  Corinna Vinschen  <vinschen@redhat.com>
6229
6230         * gdb.texinfo (Set SH Calling convention): New @item.
6231         (Show SH Calling convention): Ditto.
6232
6233 2008-04-22  Markus Deuling  <deuling@de.ibm.com>
6234
6235         * gdb.texinfo (Fortran Operators): Describe '%' operator.
6236
6237 2008-04-20  Eli Zaretskii  <eliz@gnu.org>
6238
6239         * gdb.texinfo (Set Breaks): Mention that multiple location
6240         breakpoints need line number info.  Add index entries.
6241
6242 2008-04-19  Craig Silverstein  <csilvers@google.com>
6243
6244         * gdb.texinfo (Requirements): Add an optional requirement on
6245         zlib.
6246         * gdbint.texinfo (Debugging File Formats): Add new subsection for
6247         Compressed DWARF 2.
6248
6249 2008-04-16  Aleksandar Ristovski  <aristovski@qnx.com>
6250
6251         * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6252         sample output for 'stopped,reason="breakpoint-hit"' message.
6253         (GDB/MI Program Execution): Likewise.
6254
6255 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
6256
6257         * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6258         -var-set-format.  Add -f option to -var-evaluate-expression.
6259
6260 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
6261
6262         * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6263         new node "Ambiguous Expressions".  Replace references to this
6264         node by references to "Ambiguous Expressions" throughout.
6265         (Ambiguous Expressions): New node.
6266
6267 2008-03-26  Daniel Jacobowitz  <dan@codesourcery.com>
6268
6269         * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6270
6271 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
6272
6273         * gdb.texinfo (Debugging Output): Document
6274         "set/show debug lin-lwp-async".
6275         (Maintenance Commands): Document "maint set/show linux-async".
6276
6277 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
6278
6279         * gdb.texinfo (Expressions): Update description of malloced arrays.
6280
6281 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
6282
6283         * gdb.texinfo (Thread Commands): Document
6284         -thread-info.  Remove -thread-list-all-threads.
6285
6286 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
6287             Sandra Loosemore  <sandra@codesourcery.com>
6288
6289         * gdb.texinfo (Library List Format): Update to mention the
6290         possibility to pass section addresses instead of segment
6291         addresses.
6292
6293 2008-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
6294
6295         * gdb.texinfo (Starting): Document "set exec-wrapper".
6296         (Server): Document gdbserver --wrapper.
6297
6298 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
6299
6300         * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6301         unreadable memory.  Delete obsolete SPARClite reference.
6302
6303 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
6304
6305         * gdb.texinfo (Starting): Mention always-running targets.
6306         (Target Commands): Add an anchor for load.
6307         (Connecting): Explain continue instead of run.
6308
6309 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
6310
6311         * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6312
6313 2008-02-26  Nick Roberts  <nickrob@snap.net.nz>
6314
6315         * gdb.texinfo (Set Breaks): Revert description of Enb column of
6316         breakpoint table.
6317
6318 2008-02-19  Pedro Alves  <pedro@codesourcery.com>
6319
6320         * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6321         killing the inferior when it is already debugging a process.
6322
6323 2008-02-13  Markus Deuling  <deuling@de.ibm.com>
6324
6325         * gdbint.texinfo (Build Script): New section. Mention new build script
6326         gdb_buildall.sh.
6327
6328 2008-02-01  Jim Blandy  <jimb@red-bean.com>
6329
6330         * gdb.texinfo (Help): Summarize 'info args' correctly.
6331
6332 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6333
6334         * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6335         available in PowerPC architecture.
6336         (Embedded Processors): Change node name of PowerPC item in menu.
6337         (PowerPC): Rename to...
6338         (PowerPC Embedded): this.
6339         (Architectures): Add new PowerPC item in menu.
6340         (PowerPC): New node.
6341
6342 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6343
6344         * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6345         commands.
6346
6347 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6348
6349         * gdb.texinfo (Setting Catchpoints): Mention features
6350         supported on GNU/Linux.
6351
6352 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
6353
6354         * gdb.texinfo (GDB/MI File Commands): Describe new output
6355         field for MI command -file-list-exec-source-file.
6356
6357 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
6358
6359         * gdb.texinfo (Using the `gdbserver' Program): Add security
6360         warning.  Rearrange into subsections and subsubsections.  Document
6361         --multi and --debug.  Correct --with-sysroot typo.  Update --attach
6362         usage.  Make load reference clearer.  Document monitor exit.
6363         (Remote Configuration): Document set remote exec-file, attach-packet,
6364         and run-packet.
6365         (Packets): Document vAttach and vRun.
6366
6367 2008-01-29  Nick Roberts  <nickrob@snap.net.nz>
6368
6369         * gdb.texinfo (Processes): Mention process command.
6370         detach-on-follow -> detach-on-fork.
6371
6372 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
6373
6374         * gdbint.texinfo (Native Conditionals): Remove
6375         SHELL_COMMAND_CONCAT and SHELL_FILE.
6376
6377 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
6378
6379         * gdb.texinfo (Specify Location): Improve wording.
6380
6381 2008-01-23  Chris Demetriou  <cgd@google.com>
6382
6383         * gdb.texinfo (Threads): Document new "set print thread-events"
6384         and "show print thread-events" commands.
6385
6386 2008-01-19  Eli Zaretskii  <eliz@gnu.org>
6387
6388         * gdb.texinfo (Specify Location): New section.
6389         (Delete Breaks, Edit, Set Breaks): Remove description of
6390         locations.  Instead, add a reference to "Specify Location".
6391         (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6392         (Symbols): Refer to "Specify Location" for the valid forms of
6393         linespecs and locations.
6394
6395 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
6396
6397         * gdbint.texinfo (Target Conditionals): Replace the description of
6398         BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6399
6400 2008-01-12  Paul Hilfinger  <hilfinger@adacore.com>
6401
6402         * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6403         about &&var, which is rejected by the expression parser.
6404
6405 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
6406
6407         * gdb.texinfo (Output): Update documentation on using printf with DFP
6408         types.
6409
6410 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6411
6412         * gdb.texinfo (C and C++): Add Decimal Floating Point format
6413         subsubsection.
6414         (Decimal Floating Point format): New subsubsection.
6415
6416 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
6417
6418         * gdb.texinfo (File Options): Remove mention of the attempt to
6419         open a core file with the -p option.  Don't list -c as a valid
6420         option to attach to a process.
6421
6422 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
6423
6424         * gdbint.texinfo (Host Conditionals): Remove mention of
6425         ALIGN_STACK_ON_ENTRY.
6426
6427 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
6428
6429         * gdbint.texinfo (Start of New Year Procedure): Add item
6430         describing how to update the source and documentation copyright
6431         notices.
6432
6433 2007-12-18  Jim Blandy  <jimb@codesourcery.com>
6434
6435         * gdb.texinfo (Set Watchpoints): Integrate per-thread
6436         watchpoint explanation into the main description of the watchpoint
6437         command; update synopses of 'watch', 'rwatch', and 'awatch'
6438         commands.
6439
6440 2007-12-18  Vladimir Prus  <vladimir@codesourcery.com>
6441
6442         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6443         Document 'pending-breakpoints' feature of
6444         -list-features.
6445
6446 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
6447
6448         * gdb.texinfo: Add new parameter's description.
6449
6450 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
6451
6452         * gdb.texinfo (Overview): Clarify run-length encoding
6453         example.  Remove the restriction on "+" and "-" characters.
6454
6455 2007-12-15  Eli Zaretskii  <eliz@gnu.org>
6456
6457         * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6458
6459 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
6460
6461         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6462         the -f option for -break-insert, remove -r option,
6463         and clarify specification of location.
6464
6465 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
6466
6467         * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6468         formatting.
6469         (Remote Debugging): Add File Transfer section.
6470         (Remote Configuration): Document Host I/O packets.
6471         (GDB/MI): Add GDB/MI File Transfer Commands section.
6472         (Host I/O Packets): New section in "Remote Protocol".
6473         (Packets): Add vFile.
6474
6475 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
6476
6477         * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6478         breakpoints with multiple locations.
6479         (Breakpoint Menus): Improve wording.
6480         (Output): Fix last change.
6481
6482 2007-11-17  Ulrich Weigand  <uweigand@de.ibm.com>
6483
6484         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6485
6486 2007-11-15  Doug Evans  <dje@google.com>
6487
6488         * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6489
6490 2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
6491
6492         * gdbint.texinfo (Native Conditionals): Remove
6493         mention of CLEAR_SOLIB.
6494
6495 2007-11-11  Joel Brobecker  <brobecker@adacore.com>
6496
6497         * gdb.texinfo (Print Settings): Add documentation for "set/show
6498         print frame-arguments".
6499
6500 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
6501
6502         * gdb.texinfo (Output): Update printf command's description.
6503
6504 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
6505
6506         * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6507         powerpc soft-float".
6508
6509 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6510
6511         * gdb.texinfo (Files): Correct formatting.  Mention Expat
6512         requirement.
6513         (Requirements for Building GDB): Expand the list of Expat
6514         uses.
6515         (Library List Format, Memory Map Format): Mention Expat.
6516         (Target Descriptions): Update Expat wording.
6517
6518 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6519
6520         * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6521         Document that gdbarch_convert_register_p should return zero for no-op
6522         conversions.
6523
6524 2007-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
6525
6526         * gdbint.texi (Compiler Characteristics): Move documentation
6527         of set_gdbarch_sofun_address_maybe_missing back to ...
6528         (Target Conditionals): ... here to fix build break.
6529
6530 2007-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
6531
6532         * gdbint.texi (Target Conditionals): Remove documentation of
6533         SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6534         (Compiler Characteristics): ... documentation of
6535         set_gdbarch_sofun_address_maybe_missing.
6536
6537 2007-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
6538
6539         * gdbint.texinfo (Target Conditionals): Use
6540         frame_unwind_register_unsigned in examples instead of
6541         frame_unwind_unsigned_register.
6542
6543 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6544
6545         * gdb.texinfo (Predefined Target Types): Add int128
6546         and uint128.
6547         (Standard Target Features): Add PowerPC features.
6548
6549 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6550
6551         * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6552
6553 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6554
6555         * gdbint.texi (Target Conditionals): Remove documentation
6556         of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6557         gdbarch_extract_return_value, and gdbarch_store_return_value.
6558
6559 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6560
6561         * gdbint.texi (Target Conditionals): Remove documentation of
6562         and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6563
6564 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
6565
6566         * gdb.texinfo: Mention that inaccessible-by-default is on by
6567         default.
6568
6569 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
6570
6571         * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6572
6573 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
6574
6575         * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6576         multi-threaded watchpoints.
6577         * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6578         checked.  Describe sticky notification.  Expand description
6579         of steppable and continuable watchpoints.
6580         (Watchpoints and Threads): New subsection.
6581
6582 2007-09-28  Vladimir Prus  <vladimir@codesourcery.com>
6583
6584         * gdb.texinfo (Setting Breakpoints): Revise
6585         documentation for pending breakpoints.  Document
6586         breakpoints with multiple locations.
6587
6588 2007-09-19  Vladimir Prus  <vladimir@codesourcery.com>
6589
6590         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6591         Document -list-features.
6592
6593 2007-09-15  Eli Zaretskii  <eliz@gnu.org>
6594
6595         * gdb.texinfo (Output): Spell out which features of C's printf are
6596         not supported by GDB's printf.
6597         (Separate Debug Files): More accurate wording regarding build ID
6598         and a reference to the ld manual rather than the Fedora wiki.
6599
6600 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
6601             Jim Blandy  <jimb@codesourcery.com>
6602
6603         * gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
6604         (Examining Memory): Update mentions of the 's' format.
6605         (Automatic Display): Likewise.
6606
6607 2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
6608
6609         * gdb.texinfo: Update the FSF's Back-Cover Text.
6610
6611 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6612             Eli Zaretskii  <eliz@gnu.org>
6613
6614         * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6615         Fixed the ``build ID'' name.  New binaries build instructions for the
6616         build ID inclusion.  Explain how the commands are specific to the build
6617         ID vs. debug link.
6618
6619 2007-09-01  Eli Zaretskii  <eliz@gnu.org>
6620
6621         * gdb.texinfo (Separate Debug Files): Fix last change.  Add
6622         indexing for ``build ID'' support.
6623
6624 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6625
6626         * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6627         Enlisted BUILD ID to the debug file searching example.
6628         Included a BUILD ID `.note.gnu.build-id' section description.
6629         Updated/added the debug files splitting instructions for OBJCOPY.
6630
6631 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
6632
6633         * gdb.texinfo (Variable Objects): Adjust docs
6634         for -var-info-expression and document
6635         -var-info-path-expression.
6636
6637 2007-08-20  Jim Blandy  <jimb@codesourcery.com>
6638
6639         * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6640         (title page): Include the dedication in the printed manual, as a
6641         separate page after the copyright notice.
6642
6643         * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6644         don't break a @var across a line.
6645
6646 2007-07-25  Maciej W. Rozycki  <macro@mips.com>
6647
6648         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6649         for include files.
6650
6651 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
6652
6653         * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
6654         in annotate.texinfo.
6655         (Command History): Link to new node.
6656
6657 2007-07-05  Markus Deuling  <deuling@de.ibm.com>
6658
6659         * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6660
6661 2007-07-05  Eli Zaretskii  <eliz@gnu.org>
6662
6663         * gdbint.texinfo (Target Conditionals): Fix last change.
6664
6665 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
6666
6667         * gdb.texinfo: Replace following macros by their appropriate gdbarch
6668         routines:
6669         (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6670         (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6671         (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6672         (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6673         (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6674         (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6675         (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6676         (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6677         (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6678         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6679         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6680         (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6681         (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6682         (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6683         (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6684         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6685         (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6686         (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6687         (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6688         (SOFTWARE_SINGLE_STEP_P)
6689
6690         (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6691         (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6692
6693         (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6694         (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6695         (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6696         (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6697         (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6698         (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6699         (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6700         (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6701         (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6702         (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6703
6704         (Converting an existing Target Architecture to Multi-arch): Remove
6705          section.
6706
6707         (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6708         (gdbarch_addr_bits_remove): Add code example.
6709
6710         * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6711
6712 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
6713
6714         * gdb.texinfo (Remote Configuration): Document library-info-packet.
6715         Add other missing entries.  Adjust the table size to fit.
6716         (Stop Reply Packets): Use @itemize instead of @enumerate.  Document
6717         stop reasons including the new "library" event.
6718         (General Query Packets): Adjust table widths for qSupported.  Mention
6719         qXfer:libraries:read reply to qSupported and document the new packet.
6720         (Library List Format): New section.
6721
6722 2007-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6723
6724         * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6725
6726 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
6727
6728         * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6729
6730 2007-06-25  Nick Roberts  <nickrob@snap.net.nz>
6731
6732         * gdbint.texinfo (Register and Memory Data): Break sections
6733         into nodes and add a menu.
6734
6735 2007-06-21  Maciej W. Rozycki  <macro@mips.com>
6736
6737         * gdb.texinfo (Examining Memory): Document the new behaviour.
6738
6739 2007-06-21  Vladimir Prus  <vladimir@codesourcery.com>
6740
6741         * gdb.texinfo (Standard Target Features): Document
6742         m68k features.
6743
6744 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
6745
6746         * gdb.texinfo (General Query Packets): Document qOffsets changes.
6747
6748 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6749
6750         * gdb.texinfo (Target Description Format): Add version attribute
6751         for <target>.
6752
6753 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6754
6755         * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6756
6757 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6758
6759         * gdb.texinfo (MIPS Features): New subsection.
6760
6761 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
6762             Markus Deuling  <deuling@de.ibm.com>
6763
6764         * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6765         and qXfer:spu:write packets and mention them under qSupported.
6766
6767 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
6768             Markus Deuling  <deuling@de.ibm.com>
6769
6770         * gdb.texinfo (Architectures): Add new SPU section to document
6771         Cell Broadband Engine SPU architecture specific commands.
6772
6773 2007-06-09  Vladimir Prus  <vladimir@codesourcery.com>
6774
6775         * gdb.texinfo (GDB/MI Variable Objects): Editorial
6776         comments.
6777
6778 2007-06-07  Nick Roberts  <nickrob@snap.net.nz>
6779
6780         * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6781
6782 2007-05-29  Jim Blandy  <jimb@codesourcery.com>
6783
6784         * gdb.texinfo (Overview): Doc fix.
6785
6786 2007-05-22  Maciej W. Rozycki  <macro@mips.com>
6787
6788         * gdb.texinfo (Remote Configuration): Document "set/show
6789         remoteflow".
6790
6791 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
6792
6793         * gdb.texinfo (MIPS): Remove documentation for set mips
6794         saved-gpreg-size, show mips saved-gpreg-size, and set mips
6795         stack-arg-size.
6796
6797 2007-05-14  Bob Wilson  <bob.wilson@acm.org>
6798
6799         * all-cfg.texi (GDBTUI): New.
6800         * gdb.texinfo (Mode Options): Use GDBTUI variable.
6801         (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6802         (TUI Configuration): Edit to improve clarity and fix problems of
6803         both style and content.
6804
6805 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
6806
6807         * observer.texi (GDB Observers): New observer "new_objfile".
6808
6809 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
6810
6811         * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6812
6813 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
6814
6815         * gdb.texinfo (GDB/MI Variable Objects): Document
6816         frozen variables objects.
6817
6818 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
6819
6820         * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6821         (Character Sets, Caching Data of Remote Targets): Likewise.
6822         (Targets): Delete Remote node.  Move its text...
6823         (Debugging Remote Programs): ...to here.  Delete description
6824         of the "remote" command.
6825         (Remote configuration): Delete description of "set remotedevice"
6826         and "show remotedevice".
6827         (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6828
6829 2007-04-11  Bob Wilson  <bob.wilson@acm.org>
6830
6831         * gdb.texinfo (Contributors, Continuing and Stepping)
6832         (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6833         (General Query Packets, File-I/O Remote Protocol Extension)
6834         (Protocol Basics, The F Reply Packet, Write)
6835         (Protocol-specific Representation of Datatypes, Memory Transfer):
6836         Fix hyphenation, punctuation and grammar problems.
6837         (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
6838         'section' instead of 'subsection' in the text.
6839         (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6840         (i386): Remove period from section name.
6841         (Installing GDB, Requirements, Running Configure,  Separate Objdir)
6842         (Config Names, Configure Options): Use @file{configure}.
6843
6844 2007-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
6845
6846         * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6847         and tab expansion.
6848
6849 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
6850
6851         * gdbint.texinfo (SOM): Correct location of the SOM reader.
6852
6853 2007-04-02  Bob Wilson  <bob.wilson@acm.org>
6854
6855         * gdb.texinfo: Consistently capitalize all significant words in
6856         node names, chapter titles, section titles, and headings.  Update
6857         cross references to match.
6858         (Starting and Stopping Trace Experiment): Make node name plural.
6859         (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6860
6861 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
6862
6863         * gdb.texinfo (WinCE): Delete obsolete subsection.
6864
6865 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
6866
6867         * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6868         * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6869         references.
6870
6871 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
6872
6873         * gdb.texinfo (Startup): Delete references to some alternate
6874         names for .gdbinit.
6875         (Thread): Remove LynxOS reference.
6876         (Tandem ST2000): Delete target-specific documentation.
6877         * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6878         (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6879         and GDB_OSABI_LYNXOS.
6880
6881 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
6882
6883         * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6884
6885 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
6886
6887         * gdbint.texinfo (Target Conditionals): Remove mention of
6888         DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6889         and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6890
6891 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
6892
6893         * Makefile.in: Add "pdfdir" installation
6894         directory, PDFTEX macro, support for "install-pdf" target,
6895         and rules for making a pdf version of refcard.texi.
6896         * refcard.tex: Specify paper size for PDF output.
6897
6898 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6899
6900         * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6901
6902 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6903
6904         * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6905         (Source Path, Character Sets, Macros, Define)
6906         (GDB/MI Result Records, GDB/MI Simple Examples)
6907         (GDB/MI Program Execution, GDB/MI File Commands)
6908         (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6909         (Bug Reporting): Use @value{GCC}.
6910
6911 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6912
6913         * gdb.texinfo (Help): Fix formatting of examples.
6914         (Variables): Use @ifnotinfo instead of @iftex.
6915         (Non-debug DLL symbols): Use @ref instead of @pxref.
6916         (Sparclet File): Use @samp instead of quotes.
6917
6918 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6919
6920         * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6921
6922 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6923
6924         * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6925         the order of the nodes.
6926         (C Operators, C Constants, Debugging C): Remove extra menus.
6927         (Method Names in Commands): Do not specify next/prev/up nodes.
6928
6929 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6930
6931         * gdb.texinfo (File Options): Add missing parenthesis.
6932         (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6933
6934 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
6935
6936         * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6937
6938 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
6939
6940         * gdb.texinfo (Standard Target Features): Mention
6941         case insensitivity.
6942         (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6943
6944 2007-02-18  Nick Roberts  <nickrob@snap.net.nz>
6945
6946         * gdb.texinfo (Top): Put Appendix A after numbered sections.
6947         (Files): Add section name to argument list for pxref.
6948         (Non-debug DLL symbols): Don't use `see' for pxref.
6949         (Embedded Processors): Fix typo.
6950         (GDB/MI Breakpoint Commands): Execution commands generate
6951         *stopped not ^done.
6952
6953 2007-02-13  Nick Roberts  <nickrob@snap.net.nz>
6954
6955         * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6956         values for in_scope.  Mention that only root variables can be
6957         updated.
6958         (GDB/MI Development and Front Ends): Explain new values may be
6959         added to existing fields.
6960
6961 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
6962
6963         * gdb.texinfo (-target-disconnect): Use @smallexample.
6964         (Requirements): Add anchor for Expat.  Update description.
6965         (Target Descriptions): Mention Expat.
6966         (Target Description Format): Document new elements.  Use
6967         @smallexample.
6968         (Predefined Target Types, Standard Target Features): New sections.
6969         * gdbint.texinfo (Target Descriptions): New section.
6970
6971 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
6972
6973         * gdb.texinfo (Target Description Format): Add section on XInclude.
6974
6975 2006-02-03  Nick Roberts  <nickrob@snap.net.nz>
6976
6977         * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6978         command -enable-timings.
6979
6980 2007-02-02  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
6981
6982         * gdbint.texinfo (Operation System ABI Variant Handling): Update
6983         descriptions for new/deleted elements in gdb_osabi.  Add missing
6984         description for function generic_elf_osabi_sniff_abi_tag_sections.
6985
6986 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
6987
6988         * gdb.texinfo (Maintenance Commands): Add documentation for
6989         the new "maint print target-stack" command.
6990
6991 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
6992             Eli Zaretskii  <eliz@gnu.org>
6993
6994         * gdb.texinfo: Describe CHAR array vs. string identification rules.
6995
6996 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
6997
6998         * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6999         Use @value{NGCC} instead of @value{GCC}.
7000
7001 2007-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
7002
7003         * agentexpr.texi: Fix typos.
7004         * annotate.texinfo: Likewise.
7005         * gdb.texinfo: Likewise.
7006         * gdbint.texinfo: Likewise.
7007         * observer.texi: Likewise.
7008         * stabs.texinfo: Likewise.
7009
7010 2007-01-20  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
7011
7012         * gdbint.texinfo (Support Libraries): Remove mmalloc
7013         entry.  Describe readline library.
7014
7015 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
7016
7017         * gdb.texinfo (Target Descriptions): New section.
7018         (General Query Packets): Add QPassSignals anchor.  Mention
7019         qXfer:features:read under qSupported.  Expand mentions of
7020         qXfer:memory-map:read and QPassSignals.  Document
7021         qXfer:features:read.
7022
7023 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
7024
7025         * gdb.texinfo (Commands to specify files): Describe
7026         "set sysroot" and "show sysroot".
7027         (Using the `gdbserver' program): Lowercase argument
7028         to @var.  Expand description of setting up GDB on the
7029         host.
7030
7031 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
7032
7033         * gdb.texinfo (Set Catchpoints): Add documentation for the new
7034         catch exception, catch exception unhandled, and catch assert
7035         commands.
7036
7037 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7038
7039         * gdb.texinfo (Debugging Output): Document "set debug xml"
7040         and "show debug xml".
7041
7042 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
7043
7044         * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
7045
7046 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
7047
7048         * gdbint.texinfo (Start of New Year Procedure): Add missing item.
7049
7050 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
7051
7052         * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
7053         note in @ignore, to be removed later if nobody complains.
7054
7055 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
7056
7057         * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
7058         of -var-delete.
7059
7060 2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>
7061
7062         * gdb.texinfo (Setting breakpoints): Document
7063         automatic software/hardware breakpoint usage and
7064         the "set breakpoint auto-hw" command.
7065
7066 2006-11-21  Vladimir Prus  <vladimir@codesourcery.com>
7067
7068         * gdb.texinfo (Memory Access Checking): New.
7069
7070 2006-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
7071
7072         * gdb.texinfo (Remote configuration): Mention
7073         "pass-signals-packet".
7074         (General Query Packets): Document QPassSignals.  Fix
7075         a typo.
7076
7077 2006-11-14  Maxim Grigoriev  <maxim@tensilica.com>
7078
7079         * gdb.texinfo (Contributors): Add contributors of Xtensa port.
7080
7081 2006-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
7082
7083         * gdb.texinfo (Remote configuration): Rewrite documentation for
7084         packet configuration commands.
7085         (OS Information): Adjust reference to qXfer:auxv:read.
7086         (General Query Packets): Remove references to read-aux-vector-packet
7087         and set remote get-thread-local-storage-address.
7088
7089 2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
7090
7091         * gdbint.texinfo (Target Architecture Definition): Add new
7092         Initializing a New Architecture section.
7093
7094 2006-10-31  David Taylor  <dtaylor@emc.com>
7095
7096         * stabs.texinfo (Macro define and undefine): New node describing
7097         stabs for #define and #undef.
7098
7099 2006-10-27  Andreas Schwab  <schwab@suse.de>
7100
7101         * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7102
7103 2006-10-21  Eli Zaretskii  <eliz@gnu.org>
7104
7105         * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7106         clarify on the possible meanings of ``expression'' watched by
7107         watchpoints.  Add indexing.
7108         (Prompting, Errors, Invalidation, Annotations for Running)
7109         (Source Annotations): Fix index entries by adding "annotation" to
7110         them, to discriminate from index entries that point to the more
7111         general topic descriptions.
7112
7113 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
7114
7115         * gdbint.texinfo (Target Vector Definition): Move most
7116         content into Existing Targets.  Add a menu.
7117         (Existing Targets): New section, moved from Target Vector
7118         Definition.  Use @subsection.
7119         (Managing Execution State): New section.
7120
7121 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
7122
7123         * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7124
7125 2006-10-15  Eli Zaretskii  <eliz@gnu.org>
7126
7127         * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7128         (Command Syntax, Signals, Backtrace, Connecting)
7129         (Remote configuration, Renesas Boards, Console I/O): Fix last
7130         change: use Ctrl- instead of C-, except wrt Emacs.
7131         (File-I/O Examples): Put Ctrl-c in @kbd.
7132         (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7133         (Console I/O): Use @samp with Ctrl-.
7134         (Signals, Set Breaks, Set Watchpoints): Document optional
7135         arguments to `info signals'  `handle', `info breakpoints', and
7136         `info watchpoints'.
7137
7138 2006-10-14  Eli Zaretskii  <eliz@gnu.org>
7139
7140         * gdb.texinfo (Backtrace): Fix last change.
7141
7142 2006-10-14  Nick Roberts  <nickrob@snap.net.nz>
7143
7144         * gdb.texinfo (Backtrace): Order correctly and add other cases.
7145
7146 2006-10-10  Bob Wilson  <bob.wilson@acm.org>
7147
7148         * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7149         (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7150         (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7151
7152 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
7153             Daniel Jacobowitz  <dan@codesourcery.com>
7154
7155         * gdb.texinfo (Packets): Document vFlashErase,
7156         vFlashWrite and vFlashDone packets.
7157         (General Query Packets): Document qXfer:memory-map:read.
7158         Add a new feature for qXfer:memory-map:read.
7159         (Memory map format): New section.
7160         (Target Commands): Mention that gdb can write flash.
7161
7162 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
7163             Daniel Jacobowitz  <dan@codesourcery.com>
7164
7165         * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7166         memory regions and "mem auto".
7167
7168 2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
7169
7170         * gdbint.texinfo (Array Containers): New section.
7171
7172 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
7173
7174         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7175         -stack-list-arguments HIGH_FRAME argument can be larger then the
7176         actual number of frames.
7177
7178 2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
7179
7180         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7181         -stack-list-locals HIGH_FRAME argument can be larger then the
7182         actual number of frames.
7183
7184 2006-09-02  Bob Wilson  <bob.wilson@acm.org>
7185
7186         * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7187         Register Packet Format, Tracepoint Packets): Fix spelling errors.
7188
7189 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
7190
7191         * gdbint.texinfo (Overall Structure): New section "Source Tree
7192         Structure".
7193
7194 2006-08-17  Jim Blandy  <jimb@codesourcery.com>
7195
7196         * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7197         responses.
7198
7199 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
7200
7201         * gdb.texinfo (Source Path): Add documentation for new
7202         substitute-path commands.
7203
7204 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
7205
7206         * gdb.texinfo (Installing GDB): Update menu.  Move text to...
7207         (Running Configure): ...here.
7208         (Requirements): New node.  Mention expat.
7209
7210 2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
7211
7212         * gdb.texinfo (Target Commands): Remove
7213         'set download-write-size' and 'show download-write-size'.
7214
7215 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
7216
7217         * stabs.texinfo (Member Type Descriptor): Correct example for
7218         pointer to member types.
7219
7220 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
7221
7222         * gdb.texinfo (Optional warnings and messages): Add
7223         'set/show trace-commands'.
7224         (Command files): Add '-v' to source command.
7225
7226 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
7227
7228         * gdb.texinfo (OS Information): Update qPart reference to
7229         qXfer.
7230         (Remote configuration): Likewise.
7231         (Overview): Move @cindex to the start of a paragraph.  Talk
7232         about binary data encoding.
7233         (Packets): Refer to the overview for the details of the X
7234         packet encoding.
7235         (General Query Packets): Remove qPart description.  Add qXfer
7236         description.  Add an anchor to qSupported.  Correct feature
7237         table title.  Add a new feature for qXfer:auxv:read.
7238         (Interrupts): Add a missing parenthesis.
7239
7240 2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
7241
7242         * gdb.texinfo (KOD): Remove node.
7243         (GDB/MI Kod Commands): Remove commented out node.
7244
7245 2006-07-01  Eli Zaretskii  <eliz@gnu.org>
7246
7247         * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7248         (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7249         (GDB/MI Thread Commands, GDB/MI Program Execution)
7250         (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7251         (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7252         (GDB/MI File Commands, GDB/MI Target Manipulation)
7253         (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7254         since the MI prompt is hard-wired into the code.
7255
7256 2006-07-01  Nick Roberts  <nickrob@snap.net.nz>
7257
7258         * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7259         (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7260         (GDB/MI Data Manipulation): Remove description of unimplemented
7261         display related commands as variable objects perform this function
7262         and are superior: -display-delete, -display-disable,
7263         -display-enable, -display-insert and -display-list.  Move
7264         -environment-cd, -environment-directory, -environment-path
7265         and -environment-pwd to "Program Context".
7266         (GDB/MI Program Control): Rename to "Program Execution".  Move
7267         -exec-arguments -exec-abort to...
7268         (GDB/MI Program Context): ...here.  New node split from "Data
7269          Manipulation".
7270
7271 2006-06-21  Daniel Jacobowitz  <dan@codesourcery.com>
7272
7273         * gdb.texinfo (Remote configuration): Document set / show
7274         remote supported-packets.
7275         (General Query Packets): Document qSupported packet.
7276
7277 2006-06-10  Sandra Loosemore <sandra@codesourcery.com>
7278
7279         * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7280         and font markup.
7281         (Protocol basics): Likewise.
7282         (The F request packet): Likewise.
7283         (The F reply packet): Likewise.
7284         (Memory transfer): Move this node to be a subsubsection of
7285         "Protocol specific representation of datatypes".
7286         (The Ctrl-C message): More copy editing.
7287         (Console I/O): Likewise.
7288         (The isatty call): Delete this node, and merge its content into
7289         the "isatty" node.  Fixed references elsewhere.
7290         (The system call): Delete this node, and merge its content into
7291         the "system" node.  Fixed references elsewhere.
7292         (open): Reformat to use @table, and add appropriate font markup.
7293         (close): Likewise.
7294         (read): Likewise.
7295         (write): Likewise.
7296         (lseek): Likewise.
7297         (rename): Likewise.
7298         (unlink): Likewise.
7299         (stat/fstat): Likewise.
7300         (gettimeofday): Likewise.
7301         (isatty): Likewise.
7302         (system): Likewise, plus minor changes to fix confusing wording.
7303         (Integral datatypes): Fix font markup.
7304         (Pointer values): Likewise.
7305         (struct stat): Fix markup to use @table, plus minor copy editing.
7306         (struct timeval): Fix font markup, plus minor copy editing.
7307         (Constants): Minor copy editing.
7308         (Errno values): Add font markup.
7309         (File-I/O Examples): Likewise.
7310
7311 2006-06-10  Nick Roberts  <nickrob@snap.net.nz>
7312
7313         * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7314         (GDB/MI Simple Examples): Move node up one level.  Use real
7315         examples.
7316         (GDB/MI Compatibility with CLI): Update.
7317         (GDB/MI Result Records): Add "connected" and "exit" result
7318         classes.
7319         (GDB/MI Stream Records): Clarify target output.
7320         (GDB/MI Command Description Format): Modify example description.
7321         (GDB/MI Breakpoint Table Commands): Rename to...
7322         (GDB/MI Breakpoint Commands): ...this
7323         (GDB/MI Breakpoint Commands): Add optional thread field.
7324         (GDB/MI Program Control): Add an introduction.  Move "Program
7325         termination" examples into exec-run description.
7326         (GDB/MI File Commands): Mention similar CLI commands.
7327         (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
7328         is similar to "-gdb-version".
7329
7330 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
7331
7332         * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7333
7334 2006-06-02  Nick Roberts  <nickrob@snap.net.nz>
7335
7336         * gdb.texinfo (GDB/MI Development and Front Ends): Use
7337         sourceware.org for mailing lists.
7338         (GDB/MI File Commands): New node split from Program Control.
7339
7340 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
7341
7342         * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7343
7344 2006-05-22  Eli Zaretskii  <eliz@gnu.org>
7345
7346         * gdb.texinfo (Cygwin Native): Fix last change.
7347
7348 2006-05-22  Christopher Faylor  <cgf@timesys.com>
7349
7350         * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7351
7352 2006-05-15  Nick Roberts  <nickrob@snap.net.nz>
7353
7354         * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7355         (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7356
7357 2006-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
7358
7359         * gdb.texinfo (General Query Packets): Recommend not starting
7360         new packets with qC and clarify.
7361
7362 2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
7363
7364         * gdb.texinfo (M2 Types): New section.
7365
7366 2006-05-10  Daniel Jacobowitz  <dan@codesourcery.com>
7367
7368         * agentexpr.texi: Add a copyright and license notice.
7369         * observer.texi: Likewise, with GPL clause for function prototypes.
7370         Remove trailing whitespace.
7371
7372 2006-05-05  Jim Blandy  <jimb@codesourcery.com>
7373
7374         * gdb.texinfo (General Query Packets): Document conventions for
7375         terminating packet names, and their violations.
7376
7377 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7378
7379         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7380         * gdb.texinfo: Likewise.
7381
7382 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7383
7384         * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7385         and "show remotedebug".
7386         (Debugging Output): Add additional index entries.
7387
7388 2006-04-27  Michael Snyder  <msnyder@redhat.com>
7389
7390         * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7391
7392 2006-04-22  Andrew Cagney  <cagney@redhat.com>
7393
7394         * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7395         * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7396
7397 2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
7398
7399         * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7400         and remove breakpoint prototypes.
7401         (Watchpoints): Move description of target_insert_hw_breakpoint and
7402         target_remove_hw_breakpoint ...
7403         (Breakpoints): ... to here.  Document target_insert_breakpoint and
7404         target_remove_breakpoint.
7405
7406 2006-04-17  Jim Blandy  <jimb@codesourcery.com>
7407
7408         * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7409         and C packets are optional.
7410
7411 2006-04-14  Frederic Riss  <frederic.riss@st.com>
7412
7413         * gdb.texinfo (Specifying source directories): Update the description
7414         of the source file search to reflect the fact that the source path
7415         always contains at least $cdir and $cwd.
7416
7417 2006-03-31  Michael Snyder  <msnyder@redhat.com>
7418
7419         * gdb.texinfo: Update copyright dates.
7420
7421 2006-03-31  Eli Zaretskii  <eliz@gnu.org>
7422
7423         * gdb.texinfo (Overview): Add an index entry to "empty response".
7424
7425 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
7426
7427         * gdbint.texinfo (Prologue Analysis): New section.
7428
7429 2006-03-07  Jim Blandy  <jimb@red-bean.com>
7430
7431         * gdb.texinfo (Connecting): Document 'target remote pipe'.
7432
7433         * gdb.texinfo (Target Commands): Update text describing how to
7434         specify a target.  Refer to the detailed section on remote
7435         debugging, not the brief mention.
7436
7437         * gdb.texinfo (Connecting): Organize the different 'target remote'
7438         connection methods into a table.  Add a 'target remote' index
7439         entry. (!!!)
7440
7441 2006-02-17  Fred Fish  <fnf@specifix.com>
7442
7443         * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7444         'ptype' commands to reflect the fact that the only significant
7445         difference between them is that ptype prints the complete type
7446         description instead of just the name.
7447
7448 2006-02-13  Wu Zhou  <woodzltc@cn.ibm.com>
7449
7450         * gdbint.texinfo (Watchpoints): Delete
7451         TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7452
7453 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
7454
7455         * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7456         times fields where needed.  Fix typos.  Update general form given
7457         for output of -break-insert.
7458         (GDB/MI): Abbreviate some unnecessarily long fullnames.
7459
7460 2006-02-06  Daniel Jacobowitz  <dan@codesourcery.com>
7461
7462         * gdbint.texinfo (Symbol Handling): Add a section
7463         on memory management.
7464
7465 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
7466
7467         * gdb.texinfo (Breakpoint table commands): Document the fullname
7468         field in -break-list output.
7469
7470 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
7471
7472         * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
7473         debugging information produced by the various "set debug..."
7474         options.
7475
7476 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
7477
7478         * gdb.texinfo (Files): Remove obsolete bits from the description
7479         of "symbol-file".
7480
7481 2006-01-25  Jim Blandy  <jimb@redhat.com>
7482
7483         * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7484
7485 2006-01-24  Jim Blandy  <jimb@redhat.com>
7486
7487         * gdbint.texinfo (Frames): Document the basics of GDB's register
7488         unwinding model, and explain the existence of the "sentinel" frame.
7489
7490 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
7491
7492         * gdb.texinfo (Choosing files): Mention that -directory is used
7493         for script files.
7494         (Specifying source directories): Likewise.
7495         (Command files): Explain how script files are found.
7496
7497 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7498
7499         * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7500         the threads in a multi-threaded program.
7501         (Threads): The threadno argument of "thread apply" can be a range
7502         of numbers.
7503
7504 2006-01-18  Jim Blandy  <jimb@redhat.com>
7505
7506         * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7507         of warning flags.
7508
7509 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
7510
7511         * gdb.texinfo (Sequences): Improve menu annotations.
7512         (Define): Add index entries for arguments of user-defined
7513         commands.  Move the description of flow-control commands...
7514         (Command Files): ...to here.  Document loop_break and
7515         loop_continue.
7516         (Define, Command Files): Document `end' and add index entries for
7517         it.
7518
7519 2006-01-04  Michael Snyder  <msnyder@redhat.com>
7520
7521         * gdb.texinfo: Add documentation for linux-fork.
7522         * gdbint.texinfo: Add internal documentation for checkpoints.
7523
7524 2006-01-02  Paul N. Hilfinger  <hilfinger@gnat.com>
7525
7526         * gdb.texinfo (Omissions from Ada): Document that there is now
7527         limited aggregate support.
7528
7529 2005-12-28  Eli Zaretskii  <eliz@gnu.org>
7530
7531         * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7532         registers and the likes.
7533
7534 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
7535
7536         * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7537         (Symbols): Fix usage of "e.g.".
7538         (Memory Region Attributes): Fix usage of "etc."
7539
7540         * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7541         (Coding): Fix usage of "e.g.".
7542
7543 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
7544
7545         * stabs.texinfo:
7546         * refcard.tex:
7547         * gpl.texi:
7548         * gdbint.texinfo:
7549         * gdb.texinfo:
7550         * gdb-cfg.texi:
7551         * fdl.texi:
7552         * annotate.texinfo:
7553         * all-cfg.texi:
7554         * Makefile.in: Add (C) after Copyright.  Update the FSF
7555         address.
7556
7557 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
7558
7559         * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7560         extend GDB with commands for external monitor.
7561
7562 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
7563
7564         * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7565
7566 2005-11-25  Joel Brobecker  <brobecker@adacore.com>
7567
7568         * gdbint.texinfo (Start of New Year Procedure): New chapter.
7569
7570 2005-11-21  Jim Blandy  <jimb@redhat.com>
7571
7572         * gdb.texinfo (Tracepoint Packets): Document restrictions on
7573         placement of 'R' actions in tracepoint action packets; document
7574         dependence of 'X' and 'M' actions on a preceding 'R' action for
7575         their registers.
7576
7577 2005-11-19  Jim Blandy  <jimb@redhat.com>
7578
7579         * gdb.texinfo (Tracepoint Packets): New node.
7580         (General Query Packets): Add entries for the tracepoint packets,
7581         referring to the "Tracepoint Packets" node.
7582         (Tracepoints): Add reference to "Tracepoint Packets".
7583
7584 2005-11-18  Kevin Buettner  <kevinb@redhat.com>
7585
7586         * gdb.texinfo (set remotebreak): Add anchor.
7587         (X packet): Likewise.
7588         (Remote Protocol): Add new section `Interrupts' and new index
7589         entry `interrupts (remote protocol)'.
7590
7591 2005-11-18  Jim Blandy  <jimb@redhat.com>
7592
7593         * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7594         entries into the General Query Packets section.  Add a
7595         cross-reference to that section.  Drop description of replies, as
7596         these are covered in the descriptions of each packet.
7597         (General Query Packets): Add introductory text.  Explain naming
7598         conventions, and how the end of a name is recognized.
7599
7600 2005-11-17  Kevin Buettner  <kevinb@redhat.com>
7601
7602         * gdb.texinfo (Remote configuration): Fix typo in description of
7603         "set remotebreak" command.
7604
7605 2005-11-16  Jim Blandy  <jimb@redhat.com>
7606
7607         * gdb.texinfo (Packets, Stop Reply Packets)
7608         (General Query Packets): Various formatting cleanups.
7609         - Use @samp for packet contents.
7610         - Drop summaries from packet @item lines; the same information appears
7611           immediately below in the description.
7612         - Delete paragraph breaks after packet @item commands, so that the
7613           description appears directly to the right of the packet prototype
7614           in the printed manual, if it fits.
7615         - Place spaces in packet prototypes between @vars and non-@var
7616           letters, and explain that they're just for formatting.
7617         - Use @dots{} instead of '...'.
7618         - Fix uses of @code where @var was needed.
7619         - Replace "deprecated" markers with English text spelling out the
7620           packet's status and the preferred alternatives.
7621         - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7622           what this ever meant.
7623         - Remove "(draft)" markers on 'i' packets; nobody has commented on
7624           this for a long time.
7625         - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7626           implemented several times, and have been in use for years.
7627
7628 2005-11-15  Jim Blandy  <jimb@redhat.com>
7629
7630         * gdb.texinfo (Packets): Add index entries for 'm' packet
7631         disclaimers.
7632
7633         * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7634         of stub when processing an 'm' packet.
7635
7636         * gdb.texinfo (Packets): Mention that packets beginning with
7637         letters are reserved once, at the top, instead of actually listing
7638         them all and saying "reserved".
7639
7640 2005-11-15  Andrew Stubbs  <andrew.stubbs@st.com>
7641
7642         * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7643         Change @var{$arg0 to @code{$arg0.
7644
7645 2005-11-14  Wu Zhou  <woodzltc@cn.ibm.com>
7646
7647         * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7648
7649 2005-11-12  Jim Blandy  <jimb@redhat.com>
7650
7651         * gdb.texinfo (General Query Packets): Put packets in alphabetical
7652         order.  Remove extraneous 'z'.
7653
7654 2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>
7655
7656         * gdb.texinfo (Choosing files): Add --eval-command.
7657
7658 2005-11-04  Andrew Stubbs  <andrew.stubbs@st.com>
7659
7660         * gdb.texinfo (Choosing modes): Add --return-child-result.
7661
7662
7663 2005-11-01  Andrew Stubbs  <andrew.stubbs@st.com>
7664
7665         * gdb.texinfo (Choosing modes): Add --batch-silent.
7666
7667 2005-10-28  Eli Zaretskii  <eliz@gnu.org>
7668
7669         * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7670         "The -var-update Command".
7671
7672 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
7673
7674         * gdb.texinfo (Print Settings): Add documentation for set/show
7675         print array-indexes.
7676
7677 2005-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
7678
7679         * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7680         6.2 and 6.3.
7681
7682 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7683
7684         * gdb.texinfo (File Options): Don't document --mapped, it's gone
7685         since 19-Jan-2004.
7686         (Files): Likewise.
7687         (Variables, Symbols): Document the "<incomplete type>" message and
7688         its reasons.
7689
7690 2005-08-01  Fred Fish  <fnf@specifix.com>
7691
7692         * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7693
7694 2005-07-15  Nick Roberts  <nickrob@snap.net.nz>
7695
7696         * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7697         option for -var-list-children and -var-update.
7698         (GDB/MI Stack Manipulation): Simplify description of
7699         print-values option for -stack-list-locals.
7700         (GDB/MI Command Description Format): Clarify.
7701         (Mode Options): Spelling of superseded.
7702
7703 2005-07-12  Bob Rossi  <bob@brasko.net>
7704
7705         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7706         corresponding GDB command comment.
7707
7708 2005-07-06  Bob Rossi  <bob@brasko.net>
7709
7710         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7711         and -inferior-tty-show.
7712         (Input/Output): Document "set/show inferior-tty" and tty alias.
7713
7714 2005-07-02  Nathan J. Williams  <nathanw@wasabisystems.com>
7715
7716         * gdb.texinfo (Packets): Change description of 'D' packet to note
7717         that GDB does wait for a response.
7718
7719 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
7720
7721         * gdb.texinfo (History) Rename "Command History".
7722         (Command History): Move node "Server Prefix" from section on
7723         Annotations here.
7724
7725 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
7726
7727         * gdb.texinfo (GDB/MI Stack Manipulation):
7728         Re-instate -stack-info-frame with example.  Say that it gets
7729         info on selected frame, not current frame.
7730
7731 2005-06-18  Eli Zaretskii  <eliz@gnu.org>
7732
7733         * gdb.texinfo (Server): Clarify that `file' should be used before
7734         connecting to the server.
7735         (Files): Add an xref to the above description.
7736         (Output Formats): More detailed description of the `c' format.
7737         (Memory): List explicitly all the formats supported by `x'.
7738         (Threads): Add an @cindex entry for "thread apply".
7739         (Files): Document the possibility of loading unlinked object
7740         files.  Add more indexing for solib-absolute-prefix and
7741         --with-sysroot.
7742         (Machine Code): Document possible problems with locations in
7743         shared libraries.
7744         (Backtrace): Document that free-standing environments do not need
7745         to have a `main' function.
7746
7747 2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
7748
7749         * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7750         -stack-info-frame.
7751
7752 2005-06-07  Andrew Cagney  <cagney@gnu.org>
7753
7754         * gdb.texinfo (Contributors): Note the original multi-arch
7755         contributors.
7756
7757 2005-06-03  Eli Zaretskii  <eliz@gnu.org>
7758
7759         * gdb.texinfo (Registers): Add index entries for the standard
7760         registers.
7761         (Frames): Add cross-reference from frame pointer description to
7762         the Registers node.
7763         (Annotations Overview): Fix the reference to GDB name.
7764
7765 2005-06-01  Eli Zaretskii  <eliz@gnu.org>
7766
7767         * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7768         can-use-hw-watchpoints.
7769
7770 2005-05-28  Bob Rossi  <bob@brasko.net>
7771
7772         * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7773         the possible reasons why an exec async record would be returned to FE.
7774
7775 2005-05-26  Andrew Cagney  <cagney@gnu.org>
7776
7777         * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7778         Andrew Cagney implemented the original GDB/MI.
7779
7780 2005-05-23  Orjan Friberg  <orjanf@axis.com>
7781
7782         * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7783         documentation.  Add documentation for cris-mode.
7784
7785 2005-05-20  Eli Zaretskii  <eliz@gnu.org>
7786
7787         * gdb.texinfo (Numbers): Explain the example and make the wording
7788         more acurate.
7789
7790 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
7791             Dennis Brueni  <dennis@slickedit.com>
7792
7793         * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7794         (GDB/MI Data Manipulation, GDB/MI Program Control)
7795         (GDB/MI Stack Manipulation): Update examples to include the fullname
7796         attribute in stack frames.
7797
7798 2005-05-12  Eli Zaretskii  <eliz@gnu.org>
7799
7800         * gdb.texinfo (Startup): Fix last change.  Treat gdb.ini like we
7801         do with other non-standard names of init files.
7802
7803 2005-05-11  Eli Zaretskii  <eliz@gnu.org>
7804
7805         * gdb.texinfo (Command Files): Move the description of the startup
7806         from here...
7807         (Startup): ...to this new subsection of the Invocation chapter.
7808         Rearrange the description of init files more logically and add a
7809         cross-reference to "Command Files".  Document the special gdbinit
7810         name for CISCO 68k.  Expand the description of what GDB does
7811         during startup.
7812         (History): Add index entry for HISTSIZE.
7813
7814 2005-05-02  Mark Kettenis  <kettenis@gnu.org>
7815
7816         * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7817
7818 2005-05-02  Eli Zaretskii  <eliz@gnu.org>
7819
7820         * gdb.texinfo (SVR4 Process Information, The isatty call)
7821         (The system call): Don't use foo(N) notation for man pages and
7822         functions.
7823         (Compilation, DJGPP Native): Improve wording.
7824
7825 2005-04-27  Eli Zaretskii  <eliz@gnu.org>
7826
7827         * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7828         were optimized away.
7829
7830 2005-04-22  Eli Zaretskii  <eliz@gnu.org>
7831
7832         * gdb.texinfo (Remote configuration): Document "set/show
7833         get-thread-local-storage-address".  Add cross-reference to the
7834         description of the qGetTLSAddr packet.
7835         (General Query Packets): Mention "set remote
7836         get-thread-local-storage-address" and add a reference to its
7837         description.
7838
7839 2005-04-19  Nick Roberts  <nickrob@snap.net.nz>
7840
7841         * gdb.texinfo (Backtrace): Describe 'bt full'.
7842
7843 2005-04-17  Nick Roberts  <nickrob@snap.net.nz>
7844
7845         * gdb.texinfo (Mode Options): Fix typo.
7846         (GDB/MI): Describe how to invoke GDB/MI.
7847
7848 2005-04-16  Eli Zaretskii  <eliz@gnu.org>
7849
7850         * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7851         references changed.  Add description of "info udot".
7852         (Files): Document "set/show stop-on-solib-events".
7853         (M32R/D): Document "set/show download-path", "set/show
7854         board-address", "set/show server-address", "upload", "tload".
7855         Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7856         "use_mon_code", "use_ib_break", "use_dbt_break".
7857         (Maintenance Commands): Improve indexing.
7858         (Target Commands): Document "set/show hash", "set/show debug
7859         monitor".
7860         (SVR4 Process Information): Document "info pidlist" and "info
7861         meminfo".  Document "set/show procfs-tarce" and "set/show
7862         procfs-file".  Document "proc-trace-*" and "proc-untrace-*".
7863         (Symbols, The Print Command with Objective-C): Improve indexing.
7864         (Objective-C): Add references to "info classes" and "info
7865         selectors".
7866         (Debugging Output): Improve wording.  Document "set/show debug
7867         solib-frv".  Fix "set/show debugvarobj".
7868         (Set Breaks): Add index entry for "hardware breakpoints".
7869         (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7870         and "set/show usehardbreakpoints".
7871         (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7872         monitor-prompt", "set/show monitor-warnings", "pmon".
7873         (ARM): Document "rdilogfile", "rdilogenable", "set/show
7874         rdiromatzero", "set/show rdiheartbeat".
7875         (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7876         "sds".
7877         (Embedded Processors): Document the "sim" command.
7878         (Remote): Document the "remote" command.
7879         (DJGPP Native): Document the "info serial" command.
7880         (Threads): Document "maint info sol-threads".
7881         (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7882         (Set Breaks): Improve indexing.
7883         (Command Syntax): Add a reference to dont-repeat.
7884         (Define): Document "dont-repeat".
7885         (TUI Commands): Document "tabset".
7886         (WinCE): New subsection.  Document "set/show remotedirectory",
7887         "set/show remoteupload", "set/show remoteaddhost".
7888
7889 2005-04-15  Eli Zaretskii  <eliz@gnu.org>
7890
7891         * gdb.texinfo (Hurd Native): New subsection, documents
7892         Hurd-specific commands.
7893         (Maintenance Commands): Add cross-reference to "Debugging Output".
7894         (Debugging Output): Document "set/show debug lin-lwp".
7895         (MIPS): Improve documentation of heuristic-fence-post.  Document
7896         "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7897         mips stack-arg-size", "set/show mips mask-address", "set/show mips
7898         remote-mips64-transfers-32bit-regs", "set/show debug mips".
7899         (ARM): Document ARM-specific commands.
7900         (AVR): New section.  Document "info io_registers".
7901         (CRIS): New section.  Document "set/show cris-version" and
7902         "set/show cris-dwarf2-cfi".
7903         (HPPA): New section.  Document "set/show debug hppa" and "maint
7904         print unwind".
7905         (Neutrino): New subsection.  Document "set/show debug nto-debug".
7906         (Super-H): New section.  Document the "regs" command.
7907         (Debugging Output): Document "set/show debug aix-thread".
7908
7909 2005-04-09  Eli Zaretskii  <eliz@gnu.org>
7910
7911         * gdb.texinfo (Print Settings): Document "set/show print
7912         pascal_static-members", "set print repeats", "show print
7913         null-stop".  Improve indexing.  Fix documentation of "set print
7914         union".
7915         (Pascal): New section.
7916         (Supported languages): Rename from "Support"; all references
7917         updated.  Add a menu item for Pascal.
7918         (Numbers): Document "set radix.
7919         (Screen Size): Document "set/show pagination".
7920         (MIPS Embedded): Remove "set processor" documentation.
7921         (Remote configuration): Document "set/show X/P/Z-packet",
7922         "set/show read-aux-vector-packet", "set/show remote
7923         symbol-lookup-packet", "set/show remote verbose-resume-packet",
7924         "set/show remoteaddresssize", "set/show remotebaud", "set/show
7925         remotedebug", "set/show remotebreak", "set/show remotedevice",
7926         "set/show remotelogfile".
7927         (Auxiliary Vector): Add reference to the description of the
7928         read-aux-vector-packet setting.
7929         (Set Watchpoints): Add a cross-reference to "set remote
7930         hardware-breakpoint-limit".
7931         (General Query Packets): Add indexing of requests and
7932         cross-references to related commands in "Remote configuration".
7933         (File-I/O Overview, The system call): Fix wording and typos.
7934         (Thread Stops): Add index entries.
7935         (Continuing and Stepping): Document "show step-mode".
7936         (i386): New node.  Document "set/show struct-convention".
7937         (Files): Document "show trust-readonly-sections".
7938         (Calling): Document "set/show unwindonsignal".
7939         (Messages/Warnings): Add index entries.
7940         (Maintenance Commands): Document "set/show watchdog".
7941         (Annotations Overview): Document "show annotate".
7942         (Set Watchpoints): Add index entries.
7943         (Symbols): Fix doc of case-sensitive.
7944         (ABI): Document "show coerce-float-to-double".
7945         (Convenience Vars, Help): Improve indexing.
7946         (Machine Code): Document "show disassembly-flavor".
7947         (Debugging C plus plus): Document "show overload-resolution".
7948         (Value History, Signaling): Add index entries.
7949
7950 2005-04-08  Eli Zaretskii  <eliz@gnu.org>
7951
7952         * gdb.texinfo (Show): Move @kindex entries to their proper places.
7953         (Processes): Fix wording.
7954         (History, List, Logging output, Define, Symbols, Print Settings):
7955         Improve indexing.
7956
7957 2005-04-03  Eli Zaretskii  <eliz@gnu.org>
7958
7959         * gdb.texinfo (Targets): Document "set/show architecture".  Remove
7960         redundant index entry for "target" command.
7961         (Backtrace): Add index entries.
7962         (Symbols, Fortran): Document the "set case-sensitive" command.
7963         (DJGPP Native): Document "set com1base", "set com1irq", etc.
7964         (Print Settings): Add index entry for "set demangle-style".
7965         (Target Commands): Document "set download-write-size".
7966         (Debugging Output): Document "set exec-done-display".
7967
7968 2005-04-02  Eli Zaretskii  <eliz@gnu.org>
7969
7970         * gdb.texinfo (Files): Fix the name and documentation of
7971         add-shared-symbol-files.  Document its alias assf.  Update the
7972         list of OSs where GDB supports shared libraries.  Fix markup.
7973         (Continuing and Stepping): Add reference to @var{location} in the
7974         text.
7975         (Dump/Restore Files): Fix reference to @{filename}.
7976         (Help): Fix wording.
7977         (Attach): Ditto.
7978         (Set Watchpoints): Ditto.
7979         (Backtrace): Remove redundant index entries.  Improve index
7980         entries.
7981         (Delete Breaks): Fix wording.
7982         (Memory): Document the compare-sections command.
7983         (Memory Region Attributes): Improve wording.
7984         (Disabling): Improve wording.
7985         (Fortran): New subsection.  Document the "info common" command.
7986         (Help): Document aliases "info copying" and "info warranty".
7987         (Caching Remote Data): New section.  Document the "set/show
7988         remotecache" and "info dcache" commands.
7989         (Show): Fix wording of the documentation of the "set
7990         extension-language" command.
7991         (Signals): Add index entry for "info handle".
7992         (Memory Region Attributes): Fix punctuation.
7993         (Symbols): Change the arg name to "location" and refer to it in
7994         the text.  Fix wording of "info types" doc.
7995         (Threads): Fix usage of @enumerate @item's.
7996         (Listing Tracepoints): Add index entry for "info tp".
7997         (Set Watchpoints): Add xref to "info break" description.
7998         (Macros): Add an index entry for "macro exp1".  Document the
7999         "macro list" command.
8000         (Maintenance Commands): Document "flushregs", "maint agent",
8001         "maint check-symtabs", "maint cplus", "maint demangle", "maint
8002         deprecate", "maint undeprecate", "maint dump-me", "maint packet",
8003         "maint print architecture", "maint print objfiles", "maint print
8004         statistics", "maint print type", "maint show-debug-regs", "maint
8005         space", "maint time", and "maint translate-address".
8006         (Connecting): Document the "monitor" command.
8007         (Annotations Overview): Describe the "set annotate" command.
8008
8009 2005-04-01  Eli Zaretskii  <eliz@gnu.org>
8010
8011         * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
8012         Rearrange index entries and improve wording about support for
8013         hardware watchpoints.
8014
8015 2005-03-10  Bob Rossi  <bob@brasko.net>
8016
8017         * gdb.texinfo: Update copyright
8018
8019 2005-02-09  Theodore A. Roth  <troth@openavr.org>
8020
8021         * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
8022         error.
8023
8024 2005-02-03  Kevin Buettner  <kevinb@redhat.com>
8025
8026         * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
8027
8028 2005-01-17  Michael Snyder  <msnyder@redhat.com>
8029
8030         * gdb.texinfo: Fix spelling, infinte  ->  infinite.
8031
8032 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
8033
8034         * observer.texi (GDB Observers): Document "solib_loaded".
8035
8036 2005-01-07  Andrew Cagney  <cagney@gnu.org>
8037
8038         * configure.ac: Rename configure.in, require autoconf 2.59.
8039         * configure: Re-generate.
8040
8041         * configure.in: Replace configdirs with multiple references to
8042         AC_CONFIG_SUBDIRS.
8043         * configure: Re-generate.
8044
8045 2005-01-04  Andrew Cagney  <cagney@gnu.org>
8046
8047         * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
8048         part of the version number.
8049
8050 2004-12-24  Mark Kettenis  <kettenis@gnu.org>
8051
8052         * gdbint.texinfo (Algorithms): Remove description of
8053         TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
8054
8055 2004-12-07  Jim Blandy  <jimb@redhat.com>
8056
8057         * gdb.texinfo (General Query Packets): Specify that thread ID's in
8058         the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
8059         numbers.
8060
8061 2004-12-07  Andreas Schwab  <schwab@suse.de>
8062
8063         * gdb.texinfo (Mode Options): Document -l option.
8064
8065 2004-12-04  Eli Zaretskii  <eliz@gnu.org>
8066
8067         * gdbint.texinfo (Algorithms): More accurate description of
8068         STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
8069         is not needed unless data-read and data-access watchpoints are
8070         supported.  Add a description of how GDB checks whether the
8071         inferior stopped because a watchpoint was hit.
8072
8073 2004-11-23  Eli Zaretskii  <eliz@gnu.org>
8074
8075         * gdb.texinfo (Files): Add cross-reference to description of
8076         -readnow command-line switch.
8077
8078 2004-11-10  Randolph Chung  <tausq@debian.org>
8079
8080         * gdb.texinfo: Document set/show backtrace past-entry commands.
8081         Rearrange index entries for set/show backtrace past-main.
8082
8083 2004-11-10  Jon Beniston <jon@beniston.com>
8084
8085         Committed by Andrew Cagney  <cagney@gnu.org>.
8086         * gdb.texinfo (Remote Serial Protocol): Further describe
8087         binary transfer escaping mechanism .
8088
8089 2004-11-08  Randolph Chung  <tausq@debian.org>
8090
8091         * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8092         and "show debug infrun".  Add index entries.
8093
8094 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
8095
8096         * gdb.texinfo (SVR4 Process Information): Document subcommands of
8097         "info proc" that are already implemented.  Add index entries.
8098         (Working Directory): Add a cross-reference to "info proc" command.
8099         (Files): Add a tip for decreasing memory used for symtabs from
8100         shared libraries.
8101         (Starting): Fix whitespace; make "elaboration" stand out where it
8102         is first used, and add an index entry for the term.
8103         (Calling): Expand and elaborate text.  Add "print".  Add the
8104         description of problems with weak aliases.
8105         (Core File Generation): New section.
8106
8107 2004-10-12  Andrew Cagney  <cagney@gnu.org>
8108
8109         * gdbint.texinfo (Versions and Branches): New chapter.
8110         (Releasing GDB): Delete "Versions and Branches" section.
8111         (Top): Add "Versions and Branches".
8112
8113 2004-10-08  Eli Zaretskii  <eliz@gnu.org>
8114
8115         * gdb.texinfo (Editing, History): Add cross-references to the
8116         included Readline and History user documentation.  Remove
8117         references to the symbol have-readline-appendices which is unused
8118         and undefined.
8119         (History): Fix indexing.
8120
8121 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
8122
8123         * gdbint.texinfo (target_stopped_data_address): Update to
8124         new prototype.
8125         (i386_stopped_data_address): Update prototype and description.
8126         (i386_stopped_by_watchpoint): New function and description.
8127
8128 2004-10-03  Paul N. Hilfinger  <hilfinger@gnat.com>
8129
8130         * gdb.texinfo (Filenames): Add Ada suffixes.
8131         (Ada) New section.
8132
8133 2004-09-27  Andrew Cagney  <cagney@gnu.org>
8134             Robert Picco  <Robert.Picco@hp.com>
8135
8136         * gdb.texinfo (Packets): Document the "p" packet.
8137
8138 2004-09-21  Jason Molenda  (jmolenda@apple.com)
8139
8140         * gdb.texinfo (Paths and Names of the Source Files): Document the
8141         meaning of values in the 'desc' field of a SO stab.
8142
8143 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
8144
8145         * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8146         max-cache-age" and "maint show dwarf2 max-cache-age".
8147
8148 2004-09-16  Eli Zaretskii  <eliz@gnu.org>
8149
8150         * gdb.texinfo (Set Breaks): Add index entry for setting
8151         breakpoints on overloaded C++ functions that are not members of
8152         any classes.  Add an example and an index entry for setting
8153         breakpoints on all program functions.
8154         (Character Sets, Macros, Overlay Commands)
8155         (Non-debug DLL symbols, GDB/MI Output Syntax)
8156         (Annotations Overview, Maintenance Commands, File-I/O Overview):
8157         Use "(@value{GDBP})" instead of a literal "(gdb)".
8158
8159 2004-09-12  Andrew Cagney  <cagney@gnu.org>
8160
8161         * gdbint.texinfo (Native Debugging): Delete description of
8162         FILES_INFO_HOOK.
8163
8164 2004-09-11  Paul Hilfinger  <hilfinger@gnat.com>
8165
8166         * gdbint.texinfo (User Interface): Change local_hex_string_custom
8167         to hex_string_custom (not historically correct, but more
8168         understandable, given the current code).
8169
8170 2004-09-03  Andrew Cagney  <cagney@gnu.org>
8171
8172         * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8173
8174 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
8175
8176         * observer.texi (solib_unloaded): New observer.
8177
8178 2004-08-24  Andrew Cagney  <cagney@gnu.org>
8179
8180         * gdbint.texinfo (Target Architecture Definition): Add missing
8181         comma.
8182
8183 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
8184
8185         * (Using the Testsuite): build != host is supported,
8186         but some test scripts do not support build != host.
8187
8188 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
8189
8190         * gdbint.texinfo (Host Definition): Delete description of
8191         FCLOSE_PROVIDED and GETENV_PROVIDED.
8192
8193 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
8194
8195         * gdbint.texinfo (Host Definition): Delete description of
8196         NO_SYS_FILE.
8197         (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8198         PTRACE_FP_BUG.
8199
8200 2004-08-05  Andrew Cagney  <cagney@gnu.org>
8201
8202         * gdbint.texinfo (Target Architecture Definition): Delete
8203         reference to deprecated_read_fp.
8204
8205 2004-08-02  Andrew Cagney  <cagney@gnu.org>
8206
8207         * gdbint.texinfo (Target Architecture Definition): Delete
8208         description of DEPRECATED_REGISTER_BYTES.
8209
8210 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
8211
8212         * gdb.texinfo (Source Path): Document the new behavior of
8213         searching for the source files.
8214
8215 2004-07-17  Eli Zaretskii  <eliz@gnu.org>
8216
8217         * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8218         (Search, Expressions, Arrays, Variables, Data, Machine Code)
8219         (Auto Display): Improve indexing.
8220
8221 2004-07-16  Andrew Cagney  <cagney@gnu.org>
8222
8223         * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8224         "-noasync".
8225
8226 2004-07-09  Eli Zaretskii  <eliz@gnu.org>
8227
8228         * gdb.texinfo: Fix @kindex entries so that multiple commands that
8229         have the same prefix have only their prefix in the index.
8230
8231 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
8232
8233         * gdb.texinfo (BSD libkvm Interface): New node (section)
8234         (Native): Add it to the menu.
8235
8236 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
8237
8238         * gdbint.texinfo (Target Architecture Definition): Remove
8239         PCC_SOL_BROKEN.
8240
8241 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
8242
8243         * gdbint.texinfo (Target Architecture Definition): Remove
8244         SUN_FIXED_LBRAC_BUG.
8245
8246 2004-06-26  Andrew Cagney  <cagney@gnu.org>
8247
8248         * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8249
8250 2004-06-20  Andrew Cagney  <cagney@gnu.org>
8251
8252         * gdbint.texinfo (Target Architecture Definition): Deprecate
8253         USE_STRUCT_CONVENTION.
8254
8255 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
8256
8257         gdb.texinfo (Bug Reporting): Mention session recording,
8258         with the script command or Emacs.
8259
8260 2004-06-18  Andrew Cagney  <cagney@gnu.org>
8261
8262         * gdbint.texinfo (Target Architecture Definition): Deprecate
8263         FUNCTION_START_OFFSET.
8264
8265 2004-06-14  Andrew Cagney  <cagney@gnu.org>
8266
8267         Based on changes from Karl Berry.
8268         * gdb.texinfo: Do not use @sc in a direntry.
8269         * stabs.texinfo: Change @dircateogry to "Software development".
8270         * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8271
8272 2004-06-13  Andrew Cagney  <cagney@gnu.org>
8273
8274         * gdbint.texinfo (Target Architecture Definition): Delete
8275         description of RETURN_VALUE_ON_STACK.
8276
8277 2004-06-09  Andrew Cagney  <cagney@gnu.org>
8278
8279         * gdbint.texinfo (Native Debugging): Restore "@table @code"
8280         deleted by previous patch.
8281
8282 2004-06-08  Andrew Cagney  <cagney@gnu.org>
8283
8284         * gdbint.texinfo (Native Debugging): Delete documentation on
8285         ATTACH_DETACH.
8286
8287 2004-06-06  Randolph Chung  <tausq@debian.org>
8288
8289         * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8290
8291 2004-06-06  Randolph Chung  <tausq@debian.org>
8292
8293         * gdb.texinfo (push_dummy_call): Update argument list to match
8294         the new push_dummy_call method signature.  Describe the function
8295         argument.
8296
8297 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
8298
8299         * gdb.texinfo (Starting): Document new start command.
8300
8301 2004-05-21  Andrew Cagney  <cagney@redhat.com>
8302
8303         * observer.texi (GDB Observers): Document "inferior_created".
8304
8305 2004-05-08  Andrew Cagney  <cagney@redhat.com>
8306
8307         * gdbint.texinfo (Target Architecture Definition): Delete
8308         description of DO_DEFERRED_STORES.
8309
8310         * gdbint.texinfo (Target Architecture Definition): Delete
8311         references to DEPRECATED_FIX_CALL_DUMMY.
8312
8313         * gdbint.texinfo (Target Architecture Definition): Delete
8314         description of DEPRECATED_CALL_DUMMY_WORDS,
8315         DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8316
8317         * gdbint.texinfo (Target Architecture Definition): Delete
8318         description of DEPRECATED_PUSH_DUMMY_FRAME.
8319
8320         * gdbint.texinfo (Target Architecture Definition): Delete
8321         reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8322
8323 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8324
8325         * observer.texi (GDB Observers): Add "Debugging" section.  Include
8326         cross reference to "set/show debug observer".
8327         * gdb.texinfo (Debugging Output): Document "set/show debug
8328         observer".
8329
8330 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8331
8332         * gdbint.texinfo (Target Architecture Definition): Delete
8333         description of DEPRECATED_PC_IN_SIGTRAMP.
8334
8335 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8336
8337         * gdbint.texinfo (Target Architecture Definition): Delete
8338         documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8339
8340 2004-04-30  Orjan Friberg  <orjanf@axis.com>
8341
8342         * observer.texi (GDB Observers): Correct spelling.
8343
8344 2004-04-26  Orjan Friberg  <orjanf@axis.com>
8345
8346         * observer.texi (GDB Observers): Add target_changed event.
8347
8348 2004-04-08  Andrew Cagney  <cagney@redhat.com>
8349
8350         * observer.texi (GDB Observers): Rework, provide generic observer
8351         definitions and then a list of observable events.
8352
8353 2004-04-04  Andrew Cagney  <cagney@redhat.com>
8354
8355         * gdbint.texinfo (Host Definition): Delete reference to
8356         NO_SIGINTERRUPT.
8357
8358 2004-04-02  Andrew Cagney  <cagney@redhat.com>
8359
8360         * gdbint.texinfo (Target Architecture Definition): Delete
8361         reference to DEPRECATED_CALL_DUMMY_LENGTH.
8362
8363 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
8364
8365         * gdb.texinfo (TUI Commands): Document tui reg commands.
8366
8367 2004-03-26  Andrew Cagney  <cagney@redhat.com>
8368
8369         * gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
8370         "gdbtui".
8371         (Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
8372         (Contributors): Mention both Text and Terminal User Interface.
8373
8374 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8375
8376         * gdbint.texinfo (Target Architecture Definition): Deprecate
8377         references to SIGTRAMP_START and SIGTRAMP_END.
8378
8379 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8380
8381         * gdbint.texinfo (Target Architecture Definition): Deprecate
8382         references to PC_IN_SIGTRAMP.
8383
8384 2004-03-19  Andrew Cagney  <cagney@redhat.com>
8385
8386         * gdbint.texinfo (Target Architecture Definition): Delete
8387         reference to GDB_TARGET_IS_HPPA.
8388
8389 2004-03-18  Andrew Cagney  <cagney@redhat.com>
8390
8391         * gdbint.texinfo (Coding): Update section on gdbarch_data,
8392         describe pre_init and post_init.
8393
8394 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8395
8396         * gdb.texinfo (Debugging Output): Document values for "set debug
8397         target".
8398
8399 2004-02-28  Andrew Cagney  <cagney@redhat.com>
8400
8401         * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8402
8403 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
8404
8405         * gdb.texinfo (breakpoints): Add information about the
8406         new "set breakpoint pending" and "show breakpoint pending"
8407         commands.
8408
8409 2004-02-26  Andrew Cagney  <cagney@redhat.com>
8410
8411         * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8412         in Per-architecture module data section.
8413
8414 2004-02-25  Roland McGrath  <roland@redhat.com>
8415
8416         * gdb.texinfo (General Query Packets): Document qPart:... packets.
8417
8418 2004-02-24  Andrew Cagney  <cagney@redhat.com>
8419
8420         * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8421         * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8422         * fdl.texi: Import Version 1.2, November 2002.
8423
8424 2004-02-17  Andrew Cagney  <cagney@redhat.com>
8425
8426         * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8427
8428 2004-02-16  Andrew Cagney  <cagney@redhat.com>
8429
8430         * gdbint.texinfo (Target Architecture Definition): Deprecate
8431         FRAMELESS_FUNCTION_INVOCATION.
8432
8433 2004-02-16  Andrew Cagney  <cagney@redhat.com>
8434
8435         * gdbint.texinfo (Coding): Mention -Wunused-function.
8436
8437 2004-02-14  Andrew Cagney  <cagney@redhat.com>
8438
8439         * gdbint.texinfo (Target Architecture Definition): Delete
8440         description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8441
8442 2004-02-12  Elena Zannoni  <ezannoni@redhat.com>
8443
8444         * gdb.texinfo: Properly quote the name "C++".
8445         * gdbint.texinfo: Ditto.
8446         * stabs.texinfo: Ditto.
8447
8448 2004-02-11  Elena Zannoni  <ezannoni@redhat.com>
8449
8450         * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8451         minimal information about libiberty.
8452
8453 2004-02-06  Michael Chastain  <mec.gnu@mindspring.com>
8454
8455         * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8456
8457 2004-02-04  Roland McGrath  <roland@redhat.com>
8458
8459         * gdb.texinfo (Auxiliary Vector): New node (section).
8460         (Data): Add it to the menu.
8461
8462 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
8463
8464         * gdb.texinfo (Breakpoints): Add information about pending
8465         breakpoint support.
8466
8467 2004-01-26  Andrew Cagney  <cagney@redhat.com>
8468
8469         * gdb.texinfo (Overview): Delete references to the cisco protocol
8470         including the "N" response.
8471
8472 2004-01-26  Andrew Cagney  <cagney@redhat.com>
8473
8474         * gdbint.texinfo (Target Architecture Definition): Rename
8475         EXTRACT_STRUCT_VALUE_ADDRESS to
8476         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8477
8478 2004-01-24  Eli Zaretskii  <eliz@gnu.org>
8479
8480         * gdb.texinfo (KOD): Document "show os".  Add index entries for
8481         "set/show os" and "info cisco" commands.
8482
8483 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
8484
8485         * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8486
8487 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
8488
8489         * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8490         MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8491
8492 2004-01-19  Nick Roberts  <nick@nick.uklinux.net>
8493
8494         * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8495         -stack-list-locals.
8496         (GDB/MI Variable Objects): Describe extension to
8497         -var-list-children.
8498
8499 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
8500
8501         * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8502
8503 2004-01-17  Andrew Cagney  <cagney@redhat.com>
8504
8505         * gdbint.texinfo (Target Architecture Definition): Delete
8506         documentation on DEPRECATED_NPC_REGNUM.
8507
8508 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
8509
8510         * gdb.texinfo: Update copyright year.  Mention that set
8511         follow-fork-mode is supported on GNU/Linux.  Remove documentation of
8512         "set follow-fork-mode ask".
8513
8514 2004-01-13  Andrew Cagney  <cagney@redhat.com>
8515
8516         * gdbint.texinfo: Update copyright year.
8517         (Coding): Add -Wunused-label to list of -Werror warnings.
8518
8519 2004-01-08  Jason Molenda  <jmolenda@apple.com>
8520             Eli Zaretskii  <eliz@gnu.org>
8521
8522         * gdb.texinfo: Update copyright.
8523         (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
8524         around names, as appropriate.  Minor syntax cleanup of
8525         _NSPrintForDebugger explanation.  Two spaces after periods.
8526         GDBN used instead of lit. "gdb".  Index entries added for
8527         print-object and _NSPrintForDebugger.  @noindent added in one spot.
8528
8529 2003-11-11  Elena Zannoni  <ezannoni@redhat.com>
8530
8531         * stabs.texinfo: Add dircategory and direntry commands.
8532         * annotate.texinfo: Ditto.
8533
8534 2003-11-10  Andrew Cagney  <cagney@redhat.com>
8535
8536         * gdbint.texinfo (Target Architecture Definition): Replace the
8537         return_value method's "inval" and "outval" parameters with
8538         "readbuf" and "writebuf".
8539
8540 2003-10-28  Jim Blandy  <jimb@redhat.com>
8541
8542         * gdb.texinfo (The F request packet, The F reply packet): Renamed
8543         from "The `F' request packet" and "The `F' reply packet", to make
8544         texi2dvi happy.
8545         (File-I/O remote protocol extension): Update menu entries, too.
8546
8547 2003-10-26  Michael Chastain  <mec@shout.net>
8548
8549         * gdb.texinfo (Thread Stops): Document the issue with
8550         premature return from system calls in multi-threaded programs.
8551
8552 2003-10-24  Andrew Cagney  <cagney@redhat.com>
8553
8554         * annotate.texinfo: Fix "fortunatly"[sic].
8555
8556 2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>
8557
8558         * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8559         with "Hitachi" and "Mitsubishi".
8560
8561 2003-10-20  Andrew Cagney  <cagney@redhat.com>
8562
8563         * gdbint.texinfo (Target Architecture Definition): Document
8564         gdbarch_return_value.  Add cross references from
8565         USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8566         STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8567
8568 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
8569
8570         * gdbint.texinfo (Target Architecture Definition): Document
8571         regset_from_core_section.
8572
8573 2003-10-16  Kei Sakamot Sakamoto  <sakamoto.kei@renesas.com>
8574
8575         * gdb.texinfo (M32R/D): Mention m32rsdi target.
8576
8577 2003-10-15  Kevin Buettner  <kevinb@redhat.com>
8578
8579         From Anthony Green  <green@redhat.com>:
8580         * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8581
8582 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
8583
8584         * gdb.texinfo (Breakpoint related warnings): New node.
8585         * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8586
8587 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
8588
8589         * gdb.texinfo (Remote Protocol): Document v and vCont.
8590
8591 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
8592
8593         * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8594         * gdbint.texinfo: Ditto.
8595
8596 2003-10-09  Andrew Cagney  <cagney@redhat.com>
8597
8598         From 2003-09-18 David Anderson <davea@sgi.com>:
8599         * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8600         "command".
8601
8602 2003-10-03  Andrew Cagney  <cagney@redhat.com>
8603
8604         * gdbint.texinfo (Target Architecture Definition): Deprecate
8605         IBM6000_TARGET.  Mention that it implies an RS/6000 system and not
8606         just target.
8607
8608 2003-10-02  Andrew Cagney  <cagney@redhat.com>
8609
8610         * gdbint.texinfo (Target Architecture Definition): Rename
8611         REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8612         * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8613         * gdbint.texinfo (Target Architecture Definition): Rename
8614
8615 2003-09-30  Andrew Cagney  <cagney@redhat.com>
8616
8617         REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8618         (Target Architecture Definition):
8619
8620         * gdbint.texinfo (Target Architecture Definition): Rename
8621         REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8622
8623 2003-09-29  Andrew Cagney  <cagney@redhat.com>
8624
8625         * gdbint.texinfo (Target Architecture Definition): Delete
8626         documentation for NEED_TEXT_START_END.
8627
8628         * gdbint.texinfo (Target Architecture Definition): Rename
8629         NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
8630         TARGET_WRITE_PC.
8631
8632 2003-09-22  Michael Chastain  <mec@shout.net>
8633
8634         * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8635
8636 2003-09-21  Anthony Green  <green@redhat.com>
8637
8638         * gdbint.texinfo (Target Architecture Definition): Fix typos.
8639
8640 2003-09-21  Mark Kettenis  <kettenis@gnu.org>
8641
8642         * gdbint.texinfo (Target Architecture Definition): Document
8643         stabs_argument_has_addr.
8644
8645 2003-09-18  Andrew Cagney  <cagney@redhat.com>
8646
8647         * gdbint.texinfo (Target Architecture Definition): Delete
8648         documentation on REGISTER_NAMES.
8649
8650 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
8651
8652         * gdbint.texinfo (Target Architecture Definition): Replace
8653         REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8654
8655 2003-09-11  Andrew Cagney  <cagney@redhat.com>
8656
8657         * gdbint.texinfo (Target Architecture Definition): Replace
8658         STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8659
8660 2003-08-18  Andrew Cagney  <cagney@redhat.com>
8661
8662         * gdbint.texinfo (Target Architecture Definition): Document
8663         "frame_red_zone_size".
8664
8665 2003-08-09  Andrew Cagney  <cagney@redhat.com>
8666
8667         * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8668         with "set/show backtrace past-main" and "set/show backtrace
8669         limit".
8670
8671 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
8672
8673         * Makefile.in (install-info): Support DESTDIR.
8674         (install-html): Likewise.
8675
8676 2003-08-07  Andrew Cagney  <cagney@redhat.com>
8677
8678         Patch from Nick Roberts.
8679         * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8680         bindings.  Remove description of send-gdb-command.
8681
8682 2003-08-07  Andrew Cagney  <cagney@redhat.com>
8683
8684         * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8685         GDB 6.0.
8686
8687 2003-08-06  Andrew Cagney  <cagney@redhat.com>
8688
8689         * gdb.texinfo (Mode Options): Mention that level three is the
8690         highest available and that level 2 is deprecated.
8691         (Annotations Overview): Mention annotation levels. Cross reference
8692         to "Limitations of the Annotation Interface" in annotate.texi.
8693         (TODO, Value Annotations, Frame Annotations): Delete section.
8694         (Displays, Breakpoint Info): Delete.
8695
8696 2003-08-04  Andrew Cagney  <cagney@redhat.com>
8697
8698         * agentexpr.texi: Delete @bye.
8699         * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8700         (stabs.info): Add $(srcdir) to include search path.
8701         (html): Depend on "annotate_toc.html", and not "annotate.html".
8702         * stabs.texinfo: Ditto.  Include "fdl.texi".
8703         * gdbint.texinfo: Update copyright statement's list of invariant
8704         sections.
8705
8706 2003-07-28  Andrew Cagney  <cagney@redhat.com>
8707
8708         * Makefile.in (INFO_DEPS): Add annotate.info.
8709         (dvi, ps, html, pdf): Add annotate.
8710         (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8711         (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8712         (ANNOTATE_DOC_FILES): New macro.
8713         (ANNOTATE_TEX_TMPS): New macro.
8714         (annotate.info, annotate_toc.html): Specify dependencies.
8715         (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8716         * annotate.texinfo: Rename annotate.texi.  Get building.  Add
8717         "Migrating to GDB/MI" and "Limitations of the Annotation
8718         Interface" chapters.  Mention why it is not part of the user
8719         guide.  Update copyright notice.  Include "fdl.texi".
8720
8721 2003-07-26  Stephane Carrez  <stcarrez@nerim.fr>
8722
8723         * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8724
8725 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
8726
8727         * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8728
8729 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
8730
8731         * gdb.texinfo (Server): Mention pidof.
8732
8733 2003-07-22  Andrew Cagney  <cagney@redhat.com>
8734
8735         * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8736         list.
8737
8738 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
8739
8740         * gdb.texinfo (Logging output): New chapter.
8741
8742 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
8743
8744         * gdb.texinfo (Unsupported languages): New section.
8745         (Languages): Add link to new section.
8746
8747 2003-06-22  Andrew Cagney  <cagney@redhat.com>
8748
8749         * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8750
8751 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
8752
8753         * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8754
8755 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
8756
8757         * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8758         * agentexpr.texi: Retitle section, and change it to an appendix.
8759         Comment out texinfo initialization.  Factor a @var{} into two
8760         pieces to prevent makeinfo warnings.
8761         * gdb.texinfo: Add Agent Expressions appendix.
8762
8763 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
8764
8765         * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8766
8767 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
8768
8769         * gdb.texinfo (Remote Debugging): New section "Connecting to a
8770         remote target".  Document the "detach" and "disconnect" commands.
8771         (Server, Netware, Debug Session): Reference "Connecting to a
8772         remote target".
8773         (GDB/MI Target Manipulation): Document "-target-disconnect".
8774
8775 2003-06-13  Andrew Cagney  <cagney@redhat.com>
8776
8777         * gdbint.texinfo (Target Architecture Definition): Deprecate
8778         REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8779         BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
8780
8781 2003-06-09  Jim Blandy  <jimb@redhat.com>
8782
8783         * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8784
8785 2003-06-08  Andrew Cagney  <cagney@redhat.com>
8786
8787         * gdbint.texinfo (Target Architecture Definition): Delete
8788         documentation on FRAME_ARGS_ADDRESS_CORRECT.
8789
8790 2003-06-08  Andrew Cagney  <cagney@redhat.com>
8791
8792         * gdbint.texinfo (Target Architecture Definition): Document
8793         "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
8794
8795 2003-06-07  Adam Fedor  <fedor@gnu.org>
8796
8797         * gdb.texinfo: Add Objective-C documentation.
8798
8799 2003-06-01  Andrew Cagney  <cagney@redhat.com>
8800
8801         * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8802         parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
8803
8804 2003-05-21  Andrew Cagney  <cagney@redhat.com>
8805
8806         * gdbint.texinfo (Target Architecture Definition): Delete
8807         references to "extract_address" and "store_address".
8808
8809 2003-05-16  Andrew Cagney  <cagney@redhat.com>
8810
8811         * gdbint.texinfo (Target Architecture Definition): Replace
8812         REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
8813         DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8814
8815 2003-05-14  Theodore A. Roth  <troth@openavr.org>
8816
8817         * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8818
8819 2003-05-10  H.J. Lu <hongjiu.lu@intel.com>
8820
8821         * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8822         (gdb.dvi): Likewise.
8823         (gdb.pdf): Likewise.
8824         (links2roff): Likewise.
8825
8826 2003-05-08  Jim Blandy  <jimb@redhat.com>
8827
8828         * gdb.texinfo (Dump/Restore Files): Update documentation for
8829         'dump', 'append', and 'restore': note that format argument is
8830         optional; simplify presentation of the command variants; and be
8831         more precise about the formats.
8832
8833 2003-05-07  Jim Blandy  <jimb@redhat.com>
8834
8835         * gdb.texinfo (Symbols): Update documentation: 'maint list
8836         symtabs' and 'maint list psymtabs' have been renamed 'maint info
8837         symtabs' and 'maint info psymtabs'.
8838
8839 2003-05-05  Andrew Cagney  <cagney@redhat.com>
8840
8841         * gdbint.texinfo (Target Architecture Definition): Make
8842         CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8843         FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8844         CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8845
8846 2003-05-04  Andrew Cagney  <cagney@redhat.com>
8847
8848         * gdb.texinfo (Maintenance Commands): Document "maint print
8849         dummy-frames".
8850
8851 2003-05-04  Andrew Cagney  <cagney@redhat.com>
8852
8853         * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8854
8855 2003-05-03  J. Brobecker  <brobecker@gnat.com>
8856
8857         Thierry Schneider  <tpschneider1@yahoo.com>
8858         * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8859         for new MI command.
8860
8861 2003-05-03  Andrew Cagney  <cagney@redhat.com>
8862
8863         * gdbint.texinfo (Target Architecture Definition): Document
8864         push_dummy_code.  Add cross references.
8865
8866 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
8867
8868         * gdb.texinfo (Character Sets): Update to reflect new behavior of
8869         set/show charsets commands.
8870
8871 2003-04-28  Andrew Cagney  <cagney@redhat.com>
8872
8873         * gdbint.texinfo (Target Architecture Definition): Replace
8874         read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8875         DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8876
8877 2003-04-28  Andrew Cagney  <cagney@redhat.com>
8878
8879         * gdbint.texinfo (Target Architecture Definition): Rename
8880         "tm_print_insn" to "deprecated_tm_print_insn".
8881
8882 2003-04-09  Jim Blandy  <jimb@redhat.com>
8883
8884         * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8885         list psymtabs'.
8886
8887 2003-04-08  Andrew Cagney  <cagney@redhat.com>
8888
8889         * gdbint.texinfo (Target Architecture Definition): Delete
8890         references to EXTRA_FRAME_INFO.
8891
8892 2003-04-08  Andrew Cagney  <cagney@redhat.com>
8893
8894         * gdbint.texinfo (Target Architecture Definition): Delete
8895         PRINT_TYPELESS_INTEGER.
8896
8897 2003-04-02  J. Brobecker  <brobecker@gnat.com>
8898
8899         * observer.texi (GDB Observers): Adjust the documentation for the
8900         normal_stop notification to better describe reality. Fix a couple
8901         of minor typos.
8902
8903 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
8904
8905         * gdb.texinfo (GDB/MI Program Control): Add
8906         '-file-list-exec-source-file'
8907
8908 2003-03-31  Andrew Cagney  <cagney@redhat.com>
8909
8910         * gdbint.texinfo (Target Architecture Definition): Delete
8911         references to CALL_DUMMY_P.
8912
8913 2003-03-30  Andrew Cagney  <cagney@redhat.com>
8914
8915         * gdbint.texinfo (Target Architecture Definition): Remove
8916         reference to TARGET_WRITE_SP.
8917
8918 2003-03-27  Andrew Cagney  <cagney@redhat.com>
8919
8920         * gdbint.texinfo (Target Architecture Definition): Remove
8921         references to write_sp.
8922
8923 2003-03-27  Andrew Cagney  <cagney@redhat.com>
8924
8925         * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8926         chapter body.  Use @smallexample instead of @example.
8927         (Annotations): Ditto.
8928         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8929         annotate.texi.
8930
8931 2003-03-26  Andrew Cagney  <cagney@redhat.com>
8932
8933         * gdbint.texinfo (Target Architecture Definition): Replace
8934         PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8935         dummy_addr parameters.
8936
8937 2003-03-25  Andrew Cagney  <cagney@redhat.com>
8938
8939         * gdbint.texinfo (Target Architecture Definition): Delete
8940         reference to CALL_DUMMY_STACK_ADJUST_P.  Rename
8941         CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8942         Add reference to PUSH_ARGUMENTS.
8943
8944 2003-03-23  Andrew Cagney  <cagney@redhat.com>
8945
8946         * gdbint.texinfo (Algorithms, Target Architecture Definition):
8947         Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8948
8949 2003-03-18  J. Brobecker  <brobecker@gnat.com>
8950
8951         * gdbint.texinfo (Algorithms): Add new section describing the
8952         Observer paradigm.
8953         (Top): Add menu entry to new observer appendix.
8954         * observer.texi: New file.
8955         * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8956         new observer.texi file.
8957
8958 2003-03-17  Andrew Cagney  <cagney@redhat.com>
8959
8960         * gdb.texinfo (DATE): Delete.  Remove date from titles.  Mention
8961         that GNU Press update the manual version number.
8962
8963 2003-03-12  Andrew Cagney  <cagney@redhat.com>
8964
8965         * gdbint.texinfo (Target Architecture Definition): Delete
8966         references to get_saved_register.  Rename GET_SAVED_REGISTER to
8967         DEPRECATED_GET_SAVED_REGISTER.
8968
8969 2003-03-13  Andrew Cagney  <cagney@redhat.com>
8970
8971         * gdbint.texinfo (Target Architecture Definition): Replace
8972         POP_FRAME with DEPRECATED_POP_FRAME.  Update description.
8973
8974 2003-03-12  Andrew Cagney  <cagney@redhat.com>
8975
8976         * gdbint.texinfo (Target Architecture Definition): Rename
8977         FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8978
8979 2003-03-10  Corinna Vinschen  <vinschen@redhat.com>
8980
8981         * gdb.texinfo: Add File-I/O documentation.
8982
8983 2003-03-10  Andrew Cagney  <cagney@redhat.com>
8984
8985         * gdbint.texinfo (Target Architecture Definition): Cross reference
8986         FRAME_SAVED_PC to unwind_pc.  Document unwind_pc.
8987
8988 2003-03-07  Andrew Cagney  <cagney@redhat.com>
8989
8990         * gdb.texinfo (Debugging Output): Mention the "set/show debug
8991         frame" command.
8992
8993 2003-03-05  Andrew Cagney  <cagney@redhat.com>
8994
8995         * gdbint.texinfo (Target Architecture Definition): Document
8996         unwind_dummy_id.  Cross reference unwind_dummy_id and
8997         SAVE_DUMMY_FRAME_TOS.
8998
8999 2003-03-05  James Ingham <jingham@apple.com>
9000             Daniel Jacobowitz  <drow@mvista.com>
9001
9002         * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
9003         and "show cp-abi".
9004
9005 2003-03-03  Andrew Cagney  <cagney@redhat.com>
9006
9007         * gdbint.texinfo (Target Architecture Definition): Document
9008         register_type.
9009
9010 2003-03-03  Andrew Cagney  <cagney@redhat.com>
9011
9012         * stabs.texinfo (Structures): Use @samp and separate @var's
9013         instead of a single @var containing a comma separated list.
9014         (Unions): Ditto.
9015
9016 2003-03-02  Daniel Jacobowitz  <drow@mvista.com>
9017
9018         * Makefile.in (distclean): Remove config.log.
9019
9020 2003-03-01  Andrew Cagney  <cagney@redhat.com>
9021
9022         * gdbint.texinfo (Target Architecture Definition): Rename
9023         FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
9024
9025 2003-03-01  Andrew Cagney  <cagney@redhat.com>
9026
9027         * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
9028         DEPRECATED_INIT_EXTRA_FRAME_INFO.
9029
9030 2003-02-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
9031
9032         * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
9033         (Non-debug DLL symbols): New node, describing the minimal symbols
9034         loaded from DLLs without real debugging symbols.
9035
9036 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
9037
9038         * gdb.texinfo (Set Breaks): Add cross reference to "set remote
9039         hardware-breakpoint-limit".
9040         (Set Watchpoints): Add cross reference to "set remote
9041         hardware-watchpoint-limit".
9042         (Remote configuration options): New section.
9043
9044 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
9045
9046         * gdbint.texinfo (Target Architecture Definition): Delete
9047         descrption of IS_TRAPPED_INTERNALVAR.
9048
9049         From Keith Seitz <keiths@redhat.com>:
9050         * gdb.texinfo (Interpreters): New chapter.  Refer the command-line
9051         option "-i"/"--interpreter" to this chapter.  Include index
9052         entries.
9053
9054 2003-02-04  David Carlton  <carlton@math.stanford.edu>
9055
9056         * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
9057         (Variables): Recommend stabs+ and DWARF 2.
9058         (C plus plus expressions): Correct info about
9059         compiler versions, debug formats.
9060         (Contributors): Change 'DWARF2' to 'DWARF 2'.
9061         PR symtab/874.
9062
9063 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
9064
9065         * gdbint.texinfo (Target Architecture Definition): Delete
9066         description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
9067         ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
9068         BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
9069         references to nindy and i960.
9070         * gdb.texinfo (i960): Delete all references to i960 and nindy.
9071
9072 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
9073
9074         * gdbint.texinfo (Target Architecture Definition): Delete
9075         FLOAT_INFO.
9076
9077 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
9078
9079         * stabs.texinfo (Member Type Descriptor): Clarify description of
9080         `@'.  Suggested by Ben Hutchings.
9081
9082 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
9083
9084         * gdb.texinfo (M68K): Delete reference to es1800.
9085
9086 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
9087
9088         * gdb.texinfo (Maintenance Commands): Document `maint print
9089         reggroups' and `maint print register-groups'.
9090         * gdbint.texinfo (Target Architecture Definition): Document
9091         register_reggroup_p.
9092
9093 2003-01-23  Jim Blandy  <jimb@redhat.com>
9094
9095         * gdb.texinfo (Separate Debug Files): New section.
9096
9097 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
9098
9099         * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9100         and "maint show profile".
9101
9102 2003-01-16  Michael Chastain  <mec@shout.net>
9103
9104         * gdb.texinfo (Installing GDB): Warn against
9105         ".../gdb-VERSION/gdb/configure".
9106         (Separate Objdir): Likewise.
9107
9108 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
9109
9110         * gdbint.texinfo (Target Architecture Definition): Delete
9111         definition of PRINT_REGISTER_HOOK.
9112
9113 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
9114
9115         (OpenRISC 1000): Fix formatting of command names.
9116
9117 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
9118
9119         * gdb.texinfo (Continuing and Stepping): Add new command
9120         'advance'. Clarify behavior of 'until'.
9121
9122 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
9123
9124         * gdb.texinfo (Files): Document solib-absolute-prefix and
9125         solib-search-path.
9126
9127 2003-01-09  Michael Chastain  <mec@shout.net>
9128
9129         * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9130         (Create a Release): Add new instructions for new @file{src-release}.
9131         Document existing instructions for @file{Makefile.in} as
9132         being for @value{GDBN} 5.3.1 or earlier.
9133
9134 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
9135
9136         * gdbint.texinfo (Target Architecture Definition): Mention
9137         frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9138         allocate memory.
9139
9140 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9141
9142         * gdb.texinfo (Controlling GDB): Add @kindex for
9143         "show osabi".
9144         (Backtraces): Add @kindex's for backtrace-below-main.
9145
9146 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9147
9148         * gdb.texinfo (Controlling GDB): Document "set osabi".
9149
9150 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9151
9152         * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9153         * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9154
9155 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9156
9157         * gdb.texinfo (Controlling GDB): Add ABI section.  Document
9158         "set coerce-float-to-double".
9159         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9160
9161 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
9162
9163         * stabs.texinfo: Remove obsolete text.
9164         * gdbint.texinfo: Ditto.
9165         * gdb.texinfo: Ditto.
9166
9167 2002-12-22  Mark Kettenis  <kettenis@gnu.org>
9168
9169         * gdbint.texinfo (Target Architecture Definition): Update
9170         description of gdbarch_register_osabi.
9171
9172 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
9173
9174         * agentexpr.texi: Fix typos.
9175         * annotate.texi: Likewise.
9176         * fdl.texi: Likewise.
9177
9178 2002-12-10  Andrew Cagney  <cagney@redhat.com>
9179
9180         * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9181         DEPRECATED_INIT_FRAME_PC.
9182
9183 2002-12-01  Andrew Cagney  <ac131313@redhat.com>
9184
9185         * gdbint.texinfo (Target Architecture Definition): Delete
9186         PC_IN_CALL_DUMMY.
9187
9188 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
9189
9190         * gdbint.texinfo (Host Definition): Delete documentation on
9191         USE_GENERIC_DUMMY_FRAMES.
9192
9193 2002-11-26  Elena Zannoni  <ezannoni@redhat.com>
9194
9195         Fix PR gdb/723 and PR gdb/245.
9196         * Makefile.in (install-info): Run the install-info command as part
9197         of the post install steps only.
9198         (uninstall-info): New target.
9199         (uninstall): New target.
9200
9201 2002-11-22  Elena Zannoni  <ezannoni@redhat.com>
9202
9203         * Makefile.in (install): Make install do some real work.
9204
9205 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
9206
9207         Fix POSIX problem reported by Paul Eggert.
9208         * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9209         Fix PR gdb/527.
9210
9211 2002-10-26  Andrew Cagney  <cagney@redhat.com>
9212
9213         * gdbint.texinfo (Target Architecture Definition): Delete
9214         definition of DO_REGISTERS_INFO.
9215
9216 2002-10-18  Kevin Buettner  <kevinb@redhat.com>
9217
9218         * gdbint.texinfo (Address Classes): Fix problems with insertion
9219         of ``{'' and ``}'' in example.
9220
9221 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
9222
9223         * gdbint.texinfo (Address Classes): New section.
9224         (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9225         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9226         ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9227         ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9228
9229 2002-10-11  Klee Dienes  <kdienes@apple.com>
9230
9231         * gdb.texinfo (Registers): Mention vector registers as well as
9232         floating registers in the documentation for 'info registers' and
9233         'info all-registers'.
9234
9235 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
9236
9237         * gdbint.texinfo (CPLUS_MARKER): Remove item.
9238
9239 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
9240
9241         * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9242         interface definition.
9243
9244 2002-10-03  Marko Mlinar   <markom@opencores.org>
9245
9246         * gdb.texinfo (Target Commands): Add or1k target specific
9247         commands.
9248         * gdb.texinfo (Contributors): Add myself to the contributors list.
9249
9250 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
9251
9252         * gdb.texinfo (Mode Options): Update --interpreter option.  "mi2"
9253         and "mi1" instead of "mi1" and "mi0".
9254
9255 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
9256
9257         * gdb.texinfo (Packets): Fix typos "alligned".
9258         Correct z3/Z3 description.  Correct z4/Z4 title.
9259
9260 2002-09-27  Andrew Cagney  <ac131313@redhat.com>
9261
9262         * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
9263
9264 2002-09-25  Kevin Buettner  <kevinb@redhat.com>
9265
9266         * gdb.texinfo: Use GNU/Linux instead of Linux.
9267
9268 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
9269
9270         * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9271
9272 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
9273
9274         * gdb.texinfo: Replace @example with @smallexample.
9275
9276 2002-09-20  Kevin Buettner  <kevinb@redhat.com>
9277
9278         From Eli Zaretskii  <eliz@gnu.org>:
9279         * gdb.texinfo (Character Sets): Use @smallexample instead of
9280         @example.  Use GNU/Linux instead of Linux.
9281
9282 2002-09-20  Jim Blandy  <jimb@redhat.com>
9283
9284         * gdb.texinfo: Add character set documentation.
9285
9286 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9287
9288         * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9289         (Packets): Add cross reference from `b' packet to `z' packets.
9290
9291 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9292
9293         * gdb.texinfo (Maintenance Commands): Document ``maint
9294         internal-error'' and ``maint internal-warning''.
9295
9296         * gdbint.texinfo (Target Architecture Definition): Revise
9297         description of STACK_ALIGN.  Add description of FRAME_ALIGN.
9298
9299 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
9300
9301         * gdbint.texinfo (Target Conditionals): Document the new
9302         NAME_OF_MALLOC macro.
9303
9304 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
9305
9306         * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9307         engineer.
9308
9309 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9310
9311         * gdb.texinfo (TUI Overview): Document status line fields.
9312
9313 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9314
9315         * gdb.texinfo (TUI Commands): Document info win command.
9316
9317 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9318
9319         * gdb.texinfo (TUI Overview): Document breakpoint markers.
9320
9321 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9322
9323         * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9324         (TUI Keys): Likewise.
9325
9326 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9327
9328         * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9329         for a packet receive.
9330
9331 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9332
9333         * Makefile.in (clean): Move to end of file.
9334         (distclean, maintainer-clean, realclean): Ditto.
9335         (mostlyclean): Move rule to end of file.  Use GDB_TEX_TMPS,
9336         GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9337         (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9338         (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9339
9340 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
9341
9342         * Makefile.in (GDBINT_TEX_TMPS): Define.
9343         (gdbint.dvi, gdbint.pdf): Use
9344         (GDB_TEX_TMPS): Define.
9345         (gdb.dvi, gdb.pdf): Use.
9346         (STABS_TEX_TMPS): Define.
9347         (stabs.dvi, stabs.pdf): Use.
9348         (GDB_DOC_SOURCE_INCLUDES): New macros.
9349         (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9350         (GDBINT_DOC_FILES_INCLUDES): New macros.
9351         (GDBINT_DOC_BUILD_INCLUDES): New macros.
9352         (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9353         (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9354         (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9355         (links2roff): Replace SFILES_INCLUDED with
9356         GDB_DOC_SOURCE_INCLUDES.
9357         (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9358         (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9359         (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9360         dependencies.
9361         (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9362         dependencies.
9363         (gdbmi.texinfo): Delete rule.
9364         (inc-hist.texinfo): Delete rule.
9365         (rluser.texinfo): Delete rule.
9366
9367 2002-08-23  Andrew Cagney  <cagney@redhat.com>
9368
9369         * gdbint.texinfo (Target Architecture Definition): Update
9370         STORE_RETURN_VALUE, mention regcache.
9371
9372 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
9373
9374         * gdbint.texinfo (Target Architecture Definition): Document
9375         print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
9376
9377 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
9378
9379         * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
9380         Fix minor typos.  Add index entries.
9381
9382 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
9383
9384         * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9385
9386 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
9387
9388         * gdbint.texinfo (Target Architecture Definition): Document
9389         PRINT_VECTOR_INFO.
9390         * gdb.texinfo (Vector Unit): Document "info vectors" command.
9391
9392 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
9393
9394         * gdb.texinfo (Maintenance Commands): Document "maint print
9395         registers", "maint print raw-registers" and "maint print
9396         cooked-registers".
9397
9398 2002-08-08  Grace Sainsbury  <graces@redhat.com>
9399
9400         From Mark Salter:
9401         * gdb.texinfo (Protocol): Document T packet extension to
9402         allow watchpoint address reporting.
9403
9404 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
9405
9406         * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9407
9408 2002-08-01  Andrew Cagney  <cagney@redhat.com>
9409
9410         * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9411         to CHILL.
9412
9413 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
9414
9415         * gdbint.texinfo (Coding): Revise section "Include Files".
9416
9417 2002-07-24  Andrew Cagney  <cagney@redhat.com>
9418
9419         * gdbint.texinfo: Obsolete references to m88k.
9420         * gdb.texinfo: Ditto.
9421
9422 2002-07-10  Joel Brobecker  <brobecker@gnat.com>
9423
9424         * gdbint.texinfo (Create a release candiate): Add the location
9425         where the proper version of autoconf can be retrieved.
9426
9427 2002-07-09  Don Howard  <dhoward@redhat.com>
9428
9429         * gdb.texinfo (Command Files): Further describe the behavior of
9430         sourced command files.
9431
9432 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
9433
9434         * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9435         (Coding): Clarify ISO C version that GDB assumes.
9436
9437 2002-06-26  Tom Tromey  <tromey@redhat.com>
9438
9439         * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9440         add_setshow_cmd_full.
9441
9442 2002-06-25  Don Howard  <dhoward@redhat.com>
9443
9444         * gdb.texinfo (Memory Region Attributes): Document new behavior
9445         for 'mem' command.
9446
9447 2002-06-11  Jim Blandy  <jimb@redhat.com>
9448
9449         * gdb.texinfo (Symbols): Update documentation for `info source'
9450         command.
9451
9452         * gdb.texinfo (Macros): Call the command `info macro', not
9453         `show macro'.
9454
9455 2002-06-09  Andrew Cagney  <ac131313@redhat.com>
9456
9457         * gdbint.texinfo (Coding): Add section ``Per-architecture module
9458         data''.
9459
9460 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
9461
9462         * gdbint.texinfo (Target Architecture Definition): Document
9463         GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9464
9465 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9466
9467         * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9468         lists.
9469
9470 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9471
9472         * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9473         Branch''.
9474
9475 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
9476
9477         * gdbint.texinfo (Target Architecture Definition): Add section
9478         ``Converting an existing Target Architecture to Multi-arch''.
9479
9480 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
9481
9482         * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9483         to ``Obsoleting code''.  Revise.
9484
9485 2002-05-17  Jim Blandy  <jimb@redhat.com>
9486
9487         * gdb.texinfo (C Preprocessor Macros): New chapter.
9488         Include it in the main menu.
9489         (Contributors): Credit Jim Blandy with macro support.
9490         (Compilation): Explain how to get macro information into the
9491         executable.
9492         (Expressions): Note that preprocessor macros are expanded.
9493
9494 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
9495
9496         * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9497         options for `target remote'.
9498
9499 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
9500
9501         * gdbint.texinfo (Target Architecture Definition): Delete
9502         documentation on NNPC_REGNUM.
9503
9504 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9505
9506         * gdbint.texinfo (Target Architecture Definition): Document
9507         REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9508         (Target Architecture Definition): Revise section `Using Different
9509         Register and Memory Data Representations'.  Add section `Raw and
9510         Virtual Register Representations'.
9511
9512 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9513
9514         * gdbint.texinfo (Target Architecture Definition): Mention
9515         defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9516         (Target Architecture Definition): Mention same.  Add references to
9517         web pages.
9518
9519 2002-05-08  Michael Snyder  <msnyder@redhat.com>
9520
9521         * stabs.texinfo (Attributes): Document new "vector" attribute.
9522
9523 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9524
9525         * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9526
9527 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9528
9529         * gdb.texinfo: Delete obsolete references to a29k.
9530
9531 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
9532
9533         * gdbint.texinfo (Target Architecture Definition): Replace
9534         IN_SIGTRAMP with PC_IN_SIGTRAMP.
9535
9536 2002-04-24  David S. Miller  <davem@redhat.com>
9537
9538         * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9539
9540 2002-04-21  David S. Miller  <davem@redhat.com>
9541
9542         * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9543
9544 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9545
9546         * gdbint.texinfo (Target Architecture Definition): Delete
9547         definition of HAVE_REGISTER_WINDOWS.
9548
9549 2002-04-19  Eli Zaretskii  <eliz@gnu.org>
9550
9551         * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
9552         "Theodore A. Roth" <troth@verinet.com>.
9553
9554 2002-04-15  Don Howard  <dhoward@redhat.com>
9555
9556         From Eli Zaretskii <eliz@gnu.org>
9557         * gdb.texinfo (show max-user-call-depth): Correct formatting.
9558         Provide a better explaination of this feature.
9559
9560 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
9561
9562         * gdbint.texinfo (Target Architecture Definition): Remove
9563         FRAME_CHAIN_COMBINE.
9564
9565 2002-04-12  Michael Chastain  <mec@shout.net>
9566
9567         * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9568         REG_STACK_SEGMENT.
9569
9570 2002-04-09  Michael Chastain  <mec@shout.net>
9571
9572         * gdbint.texinfo (Obsolete Conditionals): Remove references to
9573         PYRAMID_* macros.
9574
9575 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9576
9577         * gdb.texinfo (Bug Reporting): Document that the web is the
9578         prefered way of submitting bug reports.
9579         (Bug Reporting): Delete the s-mail address as the last resort.
9580
9581 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
9582
9583         * gdbint.texinfo (Target Architecture Definition): Delete
9584         references to TARGET_WRITE_FP and write_fp.
9585
9586 2002-03-27  Michael Snyder  <msnyder@redhat.com>
9587
9588         * gdb.texinfo: Document new commands dump, append, and restore.
9589
9590 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9591
9592         * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9593         Branch'.
9594
9595 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9596
9597         * gdb.texinfo: Change all examples to @smallexample.
9598         * gdbint.texinfo: Ditto.
9599
9600 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9601
9602         * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9603         Branches''.
9604
9605 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9606
9607         * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9608         Policy''.
9609
9610 2002-03-04  Fred Fish  <fnf@redhat.com>
9611
9612         * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9613         expresson, suports, dependant, trhe, perhaphs, situtations,
9614         explictily, taged, oportunity, unfortunatly).
9615
9616 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
9617
9618         * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9619         Remove reference to 3.12.
9620
9621 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9622
9623         * gdbint.texinfo: Include fdl.texi.
9624         (Top): Add GNU Free Documentation License.
9625         * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9626         (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9627         (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9628         (gdbint.info): Add srcdir to include path.
9629         * gdb.texinfo: Include gpl.texi.
9630         (Top): Add Copying.
9631         * gpl.texi: New file.
9632
9633 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9634
9635         * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9636
9637 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
9638
9639         * gdb.texinfo: Document Cygwin native specific commands.
9640
9641 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
9642
9643         * gdb.texinfo: Document gdbserver ``--attach'' command.
9644
9645 2002-02-07  Michael Snyder  <msnyder@redhat.com>
9646
9647         * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9648         to @code(_ovly_debug_event).
9649
9650 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
9651
9652         * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9653
9654 2002-02-06  Michael Snyder  <msnyder@redhat.com>
9655
9656         * gdb.texinfo (overlays): Mention new magic symbol
9657         '_ovly_debug_event', which allows GDB to keep better track
9658         of overlays.
9659
9660 2002-02-03  Eli Zaretskii  <eliz@gnu.org>
9661
9662         * gdb.texinfo (Memory Region Attributes): Fix the wording.
9663         Suggested by Dmitry Sivachenko.
9664
9665         * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9666
9667 2002-02-01  Michael Snyder  <msnyder@redhat.com>
9668
9669         * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9670
9671 2002-01-30  Michael Snyder  <msnyder@redhat.com>
9672
9673         * gdb.texinfo: (remote protocol): Gramatical fix-up.
9674         (set trust-readonly-sections): Document.
9675
9676 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
9677
9678         * gdbint.texinfo (Releasing GDB): Revise and update.
9679
9680 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
9681
9682         * gdbint.texinfo (Target Architecture Definition): Delete
9683         description of TARGET_BYTE_ORDER_DEFAULT.
9684
9685 2002-01-27  Eli Zaretskii  <eliz@gnu.org>
9686
9687         * gdb.texinfo: Fix typos and markup.  From Dmitry Sivachenko
9688         <mitya@cavia.pp.ru>.
9689
9690 2002-01-23  Andrew Cagney  <ac131313@redhat.com>
9691
9692         * libgdb.texinfo: Delete file.
9693
9694 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9695
9696         * gdb.texinfo: Remove makeinfo 3.12 hacks.
9697         * gdbint.texinfo: Ditto.
9698
9699 Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
9700
9701         * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9702
9703 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9704
9705         * Makefile.in: Update copyright.
9706         (TEXI2DVI): Define.
9707         (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9708         (gdbint.dvi, gdbint.pdf): Use TEXI2DVI.  Add dependency on
9709         gdb-cfg.texi.
9710         (TEXINDEX, PDFTEX): Delete makefile variables.
9711
9712 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9713
9714         * gdb.texinfo (Protocol): Move section to appendix.
9715
9716 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
9717
9718         * gdb.texinfo (Remote Debugging): Create a menu.
9719         (Top): Add ``Remote Debugging'' to menu.
9720
9721 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
9722
9723         * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9724         serial protocol'' from here.
9725         (Remote Debugging): To here.  New chapter.
9726
9727 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9728
9729         * gdbint.texinfo (Target Architecture Definition): Delete
9730         description of TARGET_BYTE_ORDER_SELECTABLE_P.
9731
9732 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9733
9734         * gdbint.texinfo (Host Definition): Revise.  xm-xyz.h and xyz.mh
9735         are no longer needed.
9736         (Porting GDB): Add maintainer note about configure.host.
9737
9738 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9739
9740         * gdbint.texinfo (Target Architecture Definition): Remove
9741         definition of IEEE_FLOAT.
9742
9743 2002-01-20  Eli Zaretskii  <eliz@gnu.org>
9744
9745         * gdb.texinfo: Beautify copyright years; fix a typo.
9746         (DJGPP Native): Fix overfull hboxes in examples.  From Brian Youmans
9747         <3diff@gnu.org>
9748
9749 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
9750
9751         * gdbint.texinfo (Host Definition): Remove references to
9752         MALLOC_INCOMPATIBLE.
9753
9754 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9755
9756         * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9757         and xyz-xdep.o.
9758
9759 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9760
9761         * gdb.texinfo (Maintenance Commands): Add appendix.
9762         (Set Breaks): Copy ``maint info breakpoint'' doco to
9763         ``Maintenance Commands'' appendix.  Add reference.
9764
9765 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9766
9767         * fdl.texi: Remove next/prev from @node.
9768
9769 2002-01-17  Eli Zaretskii  <eliz@gnu.org>
9770
9771         * gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
9772         for monstrous @multitable (from Brian Youmans).
9773
9774         * fdl.texi: New file.
9775
9776         * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9777
9778 2002-01-15  Andrew Cagney  <ac131313@redhat.com>
9779
9780         * gdbint.texinfo (Releasing GDB): New chapter.
9781
9782 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
9783
9784         * gdb.texinfo (Embedded Processors, Calling program functions):
9785         Obsolete references to a29k.
9786
9787 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
9788
9789         * gdbint.texinfo (Coding): Review Cleanups section.  Examples
9790         examples.  Document that a code-block should do or discard its
9791         cleanups before exit.
9792
9793 2002-01-11  Michael Snyder  <msnyder@redhat.com>
9794
9795         * gdb.texinfo (Choosing files): Change @samp to @file.
9796
9797 2002-01-05  Michael Snyder  <msnyder@redhat.com>
9798
9799         * gdb.texinfo (--pid): Document new command line option (attach).
9800
9801 2002-01-07  Eli Zaretskii  <eliz@gnu.org>
9802
9803         * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9804         in the stub.
9805
9806 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
9807
9808         * gdbint.texinfo (Target Architecture Definition): Replace
9809         BIG_ENDIAN with BFD_ENDIAN_BIG.
9810
9811 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
9812
9813         * gdbint.texinfo (Target Architecture Definition): Replace
9814         value_ptr with struct value pointer.
9815
9816 2002-01-02  Eli Zaretskii  <eliz@gnu.org>
9817
9818         * gdb.texinfo (Free Software): Fix wording.
9819
9820 2001-12-31  Eli Zaretskii  <eliz@gnu.org>
9821
9822         * gdb.texinfo (Free Software): New section ``Free Software Needs
9823         Free Documentation''.
9824
9825 2001-12-30  Eli Zaretskii  <eliz@gnu.org>
9826
9827         * stabs.texinfo:
9828         * gdb.texinfo:
9829         * gdbint.texinfo:
9830         * libgdb.texinfo:
9831         * annotate.texi: Fix the application of GFDL in the Copyright notice.
9832
9833 2001-12-29  Michael Snyder  <msnyder@redhat.com>
9834
9835         * gdb.texinfo (maint info sections): Fix typo.
9836
9837 2001-12-26  Michael Snyder  <msnyder@redhat.com>
9838
9839         * gdb.texinfo (maint info sections): Document.
9840
9841         * gdb.texinfo (info proc): Comment out documentation for
9842         'info proc' sub-options that are currently not implemented.
9843
9844 2001-12-20  Jim Blandy  <jimb@redhat.com>
9845
9846         * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9847
9848 2001-12-15  Andrew Cagney  <ac131313@redhat.com>
9849
9850         * gdbint.texinfo (Target Architecture Definition): Replace
9851         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9852
9853 2001-12-01  Andrew Cagney  <ac131313@redhat.com>
9854
9855         * gdbint.texinfo (Host Definition): Delete documentation on
9856         HOST_BYTE_ORDER.
9857
9858 2001-11-30  Jim Blandy  <jimb@redhat.com>
9859
9860         * gdb.texinfo (Overlays): New chapter, documenting GDB's
9861         overlay support.  Add to top-level menu.
9862
9863 2001-11-26  Tom Tromey  <tromey@redhat.com>
9864
9865         * gdb.texinfo (Command Syntax): Document C-o binding.
9866
9867 2001-07-26  Christopher Faylor  <cgf@redhat.com>
9868
9869         * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9870         use since it is described in the referenced section.
9871
9872         From Eli Zaretskii <eliz@gnu.org>
9873         * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9874         clearer when using DJGPP.
9875
9876 2001-11-24  Christopher Faylor  <cgf@redhat.com>
9877
9878         * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9879         specifically refer to MS-DOS.
9880         (command files): Mention gdb.ini is only used on MS-DOS.
9881
9882 2001-11-21  Tom Tromey  <tromey@redhat.com>
9883
9884         * gdb.texinfo (Invoking GDB): Document --args.
9885         (Mode Options): Likewise.
9886
9887 2001-11-21  Jim Blandy  <jimb@redhat.com>
9888
9889         * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9890         Delete documentation; this macro has been removed from the
9891         sources.
9892
9893 2001-11-13  Jim Blandy  <jimb@redhat.com>
9894
9895         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9896
9897 2001-11-06  Corinna Vinschen  <vinschen@redhat.com>
9898
9899         * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9900
9901 2001-11-05  Michael Snyder  <msnyder@redhat.com>
9902
9903         * gdb.texinfo (info functions): Document use of backslash to
9904         quote regexp chars in function names such as "operator*()".
9905
9906 2001-11-01  Fred Fish  <fnf@redhat.com>
9907
9908         * gdbint.texinfo (SOLIB_ADD): Document additional new
9909         "readsyms" arg.
9910
9911 2001-10-30  Don Howard  <dhoward@redhat.com>
9912
9913         * gdb.texinfo: (Command Files) Added documentation for the
9914         behavior of gdb with input redirected from a file.
9915
9916 2001-10-28  Fred Fish  <fnf@redhat.com>
9917
9918         * gdb.texinfo (auto-solib-add): Change docs to match
9919         implementation change.
9920         (auto-solib-limit): Add docs for new variable.
9921
9922 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
9923
9924         * gdbint.texinfo (Target Architecture Definition): Function
9925         value_as_pointer renamed to value_as_address.
9926
9927 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
9928
9929         * gdbint.texinfo (Target Architecture Definition): Default
9930         POINTER_TO_ADDRESS functions assume unsigned addresses.
9931         (INTEGER_TO_ADDRESS): Document.  Derive pragmatics section from a
9932         posting by Jim Blandy.
9933
9934 2001-10-12  Jim Blandy  <jimb@redhat.com>
9935
9936         * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9937         version of texi2html (1.64) doesn't support this flag any more.
9938
9939 2001-09-08  Mark Kettenis  <kettenis@gnu.org>
9940
9941         * gdbint.texinfo (Host Definition): Remove description of
9942         MEM_FNS_DECLARED.
9943
9944         * gdbint.texinfo (Host Definition): Remove description of R_OK.
9945
9946         * gdbint.texinfo (Host Definition): Remove description of
9947         HAVE_SIGSETMASK.
9948
9949 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
9950
9951         * gdbint.texinfo (Target Architecture Definition): Add
9952         explanation of TARGET_PRINT_INSN macro.
9953
9954 2001-08-30  Jim Blandy  <jimb@redhat.com>
9955
9956         * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9957         Explain what it means to load relocatable files.
9958
9959 2001-08-28  Jim Blandy  <jimb@redhat.com>
9960
9961         * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9962         info `top' menu.
9963
9964 Wed Aug 15 10:47:28 2001  Christopher Faylor <cgf@cygnus.com>
9965
9966         * gdbint.texinfo: Add a cautionary note about macro use.
9967
9968 2001-08-02  Corinna Vinschen  <vinschen@redhat.com>
9969
9970         * gdb.texinfo: Explain omitting the hostname in the
9971         `target remote' command.
9972
9973 2001-07-30  Daniel Jacobowitz  <drow@mvista.com>
9974
9975         * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9976         and END-INFO-DIR-ENTRY.
9977
9978 2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9979
9980         * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9981
9982 2001-07-25  Andrew Cagney  <ac131313@redhat.com>
9983
9984         * gdbint.texinfo (libgdb): Rewrite.
9985
9986 2001-07-26  Eli Zaretskii  <eliz@gnu.org>
9987
9988         * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9989
9990 2001-07-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9991
9992         * gdb.texinfo (TUI): New chapter, document the TUI.
9993         (Mode Options): Document the -tui option.
9994
9995 2001-07-23  Mark Kettenis  <kettenis@gnu.org>
9996
9997         * gdbint.texinfo (Host Definition): Remove description of
9998         NEED_POSIX_SETPGID.
9999
10000 2001-07-23  Eli Zaretskii  <eliz@gnu.org>
10001
10002         * gdb.tex (DJGPP Native): New node, with descriptions of
10003         DJGPP-specific commands.
10004
10005 2001-07-19  John R. Moore  <jmoore@redhat.com>
10006
10007         * gdbint.texinfo: Three misspellings.
10008
10009 2001-07-06  Andrew Cagney  <ac131313@redhat.com>
10010
10011         * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
10012         `test` expressions on bash.  Problem reported by Colin Walters.
10013
10014 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
10015
10016         * gdbint.texinfo (User Interface): Update ui-out documentation to
10017         refelect recent UI/MI updates.
10018
10019 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
10020
10021         * gdb.texinfo (Mode Options): Mention the mi0 and mi1
10022         interpreters.
10023
10024 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
10025
10026         * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
10027         structure and not macros.
10028         (Host Definition): Document that much of this chapter is obsolete.
10029         (Target Architecture Definition): Update list of files that make
10030         up a target architecture.
10031         (Coding): Update.
10032
10033 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
10034
10035         * gdbint.texinfo (Target Architecture Definition): Update
10036         EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
10037         The latter has been changed to a true predicate.
10038
10039 2001-06-17  Eli Zaretskii  <eliz@gnu.org>
10040
10041         * annotate.texi: Add @noindent where needed.  From Dmitry
10042         Sivachenko <dima@Chg.RU>.
10043         * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
10044
10045 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
10046
10047         * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
10048
10049 2001-06-14  Andrew Cagney  <ac131313@redhat.com>
10050
10051         * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
10052         returns ``OK''.  Document that the ``R'' packet does not reply.
10053
10054 2001-06-13  Michael Snyder  <msnyder@redhat.com>
10055
10056         * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
10057
10058 2001-06-13  Eli Zaretskii  <eliz@gnu.org>
10059
10060         * gdb.texinfo (Signals): Clarify the default setting of signal
10061         handling.
10062
10063 2001-05-14  Andrew Cagney  <ac131313@redhat.com>
10064
10065         * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
10066         (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
10067
10068 2001-05-12  Andrew Cagney  <ac131313@redhat.com>
10069
10070         * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
10071
10072 2001-05-10  Eli Zaretskii  <eliz@gnu.org>
10073
10074         * gdbint.texinfo (Clean Design and Portable Implementation):
10075         Renamed from "Clean Design".
10076         (Clean Design and Portable Implementation): Document portable
10077         methods of handling file names, and the associated macros.
10078
10079 2001-04-02  Eli Zaretskii  <eliz@gnu.org>
10080
10081         * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
10082         command and provide a cross-reference to its description.
10083         (Symbols): Note that "info scope" is useful for trace experiments.
10084
10085 2001-04-01  Eli Zaretskii  <eliz@gnu.org>
10086
10087         * gdb.texinfo (Symbols): Document "info scope".
10088         (Tracepoints): New chapter.
10089         (Contributors): Update for v5.1.
10090         <All nodes>: Change "C++" to "C@t{++}".
10091
10092         * gdbint.texinfo (User Interface): A new section about ui_out
10093         functions, based on text written by Fernando Nasser.
10094
10095         * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
10096
10097 2001-03-26  Eli Zaretskii  <eliz@gnu.org>
10098
10099         * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
10100
10101         * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
10102
10103         * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
10104         Replace "GDB" with "@value{GDBN}".  Fix markup.
10105
10106         * annotate.texi: Change Permissions to GFDL.  Update Copyright.
10107
10108         * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10109         a cross-reference to its description.
10110         (Symbols): Document "info symbol".
10111
10112 2001-03-21  Eli Zaretskii  <eliz@gnu.org>
10113
10114         * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10115         subsection "x86 Watchpoints".
10116         (Target Architecture Definition): Document the macros
10117         I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10118         (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10119
10120 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
10121
10122         * gdbint.texinfo (Target Architecture Definition): Update
10123         definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10124         list.
10125
10126 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
10127
10128         * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10129         gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10130
10131 2001-02-21  Eli Zaretskii  <eliz@gnu.org>
10132
10133         * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10134
10135 2001-02-11  Eli Zaretskii  <eliz@gnu.org>
10136
10137         * gdb.texinfo (Environment): Document that `path' does not change
10138         the value of PATH in GDB's own environment (it did in the past,
10139         but that was changed on March 15, 1994).  Reported by Doug Evans
10140         <dje@transmeta.com>.
10141
10142         * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10143         its line.  Fix markup of commands and macros.  Add an Index node
10144         and index entries.
10145
10146 2001-01-23  J.T. Conklin  <jtc@redback.com>
10147
10148         * gdb.texinfo (Memory region attributes): New manual section.
10149
10150 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
10151
10152         * gdbint.texinfo (POP_FRAME): Document use by return_command.
10153
10154 2000-12-25  Eli Zaretskii  <eliz@gnu.org>
10155
10156         * refcard.tex: Version and copyright fixed.  From Phil Edwards
10157         <pedwards@disaster.jaj.com>.
10158
10159 Thu Nov 30 16:57:19 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10160
10161         * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10162         DWARF2_REG_TO_REGNUM): Document.
10163
10164 Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10165
10166         * gdbint.texinfo (Coding): Update current value of
10167         --enable-build-warnings.  Mention --enable-gdb-build-warnings.
10168
10169 2000-11-19  Eli Zaretskii  <eliz@gnu.org>
10170
10171         * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
10172         as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10173
10174 2000-11-10  Christopher Faylor <cgf@cygnus.com>
10175
10176         * gdb.texinfo: Document new 'set step-mode' command.
10177
10178 2000-10-16  Eli Zaretskii  <eliz@gnu.org>
10179
10180         * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10181         changes from Dmitry Sivachenko <dima@Chg.RU>.
10182
10183 2000-09-26  Eli Zaretskii  <eliz@gnu.org>
10184
10185         * gdb.texinfo (Hooks): Document the new post-hook functionality.
10186         From Steven Johnson <sbjohnson@ozemail.com.au>.
10187
10188 2000-08-10  Mark Kettenis  <kettenis@gnu.org>
10189
10190         * gdbint.texinfo (Overall Structure): Spelling fix.
10191
10192 2000-08-10  Eli Zaretskii  <eliz@gnu.org>
10193
10194         * gdbint.texinfo (Target Architecture Definition): Document that
10195         REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10196         for which REGISTER_CONVERTIBLE returns a zero value.
10197
10198 2000-07-08  Christopher Faylor <cgf@cygnus.com>
10199
10200         * Makefile.in (install-info): Find files to install in either the
10201         build or source directories (adapted from Makefile.am).
10202
10203 2000-07-07  Nicholas Duffek  <nsd@redhat.com>
10204
10205         * stabs.texinfo: Fix spelling errors.
10206         (String Field): FILE-NUMBER starts from 0, not 1.
10207
10208 2000-07-05  Eli Zaretskii <eliz@gnu.org>
10209
10210         * refcard.tex: Remove \centerline from the blurb.  Patch from
10211         Brian Youmans.
10212
10213 2000-06-25  Eli Zaretskii <eliz@gnu.org>
10214
10215         * Makefile.in (install-info): Support installation from outside of
10216         the source directory.  Reported by Mark Harig
10217         <markh@frazier.landmark.com>.
10218
10219 2000-06-20  J.T. Conklin  <jtc@redback.com>
10220
10221         * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10222
10223 Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10224
10225         * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10226         Generate using pdftex.
10227         (PDFTEX): Define.
10228         (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10229         (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10230         @contents at the start.
10231
10232 2000-05-24  Eli Zaretskii  <eliz@gnu.org>
10233
10234         * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
10235         Youmans.
10236
10237 Wed May 24 21:27:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10238
10239         From Brian Youmans:
10240         * gdb.texinfo: Fix ``et al.''.
10241
10242 Tue May 23 22:57:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10243
10244         * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10245         loop.
10246
10247 2000-05-19  Jimmy Guo  <guo@cup.hp.com>
10248
10249         * configure: Regenerate.
10250
10251 2000-05-17  Eli Zaretskii  <eliz@gnu.org>
10252
10253         * Makefile.in (install-info): Run install-info on installed Info
10254         files.
10255
10256 Fri May 12 20:18:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10257
10258         * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
10259         Andrew Cagney.
10260
10261 2000-05-09  Eli Zaretskii  <eliz@gnu.org>
10262
10263         * gdb.texinfo: Proofreading changes from Brian Youmans.
10264
10265 2000-05-01  Nick Duffek  <nsd@cygnus.com>
10266
10267         * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10268         startup sequence, minor edits.
10269
10270 2000-05-01  Eli Zaretskii  <eliz@gnu.org>
10271
10272         * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10273         TeX.
10274
10275         * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
10276         "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10277         like `n' and `s' which look weird.  Convert some of the @kindex to
10278         @vindex, when they refer to variables, not commands.
10279
10280 Sat Apr 29 17:01:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10281
10282         * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10283
10284 2000-04-23  Eli Zaretskii  <eliz@gnu.org>
10285
10286         * Makefile.in (GDBMI_DIR): New variable.
10287         (SET_TEXINPUTS): Add $(GDBMI_DIR).
10288         (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10289         (gdbmi.texinfo): New target, for texi2roff.
10290         (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10291         (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10292
10293         * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10294         gdbmi.texinfo.
10295         (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10296         comment.
10297
10298 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10299
10300         * gdb.texinfo (Files): Update description of add-symbol-file
10301         command.
10302
10303 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10304
10305         * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10306         prevents the build (and is generally a Bad Idea).
10307
10308 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10309
10310         * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10311         a comma inside @var.
10312         (Command Files): Index markup changes from Dmitry Sivachenko
10313         <dima@Chg.RU>.
10314
10315 2000-04-16  Eli Zaretskii  <eliz@gnu.org>
10316
10317         * Makefile.in (LN_S): Define.
10318         (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10319         invoke "ln -s" unless it is known to work.
10320
10321         * configure.in (AC_PROG_LN_S): Add.
10322
10323 2000-04-14  Jim Blandy  <jimb@redhat.com>
10324
10325         * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10326         section.
10327         (Target Conditionals): Document ADDRESS_TO_POINTER,
10328         POINTER_TO_ADDRESS.
10329
10330 2000-04-11  Daniel Berlin  <dan@cgsoftware.com>
10331
10332         * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10333         gdb-cfg.texi to get the value.
10334
10335 2000-04-10  Jim Blandy  <jimb@redhat.com>
10336
10337         * gdbint.texinfo (Target Architecture Definition): Fix
10338         cross-references.
10339
10340 2000-04-08  Jim Blandy  <jimb@redhat.com>
10341
10342         * gdbint.texinfo (Using Different Register and Memory Data
10343         Representations): New section.
10344         (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10345         REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10346         REGISTER_CONVERT_TO_RAW): Document.
10347
10348 Mon Apr  3 19:16:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10349
10350         * gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
10351         for acknowledgments.
10352
10353 Tue Mar 28 18:28:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10354
10355         * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10356         qThreadExtraInfo.
10357
10358 2000-03-28  J.T. Conklin  <jtc@redback.com>
10359
10360         * gdb.texinfo: Clarify which remote debug protocol commands are
10361         required and which are optional.
10362
10363 Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10364
10365         * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10366         Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
10367         back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10368         * annotate.texi: Update.
10369
10370 2000-03-28  Stan Shebs  <shebs@apple.com>
10371
10372         * gdb.texinfo: Update dates, bump to Eighth Edition (note
10373         expectation of additional changes before release), update
10374         ISBN, add copy of top-level menu for @ifhtml, remove explicit
10375         node links, rephrase and/or shorten lines to fix formatting
10376         problem in both regular and @smallbook formats.
10377         * annotate.texi: Shorten lines in example, use smallexample
10378         consistently everywhere.
10379         * Makefile.in: Add comment about texinfo 4.0 html generation.
10380         (SFILES_INCLUDED): Add annotate.texi.
10381
10382 2000-03-27  Daniel Berlin  <dan@cgsoftware.com>
10383
10384         * gdb.texinfo (Debugging Output): Added new section, documenting
10385         the "set/show debug" commands.
10386
10387 Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10388
10389         * annotate.texi (Annotations): When GDBN omit @chapter and @node
10390         entry.
10391
10392         * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10393         (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10394         @chapter and @node entries.
10395
10396         * gdb.texinfo: Link all top-level nodes.
10397
10398 Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10399
10400         * Makefile.in (install-info): Create $(infodir) before installing
10401         files.
10402
10403 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
10404
10405         From David Whedon <dwhedon@gordian.com>
10406         * gdbint.texinfo : Added paragraphs about command deprecation.
10407
10408 2000-03-22  Daniel Berlin  <dan@cgsoftware.com>
10409
10410       * gdb.texinfo: Add documentation for the apropos command.
10411
10412 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
10413
10414         * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10415
10416 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
10417
10418         * gdb.texinfo: Add white space to prevent overprinting in
10419         two places.
10420
10421 2000-03-17  Stan Shebs  <shebs@apple.com>
10422
10423         * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10424         <dima@Chg.RU>, also clarification of allowed content for
10425         string constants.
10426
10427 2000-03-16  Eli Zaretskii <eliz@gnu.org>
10428
10429         * gdb.texinfo (main menu): Add Annotations.
10430         (File Options): Add @cindex entries for each command-line option.
10431         Document --epoch, --annotate, --async, --interpreter, --write,
10432         --statistics, and --version.
10433
10434         * annotate.texi: Convert to a chapter.  Use @value{GDBN} instead
10435         of GDB.
10436
10437 2000-02-23  Jim Blandy  <jimb@redhat.com>
10438
10439         * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10440
10441 2000-02-22  Jim Blandy  <jimb@redhat.com>
10442
10443         * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10444
10445 2000-02-15  Jason Molenda  (jsm@bugshack.cygnus.com)
10446
10447         * Makefile.in (diststuff): New target.
10448
10449 2000-02-15  Kevin Buettner  <kevinb@redhat.com>
10450
10451         * agentexpr.texi: Fix wording regarding Intel's IA-64
10452         architecture.  [From Jim Wilson.]
10453
10454 2000-01-16  Tom Tromey  <tromey@cygnus.com>
10455
10456         * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10457         (Delete Breaks): Mention range arguments.
10458         (Disabling): Likewise.
10459
10460 2000-01-05  Dmitry Sivachenko <dima@Chg.RU>
10461
10462         * gdb.texinfo:  Wrap "ASCII" in @sc{}; clarify a few sentences.
10463
10464 Wed Dec  8 19:53:08 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10465
10466         * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10467         valid functions.
10468
10469 1999-11-05  Stan Shebs  <shebs@andros.cygnus.com>
10470
10471         * gdb.texinfo: Clarify regular expressions used in rbreak.
10472
10473 1999-10-15  Kevin Buettner  <kevinb@cygnus.com>
10474
10475         * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10476         MEMORY_REMOVE_BREAKPOINT):  Document.
10477
10478 Thu Oct 14 21:17:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10479
10480         * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10481         offset re-using the DATA offset instead.
10482
10483 1999-10-11  Jim Kingdon  <kingdon@redhat.com>
10484
10485         * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10486
10487 1999-10-05  Stan Shebs  <shebs@andros.cygnus.com>
10488
10489         From Dmitry Sivachenko <demon@gpad.ac.ru>:
10490         * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10491         typos.
10492
10493         * gdb.texinfo: Various minor wording and formatting improvements,
10494         mentions of additional command-line options.
10495
10496 1999-09-30  Fred Fish  <fnf@cygnus.com>
10497
10498         * gdb.texinfo:  Document additional forms of specifying section
10499         names and addresses for the add-symbol-file command.
10500
10501 1999-09-14  Michael Snyder  <msnyder@cleaver.cygnus.com>
10502
10503         * gdbint.texinfo: Fix typo, add the word "have".
10504
10505 1999-09-14  Jim Blandy  <jimb@cris.red-bean.com>
10506
10507         * gdbint.texinfo (Target Architecture Definition): Document the
10508         SKIP_PERMANENT_BREAKPOINT macro.
10509
10510 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
10511
10512         * gdb.texinfo: Fiks speling errers.
10513
10514         * gdb.texinfo: Fix uses of @multitable.
10515
10516         From Eli Zaretskii  <eliz@gnu.org>:
10517         * gdb.texinfo: Include details specific to DOS host, clarify
10518         some confusing language, fix @ref/@xref/@pxref usages, add
10519         comments about using with optimization, add more indexing,
10520         fix info about disassembly-flavor.
10521
10522 Tue Sep  7 09:11:24 1999  Kevin Buettner  <kevinb@cygnus.com>
10523
10524         * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10525         SKIP_SOLIB_RESOLVER): Define.
10526
10527 Fri Sep  3 18:05:14 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10528
10529         * gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
10530         ``g'' packets.
10531
10532 1999-08-30  Stan Shebs  <shebs@andros.cygnus.com>
10533
10534         * gdb.texinfo: Create a new "Configurations" chapter with
10535         platform-specific info, inline remote.texi and move sections of it
10536         into the new chapter, move bits about info proc, heuristic search,
10537         and register stack into the new chapter.
10538         * remote.texi: Remove, now part of gdb.texinfo.
10539         * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10540
10541 1999-08-27  Jason Molenda  (jsm@bugshack.cygnus.com)
10542
10543         * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10544         GDB_TARGET_IS_MACH386): These kludges have gone away.
10545
10546 Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10547
10548         * gdbint.texinfo (Target Architecture Definition): Mention
10549         TDEPLIBS.
10550
10551 1999-08-20  Stan Shebs  <shebs@andros.cygnus.com>
10552
10553         * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10554         surrounding text to fit HP-UX bits into general info.
10555         (HPPA-cfg.texi): Remove, no longer useful.
10556
10557         * gdb.texinfo: Remove explicit links from @node lines, remove
10558         HP-added "Detailed Node Listing" from main menu which confuses
10559         things.
10560
10561         From Dmitry Sivachenko <dima@Chg.RU>:
10562         * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10563         in description of `set environment'.
10564
10565 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
10566
10567         * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10568
10569 1999-08-12  Ben Elliston  <bje@cygnus.com>
10570
10571         * gdbint.texinfo (Breakpoint Handling): Add missing words.
10572
10573 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
10574
10575         * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10576         watch, awatch, and rwatch.  Explain why the latter two cannot be
10577         set as software watchpoints.  Document that watchpoints for local
10578         variables are deleted when the debuggee terminates.
10579
10580 Wed Aug 11 13:18:14 1999  Andrew Cagney  <cagney@amy.cygnus.com>
10581
10582         * remote.texi (Protocol): Further clarification of the "qRcmd"
10583         packet.  Allow E.. response packet.  "qRcmd" packet is no longer
10584         reserved.
10585
10586 1999-08-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10587
10588         * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10589         * gdb.texinfo: Ditto.
10590
10591 1999-08-06  Tom Tromey  <tromey@cygnus.com>
10592
10593         * gdb.texinfo (KOD): New node.
10594
10595 Fri Aug  6 17:05:48 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10596
10597         * remote.texi (Rcmd): Fix minor formatting typos.
10598
10599 Thu Aug  5 17:57:41 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10600
10601         * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10602         packets.
10603
10604 1999-07-14  Jim Blandy  <jimb@zwingli.cygnus.com>
10605
10606         * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10607         fixes.
10608
10609 Tue Jun 29 11:43:55 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10610
10611         * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10612
10613 Fri Jun 25 11:47:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10614
10615         * remote.texi (Communication Protocol): ``v'' is in use. Fix
10616         numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
10617         ``z'' and ``qRcmd'' as draft instead of reserved.  Identify
10618         packets that are not supported on all hosts. Expand examples.
10619         Spell check.
10620
10621 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
10622
10623         * Makefile.in: Recognize html, install-html.  Add targets
10624         to build HTML versions of documentation via texi2html.
10625
10626 Thu Jun 24 15:59:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
10627
10628         * gdbint.texinfo (Testsuite): New chapter, information about the
10629         testsuite.
10630
10631 Fri Jun 25 02:40:34 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10632
10633         * remote.texi (Communication Protocol): Rewrite.
10634
10635 Thu Jun 24 16:59:54 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10636
10637         * stabs.texinfo: Fix uses of xref.
10638
10639 Thu Jun 17 17:23:25 1999  Stan Shebs  <shebs@andros.cygnus.com>
10640
10641         * gdbint.texinfo: Add an anti-printf exhortation, and update the
10642         info about patch submission.
10643
10644 Mon Jun  7 15:49:40 1999  Stan Shebs  <shebs@andros.cygnus.com>
10645
10646         From Per Bothner  <bothner@cygnus.com>:
10647         * gdb.texinfo: Document Chill support.
10648
10649 Fri Jun  4 16:58:22 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10650
10651         * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10652         to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10653         Document that the value should be greater-than or equal-to zero.
10654         (NO_STD_REGS): Document. Deprecate.
10655
10656 Tue Jun  1 15:04:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10657
10658         * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10659         Document that these are not used.
10660
10661 Thu May 27 09:28:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10662
10663         * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10664
10665 Mon May 24 10:07:39 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10666
10667         * gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
10668         numargs was dropped.
10669
10670 Thu May 20 12:26:59 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10671
10672         * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10673
10674 Tue Apr 27 19:14:20 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10675
10676         * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10677         Update.
10678
10679 Thu Apr 22 13:07:37 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10680
10681         * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10682         (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10683
10684 Wed Apr 21 13:59:01 1999  Dave Brolley  <brolley@cygnus.com>
10685
10686         * gdbint.texinfo: Fix typos: $ -> @.
10687
10688 Tue Apr 20 11:59:38 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10689
10690         * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10691         LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10692         BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10693         BREAKPOINT_FROM_PC.
10694
10695 Mon Apr 12 16:00:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10696
10697         * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10698         CALL_DUMMY_STACK_ADJUST): Document.
10699
10700 Thu Apr  8 17:23:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10701
10702         * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10703         SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10704
10705 1999-04-02  Stan Shebs  <shebs@andros.cygnus.com>
10706
10707         * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10708         longer exists.
10709
10710 Tue Mar  9 19:25:11 1999  Stan Shebs  <shebs@andros.cygnus.com>
10711
10712         * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10713         nearly all @ifset/@ifclear conditionals; nobody uses them, and
10714         they make the manual source incomprehensible.
10715         * h8-cfg.texi: Remove, hasn't been used in years.
10716
10717 Thu Feb 11 18:00:59 1999  Stan Shebs  <shebs@andros.cygnus.com>
10718
10719         * gdb.texinfo: Update the credits.
10720
10721 Mon Feb  8 17:33:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
10722
10723         * gdb.texinfo: Fix mistakes noticed in printout of last
10724         draft, add Alpha to discussion of heuristic fence post.
10725
10726 Fri Feb  5 17:20:00 1999  Stan Shebs  <shebs@andros.cygnus.com>
10727
10728         * gdb.texinfo, remote.texi: Many changes; update to Seventh
10729         Edition, merge some HP changes into mainline, describe some
10730         previously undocumented features, describe more of the target
10731         commands available, eliminate obsolete section on renamed
10732         commands.
10733         * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10734
10735 Wed Jan 20 17:47:45 1999  Stan Shebs  <shebs@andros.cygnus.com>
10736
10737         * gdb.texinfo: Make many HPPA conditionals unconditional,
10738         including catchpoint description, since now on for all configs.
10739         * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10740         specializations.
10741
10742 Thu Jan 14 17:10:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
10743
10744         * Makefile.in (GDBvn.texi): Fix match expression to work with
10745         current format of VERSION in gdb/Makefile.in.
10746         * gdb.texinfo: Fix node ref to match new readline.
10747
10748 Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
10749
10750         * gdb.texinfo: Changes made as part of a project to merge in
10751           changes made by HP. Documentation makes extensive use of
10752           @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10753           on remote debugging. There are differences in documentation
10754           (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10755           the HP manual discusses catchpoints, hardware watchpoints, and
10756           some HPUX specific limitations for shared library support.
10757
10758           There are also a number of @node changes.
10759
10760 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
10761
10762         * gdbint.texinfo (Formatting): Disambiguate a sentence.
10763         (C Usage): Same.
10764
10765 Wed Jan  6 11:55:34 1999  David Taylor  <taylor@texas.cygnus.com>
10766
10767         The following changes were made by Edith Epstein
10768         <eepstein@cygnus.com> as part of a project to merge in changes
10769         made by HP.
10770
10771         * HPPA-cfg.texi: new file.
10772
10773         * all-cfg.texi: set HPPA for HP PA-RISC targets.
10774
10775         * refcard.tex: change documentation about catch.
10776           removed info catch.
10777
10778 Mon Jan  4 18:29:18 1999  Stan Shebs  <shebs@andros.cygnus.com>
10779
10780         * gdbint.texinfo: Expand on GDB's coding standards,
10781         specify the use of arg names with prototypes.
10782
10783 1998-12-14  J.T. Conklin  <jtc@redbacknetworks.com>
10784
10785         * gdb.texinfo: Fix tipo.
10786
10787 Sun Dec 13 10:27:59 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10788
10789         * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10790         TARGET_BYTE_ORDER_SELECTABLE_P.
10791
10792 Thu Dec 10 16:07:09 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10793
10794         * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10795
10796 1998-12-09  Jim Blandy  <jimb@zwingli.cygnus.com>
10797
10798         * agentexpr.texi: New file.
10799
10800 Wed Dec  9 21:13:57 1998  Andrew Cagney  <cagney@chook>
10801
10802         * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10803
10804 1998-12-03  J.T. Conklin  <jtc@redbacknetworks.com>
10805
10806         * remote.texi: Changed wording that implied that the GDB remote
10807         protocol caches register values instead of GDB itself.
10808
10809 Tue Dec  1 17:45:43 1998  Stan Shebs  <shebs@andros.cygnus.com>
10810
10811         * gdbint.texinfo: Add some info about symbol readers.
10812         (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10813         (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10814         (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10815         (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10816
10817 Mon Nov 30 11:32:21 1998  Andrew Cagney  <cagney@chook>
10818
10819         * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10820
10821 Sat Nov 28 13:45:53 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10822
10823         * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10824
10825 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
10826
10827         * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10828         SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10829
10830 Wed Oct 14 10:02:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10831
10832         * gdbint.texinfo: Fix minor typos.
10833
10834 Wed Sep 30 18:03:19 1998  Stan Shebs  <shebs@andros.cygnus.com>
10835
10836         * gdbint.texinfo: Complete overhaul.  Group descriptions more
10837         logically, add more info on generic algorithms, remove much
10838         obsolete and/or wrong material.
10839
10840 Fri Jul 24 17:51:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10841
10842         * stabs.texinfo (Method Type Descriptor): Expand and correct.
10843
10844 Mon May  4 10:37:12 1998  Brian Youmans (3diff@gnu.org)
10845
10846         * refcard.tex:  Copyright, address updates.
10847
10848 Tue Apr 21 18:09:56 1998  Stan Shebs  <shebs@andros.cygnus.com>
10849
10850         * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10851         for the edition instead of confusing GDB-version-like numbers.
10852
10853 Mon Apr 13 14:05:00 1998  Fred Fish  <fnf@cygnus.com>
10854
10855         * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10856
10857 Thu Apr  2 16:52:44 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10858
10859         * LRS: Reformat a bit to keep text under 80 columns.
10860
10861 Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
10862
10863         * gdb.texinfo: Add some credits, mention bug monitor.
10864         * remote.texi: Mention mips monitor targets.
10865         * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10866
10867 Mon Feb  2 17:13:03 1998  Stan Shebs  <shebs@andros.cygnus.com>
10868
10869         * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10870         files, finish sorting of host vs target vs native macros, describe
10871         some more of them.
10872
10873 Tue Jan 13 16:44:50 1998  Fred Fish  <fnf@cygnus.com>
10874
10875         * gdbint.texinfo (Host Conditionals): Document change from
10876         using NO_MMALLOC to it's inverse, USE_MMALLOC.
10877
10878 Mon Nov 24 13:55:21 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10879
10880         * gdbint.texinfo (Host Conditionals): Document
10881         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10882
10883 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10884
10885         * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10886         Document LSEEK_NOT_LINEAR.
10887
10888 Tue Mar 25 14:44:09 1997  Ian Lance Taylor  <ian@cygnus.com>
10889
10890         * stabs.texinfo (Stab Section Basics): Make it clear that only
10891         some versions of the GNU linker remove the leading N_UNDF symbol.
10892
10893 Thu Feb 27 17:45:19 1997  Ian Lance Taylor  <ian@cygnus.com>
10894
10895         * stabs.texinfo (String Field): Document type number pairs here,
10896         instead of in the Sun specific section.
10897         (Include Files): The GNU linker supports the N_BINCL
10898         optimization.  Clarify the N_BINCL value, and what it is used
10899         for.
10900         (Procedures): Document N_FUN with an empty string to mark the end
10901         of a function.
10902         (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10903         (Sun Differences): Remove this node, as the information is now
10904         elsewhere in the main document.
10905         (Stab Section Basics): Mention that the GNU linker may optimize
10906         stabs and remove the leading N_UNDF symbol.
10907
10908 Mon Dec  9 12:23:32 1996  Roland Pesch  <roland@wrs.com>
10909
10910         * gdb.texinfo, refcard.tex: Restore author credit
10911
10912 Wed Oct  2 22:01:36 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
10913
10914         * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10915         documentation to account for START and END macros taking
10916         one arg.
10917
10918 Thu Aug 22 17:59:03 1996  Fred Fish  <fnf@cygnus.com>
10919
10920         From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10921         * gdb.texinfo (Frames): Fix typo.
10922
10923 Tue Jul 23 10:06:20 1996  Fred Fish  <fnf@cygnus.com>
10924
10925         * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10926         a target_signal as arg type, not a pid.
10927
10928 Fri Jul 12 11:10:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
10929
10930         * gdb.texinfo:  Document `set assembly-language'.
10931
10932 Thu Jul 11 13:50:28 1996  Stan Shebs  <shebs@andros.cygnus.com>
10933
10934         * remote.texi: Update list of stubs in the GDB distribution.
10935
10936 Fri Jul  5 15:38:54 1996  Fred Fish  <fnf@cygnus.com>
10937
10938         * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10939         Also document that some systems can use mmalloc but must define
10940         this if their C runtime allocates memory that is later freed.
10941         (MMCHECK_FORCE): Document new macro.
10942
10943 Fri Jun 28 22:17:10 1996  Dawn Perchik  <dawn@cygnus.com>
10944
10945         * remote.texi: Add documentation for target Sparclet.
10946
10947 Mon Jun 24 18:12:22 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10948
10949         * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10950         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10951         * configure.in: Rewritten for autoconf.
10952         * configure: New.
10953
10954 Mon Jun 17 10:43:41 1996  Fred Fish  <fnf@cygnus.com>
10955
10956         * Makefile.in (DVIPS): New define, set to dvips.
10957         (dvi): Add stabs.dvi.
10958         (ps): New target.
10959         (all-doc): Depend on info, dvi, and ps targets.
10960         (STAGESTUFF): Add *.ps and *.dvi files.
10961         (clean-info, clean-dvi): Remove.
10962         (mostlyclean): Does not depend upon clean-info or clean-dvi,
10963         rules completely rewritten.
10964         (maintainer-clean): Remove clean-info and clean-dvi
10965         dependencies and put their actions in the rules.
10966         (gdb.ps): New target
10967         (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10968         intermediate TeX files, whether they have 2 or 3 character
10969         extensions.
10970         (gdbint.ps): Add target and rules.
10971         (gdb-internals): Delete unused target.
10972         (Makefile): Depends upon config.status also.
10973
10974 Sat Mar 30 15:46:58 1996  Fred Fish  <fnf@cygnus.com>
10975
10976         * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10977         set.
10978
10979 Sat Mar 16 15:10:20 1996  Fred Fish  <fnf@cygnus.com>
10980
10981         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10982         * gdb.texinfo (Expressions): Fix erroneous array constant example.
10983
10984 Sat Mar 16 13:28:45 1996  Fred Fish  <fnf@cygnus.com>
10985
10986         * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10987
10988 Sat Feb 10 03:28:36 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10989
10990         * gdb.texinfo (Print settings):  Document
10991         `set/show print static-members' commands.
10992
10993 Wed Jan 10 14:16:37 1996  Fred Fish  <fnf@cygnus.com>
10994
10995         * gdbint.texinfo (Native): Document name change, coredep.c to
10996         core-aout.c.
10997
10998 Wed Dec 13 12:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
10999
11000         * stabs.texinfo (Include Files): Document the values the SunOS4
11001         linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
11002
11003 Fri Dec  8 21:08:44 1995  Fred Fish  <fnf@cygnus.com>
11004
11005         * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
11006         Fix typo.
11007
11008 Fri Dec  1 11:07:50 1995  Fred Fish  <fnf@cygnus.com>
11009
11010         * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
11011         "gdb.tar.Z".
11012
11013 Wed Sep 20 13:14:10 1995  Ian Lance Taylor  <ian@cygnus.com>
11014
11015         * Makefile.in (maintainer-clean): New target, synonym for
11016         realclean.
11017
11018 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
11019
11020         * Update all FSF addresses except those in COPYING* files.
11021
11022 Wed Jul 19 18:43:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
11023
11024         From Richard Earnshaw (rearnsha@armltd.co.uk):
11025         * gdb.texinfo (convenience variables): Document $_exitcode.
11026         (quit): Document optional expression to use as exit code.
11027
11028 Thu Jun 22 21:27:33 1995  Victoria Mixon  <victoria@cygnus.com>
11029
11030         * gdb.texinfo, remote.texi: Brought up to date with various
11031         GDB changes.
11032
11033 Tue Jun 20 14:35:38 1995  Stan Shebs  <shebs@andros.cygnus.com>
11034
11035         * gdb.texinfo: Update dates and versions, fix comments about
11036         hardware watchpoints in future releases and about the
11037         sharedlibrary command.
11038
11039 Mon May  8 09:30:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11040
11041         * stabs.texinfo: Remove node `XCOFF differences'.  Describe value of
11042         C_FUN stab.  Other cleanups.
11043
11044 Wed Apr 19 07:02:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11045
11046         * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
11047         for the sparc stub.
11048
11049 Tue Apr 11 11:41:49 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11050
11051         * annotate.texi: Clarify which addresses have differing formats
11052         depending on the language and which do not.
11053
11054 Tue Mar 28 16:56:22 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11055
11056         * remote.texi (NetWare): Changed example to use BOARD= instead of
11057           NODE= argument to reflect correspoding change to gdbserve.nlm.
11058
11059 Fri Mar 17 06:47:02 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11060
11061         * stabs.texinfo (Negative Type Numbers): Mention the fact that
11062         GDB, as well as AIX dbx, supports the size type attribute.
11063
11064 Thu Mar 16 12:11:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11065
11066         * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
11067
11068 Mon Mar 13 16:49:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11069
11070         * gdb.texinfo (Define):  Document $arg0... arguments to commands,
11071         and new 'if' and 'while' commands.
11072
11073 Fri Feb 17 15:24:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
11074
11075         * gdb.texinfo (Artificial arrays):  Note use of coerce-to-array-type.
11076
11077 Wed Feb 15 11:59:18 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
11078
11079         * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
11080         * remote.texi (NetWare): New node, how to use gdbserve.nlm on
11081           NetWare targets.  Mostly stolen from the Server node.
11082
11083 Fri Feb 10 20:20:08 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11084
11085         * gdb.texinfo (Setting): Talk about the language of a source file
11086         versus the working language.  The old documentation did not match
11087         what GDB did.
11088
11089 Wed Feb  1 20:26:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11090
11091         * stabs.texinfo (Source Files): Document N_SO used to mark the end
11092         of a source file.
11093
11094 Mon Jan 23 14:23:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11095
11096         * gdb.texinfo (Processes): New node.
11097
11098 Tue Jan 17 14:09:03 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11099
11100         * remote.texi: Update documentation of set/show mipsfpu.
11101
11102 Fri Jan  6 17:17:28 1995  Stan Shebs  <shebs@andros.cygnus.com>
11103
11104         * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11105         * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11106
11107 Sun Sep  4 16:47:21 1994  Stan Shebs  (shebs@andros.cygnus.com)
11108
11109         * gdbint.texinfo: Removed mentions of some incorrectly placed and
11110         obsolete conditionals, described some others.
11111
11112 Mon Aug  1 15:42:39 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11113
11114         * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11115         SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11116
11117 Mon Aug  1 15:12:02 1994  Stan Shebs  (shebs@andros.cygnus.com)
11118
11119         * gdbint.texinfo: Put regex conditionals in their own table.
11120
11121 Tue Jul 26 18:32:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
11122
11123         * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11124         described or fixed the descriptions of many others.
11125
11126 Sun Jul 17 14:14:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
11127
11128         * gdb.texinfo: Add some more credits.
11129         * gdbint.texinfo: Capitalize GDB consistently, describe some
11130         macros and remove some.
11131
11132 Thu Jul 14 18:43:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
11133
11134         * gdbint.texinfo: Removed mentions of many incorrectly placed and
11135         obsolete conditionals, described some others.
11136
11137 Tue Jul 12 12:23:15 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11138
11139         * gdb.texinfo (help targets):  Changed to `help target', which
11140         is the correct gdb command.
11141
11142 Wed Jun 22 18:00:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11143
11144         * annotate.texi (TODO): New node, for keeping track of annotations
11145         suggested but not yet implemented.
11146
11147 Wed Jun  1 16:10:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11148
11149         * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11150         another symbol, it is not the address itself.
11151
11152 Thu May  5 20:23:36 1994  Stan Shebs  (shebs@andros.cygnus.com)
11153
11154         * stabs.texinfo (Stab Section Basics): Add comment about alignment
11155         of stabs-in-coff sections.
11156
11157 Wed May  4 06:26:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11158
11159         * annotate.texi: Change edition to 0.5 and date to May 1994.
11160         Add index.
11161         (Frames): New node, for frame annotation.
11162         (Displays): New node, for display annotation.
11163
11164         * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11165         when waiting for your program to stop.
11166
11167 Fri Apr 29 18:24:46 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11168
11169         * annotate.texi (Breakpoint Info): Document annotation of header
11170         fields and record annotation.
11171
11172 Thu Apr 28 07:44:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11173
11174         * annotate.texi: New file, to document annotations.
11175
11176 Thu Apr 21 14:20:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11177
11178         * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11179         16 I meant to make this change but did not).  Do remove gdb-cfg.texi.
11180
11181 Wed Apr 20 11:22:48 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11182
11183         * stabs.texinfo (Stab Section Basics): Say what is in .stab
11184         section, and say n_strx field is compilation unit relative.
11185         * stabs.texinfo: Don't use @code for a.out when it is the name of
11186         an object file format.
11187
11188 Wed Apr 13 20:29:54 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11189
11190         * gdb.texinfo: Refer to file names, not path names, per rms
11191         convention.
11192         (Arguments): Fix typo.
11193
11194 Thu Mar 24 08:09:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11195
11196         * stabs.texinfo (Global Variables): Talk about stabs in files
11197         where variables are referenced, but not defined.
11198
11199 Wed Mar 23 07:16:36 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11200
11201         * stabs.texinfo: Move stuff on @ and # type descriptors from node
11202         Cplusplus to new nodes Member Type Descriptor and Method Type
11203         Descriptor.  Re-write stuff for #.
11204
11205 Wed Mar 16 08:20:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11206
11207         * gdb.texinfo (Print Settings): Don't document "set print
11208         fast-symbolic-addr off".  The bug which it worked around was fixed
11209         on 25 Feb 94 in coffread.c, so I'm nuking the command.
11210
11211         * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11212         N_ENTRY node.
11213
11214         * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11215
11216 Tue Mar 15 08:43:02 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11217
11218         * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11219         references to ieee-float.c.
11220
11221 Fri Mar 11 08:09:40 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11222
11223         * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11224         match what the code actually does.
11225
11226 Wed Mar  9 19:43:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11227
11228         * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11229
11230 Tue Mar  1 17:04:43 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11231
11232         * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11233         i, and b.
11234
11235 Wed Feb 23 10:44:18 1994  Jim Kingdon  (kingdon@rtl.cygnus.com)
11236
11237         * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11238         well as for ELF and SOM.  Unify the descriptions of ELF and SOM
11239         as "stabs in sections" rather than just saying "ELF and SOM".
11240         Also make that stuff apply to COFF.
11241
11242 Fri Feb 18 08:25:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11243
11244         * gdb.texinfo (Formatting Documentation): Change GhostScript to
11245         Ghostscript.
11246
11247 Fri Feb  4 06:31:31 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11248
11249         * gdb.texinfo (Continuing and Stepping): When talking about "step"
11250         versus functions without line numbers, also mention stepping into
11251         them as well as "step" when you are in them.  Tell the user how to
11252         deal with the situation.  Add comment about "debugging information".
11253
11254 Thu Feb  3 11:39:59 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11255
11256         * stabs.texinfo (Enumerations): Document restriction on where
11257         enumeration types can appear and still win with GDB.
11258
11259 Wed Feb  2 11:29:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11260
11261         * stabs.texinfo (Negative Type Numbers): Document format for type
11262         -16.
11263
11264 Thu Jan 27 16:53:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11265
11266         * gdb.texinfo (Selection, Frame Info): Update information about
11267         arbitrary frame specficiations.
11268
11269 Wed Jan 26 15:31:57 1994  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11270
11271         * gdb.texinfo, remote.texi: general editing pass prior to Net release
11272
11273 Tue Jan 25 12:12:04 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11274
11275         * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11276
11277 Wed Jan 19 06:39:24 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
11278
11279         * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11280
11281 Sun Jan 16 12:43:32 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11282
11283         * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11284         Differences node to Statics node.
11285         (Statics): Discuss XCOFF use of V symbol descriptor.
11286
11287         * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11288         not clean.
11289
11290 Wed Jan 12 21:29:54 1994  John Gilmore  (gnu@cygnus.com)
11291
11292         * gdb.texinfo (Print Settings): Document `set print
11293         fast-symbolic-addr' and improve the doc for some other
11294         `set print's.
11295
11296 Mon Jan  3 17:23:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11297
11298         * stabs.texinfo (String Field): Talk about defining several type
11299         numbers at once.
11300         Fix lint regarding changing node ELF Transformations to
11301         ELF and SOM Transformations.
11302
11303 Fri Dec 31 00:42:43 1993  John Gilmore  (gnu@cygnus.com)
11304
11305         * stabs.texinfo:  Insert Peter Kessler's name as inventor (I think).
11306
11307 Tue Dec 28 09:30:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11308
11309         * stabs.texinfo (Cross-References): `::' is for nested types only
11310         within <>.
11311         (Structures): Document static members.
11312
11313 Mon Dec 27 13:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11314
11315         * stabs.texinfo: Document S type attribute.
11316
11317 Sun Dec 26 20:46:36 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
11318
11319         * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11320
11321 Fri Dec  3 19:13:19 1993  John Gilmore  (gnu@cygnus.com)
11322
11323         * gdbint.texinfo:  Fix a few typos.
11324
11325 Sun Nov 28 18:06:25 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11326
11327         * gdb.texinfo, remote.texi: formatting improvements
11328
11329         * gdb.texinfo (New Features): mention threads.
11330         (Summary, C): fix xrefs in newly contributed text.
11331         (Threads): index entries, clarifications, example
11332         (passim): minor typos fixed, phrasing improvements
11333
11334         * remote.texi (Bootstrapping): rephrase text on ^C and add index
11335         entries; (Server): explain use of gdbserver w/real-time systems,
11336         add example of conflicting TCP port; (MIPS Remote) break up
11337         running text into table, highlighting commands, and add example.
11338
11339 Wed Nov 24 14:15:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11340
11341         * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11342
11343 Fri Nov 12 16:10:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11344
11345         * stabs.texinfo (Nested Symbols): New node.
11346         (String Field, Symbol Descriptors, Cross-References): Refer to it.
11347
11348 Thu Nov 11 13:26:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11349
11350         * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11351         to picking which Bbss.bss symbol to use, and (because there seems to
11352         be no good way of doing it) re-write some of the text to make it
11353         sound like Bbss.bss isn't such a great idea after all (as currently
11354         designed).
11355
11356         * gdb.texinfo (C): In addition to saying people have to use g++ for
11357         good results, say they have to use stabs.  Specifically say cfront
11358         doesn't work well.
11359         (Summary): Merge in information on Modula-2, Pascal, and Chill from
11360         the gdb README.  Add xrefs to places where the support for the various
11361         languages is described in detail.
11362
11363 Mon Nov  8 11:47:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11364
11365         * stabs.texinfo: Clean up stuff about visibility and virtual
11366         characters.
11367
11368         * stabs.texinfo (N_M2C): Cite Sun doc.
11369
11370 Fri Nov  5 16:27:27 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11371
11372         * gdb.texinfo: updates re threads.
11373         * remote.texinfo: avoid index entries starting with digits.
11374
11375 Tue Nov  2 09:08:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11376
11377         * stabs.texinfo (Enumerations): Talk about large, negative and
11378         octal values.  Clean up cross reference to type attributes.
11379         (String Field): Say that GDB 4.11 supports size attribute.
11380
11381 Sun Oct 31 13:31:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11382
11383         * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11384         is a mandatory step.  Make the stuff about that more concise.
11385
11386 Wed Oct 27 00:25:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11387
11388         * stabs.texinfo (Class Names): New node.
11389
11390         * gdb.texinfo (Command Files): Explain order of init file reading.
11391
11392         * remote.texi (Bootstrapping): Talk about getting the serial driver
11393         to deal with ^C sent by gdb to stop the remote system.
11394
11395 Mon Oct 25 03:25:41 1993  Tom Lord  (lord@cygnus.com)
11396
11397         * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11398
11399         * libgdb.texinfo (Defining Commands): made the DOC arg
11400         to gdb_define_app_command a char * instead of char **
11401         per a suggestion from kingdon.
11402
11403         * libgdb.texinfo: total rewrite from a different starting
11404         premise.
11405
11406 Wed Oct 20 18:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11407
11408         * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11409         floats passed as doubles (to improve clarity).
11410
11411 Tue Oct 19 14:21:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11412
11413         * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11414
11415         * a4rc.sed: update to work with Andreas Vogel papersize params
11416
11417         * refcard.tex: use Andreas Vogel simplifications of papersize
11418         params; remove useless version info; update copyright date.
11419
11420 Tue Oct 19 10:46:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11421
11422         * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11423
11424 Tue Oct 12 09:11:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11425
11426         * gdb.texinfo (Files): Say what address the load command loads it at.
11427
11428         * stabs.texinfo (Common Blocks): Minor cleanups.
11429
11430         * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11431         that Sun has backed away from the linker kludge and thus the relevant
11432         issue is changes to the SunPRO tools, not the Solaris linker.
11433
11434         * stabs.texinfo (Traditional Integer Types): Clean up description
11435         of octal bounds a little bit.  Document extra leading zeroes.
11436
11437 Thu Oct  7 16:15:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11438
11439         * gdb.texinfo (Signaling): Update for symbolic symbol names
11440         and add a section explaining the difference between the GDB
11441         signal command and the shell kill utility.
11442
11443 Wed Oct  6 13:23:01 1993  Tom Lord  (lord@rtl.cygnus.com)
11444
11445         * libgdb.texinfo: added `@' to braces that were unescaped.
11446
11447 Mon Oct  4 10:42:18 1993  Tom Lord  (lord@rtl.cygnus.com)
11448
11449         * libgdb.texinfo: new file.  Spec for the gdb library.
11450
11451 Sun Oct  3 15:26:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11452
11453         * stabs.texinfo (Include Files): Fix typo (start -> end).
11454
11455 Thu Sep 30 18:24:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11456
11457         * gdb.texinfo, remote.texi: assorted small improvements, mostly
11458         from Melissa at FSF's editing pass.
11459
11460 Thu Sep 30 11:54:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11461
11462         * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11463         I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11464         Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11465
11466 Wed Sep 22 21:22:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11467
11468         * remote.texi (Bootstrapping): Discuss 386 call gates.
11469
11470 Sat Sep 18 17:10:44 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11471
11472         * stabs.texinfo (Based Variables): New node.
11473
11474 Thu Sep 16 17:48:55 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
11475
11476         * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11477         names, sizes, and formats to suggest how not to lose.
11478
11479 Sat Sep 11 09:35:11 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11480
11481         * stabs.texinfo (Methods): Fix typo.
11482
11483 Fri Sep 10 06:34:20 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11484
11485         * gdb.texinfo: Fix a few typos.
11486
11487 Wed Sep  8 09:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11488
11489         * gdb.texinfo: Clarify how well it works with Fortran.
11490
11491         * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11492         More on relocating stabs in ELF files.
11493
11494 Tue Sep  7 13:45:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11495
11496         * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11497
11498 Mon Sep  6 19:23:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11499
11500         * stabs.texinfo (Local Variable Parameters): Talk about nameless
11501         parameters on VAX.
11502
11503 Fri Sep  3 17:06:08 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11504
11505         * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11506
11507 Fri Sep  3 12:04:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11508
11509         * stabs.texinfo: Make info author notice match the TeX author notice.
11510
11511 Tue Aug 31 13:21:06 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11512
11513         * stabs.texinfo: Initial-caps all words in node names and
11514         non-trivial words in section names.
11515
11516 Mon Aug 30 11:13:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11517
11518         * stabs.texinfo: Many minor cleanups.
11519
11520         * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11521
11522 Sat Aug 28 12:08:09 1993  David J. MacKenzie  (djm@edison.eng.umd.edu)
11523
11524         * stabs.texinfo: Remove full description of big example.
11525         It's not really helpful; just use pieces of it where appropriate.
11526         Add more Texinfo formatting directives (@samp, etc.).
11527         Use @deffn to define stab types.
11528         Eliminate some wordiness.  Break up some nodes.
11529         Add an (alphabetized) index of symbol types.
11530         Use consistent capitalization style in node and section names.
11531
11532 Thu Aug 26 06:36:31 1993  Fred Fish  (fnf@deneb.cygnus.com)
11533
11534         * gdb.texinfo:  Change typo "Two two" to "The two".
11535
11536 Sun Aug 22 12:15:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11537
11538         * stabs.texinfo (XCOFF-differences): Remove references to
11539         non-existent types N_DECL and N_RPSYM.
11540
11541         * stabs.texinfo (String Field): Say that type attributes bug is
11542         fixed in GDB 4.10, since it is.
11543
11544         * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11545
11546 Sat Aug 21 04:32:28 1993  David MacKenzie  (djm@cygnus.com)
11547
11548         * stabs.texinfo: Formatting cleanups.
11549
11550 Fri Aug 20 20:49:53 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11551
11552         * stabs.texinfo: When explaining the n_type of a stab, standardize
11553         how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11554         no tabs, use @r).
11555         (Global Variables): Clean up.
11556
11557 Tue Aug 17 15:57:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11558
11559         * stabs.texinfo (Stack Variables): Re-write.
11560
11561 Mon Aug 16 21:20:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11562
11563         * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11564         addresses of a source file.  Also revise formatting.
11565         Change "object module" or "object file" to "source file".
11566         Various: Miscellaneous cleanups.
11567
11568 Thu Aug 12 15:11:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11569
11570         * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11571
11572 Tue Aug 10 16:57:49 1993  Stan Shebs  (shebs@rtl.cygnus.com)
11573
11574         * gdbint.texinfo: Removed many nonsensical machine-collected
11575         host and target conditionals, described some of the remainder.
11576
11577 Tue Aug 10 13:28:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11578
11579         * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11580
11581         * gdbint.texinfo (Top): Add name to @top line, and re-write the
11582         paragraph which follows.
11583
11584         * gdbint.texinfo (Host): Use @code not @samp for Makefile
11585         variables.  Looks better and avoids overful hbox.
11586
11587 Fri Jul 30 18:26:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11588
11589         * stabs.texinfo (Procedures): Improve stuff on nested functions.
11590
11591 Thu Jul 29 15:10:58 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11592
11593         * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11594         retransmit-timeout
11595
11596 Thu Jul 29 13:16:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11597
11598         * gdbint.texinfo: Update statement about `some ancient Unix
11599         systems, like Ultrix 4.0' to Ultrix 4.2.
11600
11601 Wed Jul 28 15:26:53 1993  Roland H. Pesch  (pesch@el_bosque.cygnus.com)
11602
11603         * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11604
11605         * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11606
11607         * remote.texi: (Server) New node on gdbserver.  (Remote Serial,
11608         ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11609
11610         * remote.texi: new name for former gdbinv-s.texi
11611
11612         * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11613
11614 Wed Jul 28 08:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
11615
11616         * gdbinv-s.texi: Documented timeout and retransmit-timeout
11617         variables for MIPS remote debugging protocol.
11618
11619 Mon Jul 26 13:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11620
11621         * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11622
11623 Tue Jul 20 16:30:41 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
11624
11625         * Makefile.in (refcard.dvi): Use srcdir where necessary.
11626
11627 Mon Jul 19 12:02:50 1993  Roland H. Pesch  (pesch@cygnus.com)
11628
11629         * gdb.texinfo: repair conditional bugs in text markup
11630
11631 Fri Jul 16 18:57:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11632
11633         * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11634         to select Modula-2 material.
11635
11636 Thu Jul 15 13:15:01 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11637
11638         * stabs.texinfo: Cleanups regarding statics.
11639
11640         * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11641         (Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.
11642
11643 Mon Jul 12 13:37:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11644
11645         * stabs.texinfo: N_MAIN is sometimes used for C.
11646
11647 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11648
11649         * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11650
11651 Tue Jul  6 12:41:28 1993  John Gilmore  (gnu@cygnus.com)
11652
11653         * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11654         removed from the code by Kingdon.
11655
11656 Tue Jul  6 12:24:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11657
11658         * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11659         input when evaluating breakpoint conditions; the bug has been fixed.
11660
11661         * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11662         sets the ignore count to N-1, not to N.
11663
11664 Thu Jul  1 14:57:42 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11665
11666         * refcard.tex (\hoffset): correct longstanding error to match
11667           intended offset; avoids cutting off edge on some printers
11668
11669 Wed Jun 30 18:23:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11670
11671         * stabs.texinfo (Parameters): Say that order of stabs is significant.
11672
11673 Fri Jun 25 21:34:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11674
11675         * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11676
11677 Fri Jun 25 16:15:10 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11678
11679         * Makefile.in: (REFEDITS) new var to control whether PS or CM
11680         fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11681         collect sed edits if any, apply to refcard before formatting;
11682         (refcard.ps) stop implying PS fonts if PS output requested;
11683         (lrefcard.ps) delete extra target for variant PS fonts
11684
11685         * refcard.tex: parametrize papersize dependent info, collect
11686           in easily replaced spot
11687
11688         * a4rc.sed: new file, edits to refcard for A4 paper
11689
11690 Fri Jun 25 14:21:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11691
11692         * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11693
11694 Wed Jun 23 15:02:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11695
11696         * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11697
11698 Tue Jun 22 16:31:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11699
11700         * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11701         politely rather than rudely.
11702
11703 Fri Jun 18 19:42:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11704
11705         * stabs.texinfo: Document common blocks.
11706
11707 Fri Jun 18 12:12:57 1993  Fred Fish  (fnf@cygnus.com)
11708
11709         * stabs.texinfo:  Add some basic info about stabs-in-elf.
11710
11711 Fri Jun 18 13:57:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11712
11713         * stabs.texinfo (Top): Minor cleanup.
11714
11715 Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
11716
11717         * Makefile.in (install-info): remove parentdir support
11718
11719 Tue Jun 15 18:11:39 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11720
11721         * gdb.texinfo (Copying): delete this node and references to it;
11722         RMS says this manual need not carry GPL. (passim): Improvements
11723         from last round at FSF, largely due to Ian Taylor review, and
11724         minor formatting improvements.
11725
11726         * gdbinv-s.texi (passim): Improvements from last round at FSF,
11727         largely due to Ian Taylor review. (Debug Session): minor edits to
11728         new text.
11729
11730 Sun Jun 13 12:52:39 1993  Jim Kingdon  (kingdon@cygnus.com)
11731
11732         * Makefile.in (realclean): Remove info and dvi files too.
11733
11734 Sat Jun 12 16:09:22 1993  Jim Kingdon  (kingdon@cygnus.com)
11735
11736         * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11737         * Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.
11738         * gdb.texinfo: Change accordingly.
11739
11740         * stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
11741         N_{L,R}BRAC,N_SLINE are relative to.
11742
11743 Fri Jun 11 15:15:55 1993  Jim Kingdon  (kingdon@cygnus.com)
11744
11745         * Makefile.in (GDBvn.texi): Update atomically.
11746
11747 Wed Jun  9 10:58:16 1993  Jim Kingdon  (kingdon@cygnus.com)
11748
11749         * gdbinv-s.texi (Debug Session): Document exceptionHook.
11750
11751 Tue Jun  8 13:42:04 1993  Jim Kingdon  (kingdon@cygnus.com)
11752
11753         * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11754         addresses together.  Also motivate the set print symbol-filename
11755         command and suggest other solutions.
11756
11757 Tue Jun  1 22:46:43 1993  Fred Fish  (fnf@cygnus.com)
11758
11759         * gdb.texinfo (set print elements):  Note that the number of
11760         elements is set to unlimited by "set print elements 0".
11761
11762 Mon May 31 08:06:55 1993  Jim Kingdon  (kingdon@cygnus.com)
11763
11764         * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11765         NF_LDOUBLE means.
11766         (Stab Types): Include Solaris stab types.
11767         (Procedures): Document Solaris extensions.
11768
11769 Thu May 27 06:20:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11770
11771         * gdb.texinfo:  Add `set print symbol-filename' doc.
11772
11773 Wed May 26 00:26:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11774
11775         * stabs.texinfo (Arrays): Talk about type definition vs. type
11776         information.
11777
11778         * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11779         the trailing semicolon.
11780
11781 Tue May 25 14:49:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11782
11783         * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11784         and merge in other parts of the document addressing these subjects.
11785         gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11786
11787         * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11788         at the end of a range type.
11789
11790         * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11791         AIX extensions.
11792
11793 Mon May 24 09:00:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11794
11795         * stabs.texinfo (Stabs Format):  Misc fixes.
11796
11797 Sat May 22 10:40:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11798
11799         * stabs.texinfo (Constants):  Allow an `e' constant to be non-enum.
11800         (Traditional builtin types): Document convex convention for long long.
11801         (Negative builtin types): Discuss type names, and misc fixes.
11802
11803 Fri May 21 11:20:31 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11804
11805         * stabs.texinfo (Builtin Type Descriptors): Document the floating
11806         point types used with @samp{R} type descriptor.
11807         (Symbol Descriptors): Describe how to handle conflict between
11808         different meanings of @samp{P} symbol descriptor.
11809
11810 Thu May 20 13:35:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11811
11812         * stabs.texinfo: Remove node Quick Reference and put its children
11813         directly under the main menu.
11814
11815         * stabs.texinfo: Many more changes to bring it into line with
11816         AIX documentation and reality.  I think it now has all the
11817         information from the AIX documentation, except that I burned
11818         out when I got to variant records (Pascal and Modula-2) and
11819         all the COBOL types.  Oh well, we can add them later when we're
11820         worrying more about those languages.
11821
11822         * stabs.texinfo (Automatic variables): Talk about what it means
11823         to omit the symbol descriptor.
11824
11825 Tue May 18 17:59:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11826
11827         * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11828         gcc2 behavior with promoted args.
11829
11830 Fri May 14 21:35:29 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11831
11832         * gdb.texinfo: include readline appendices in info version of manual
11833
11834 Fri May  7 11:56:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11835
11836         * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11837         target remote.
11838
11839         * gdb.texinfo (Machine Code): more index entries for disassemble
11840
11841 Fri May  7 10:12:30 1993  Fred Fish  (fnf@cygnus.com)
11842
11843         * Clarify the intended use of the gdb-testers and gdb-patches
11844         mailing lists, and shrink gzip comment.
11845
11846 Thu May  6 16:39:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11847
11848         * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11849         DOSHOST configuration of manual.
11850
11851         * gdb.texinfo (MIPS Stack): new node.
11852
11853         * all-config.texi (MIPS) new switch.
11854
11855         * gdbinv-s.texi (Nindy Options) Remove two instances of future
11856         tense; (MIPS Remote) new node.
11857
11858         * gdb.texinfo (passim) rephrases to work around makeinfo @value
11859         bug; (Environment) less passive, other small cleanups in text about
11860         .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11861         (Remote) new MIPS Remote menu entry.
11862
11863 Thu Apr 29 09:36:25 1993  Jim Kingdon  (kingdon@cygnus.com)
11864
11865         * stabs.texinfo: Many changes to include information from the
11866         AIX documentation.
11867
11868         * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11869
11870 Tue Apr 27 14:02:57 1993  Jim Kingdon  (kingdon@cygnus.com)
11871
11872         * gdbint.texinfo (new node Debugging GDB, elsewhere):
11873         Move a bunch of information from ../README.
11874         (Getting Started): New node.
11875
11876 Fri Apr 23 17:21:13 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11877
11878         * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11879
11880         * gdb.texinfo: advance manual revision dates to present
11881
11882         * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11883         stop using silly Roman numerals in @set variable names
11884
11885 Fri Apr 23 07:30:01 1993  Jim Kingdon  (kingdon@cygnus.com)
11886
11887         * stabs.texinfo (Parameters): Keep trying to get this right.
11888
11889 Wed Apr 21 15:18:47 1993  Jim Kingdon  (kingdon@cygnus.com)
11890
11891         * stabs.texinfo (Parameters): More on "local parameters".
11892
11893 Mon Apr 19 08:00:51 1993  Jim Kingdon  (kingdon@cygnus.com)
11894
11895         * stabs.texinfo (Parameters): Re-do "local parameters" section.
11896
11897 Sun Apr 18 09:47:45 1993  Jim Kingdon  (kingdon@cygnus.com)
11898
11899         * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11900         (Parameters): Rewrite.
11901         (xcoff-differences, Sun-differences): Minor changes.
11902
11903 Thu Apr 15 02:35:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
11904
11905         * stabs.texinfo:  Minor cleanup.
11906
11907 Wed Apr 14 17:31:00 1993  Jim Kingdon  (kingdon@cygnus.com)
11908
11909         * gdbint.texinfo: Minor xcoff stuff.
11910
11911 Wed Apr  7 14:11:07 1993  Fred Fish  (fnf@cygnus.com)
11912
11913         * gdbint.texinfo:  Update for new config directory structure.
11914         Add info about internal type data structures.
11915
11916 Mon Apr  5 09:06:30 1993  Ian Lance Taylor  (ian@cygnus.com)
11917
11918         * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11919         $(srcdir).
11920         (gdb-config.texi): Depend on file in $(srcdir).
11921
11922 Fri Apr  2 16:55:13 1993  Jim Kingdon  (kingdon@cygnus.com)
11923
11924         * stabs.texinfo: Fixes about N_SO.
11925
11926 Fri Mar 26 18:00:35 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11927
11928         * gdb.texinfo: include list of nonstandard init file names
11929
11930         * *-config.texi: new switch GENERIC for text that applies *only*
11931         to (usual) multiple-target version of manual
11932
11933         * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11934         h8 config
11935
11936         * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11937         in menus (rather than conditionally selected multiple alternative
11938         menus).
11939
11940         * Makefile.in: define and use DOC_CONFIG var to select
11941         configuration for GDB user manual.
11942
11943         * gdb-config.texi: delete from repository, generate from Makefile.
11944
11945         * all-config.texi: normal `generic' configuration file, formerly
11946         stored as gdb-config.texi
11947
11948 Wed Mar 24 14:03:19 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
11949
11950         * Makefile.in: add dvi target to build all .dvi files
11951
11952 Tue Mar 23 16:03:24 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11953
11954         * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11955
11956 Fri Mar 19 21:46:50 1993  John Gilmore  (gnu@cygnus.com)
11957
11958         * gdbint.texinfo:  Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11959         host conditionals.
11960         * stabs.texinfo:  More array fixes inspired by Jim's.
11961
11962 Fri Mar 19 10:23:34 1993  Jim Kingdon  (kingdon@cygnus.com)
11963
11964         * stabs.texinfo: Fixes re arrays and continuations.
11965
11966         * gdbint.texinfo: Add XCOFF node.
11967
11968 Mon Mar  8 15:52:18 1993  John Gilmore  (gnu@cygnus.com)
11969
11970         * gdb.texinfo:  Add `set print max-symbolic-offset' doc.
11971
11972 Sun Feb 21 17:09:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
11973
11974         * stabs.texinfo:  Fix for array types to mention lower bounds.
11975
11976 Thu Feb 18 01:19:49 1993  John Gilmore  (gnu@cygnus.com)
11977
11978         * gdbint.texinfo:  Update PTRACE_ARG3_TYPE doc, pull PT_*.
11979
11980 Wed Feb 17 08:15:24 1993  John Gilmore  (gnu@cygnus.com)
11981
11982         * gdbint.texinfo:  Remove SET_STACK_LIMIT_HUGE from target defines.
11983
11984 Thu Feb 11 10:38:40 1993  John Gilmore  (gnu@cygnus.com)
11985
11986         * gdbint.texinfo:  Fix thinko (NM_FILE => NAT_FILE).  Found
11987         by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11988
11989 Wed Feb 10 23:59:19 1993  John Gilmore  (gnu@cygnus.com)
11990
11991         * gdbint.texinfo:  Eliminate IBM6000_HOST, document IBM6000_TARGET.
11992
11993 Tue Feb  9 18:26:21 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11994
11995         * gdb.texinfo, gdbinv-s.texi: misc updates
11996
11997 Sat Feb  6 10:25:47 1993  John Gilmore  (gnu@cygnus.com)
11998
11999         * gdbint.texinfo:  Brief documentation for longjmp support,
12000         from an email msg by Stu.
12001
12002 Fri Feb  5 14:10:15 1993  John Gilmore  (gnu@cygnus.com)
12003
12004         * stabs.texinfo:  Fix description of floating point "range"
12005         types (which really define basic types).  Reported by Jim Meehan,
12006         <meehan@src.dec.com>.
12007
12008         * gdbint.texinfo:  Remove COFF_NO_LONG_FILE_NAMES define, now gone.
12009
12010 Thu Feb  4 13:56:46 1993  Ian Lance Taylor  (ian@cygnus.com)
12011
12012         * gdbint.texinfo: Slightly expand section on supporting a new
12013         object file format.
12014
12015 Thu Feb  4 01:49:04 1993  John Gilmore  (gnu@cygnus.com)
12016
12017         * Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
12018         intermediate file.
12019
12020 Tue Feb  2 12:18:06 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12021
12022         * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
12023
12024 Mon Feb  1 15:35:47 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12025
12026         * gdbinv-s.texi: z8000 simulator target name is just "sim"
12027
12028         * gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
12029         as well as Z8002.
12030
12031 Sat Nov 28 06:51:35 1992  John Gilmore  (gnu@cygnus.com)
12032
12033         * gdbint.texinfo:  Add sections on clean design and on how to send
12034         in changes.
12035
12036 Mon Nov  9 23:57:02 1992  John Gilmore  (gnu@cygnus.com)
12037
12038         * gdbint.texinfo:  Add how to declare the result of make_cleanup.
12039
12040 Mon Oct 26 11:09:47 1992  John Gilmore  (gnu@cygnus.com)
12041
12042         * gdb.texinfo:  Fix typo, reported by Karl Berry.
12043
12044 Fri Oct 23 00:41:21 1992  John Gilmore  (gnu@cygnus.com)
12045
12046         * gdb.texinfo:  Add opcodes dir to GDB distribution description.
12047
12048 Sat Oct 10 18:04:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
12049
12050         * gdbint.texinfo: fixed a stray email address (needs @@),
12051         added @table @code to node "Native Conditionals"
12052
12053 Tue Sep 22 00:34:15 1992  John Gilmore  (gnu@cygnus.com)
12054
12055         * gdbint.texinfo:  Describe coding style of GDB.
12056
12057 Mon Sep 21 19:32:16 1992  John Gilmore  (gnu@cygnus.com)
12058
12059         * stabs.texinfo:  Minor wording changes.
12060
12061 Tue Sep 15 02:57:09 1992  John Gilmore  (gnu@cygnus.com)
12062
12063         * gdbint.texinfo:  Improve release doc slightly.
12064
12065 Fri Sep 11 01:34:25 1992  John Gilmore  (gnu@sphagnum.cygnus.com)
12066
12067         * gdbint.texinfo:  Improve doc of GDB config macros.
12068
12069 Wed Sep  9 16:52:06 1992  John Gilmore  (gnu@cygnus.com)
12070
12071         * stabs.texinfo:  Remove Bothner's changes for C++ nested types.
12072         These will be reinserted when examined.
12073
12074 Mon Aug 24 01:17:55 1992  John Gilmore  (gnu@cygnus.com)
12075
12076         * gdbint.texinfo:  Make a start at documenting all the #if macros
12077         in GDB.  At least list them all, and start separating them into
12078         host-specific and target-specific.
12079
12080 Tue Aug 18 15:59:13 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12081
12082         * gdbinv-s.m4.in: refrain from using @cartouche for just a few
12083         examples (not consistent w others).
12084         gdb.texinfo: issue disclaimer paragraph on cmdline options only
12085         for generic vn of doc
12086
12087 Tue Aug 18 14:53:27 1992  Ian Lance Taylor  (ian@cygnus.com)
12088
12089         * Makefile.in: always create installation directories.
12090
12091 Tue Aug 18 14:11:50 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12092
12093         * gdb.texinfo: in h8 config, do not describe searching commands.
12094
12095 Mon Aug 17 18:07:59 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12096
12097         * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12098           conditionals; introduce a few generic switches that may be
12099           useful for other cross-dev or dos-hosted configs.
12100
12101         * gdb.texinfo: fix typo in "info reg" description
12102
12103 Sun Aug 16 01:16:18 1992  John Gilmore  (gnu@cygnus.com)
12104
12105         * stabs.texinfo:  Minor updates from running TeX over it.
12106         * Makefile.in (stabs.dvi, stabs.ps):  Add.
12107
12108 Sat Aug 15 20:52:24 1992  Per Bothner  (bothner@rtl.cygnus.com)
12109
12110         * stabs.texinfo:  Stabs documentation, written by Julia Menapace.
12111         First pass at converting it to texinfo.
12112
12113 Sat Aug 15 03:14:59 1992  John Gilmore  (gnu@cygnus.com)
12114
12115         * gdb.texinfo, refcard.tex:  Document mult args on `info reg'.
12116         * Makefile.in (refcard.ps, lrefcard.ps):  Add missing $(srdir).
12117
12118 Fri Aug 14 21:08:47 1992  John Gilmore  (gnu@cygnus.com)
12119
12120         * gdbint.texinfo:  Add section on partial symbol tables.
12121
12122 Sat Jun 20 16:31:10 1992  John Gilmore  (gnu at cygnus.com)
12123
12124         * gdb.texinfo:  document `set remotedebug' and `set
12125         rstack_high_address'.
12126
12127 Thu May 14 17:09:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12128
12129         * gdb.texinfo: slight expansion of new text on reading info files
12130         * gdbinv-s.m4.in: correct and expand info on cross-debugging
12131         H8/300 from DOS.
12132
12133 Tue May 12 12:22:47 1992  John Gilmore  (gnu at cygnus.com)
12134
12135         * gdb.texinfo:  `info user' => `show user'.  Noticed by David Taylor.
12136
12137 Mon May 11 19:06:27 1992  John Gilmore  (gnu at cygnus.com)
12138
12139         * gdb.texinfo:  Say how to read the `info' files.
12140
12141 Tue May  5 12:11:38 1992  K. Richard Pixley  (rich@cygnus.com)
12142
12143         * Makefile.in: gm4 -> m4.
12144
12145 Fri Apr 10 17:50:43 1992  John Gilmore  (gnu at rtl.cygnus.com)
12146
12147         * gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
12148         Documentation' ahead of `Installing GDB' to match README.
12149         Update shared library doc, -readnow and -mapped, and directory
12150         structure (add glob and mmalloc).  Update configure doc.
12151
12152 Tue Mar 24 23:28:38 1992  K. Richard Pixley  (rich@cygnus.com)
12153
12154         * Makefile.in: remove $(srcdir) from gdb.info rule.
12155
12156 Sat Mar  7 18:44:50 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12157
12158         * Makefile.in: commented out gdb-all.texinfo rule.  This is
12159           temporary.
12160
12161 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
12162
12163         * Makefile.in, configure.in: removed traces of namesubdir,
12164           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
12165           copyrights to '92, '13, changed some from Cygnus to FSF.
12166
12167 Fri Dec 13 09:47:31 1991  John Gilmore  (gnu at cygnus.com)
12168
12169         * gdb.texinfo:  Improve how we ask for bug reports.
12170
12171 Tue Dec 10 04:07:21 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12172
12173         * Makefile.in: infodir belongs in datadir.
12174
12175 Fri Dec  6 23:57:34 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12176
12177         * Makefile.in: remove spaces following hyphens, bsd make can't
12178           cope.  install using INSTALL_DATA.  added clean-info.  added
12179           standards.text support.
12180
12181 Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12182
12183         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
12184           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
12185           and mandir now keyed off datadir by default.
12186
12187 \f
12188 Local Variables:
12189 mode: change-log
12190 left-margin: 8
12191 fill-column: 74
12192 version-control: never
12193 coding: utf-8
12194 End: