Implement "set cwd" command on GDB
[external/binutils.git] / gdb / doc / ChangeLog
1 2017-10-04  Sergio Durigan Junior  <sergiodj@redhat.com>
2
3         * gdb.texinfo (Starting your Program) <The working directory.>:
4         Mention new "set cwd" command.
5         (Working Directory) <Your Program's Working Directory>:
6         Rephrase to explain that "set cwd" exists and is the default
7         way to change the inferior's cwd.
8
9 2017-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
10
11         * gdb.texinfo (S/390 and System z Features): Document the new
12         features org.gnu.gdb.s390.gs and org.gnu.gdb.s390.gsbc.
13
14 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
15
16         * gdb.texinfo (qXfer:threads:read): Add documentation for handle
17         attribute.
18
19 2017-09-21  Kevin Buettner  <kevinb@redhat.com>
20
21         * python.texi (Inferiors In Python): Add description for method
22         Inferior.thread_from_thread_handle.
23
24 2017-09-19  John Baldwin  <jhb@FreeBSD.org>
25
26         * gdb.texinfo (Starting your Program): Add description of
27         starti command.  Mention starti command as an alternative for
28         debugging the elaboration phase.
29
30 2017-09-16  Simon Marchi  <simon.marchi@ericsson.com>
31
32         * gdb.texinfo (Maintenance Commands): Document filter parameter
33         of "maint selftest".  Document "maint info selftests" command.
34
35 2017-09-11  Tom Tromey  <tom@tromey.com>
36
37         * python.texi (Events In Python): Document new events.
38
39 2017-09-04  Pedro Alves  <palves@redhat.com>
40
41         * gdb.texinfo (Variables) <Program Variables>: Document inspecting
42         no-debug-info variables.
43         (Symbols) <Examining the Symbol Table>: Document inspecting
44         no-debug-info types.
45         (Calling) <Calling functions with no debug info>: New subsection,
46         documenting calling no-debug-info functions.
47         (Non-debug DLL Symbols) <Working with Minimal Symbols>: Update.
48
49 2017-08-31  Sergio Durigan Junior  <sergiodj@redhat.com>
50
51         * gdb.texinfo (set environment): Add @anchor.  Explain that
52         environment variables set by the user are sent to GDBserver.
53         (unset environment): Likewise, but for unsetting variables.
54         (Connecting) <Remote Packet>: Add "environment-hex-encoded",
55         "QEnvironmentHexEncoded", "environment-unset", "QEnvironmentUnset",
56         "environment-reset" and "QEnvironmentReset" to the table.
57         (Remote Protocol) <QEnvironmentHexEncoded, QEnvironmentUnset,
58         QEnvironmentReset>: New item, explaining the packet.
59
60 2017-08-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
61
62         * gdb.texinfo (Compiling and Injecting Code): Add to subsection
63         "Compiler search for the compile command" descriptions of set
64         compile-gcc and show compile-gcc.
65
66 2017-08-07  Weimin Pan  <weimin.pan@oracle.com>
67
68         * gdb.texinfo (Architectures): Add new Sparc64 section to document
69         ADI support.
70         * NEWS: Add "adi examine" and "adi assign" commands.
71
72 2017-08-18  Yao Qi  <yao.qi@linaro.org>
73
74         * gdb.texinfo (Server): Document "--selftest".
75
76 2017-08-16  Ruslan Kabatsayev  <b7.10110111@gmail.com>
77
78         * gdb.texinfo (TUI Single Key Mode): Document the new shortcuts in
79         Single-Key mode.
80
81 2017-08-12  Sergio Durigan Junior  <sergiodj@redhat.com>
82
83         PR gdb/21925
84         * gdb.texinfo (Starting) <startup-with-shell>: Fix typo ("show
85         set...").
86
87 2017-08-09  Simon Marchi  <simon.marchi@ericsson.com>
88
89         * gdb.texinfo (Packets): Fix Z0 cmd_list doc referring to
90         conditional expression.
91
92 2017-07-31  Simon Marchi  <simon.marchi@ericsson.com>
93
94         * agentexpr.texi (rot): Fix symbolic description, improve
95         textual description.
96
97 2017-07-26  Yao Qi  <yao.qi@linaro.org>
98
99         * gdb.texinfo (Maintenance Commands): Document command
100         "maint check xml-descriptions".
101
102 2017-07-26  Yao Qi  <yao.qi@linaro.org>
103
104         * gdb.texinfo (Maintenance Commands): Document optional
105         argument of "maint print c-tdesc".
106
107 2017-07-18  Yao Qi  <yao.qi@linaro.org>
108
109         * gdb.texinfo (Maintenance Commands): Improve the doc to
110         command "maint print c-tdesc".
111
112 2017-06-20  Sergio Durigan Junior  <sergiodj@redhat.com>
113
114         PR gdb/21606
115         * python.texi (Python representation of Symbols.): Replace
116         SYMBOL_FUNCTION_DOMAIN by SYMBOL_FUNCTIONS_DOMAIN, fixing typo.
117         * guile.texi (Guile representation of Symbols.): Likewise.
118
119 2017-06-11  Simon Marchi  <simon.marchi@ericsson.com>
120
121         * gdb.texinfo (Optional Messages about Internal Happenings):
122         Document {set,show} debug separate-debug-file commands.
123
124 2017-06-07  Sergio Durigan Junior  <sergiodj@redhat.com>
125
126         * gdb.texinfo (Starting) <startup-with-shell>: Add @anchor.
127         (Connecting) <Remote Packet>: Add "startup-with-shell"
128         and "QStartupWithShell" to the table.
129         (Remote Protocol) <QStartupWithShell>: New item, explaining the
130         packet.
131
132 2017-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
133
134         * gdb.texinfo (Packets): Document vMustReplyEmpty packet.
135
136 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
137
138         * python.texi (Recording in Python): Factor out the documentation of
139         gdb.RecordInstruction's super class.
140
141 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
142
143         * python.texi (Recording in Python): Replace gdb.BtraceFunction with
144         gdb.RecordFunctionSegment.  Rename prev_sibling and next_sibling to
145         prev and next.
146
147 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
148
149         * python.texi (Recording in Python): Replace gdb.BtraceInstruction with
150         gdb.RecordInstruction
151
152 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
153
154         * python.texi (Recording in Python): Add documentation for
155         gdb.RecordGap and remove documentation of special cases for
156         gdb.BtraceInstruction.
157
158 2017-05-01  Tim Wiederhake  <tim.wiederhake@intel.com>
159
160         * python.texi (Recording in Python): Remove Record.ptid defvar.
161
162 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
163
164         * gdb.texinfo (GDB/MI Thread Information): Add missing
165         fields, re-word some things.
166         (GDB/MI Thread Commands): Describe fields found in the output of
167         -thread-info, remove description of fields in the
168         thread output tuple, replace with a cross-reference to "GDB/MI
169         Thread Information".
170
171 2017-04-21  Simon Marchi  <simon.marchi@ericsson.com>
172
173         * gdb.texinfo (GDB/MI Thread Commands): Remove "current" field
174         from -thread-info output.
175
176 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
177
178         * gdb.texinfo (Synopsys ARC): Document "set debug arc 2".
179
180 2017-03-28  Anton Kolesov  <anton.kolesov@synopsys.com>
181
182         * gdb.texinfo (Synopsys ARC): Add "maint print arc arc-instruction".
183
184 2017-03-22  Yao Qi  <yao.qi@linaro.org>
185
186         * python.texi (Inferiors In Python): Remove @code from Python.
187
188 2017-03-21  Tim Wiederhake  <tim.wiederhake@intel.com>
189
190         * python.texi (Recordings In Python): Document return type of
191         gdb.BtraceInstruction.data.
192
193 2017-03-20  Marc-Andre Laperle  <marc-andre.laperle@ericsson.com>
194
195         * gdb.texinfo (gdb/mi Symbol Query Commands): Document new MI
196         command file-list-shared-libraries
197         (GDB/MI Async Records): Update documentation of library-loaded with new
198         field.
199
200 2017-03-16  Doug Evans  <dje@google.com>
201
202         * guile.texi (Lazy Strings In Guile): Mention arrays.
203         * python.texi (Lazy Strings In Python): Ditto.
204
205 2017-03-08  Jiong Wang  <jiong.wang@arm.com>
206
207         * gdb.texinfo (Memory Protection Extensions): Add missing escape
208         character "@".
209
210 2017-03-07  Walfred Tedeschi <walfred.tedeschi@intel.com>
211
212         * Memory Protection Extensions: Add information about inferior
213         calls.
214
215 2017-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
216
217         * gdb.texinfo (Print Settings, Tail Call Frames): Rename DW_OP_GNU_*,
218         DW_TAG_GNU_* and DW_AT_GNU_*.
219
220 2017-02-14  Tim Wiederhake  <tim.wiederhake@intel.com>
221
222         * python.texi (Recordings In Python): New section.
223
224 2017-02-14  Tom Tromey  <tom@tromey.com>
225
226         PR python/13598:
227         * python.texi (Events In Python): Document events.before_prompt.
228
229 2017-02-13  Luis Machado  <lgustavo@codesourcery.com>
230
231         * gdb.texinfo (Target Commands): Document the optional offset
232         argument for the load command.
233
234 2017-02-10  Martin Galvan  <martingalvan@sourceware.org>
235
236         PR gdb/21122
237         * gdb.texinfo (Breakpoints): Reword documentation to speak in terms of
238         space-separated breakpoint lists.  Also add a missing @table command
239         and @cindex for breakpoint lists.
240
241 2017-02-06  Ivo Raisr  <ivo.raisr@oracle.com>
242
243         PR tdep/20936
244         * gdb.texinfo: (Standard Target Features): Document SPARC features.
245         (Sparc Features): New node.
246
247 2017-01-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
248
249         * gdb.texinfo (i386 Features): Add system segment registers
250         as feature.
251
252 2017-01-24  Simon Marchi  <simon.marchi@ericsson.com>
253
254         * python.texi (Events In Python): Fix typo.
255
256 2017-01-20  Mike Wrighton  <mike_wrighton@codesourcery.com>
257             Luis Machado  <lgustavo@codesourcery.com>
258
259         * gdb.texinfo (-target-flash-erase): New MI command description.
260         (flash-erase): New CLI command description.
261
262 2017-01-04  John Baldwin  <jhb@FreeBSD.org>
263
264         * gdb.texinfo (Contributors): Add SRI International and University
265         of Cambridge for FreeBSD/mips.
266
267 2016-12-22  Doug Evans  <xdje42@gmail.com>
268
269         * gdb.texinfo (Symbols): Update docs for symbol printing maintenance
270         commands.
271
272 2016-12-02  Pedro Alves  <palves@redhat.com>
273
274         * gdb.texinfo (User-defined Commands): Limit on number of
275         arguments passed to user-defined commands removed; update.
276
277 2016-12-02  Pedro Alves  <palves@redhat.com>
278
279         PR cli/20559
280         * gdb.texinfo (Define): Add example of using "eval" to process a
281         variable number of arguments.
282         (Output) <eval>: Add anchor.
283
284 2016-11-30  Simon Marchi  <simon.marchi@polymtl.ca>
285
286         * Makefile.in: Likewise.
287
288 2016-11-18  Andreas Arnez  <arnez@linux.vnet.ibm.com>
289
290         * gdb.texinfo (GDB/MI Async Records): Add missing comma after
291         xref.
292
293 2016-10-29  Pedro Alves  <palves@redhat.com>
294
295         * gdb.texinfo (Packets) <vCont>: Remove mention of default
296         actions.
297
298 2016-10-26  Pedro Alves  <palves@redhat.com>
299
300         * gdb.texinfo (Packets): Clarify vCont packets with multiple
301         actions that match a thread, and what happens when an action
302         matches a thread that is already running.
303
304 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
305
306         * gdb.texinfo (Using Trace Files): Fix typo.
307         (GDB/MI Tracepoint Commands): Likewise.
308
309 2016-10-14  Simon Marchi  <simon.marchi@ericsson.com>
310
311         * gdb.texinfo (GDB/MI Tracepoint Commands): Document -ctf switch
312         of -trace-save.
313
314 2016-10-06  Tom Tromey  <tom@tromey.com>
315
316         * guile.texi (Types In Guile): Remove Java mentions.
317         * python.texi (Types In Python): Remove Java mentions.
318         * gdb.texinfo (Address Locations, Supported Languages)
319         (Index Section Format): Remove Java mentions.
320
321 2016-08-15  Doug Evans  <dje@google.com>
322
323         * gdb.texinfo (Target Description Format): Update docs on "end"
324         field spec and field default type.
325
326 2016-10-03  Antoine Tremblay  <antoine.tremblay@ericsson.com>
327 2016-10-03  Simon Marchi  <simon.marchi@ericsson.com>
328
329         PR gdb/20487
330         * gdb.texinfo (Context management): Update mention of frame
331         change notifications.
332         (gdb/mi Async Records): Document frame field in
333         =thread-select event.
334         * observer.texi (GDB Observers): New user_selected_context_changed
335         observer.
336
337 2016-09-28  Tom Tromey  <tom@tromey.com>
338
339         * gdb.texinfo (Packets) <z0>: Use "software breakpoint" rather
340         than "memory breakpoint".  Further document "kind".  Move
341         protocol-details link earlier.
342         <z1>: Document the cmd_list argument.  Fix typo.
343         <g>: Remove incorrect sentence.
344         (Stop Reply Packets): Document "OK" response to requests when in
345         non-stop mode.
346         <swbreak>: Use "software breakpoint" rather than "memory
347         breakpoint".
348         <create>: Document that "R" is ignored.
349         <W, X, w>: Document formatting of "AA".
350         (Notification Packets): Use "%Stop", not "%%Stop".
351
352 2016-09-21  Anton Kolesov  <anton.kolesov@synopsys.com>
353
354         * gdb.texinfo (Embedded Processors): Document ARC.
355         (Synopsys ARC): New section.
356         (Standard Target Features): Document ARC features.
357         (ARC Features): New section.
358
359 2016-09-21  Simon Marchi  <simon.marchi@ericsson.com>
360
361         * .gitignore: New file.
362
363 2016-08-24  Simon Marchi  <simon.marchi@ericsson.com>
364
365         * gdb.texinfo (Input/Output): Mention possibility to unset
366         inferior-tty.
367
368 2016-07-25  Tim Wiederhake  <tim.wiederhake@intel.com>
369
370         * gdb.texinfo: Resume btrace on reconnect.
371
372 2016-07-23  Gabriel Krisman Bertazi  <gabriel@krisman.be>
373
374         * gdb.texinfo (Set Catchpoints): Add 'group' argument to catch
375         syscall.
376
377 2016-06-30  Руслан Ижбулатов  <lrn1986@gmail.com>
378
379         * gdb.texinfo (Cygwin Native): Document the new 'signal-event'
380         command.
381
382 2016-07-13  Tom Tromey  <tom@tromey.com>
383
384         PR python/15620, PR python/18620:
385         * python.texi (Events In Python): Document new breakpoint events.
386
387 2016-07-13  Tom Tromey  <tom@tromey.com>
388
389         PR python/17698:
390         * python.texi (Breakpoints In Python): Document
391         Breakpoint.pending.
392
393 2016-07-13  Tom Tromey  <tom@tromey.com>
394
395         * python.texi (Breakpoints In Python): Move table of types and
396         table of watchpoint types earlier in node.
397
398 2016-07-12  Tom Tromey  <tom@tromey.com>
399
400         PR python/19293:
401         * python.texi (Frames In Python): Document
402         gdb.invalidate_cached_frames.
403
404 2016-06-21  Pedro Alves  <palves@redhat.com>
405
406         * gdb.texinfo (Interpreters): Update intepreter-exec section,
407         document new-ui and explain use case.
408
409 2016-06-17  Yan-Ting Lin  <currygt52@gmail.com>
410
411         * gdb.texinfo (Standard Target Features): Document NDS32 features.
412         (NDS32 Features): New Section.
413
414 2016-06-09  Toshihito Kikuchi  <k.toshihito@yahoo.de>
415
416         * gdb.texinfo (Examining Memory): Document negative repeat
417         count in the 'x' command.
418
419 2016-06-06  Simon Marchi  <simon.marchi@ericsson.com>
420
421         * gdb.texinfo (GDB/MI Async Records): Document method and
422         format fields in =record-started.
423         * observer.texi (record_changed): Add method and format
424         parameters.
425
426 2016-05-27  Eli Zaretskii  <eliz@gnu.org>
427
428         * gdb.texinfo (General Query Packets): Move the description of the
429         response before the long list of the specific 'read' and 'write'
430         requests.
431
432 2016-05-23  Tom Tromey  <tom@tromey.com>
433
434         * python.texi (Basic Python): Document gdb.breakpoints return.
435
436 2016-05-24  Tom Tromey  <tom@tromey.com>
437
438         PR gdb/19194:
439         * gdb.texinfo (gdb man): Fix typo.
440
441 2016-05-17  Tom Tromey  <tom@tromey.com>
442
443         * gdb.texinfo (Supported Languages): Mention Rust.  Update menu.
444         (Rust): New node.
445
446 2016-05-17  Tom Tromey  <tom@tromey.com>
447
448         * gdb.texinfo (Maintenance Commands): Document "maint selftest".
449
450 2016-04-27  Yao Qi  <yao.qi@linaro.org>
451
452         * gdb.texinfo (tfind): Complete doc about tfind without
453         argument.
454
455 2016-04-13  Antoine Tremblay  <antoine.tremblay@ericsson.com>
456
457         * agentexpr.texi (byte): Fix zero_ext description.
458
459 2016-03-31  Pedro Alves  <palves@redhat.com>
460
461         * gdb.texinfo (M32R/SDI): Delete node.
462         (MIPS Embedded): Remove references to the MIPS remote debugging
463         protocol, PMON and variants, and the associated commands.
464
465 2016-03-15  Doug Evans  <dje@google.com>
466
467         * gdb.texinfo (Target Descriptions): New menu item "Enum Target Types".
468         (Target Description Format): Mention enum types.  Update docs on
469         flags types.
470         (Predefined Target Types): Add "bool".
471         (Enum Target Types): New node.
472
473 2016-03-15  Pedro Alves  <palves@redhat.com>
474
475         * gdb.texinfo (Tracepoint Actions): Fix typo.
476
477 2016-03-15  Pedro Alves  <palves@redhat.com>
478             Andreas Arnez  <arnez@linux.vnet.ibm.com>
479             Marcin Kościelnicki  <koriakin@0x04.net>
480
481         * gdb.texinfo (Tracepoint Actions): Document possible
482         unreliability of '$_ret'.
483
484 2016-03-11  Andrew Burgess  <andrew.burgess@embecosm.com>
485
486         * gdb.texinfo (Symbols): Document new 'maint info line-table'
487         command.
488
489 2016-03-10  Simon Marchi  <simon.marchi@polymtl.ca>
490
491         * gdb.texinfo (Convenience Functions): Document $_as_string.
492
493 2016-02-23  Doug Evans  <dje@google.com>
494
495         * gdb.texinfo (Skipping Over Functions and Files): Document new
496         options to "skip" command.  Update docs of output of "info skip".
497
498 2016-02-18  Walfred Tedeschi  <walfred.tedeschi@intel.com>
499
500         * gdb.texinfo (Signals): Add bound violation display hints for
501         a SIGSEGV.
502
503 2016-02-18  Marcin Kościelnicki  <koriakin@0x04.net>
504
505         * gdb.texinfo (Trace File Format): Add documentation for description
506         section lines.
507
508 2016-02-10  Marcin Kościelnicki  <koriakin@0x04.net>
509
510         * gdb.texinfo (Trace File Format): Remove misleading information
511         about register block ordering.
512
513 2016-02-01  Doug Evans  <dje@google.com>
514
515         * gdb.texinfo (Value Sizes): Fix typo.
516
517 2016-02-01  Doug Evans  <dje@google.com>
518
519         * gdb.texinfo (Skipping Over Functions and Files): Fix typo.
520
521 2016-02-01  Andrew Burgess  <andrew.burgess@embecosm.com>
522
523         * gdb.texinfo (Value Sizes): New section.
524         (Data): Add the 'Value Sizes' node to the menu.
525
526 2016-01-26  John Baldwin  <jhb@FreeBSD.org>
527
528         * gdb.texinfo (Debugging Output): Fix subject verb disagreements.
529
530 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
531
532         * gdb.texinfo (Debugging Output): Document "set/show debug fbsd-lwp".
533
534 2016-01-18  Pedro Alves  <palves@redhat.com>
535
536         * gdb.texinfo (Threads): Mention that GDB displays the ID and name
537         of the thread that hit a breakpoint or received a signal.
538
539 2016-01-15  Pedro Alves  <palves@redhat.com>
540
541         * gdb.texinfo (Threads) <thread ID lists>: Document star ranges.
542
543 2016-01-13  Pedro Alves  <palves@redhat.com>
544
545         * gdb.texinfo (Threads): Document the $_gthread convenience
546         variable.
547         (Convenience Vars): Likewise.
548
549 2016-01-13  Pedro Alves  <palves@redhat.com>
550
551         * gdb.texinfo (Threads): Document "info threads -gid".
552
553 2016-01-13  Pedro Alves  <palves@redhat.com>
554
555         * python.texi (Breakpoints In Python) <Breakpoint.thread>: Add
556         anchor.
557         (Threads In Python): Document new InferiorThread.global_num
558         attribute.
559
560 2016-01-07  Pedro Alves  <palves@redhat.com>
561
562         * gdb.texinfo (Threads): Document per-inferior thread IDs,
563         qualified thread IDs, global thread IDs and thread ID lists.
564         (Set Watchpoints, Thread-Specific Breakpoints): Adjust to refer to
565         thread IDs.
566         (Convenience Vars): Document the $_thread convenience variable.
567         (Ada Tasks): Adjust to refer to thread IDs.
568         (GDB/MI Async Records, GDB/MI Thread Commands, GDB/MI Ada Tasking
569         Commands, GDB/MI Variable Objects): Update to mention global
570         thread IDs.
571         * guile.texi (Breakpoints In Guile)
572         <breakpoint-thread/set-breakpoint-thread breakpoint>: Mention
573         global thread IDs instead of thread IDs.
574         * python.texi (Threads In Python): Adjust documentation of
575         InferiorThread.num.
576         (Breakpoint.thread): Mention global thread IDs instead of thread
577         IDs.
578
579 2016-01-13  Pedro Alves  <palves@redhat.com>
580
581         * python.texi (Threads In Python): Document
582         InferiorThread.inferior.
583
584 2016-01-13  Pedro Alves  <palves@redhat.com>
585
586         * gdb.texinfo (Inferiors and Programs): Document the $_inferior
587         convenience variable.
588         (Convenience Vars): Likewise.
589
590 2016-01-12  Josh Stone  <jistone@redhat.com>
591             Philippe Waroquiers  <philippe.waroquiers@skynet.be>
592
593         * gdb.texinfo (Remote Configuration): List the QCatchSyscalls packet.
594         (Stop Reply Packets): List the syscall entry and return stop reasons.
595         (General Query Packets): Describe QCatchSyscalls, and add it to the
596         table and the detailed list of stub features.
597
598 2016-01-12  Pedro Alves  <palves@redhat.com>
599
600         Remove use of the registered trademark symbol throughout.
601
602 2016-01-12  Yao Qi  <yao.qi@linaro.org>
603
604         * gdb.texinfo (Interrupts): Update the document on handling
605         interrupt when program is stopped.
606
607 2015-12-11  Don Breazeal  <donb@codesourcery.com>
608
609         * gdb.texinfo (Forks): Correct Linux kernel version where
610         fork and exec events are supported, add notes about support
611         of these events in target remote mode.
612         (Connecting): Reorganize and clarify distinctions between
613         target remote, extended-remote, and multiprocess.
614         Reorganize related text from separate sections into new
615         sections.
616         (Server): Note effects of target extended-remote mode.
617         Delete section on Multi-Process Mode for gdbserver.
618         Move some text to "Connecting" node.
619
620 2015-12-10  Pedro Alves  <palves@redhat.com>
621
622         * gdb.texinfo (Threads): Replace warning with explanation
623         about single-threaded programs.
624
625 2015-12-10  Pedro Alves  <palves@redhat.com>
626
627         * gdb.texinfo (Threads): Remove mention of SGI.
628         (Forks): Remove mention of HP-UX.
629         (Breakpoints): Remove mention of HP-UX.
630         (Set Watchpoints) <hardware watchpoints>: Don't mention HP-UX.
631         Reword in terms of architectures.
632         (Set Catchpoints) <catch exec, catch fork, catch vfork>: Don't
633         mention supported systems.
634         (Convenience Vars): Don't mention HP-UX.
635         (Jumping): Remove mention of HP-UX in comment.
636         (Files) <shared libraries>: Update supported shared library types
637         list.  Remove mention of HP-UX.
638         (Native): Remove HP-UX subsection.
639         (SVR4 Process Information): Remove mention of HP-UX.
640
641 2015-12-10  Pedro Alves  <palves@redhat.com>
642
643         * gdb.texinfo (Stack): Reorder menu.
644
645 2015-12-09  Luis Machado  <lgustavo@codesourcery.com>
646
647         * gdb.texinfo (GDB/MI Variable Objects): Update text to mention
648         -var-set-format's new zero-hexadecimal format.
649
650 2015-12-08  Pierre-Marie de Rodat  <derodat@adacore.com>
651
652         * gdb.texinfo (Ada Mode Into): Move overloading support
653         description to its own node.
654         (Overloading support for Ada): New node.
655
656 2015-11-30  Pedro Alves  <palves@redhat.com>
657
658         PR 14618
659         * gdb.texinfo (Stop Reply Packets): Document the N stop reply.
660         (Remote Configuration): Add the "set/show remote
661         no-resumed-stop-reply" to the available settings table.
662         (General Query Packets): Document the "no-resumed" qSupported
663         feature.
664
665 2015-11-30  Pedro Alves  <palves@redhat.com>
666
667         * gdb.texinfo (Remote Configuration): List "set/show remote
668         thread-events" command in configuration table.
669         (Stop Reply Packets): Document "T05 create" stop
670         reason and 'w' stop reply.
671         (General Query Packets): Document QThreadEvents packet.  Document
672         QThreadEvents qSupported feature.
673
674 2015-11-30  Pedro Alves  <palves@redhat.com>
675
676         * gdb.texinfo (Bootstrapping): Add "interrupting remote targets"
677         anchor.
678         (Packets): Document vCtrlC.
679
680 2015-11-26  Simon Marchi  <simon.marchi@ericsson.com>
681
682         * gdb.texinfo (Thread List Format): Mention thread names.
683
684 2015-11-24  Pedro Alves  <palves@redhat.com>
685
686         PR 17539
687         * gdb.texinfo (Inferiors and Programs): Adjust "maint info
688         program-spaces" example to ascending order listing.
689         (Threads): Adjust "info threads" example to ascending order
690         listing.
691         (Forks): Adjust "info inferiors" example to ascending order
692         listing.
693
694 2015-11-04  Markus Metzger  <markus.t.metzger@intel.com>
695
696         * gdb.texinfo (Process Record and Replay): Document "record
697         instruction-history" modifiers.
698
699 2015-10-12  Andrew Burgess  <andrew.burgess@embecosm.com>
700
701         * gdb.texinfo (Frames): Remove 'frame' and 'select-frame'
702         description.
703         (Frame Filter Management): Move to later in the 'Examining the
704         Stack' chapter.
705         (Selection): Add entry for 'select-frame'.
706
707 2015-09-25  Doug Evans  <dje@google.com>
708
709         * gdb.texinfo (Process Record and Replay): Fix syntax of
710         "record instruction-history begin, end" and
711         "record function-call-history begin, end".
712
713 2015-09-22  Simon Marchi  <simon.marchi@ericsson.com>
714
715         * gdb.texinfo (Specifying Source Directories): Fix
716         substitute-path example.
717
718 2015-09-18  Markus Metzger  <markus.t.metzger@intel.com>
719
720         * gdb.texinfo (All-Stop Mode): Describe new scheduler-locking mode.
721
722 2015-09-15  Pedro Alves  <palves@redhat.com>
723
724         PR remote/18965
725         * gdb.texinfo (Stop Reply Packets): Revert previous change to
726         the vforkdone description.
727
728 2015-09-15  Pedro Alves  <palves@redhat.com>
729
730         PR remote/18965
731         * gdb.texinfo (Stop Reply Packets): Explain that vforkdone's 'r'
732         part indicates the thread ID of the parent process.
733
734 2015-09-15  Yao Qi  <yao.qi@linaro.org>
735
736         * gdb.texinfo (General Query Packets): Add vContSupported to
737         tables of 'gdbfeatures' and 'stub features' supported in the
738         qSupported packet, as well as to the list containing stub
739         feature details.
740
741 2015-09-11  Don Breazeal  <donb@codesourcery.com>
742
743         * gdb.texinfo (Remote Configuration): Add exec event
744         feature to table of packet settings.
745         (Stop Reply Packets): Add exec events to the list of stop
746         reasons.
747         (General Query Packets): Add exec events to tables of
748         'gdbfeatures' and 'stub features' supported in the qSupported
749         packet, as well as to the list containing stub feature
750         details.
751
752 2015-08-24  Pedro Alves  <palves@redhat.com>
753
754         * gdb.texinfo (Remote Configuration): Document the "set/show
755         remote multiprocess-extensions-packet" commands.
756
757 2015-08-24  Pedro Alves  <palves@redhat.com>
758
759         * gdb.texinfo (Embedded Processors) <ARM>: Remove references to RDI.
760         <M32R>: Remove references to M32R/D.
761         <M68K>: Remove references to target dbug.
762         <MIPS Embedded>: Remove references to target r3900 and target
763         array.
764         <PowerPC Embedded>: Remove references to target dink32 and target
765         ppcbug, target sds
766         <PA, Sparclet, Sparclite, Z8000>: Delete nodes.
767
768 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
769
770         * gdb.texinfo (GDB Files): Add 'File Caching' menu entry.
771
772 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
773
774         * gdb.texinfo (File Caching): Document "set/show debug bfd-cache".
775
776 2015-08-18  Andrew Burgess  <andrew.burgess@embecosm.com>
777
778         * gdb.texinfo (Maintenance Commands): Move documentation of "main
779         info bfds" to...
780         (File Caching): A New section.  Outline bfd caching, and add new
781         description for "main set/show bfd-sharing".
782
783 2015-08-14  Doug Evans  <xdje42@gmail.com>
784
785         * gdb.texinfo (Machine Code): Update docs for mixed source/assembly
786         disassembly.
787         (GDB/MI Data Manipulation): Update docs for new disassembly modes.
788
789 2015-08-11  Keith Seitz  <keiths@redhat.com>
790
791         * gdb.texinfo (Thread-Specific Breakpoints, Printing Source Lines):
792         Use "location(s)"instead of "linespec(s)".
793         (Specifying a Location): Rewrite.
794         Add subsections describing linespec, address, and explicit locations.
795         Add node/menu for each subsection.
796         (Source and Machine Code, C Preprocessor Macros)
797         (Create and Delete Trace points)
798         (Extensions for Ada Tasks): Use "location(s)" instead of "linespec(s)".
799         (Continuing at a Different Address): Remove "linespec" examples.
800         Add reference to "Specify a Location"
801         (The -break-insert Command): Rewrite.  Add anchor.
802         Add reference to appropriate manual section discussing locations.
803         (The -dprintf-insert Command): Refer to -break-insert for
804         specification of 'location'.
805
806 2015-08-07  Pedro Alves  <palves@redhat.com>
807
808         * gdb.texinfo (Maintenance Commands): Document "maint set/show
809         target-non-stop".
810
811 2015-08-07  Markus Metzger  <markus.t.metzger@intel.com>
812
813         * gdb.texinfo (Process Record and Replay): Document prefixing of
814         speculatively executed instructions in the "record instruction-history"
815         command.
816
817 2015-07-20  Doug Evans  <dje@google.com>
818
819         * Makefile.in (STABS_DOC_BUILD_INCLUDES): Add gdb-cfg.texi, GDBvn.texi.
820
821 2015-07-16  Doug Evans  <dje@google.com>
822
823         * stabs.texinfo: @include gdb-cfg.texi.
824
825 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
826
827         Revert the previous 2 commits:
828         gdbserver build-id attribute generator
829         Validate symbol file using build-id
830
831 2015-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
832
833         * gdb.texinfo (Files): Add 'set validate-build-id'
834         and 'show validate-build-id'.
835
836 2015-07-15  Aleksandar Ristovski  <aristovski@qnx.com
837             Jan Kratochvil  <jan.kratochvil@redhat.com>
838
839         gdbserver build-id attribute generator.
840         * gdb.texinfo (Library List Format for SVR4 Targets): Add
841         'build-id' in description, example, new attribute in dtd.
842
843 2015-07-08  Andrew Burgess  <andrew.burgess@embecosm.com>
844
845         * gdb.texinfo (Selection): Update documentation for 'frame'
846         command.
847
848 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
849
850         * gdb.texinfo (Maintenance Commands): Document "maint btrace"
851         commands.
852
853 2015-07-02  Markus Metzger  <markus.t.metzger@intel.com>
854
855         * gdb.texinfo (Process Record and Replay): Spell out that variables
856         and registers are not available during btrace replay.
857         Describe the new "record btrace pt" command.
858         Describe the new "set|show record btrace pt buffer-size" options.
859         (General Query Packets): Describe the new Qbtrace:pt and
860         Qbtrace-conf:pt:size packets.
861         Expand "bts" to "Branch Trace Store".
862         Update the branch trace DTD.
863
864 2015-06-26  Patrick Palka  <patrick@parcs.ath.cx>
865
866         * gdb.texinfo (Command History): Document the new option
867         "history remove-duplicates".
868
869 2015-06-19  Doug Evans  <dje@google.com>
870
871         * stabs.texinfo (ELF Linker Relocation): Mention Sun stabs is no
872         longer supported.
873
874 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
875
876         * gdb.texinfo (Command History): Mention that setting
877         GDBHISTSIZE to the empty string disables history truncation.
878
879 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
880
881         PR gdb/16999
882         * gdb.texinfo (Command History): Mention new GDBHISTSIZE
883         behavior.
884
885 2015-06-17  Patrick Palka  <patrick@parcs.ath.cx>
886
887         * gdb.texinfo (Command History): Replace occurrences of HISTSIZE
888         with GDBHISTSIZE.
889
890 2015-06-15  Simon Marchi  <simon.marchi@ericsson.com>
891
892         * gdb.texinfo (GDB/MI Data Manipulation): Clarify usage of
893         bytes and memory units for -data-{read,write}-memory-bytes.
894         (Packets): Same for m, M and X packets.
895         * python.texi (Inferiors In Python): Same for read_memory and
896         write_memory.
897
898 2015-06-10  Jon Turney  <jon.turney@dronecode.org.uk>
899
900         * gdb.texinfo (Separate Debug Files): Document that PE is also
901         supported.
902
903 2015-06-13  Andrew Burgess  <andrew.burgess@embecosm.com>
904
905         * gdb.texinfo (TUI Commands): Bring all 'tui reg' commands into a
906         single table entry.
907
908 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
909
910         * gdb.textinfo (i386): Fix "@end table" end and "@table" placement.
911
912
913 2015-06-10  Gary Benson <gbenson@redhat.com>
914
915         * gdb.texinfo (Remote Configuration): Document the
916         "set/show remote hostio-setfs-packet" command.
917         (Host I/O Packets): Document the vFile:setfs packet.
918
919 2015-06-10  Gary Benson <gbenson@redhat.com>
920
921         * gdb.texinfo (Debugging Output): Document the "set/show debug
922         linux-namespaces" command.
923
924 2015-06-10  Walfred Tedeschi  <walfred.tedeschi@intel.com>
925             Mircea Gherzan  <mircea.gherzan@intel.com>
926
927         * gdb.texinfo (i386): Add documentation about "show mpx bound"
928         and "set mpx bound".
929
930 2015-05-27  Doug Evans  <dje@google.com>
931
932         * gdb.texinfo (Debugging Output): Mention set/show debug dwarf-line.
933
934 2015-05-26  Doug Evans  <dje@google.com>
935
936         * gdb.texinfo (Debugging Output): Update for DWARF "set debug"
937         command renamings.
938         (Maintenance Commands): Update for DWARF "set debug" command renamings.
939
940 2015-05-26  Andrew Burgess  <andrew.burgess@embecosm.com>
941
942         * gdb.texinfo (TUI Commands): Add 'tui reg prev' details.
943
944 2015-05-22  Andrew Burgess  <andrew.burgess@embecosm.com>
945
946         * gdb.texinfo (TUI): Include 'tui enable' in the introduction.
947         (TUI Commands): Add 'tui enable' and 'tui disable' details.
948
949 2015-05-16  Doug Evans  <xdje42@gmail.com>
950
951         * guile.texi (Memory Ports in Guile): Document support for unbuffered
952         memory ports.
953
954 2015-05-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
955
956         * gdb.texinfo (Compiling and Injecting Code): Add compile print.
957
958 2015-05-12  Don Breazeal  <donb@codesourcery.com>
959
960         * gdb.texinfo (Forks): Note that fork debugging is
961         supported in extended mode.
962         (Remote Configuration): Add fork event features to table
963         of packet settings.
964         (Stop Reply Packets): Add fork events to list of stop reasons.
965         (General Query Packets): Add fork events to tables of
966         'gdbfeatures' and 'stub features' supported in the qSupported
967         packet, as well as to the list containing stub feature
968         details.
969
970 2015-05-12  Gary Benson <gbenson@redhat.com>
971
972         * gdb.texinfo (General Query Packets): Document
973         qXfer:exec-file:read with empty annex.
974
975 2015-05-09  Siva Chandra Reddy  <sivachandra@google.com>
976
977         * python.texi (Values From Inferior): Add descriptions of new
978         methods gdb.Value.reference_value and gdb.Value.const_value.
979
980 2015-05-06  Joel Brobecker  <brobecker@adacore.com>
981
982         * gdb.texinfo (Files): Add "info dll" documentation.
983         (Cygwin Native): Remove "info dll" documentation.
984
985 2015-04-29  Doug Evans  <dje@google.com>
986
987         * python.texi (Xmethod API) <gdb.XMethodWorker.get_result_type>:
988         Document.
989         (Writing an Xmethod): Add get_result_type to example.
990
991 2015-04-28  Sasha Smundak  <asmundak@google.com>
992
993         * python.texi: New method documented.
994
995 2015-04-24  Andrew Burgess  <andrew.burgess@embecosm.com>
996
997         * gdb.texinfo (Dump/Restore Files): Add detail about verilog dump
998         format.
999
1000 2015-04-24  Doug Evans  <dje@google.com>
1001
1002         * python.texi (Xmethods In Python): Fix name of method to call the
1003         xmethod.
1004
1005 2015-04-17  Gary Benson <gbenson@redhat.com>
1006
1007         * gdb.texinfo (Connecting to a Remote Target): Mention that
1008         GDB can access program files from remote targets that support
1009         qXfer:exec-file:read and Host I/O packets.
1010
1011 2015-04-17  Gary Benson <gbenson@redhat.com>
1012
1013         * gdb.texinfo (Remote Configuration): Document the "set/show
1014         remote pid-to-exec-file-packet" command.
1015         (General Query Packets): Document the qXfer:exec-file:read
1016         qSupported features.  Document the qXfer:exec-file:read packet.
1017
1018 2015-04-17  Gary Benson <gbenson@redhat.com>
1019
1020         * gdb.texinfo (set sysroot): Document that "set sysroot" also
1021         applies to executable paths if supplied to GDB as absolute.
1022
1023 2015-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1024
1025         * gdb.texinfo (Mode Options): Remove -xdb.
1026
1027 2015-04-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
1028             Eli Zaretskii  <eliz@gnu.org>
1029
1030         * gdb.texinfo (Compiling and Injecting Code): Describe set debug
1031         compile, show debug compile.  New subsection Compilation options for
1032         the compile command.  New subsection Compiler search for the compile
1033         command.
1034
1035 2015-04-09  Andy Wingo  <wingo@igalia.com>
1036
1037         * guile.texi (Frames In Guile): Describe frame-read-register.
1038
1039 2015-04-02  Gary Benson <gbenson@redhat.com>
1040
1041         * gdb.texinfo (set sysroot): Document "target:".
1042
1043 2015-04-01  Sasha Smundak  <asmundak@google.com>
1044
1045         * doc/python.texi (Writing a Frame Unwinder in Python): Add
1046         section.
1047
1048 2015-03-31  Sergio Durigan Junior  <sergiodj@redhat.com>
1049
1050         PR corefiles/16092
1051         * gdb.texinfo (gcore): Mention new command 'set
1052         use-coredump-filter'.
1053         (set use-coredump-filter): Document new command.
1054
1055 2015-03-31  Antoine Tremblay  <antoine.tremblay@ericsson.com>
1056
1057         * gdb.texinfo (Operating System Auxiliary Information): Add info os cpus
1058         documentation, reorder the info os entries in alphabetical order.
1059
1060 2015-03-26  Simon Marchi  <simon.marchi@ericsson.com>
1061
1062         * gdb.texinfo (GDB/MI Data Manipulation): Fix copy-paste typo in
1063         -data-write-memory-bytes.
1064
1065 2015-03-24  Pedro Alves  <palves@redhat.com>
1066
1067         * gdb.texinfo (test_step) <set scheduler-locking step>: No longer
1068         mention that threads may sometimes run unlocked.
1069
1070 2015-03-23  Yurij Grechishhev  <yurij.grechishhev@gmail.com>
1071
1072         * gdb.texinfo (Remote configuration): Document "set/show
1073         serial parity" command.
1074
1075 2015-03-18  Gary Benson <gbenson@redhat.com>
1076
1077         * gdb.texinfo (General Query Packets): Remove documentation
1078         for now-removed vFile:fstat qSupported features.
1079
1080 2015-03-11  Gary Benson <gbenson@redhat.com>
1081
1082         * gdb.texinfo (Remote Configuration): Document the
1083         "set/show remote hostio-fstat-packet" command.
1084         (General Query Packets): Document the vFile:fstat
1085         qSupported features.
1086         (Host I/O Packets): Document the vFile:fstat packet.
1087
1088 2015-03-11  Andy Wingo  <wingo@igalia.com>
1089
1090         * guile.texi (Objfiles In Guile): Document objfile-progspace.
1091
1092 2015-03-04  Pedro Alves  <palves@redhat.com>
1093
1094         * gdb.texinfo (Remote Configuration): Document the "set/show
1095         remote swbreak-feature-packet" and "set/show remote
1096         hwbreak-feature-packet" commands.
1097         (Packets) <Z0>: Add cross link to the "swbreak" stop reason's
1098         decription.
1099         (Stop Reply Packets): Document the swbreak and hwbreak stop
1100         reasons.
1101         (General Query Packets): Document the swbreak and hwbreak
1102         qSupported features.
1103         (Remote Non-Stop): Explain that swbreak and hwbreak are required.
1104
1105 2015-03-03  Philippe Proulx  <eeppeliteloop@gmail.com>
1106
1107         * gdb.texinfo (gdb/mi Async Records): Fix duplicate syscall-entry
1108         under *stopped.
1109
1110 2015-03-02  Doug Evans  <xdje42@gmail.com>
1111
1112         * gdb.texinfo (Specify Location): Fix syntax of filename:function.
1113
1114 2015-03-02  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1115
1116         * gdb.texinfo (S/390 and System z Features): Describe new feature
1117         "org.gnu.gdb.s390.vx".
1118
1119 2015-02-23  Sergio Durigan Junior  <sergiodj@redhat.com>
1120
1121         PR gdb/18008
1122         * gdb.texinfo (maint internal-error, maint internal-warning, maint
1123         demangler-warning): Fix typo ("problam").
1124
1125 2015-02-19  David Taylor  <dtaylor@emc.com>
1126
1127         * agentexpr.texi (Bytecode Descriptions): Fix summary line for setv.
1128
1129 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1130
1131         * gdb.texinfo (Static Probe Points): Add cindex `static probe
1132         point, DTrace'.
1133         (Static Probe Points): Modified to cover DTrace probes in addition
1134         to SystemTap probes.  Also modified to cover the `enable probe'
1135         and `disable probe' commands.
1136
1137 2015-02-17  Jose E. Marchesi  <jose.marchesi@oracle.com>
1138
1139         * gdb.texinfo (Static Probe Points): Cover the `enable probe' and
1140         `disable probe' commands.
1141
1142 2015-02-12  David Taylor  <dtaylor@emc.com>
1143
1144         * gdb.texinfo (Tracepoint Packets): Document the builtin and name
1145         fields of the QTDV packet.
1146
1147 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1148
1149         * gdb.texinfo (Branch Trace Configuration Format): Add size.
1150         (Process Record and Replay): Describe new set|show commands.
1151         (General Query Packets): Describe Qbtrace-conf:bts:size packet.
1152
1153 2015-02-09  Markus Metzger  <markus.t.metzger@intel.com>
1154
1155         * gdb.texinfo (Process Record and Replay): Describe the "record
1156         btrace bts" command.
1157         (General Query Packets): Describe qXfer:btrace-conf:read packet.
1158         (Branch Trace Configuration Format): New.
1159
1160 2015-01-31  Gary Benson <gbenson@redhat.com>
1161             Doug Evans  <dje@google.com>
1162
1163         * gdb.texinfo (Command Completion): Document new
1164         "set/show max-completions" option.
1165
1166 2015-01-31  Doug Evans  <xdje42@gmail.com>
1167
1168         * gdb.texinfo (Symbols): Document new commands
1169         "maint print symbol-cache", "maint print symbol-cache-statistics",
1170         "maint flush-symbol-cache".  Document new option
1171         "maint set symbol-cache-size".
1172
1173 2015-01-31  Doug Evans  <xdje42@gmail.com>
1174
1175         * gdb.texinfo (dotdebug_gdb_scripts section): Update docs to
1176         distinguish script files vs inlined scripts.
1177         * python.texi (Python Auto-loading): Ditto.
1178
1179 2015-01-30  Doug Evans  <dje@google.com>
1180
1181         * gdb.texinfo (Symbols) <info source>: Output now contains producer
1182         string if present.
1183
1184 2015-01-27  Doug Evans  <dje@google.com>
1185
1186         * python.texi (Objfiles In Python): Document Objfile.username.
1187
1188 2015-01-27  Doug Evans  <dje@google.com>
1189
1190         * python.texi (Objfiles In Python) <Objfile.filename>: Improve docs.
1191         * guile.texi (Objfiles In Guile) <objfile-filename>: Improve docs.
1192
1193 2015-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
1194
1195         * gdb.texinfo (Threads): Describe -ascending for thread apply all.
1196
1197 2015-01-16  Eli Zaretskii  <eliz@gnu.org>
1198
1199         * doc/gdb.texinfo (TUI Commands): Document the possible
1200         values of NAME argument to 'winheight' command.  Explain the
1201         effect of 'tabset' setting better.
1202
1203 2015-01-11  Doug Evans  <xdje42@gmail.com>
1204
1205         PR gdb/15830
1206         * gdb.texinfo (Debugging C Plus Plus): Mention "demangle".
1207         (Symbols): Ditto.
1208         (Maintenance Commands): Delete docs for "maint demangle".
1209
1210 2014-12-31  Joel Brobecker  <brobecker@adacore.com>
1211
1212         * gdb.texinfo (Files): Remove documentation of the
1213         "add-shared-symbol-files" and "assf" commands.
1214         (Cygwin Native): Remove documentation of the "dll-symbols"
1215         command.
1216
1217 2014-12-17  Doug Evans  <xdje42@gmail.com>
1218
1219         * gdb.texinfo (Debugging Output): Document "debug symbol-lookup".
1220
1221 2014-12-12  Phil Muldoon  <pmuldoon@redhat.com>
1222             Jan Kratochvil  <jan.kratochvil@redhat.com>
1223
1224         * gdb.texinfo (Altering): Update.
1225         (Compiling and Injecting Code): New node.
1226
1227 2014-12-12  Doug Evans  <dje@google.com>
1228
1229         * python.texi (Objfiles In Python): Document gdb.lookup_objfile.
1230
1231 2014-12-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1232
1233         * gdb.texinfo: Document "maint print user-registers".
1234
1235 2014-12-08  Doug Evans  <dje@google.com>
1236
1237         * python.texi (Objfiles In Python): Document Objfile.owner.
1238
1239 2014-12-04  Doug Evans  <dje@google.com>
1240
1241         * python.texi (Objfiles In Python): Document
1242         Objfile.add_separate_debug_file.
1243
1244 2014-12-04  Doug Evans  <dje@google.com>
1245
1246         * python.texi (Objfiles In Python): Document Objfile.build_id.
1247
1248 2014-12-02  Nick Bull  <nicholaspbull@gmail.com>
1249
1250         * python.texi (Events In Python): Document new events
1251         InferiorCallPreEvent, InferiorCallPostEvent, MemoryChangedEvent
1252         and RegisterChangedEvent.
1253
1254 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1255
1256         Add add-auto-load-scripts-directory.
1257         * gdb.texinfo (Auto-loading): Add add-auto-load-scripts-directory link.
1258         (objfile-gdbdotext file): Add add-auto-load-scripts-directory.
1259
1260 2014-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
1261
1262         * gdb.texinfo (Auto-loading safe path): Fix add-auto-load-safe-path
1263         description typo.
1264
1265 2014-10-30  Doug Evans  <dje@google.com>
1266
1267         * python.texi (Progspaces In Python): Document ability to add
1268         random attributes to gdb.Progspace objects.
1269         (Objfiles In Python): Document ability to add random attributes to
1270         gdb.objfile objects.
1271
1272 2014-10-27  Pedro Alves  <palves@redhat.com>
1273
1274         * gdb.texinfo (Continuing and Stepping): Add cross reference to
1275         info on stepping and signal handlers.
1276         (Signals): Explain stepping and signal handlers.  Add context
1277         index entry, and cross references.
1278
1279 2014-10-20  Simon Marchi  <simon.marchi@ericsson.com>
1280
1281         * python.texi (Breakpoints In Python): Add parenthesis after
1282         Breakpoint.delete.  Clarify Breakpoint.enabled description so
1283         that it contains "disable".
1284
1285 2014-10-17  Doug Evans  <dje@google.com>
1286
1287         * python.texi (Events In Python): Document clear_objfiles event.
1288
1289 2014-10-17  Doug Evans  <dje@google.com>
1290
1291         * python.texi (Objfiles In Python): Document new progspace attribute.
1292
1293 2014-10-17  Pedro Alves  <palves@redhat.com>
1294
1295         * gdb.texinfo (Ada Tasks and Core Files): Delete mention of Tru64.
1296         (SVR4 Process Information): Delete mention of OSF/1.
1297
1298 2014-10-01  Simon Marchi  <simon.marchi@ericsson.com>
1299
1300         * gdb.texinfo (Miscellaneous gdb/mi Commands): Document new
1301         exit-code field in -list-thread-groups output.
1302
1303 2014-09-22  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
1304
1305         * gdb.texinfo (Set Breaks): Add missing "@end table".
1306
1307 2014-09-22  Pedro Alves  <palves@redhat.com>
1308
1309         * gdb.texinfo (Set Breaks): Document that "set breakpoint
1310         always-inserted off" is the default mode now.  Delete
1311         documentation of "set breakpoint always-inserted auto".
1312
1313 2014-09-18  Doug Evans  <dje@google.com>
1314
1315         * python.texi (Symbol Tables In Python): Document "producer"
1316         attribute of gdb.Symtab objects.
1317
1318 2014-09-16  Pedro Alves  <palves@redhat.com>
1319
1320         * gdb.texinfo (Starting) <run command>: Don't mention VxWorks.
1321         (Embedded OS): Remove VxWorks menu entry.
1322         (VxWorks): Remove node.
1323
1324 2014-09-13  Doug Evans  <xdje42@gmail.com>
1325
1326         * gdb.texinfo (Signaling): Document new queue-signal command.
1327
1328 2014-09-06  Doug Evans  <xdje42@gmail.com>
1329
1330         PR 15276
1331         * gdb.texinfo (Convenience Funs): Document $_caller_is,
1332         $_caller_matches, $_any_caller_is, $_any_caller_matches.
1333
1334 2014-09-03  Justin Lebar <jlebar@google.com>
1335
1336         * python.texi (Types In Python): Type.template_argument(n) returns a
1337         gdb.Value or a gdb.Type and throws an exception if n is out of
1338         range.
1339
1340 2014-09-03  Sasha Smundak  <asmundak@google.com>
1341
1342         * python.texi (Frames in Python): Add read_register description.
1343
1344 2014-08-04  Tom Tromey  <tromey@redhat.com>
1345
1346         * gdb.texinfo (Debugging Output): Update for change to "set debug
1347         target".
1348
1349 2014-08-01  Masaki Muranaka  <monaka@monami-software.com>
1350
1351         Pushed by Joel Brobecker  <brobecker@adacore.com>.
1352         * Makefile.in (transform): New variable.
1353         (install-man1, install-man5): Apply $(transform) to man file names.
1354
1355 2014-07-26  Doug Evans  <xdje42@gmail.com>
1356
1357         PR guile/17177
1358         * guile.texi (Guile Pretty Printing API): Fix typo.
1359         Document set-pretty-printers!, pretty-printers.
1360         (Selecting Guile Pretty-Printers): Update.
1361         Mention program-space based pretty-printers.
1362
1363 2014-07-25  Pedro Alves  <palves@redhat.com>
1364             Eli Zaretskii  <eliz@gnu.org>
1365
1366         * gdb.texinfo (Signaling) <signal command>: Explain what happens
1367         with multi-threaded programs.
1368
1369 2014-06-27  Yao Qi  <yao@codesourcery.com>
1370
1371         * gdb.texinfo (Maintenance Commands): Update the output of
1372         'maint print dummy-frames' command.
1373
1374 2014-06-24  Eli Zaretskii  <eliz@gnu.org>
1375
1376         * gdb.texinfo (Screen Size): Improve indexing.
1377
1378 2014-06-19  Gary Benson  <gbenson@redhat.com>
1379
1380         * gdb.texinfo (Maintenance Commands): Document new
1381         "maint set/show catch-demangler-crashes" option.
1382
1383 2014-06-19  Gary Benson  <gbenson@redhat.com>
1384
1385         * gdb.texinfo (Maintenance Commands): Document new
1386         "maint demangler-warning" command and new
1387         "maint set/show demangler-warning" option.
1388
1389 2014-06-09  Siva Chandra Reddy  <sivachandra@google.com>
1390
1391         * python.texi (Xmethod API): Add space before the opening
1392         parenthesis in function descriptions.
1393
1394 2014-06-06  Doug Evans  <xdje42@gmail.com>
1395
1396         * guile.texi (Guile Configuration): Document guile-data-directory.
1397
1398 2014-06-06  Mingjie Xing  <mingjie.xing@gmail.com>
1399
1400         * gdb.texinfo (Invoking GDB): Add -q and --quiet.
1401
1402 2014-06-04  Doug Evans  <xdje42@gmail.com>
1403
1404         * guile.texi (Breakpoints In Guile): Update.
1405
1406 2014-06-03  Joel Brobecker  <brobecker@adacore.com>
1407
1408         * python.texi (Xmethod API): Fix reference to "Progspaces In
1409         Python".
1410
1411 2014-06-03  Siva Chandra Reddy  <sivachandra@google.com>
1412
1413         *  python.texi (Xmethods In Python, XMethod API)
1414         (Writing an Xmethod): New nodes.
1415         (Python API): New menu entries "Xmethods In Python",
1416         "Xmethod API", "Writing an Xmethod".
1417
1418 2014-06-02  Doug Evans  <xdje42@gmail.com>
1419
1420         * guile.texi (Guile API): Add entry for Parameters In Guile.
1421         (GDB Scheme Data Types): Mention <gdb:parameter> object.
1422         (Parameters In Guile): New node.
1423
1424 2014-06-02  Doug Evans  <xdje42@gmail.com>
1425
1426         * guile.texi (Guile API): Add entry for Commands In Guile.
1427         (Basic Guile) <parse-and-eval>: Add reference.
1428         (Basic Guile) <string->argv>: Move definition to Commands In Guile.
1429         (GDB Scheme Data Types): Mention <gdb:command> object.
1430         (Commands In Guile): New node.
1431
1432 2014-06-02  Doug Evans  <xdje42@gmail.com>
1433
1434         * guile.texi (Guile API): Add entry for Progspaces In Guile.
1435         (GDB Scheme Data Types): Mention <gdb:progspace> object.
1436         (Progspaces In Guile): New node.
1437
1438 2014-05-30  Andrew Burgess  <aburgess@broadcom.com>
1439
1440         * guile.texi (Frames In Guile): Mention FRAME_UNWIND_MEMORY_ERROR.
1441         * python.texi (Frames In Python): Mention
1442         gdb.FRAME_UNWIND_MEMORY_ERROR.
1443
1444 2014-05-29  Pedro Alves  <palves@redhat.com>
1445             Tom Tromey  <tromey@redhat.com>
1446
1447         * gdb.texinfo (Non-Stop Mode): Remove "set target-async 1"
1448         from example.
1449         (Asynchronous and non-stop modes): Document '-gdb-set mi-async'.
1450         Mention that target-async is now deprecated.
1451         (Maintenance Commands): Document maint set/show target-async.
1452
1453 2014-05-29  Pedro Alves  <palves@redhat.com>
1454
1455         * observer.texi (sync_execution_done, command_error): New
1456         subjects.
1457
1458 2014-05-29  Pedro Alves  <palves@redhat.com>
1459
1460         PR gdb/13860
1461         * observer.texi (signal_received, end_stepping_range)
1462         (signal_exited, exited, no_history): New observer subjects.
1463
1464 2014-05-26  Andy Wingo  <wingo@igalia.com>
1465
1466         * guile.texi (GDB Scheme Data Types): Remove documentation for
1467         removed interfaces.  Update spelling of gdb-object-kind.
1468
1469 2014-05-26  Andy Wingo  <wingo@igalia.com>
1470
1471         * guile.texi (Basic Guile): Fix some typos.
1472
1473 2014-05-26  Andy Wingo  <wingo@igalia.com>
1474
1475         * guile.texi (Writing a Guile Pretty-Printer)
1476         (Guile Types Module): Fix excess parentheses in use-modules forms.
1477
1478 2014-05-24  Eli Zaretskii  <eliz@gnu.org>
1479
1480         * guile.texi (Types In Guile, Basic Guile, Frames In Guile)
1481         (Breakpoints In Guile, Guile Printing Module)
1482         (Guile Exception Handling, Values From Inferior In Guile)
1483         (Objfiles In Guile, Breakpoints In Guile, Memory Ports in Guile):
1484         Don't use @var at the beginning of a sentence.
1485
1486         * gdb.texinfo (Frame Filter Management, Trace Files)
1487         (C Operators, Ada Tasks, Calling, Bootstrapping, ARM)
1488         (PowerPC Embedded, Define, Annotations for Running)
1489         (IPA Protocol Commands, Packets, General Query Packets)
1490         (Tracepoint Packets, Notification Packets, Environment)
1491         (Inferiors and Programs, Set Breaks, Set Catchpoints)
1492         (Continuing and Stepping, Signals, Thread-Specific Breakpoints)
1493         (Frames, Backtrace, Selection, Expressions, Registers)
1494         (Trace State Variables, Built-In Func/Proc, Signaling, Files)
1495         (Numbers, GDB/MI Async Records, GDB/MI Data Manipulation)
1496         (Source Annotations, Using JIT Debug Info Readers, Packets)
1497         (Stop Reply Packets, Host I/O Packets)
1498         (Target Description Format): Don't use @var at the beginning of a
1499         sentence.
1500
1501         * python.texi (Basic Python, Types In Python)
1502         (Commands In Python, Frames In Python, Line Tables In Python)
1503         (Breakpoints In Python, gdb.printing, gdb.types)
1504         (Type Printing API): Don't use @var at the beginning of a
1505         sentence.
1506
1507 2014-05-23  Markus Metzger  <markus.t.metzger@intel.com>
1508
1509         * gdb.texinfo (Process Record and Replay): Document "set/show btrace
1510         replay-memory-access".
1511
1512 2014-05-21  Pedro Alves  <palves@redhat.com>
1513
1514         * gdb.texinfo (Starting): Document "set/show
1515         auto-connect-native-target".
1516         (Target Commands): Document "target native".
1517
1518 2014-05-20  Pedro Alves  <palves@redhat.com>
1519
1520         * gdb.texinfo (Memory) <compare-sections>: Generalize comments to
1521         not be remote specific.  Add cross reference to the qCRC packet.
1522         (Separate Debug Files): Update cross reference to the qCRC packet.
1523         (General Query Packets) <qCRC packet>: Add anchor.
1524
1525 2014-05-17  Doug Evans  <xdje42@gmail.com>
1526
1527         Copy over changes from guile.texi.
1528         * python.texi (Basic Python) <gdb.execute>: Add text.
1529         (Basic Python) <gdb.post_event>: Remove "main" from "main GDB thread".
1530         (Values From Inferior) <Python string>: Add text.
1531         (Values From Inferior) <Value.string>: Clarify string length handling.
1532         (Pretty Printing API): Add cindex.
1533         (Types In Python) <TYPE_CODE_*>: Use vtable instead of table.
1534         Remove unnecessary index of gdb.TYPE_CODE_*.  Replace @findex with
1535         @vindex.
1536         (Commands In Python) <COMPLETE_*>: Similarly.
1537         (Symbols In Python) <SYMBOL_*>: Similarly.
1538         (Breakpoints In Python) <WP_*>: Similarly.
1539         (Breakpoints In Python) <BP_*>: Similarly.
1540
1541 2014-05-17  David Taylor <dtaylor@emc.com>
1542
1543         * gdb.texinfo (General Query Packets): Add a note about thread IDs
1544         mentioned in the qfThreadInfo reply.
1545
1546 2014-05-16  Doug Evans  <dje@google.com>
1547
1548         * gdb.texinfo (Mode Options): Add -D.
1549
1550 2014-05-09  Samuel Bronson  <naesten@gmail.com>
1551
1552         * Makefile.in (PACKAGE): Copy from ../Makefile.in in case of
1553         "make -C".
1554
1555 2014-04-29  Tom Tromey  <tromey@redhat.com>
1556
1557         * gdb.texinfo (Debugging Output): Rename to "set debug varobj" and
1558         "show debug varobj".
1559
1560 2014-05-01  David Taylor  <dtaylor@emc.com>
1561
1562         * gdb.texinfo (compare-sections): Document the new -r (read-only)
1563         option.
1564
1565 2014-04-24  Michael Sturm  <michael.sturm@mintel.com>
1566             Walfred Tedeschi  <walfred.tedeschi@intel.com>
1567
1568         * gdb.texinfo (i386 Features): Add description of AVX512
1569         registers.
1570
1571 2014-03-31  Doug Evans  <dje@google.com>
1572
1573         * gdb.texinfo (Symbols): Document set/show print symbol-loading.
1574
1575 2014-03-30  Doug Evans  <dje@google.com>
1576
1577         * gdb.texinfo (Non-Stop Mode): Remove trailing whitespace.
1578         (Background Execution): Ditto.
1579
1580 2014-03-21  Pedro Alves  <palves@redhat.com>
1581             Stan Shebs  <stan@codesourcery.com>
1582             Hui Zhu  <hui@codesourcery.com>
1583
1584         * gdb.texinfo (Packets): Add anchor to "? packet".
1585         Remove fixme and update introduction of "k packet".
1586         Add anchor to "vKill packet".
1587
1588 2014-03-12  Stan Shebs  <stan@codesourcery.com>
1589
1590         * Doxyfile-gdb-api.in (INPUT): Add gdbtypes.h.
1591
1592 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
1593
1594         * guile.texi (Basic Guile): Document 'history-append!'.
1595
1596 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
1597
1598         * gdb.texinfo (Files): Document "add-shared-symbol-files"
1599         and "assf" as being deprecated.
1600         (Cygwin Native): Likewise for "dll-symbols".
1601         (Non-debug DLL Symbols): Remove reference to "dll-symbols"
1602         as a way to force the loading of symbols from a DLL.
1603
1604 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
1605
1606         * python.texi (Values From Inferior): Add description about the
1607         new feature.
1608
1609 2014-02-17  Doug Evans  <xdje42@gmail.com>
1610
1611         * Makefile.in (GDB_DOC_FILES): Add python.texi.
1612         * gdb.texinfo (Python): Moved to ...
1613         * python.texi: ... here.  New file.
1614
1615 2014-02-17  Ludovic Courtès  <ludo@gnu.org>
1616
1617         * guile.texi (Writing a Guile Pretty-Printer) <example>:
1618         Remove 'string-begins-with' procedure.  Add 'pretty-printer'
1619         parameter to 'str-lookup-function' procedure.  Look for
1620         the "std::string<" prefix.
1621         (Frames In Guile): Add 'frame' parameter to 'frame-read-var'.
1622         Adjust description.
1623
1624 2014-02-11  Tejas Belagod  <tejas.belagod@arm.com>
1625
1626         * guile.texi (Values From Inferior In Guile): Remove stray
1627         parantheses for deffn.
1628         (Disassembly In Guile): Ditto.
1629
1630 2014-02-10  Stan Shebs  <stan@codesourcery.com>
1631
1632         Add Doxygen support.
1633         * Makefile.in (doxy): New action, generates Doxygen files.
1634         (DOXYGEN): New.
1635         (doxyedit): New.
1636         * Doxyfile-base.in: New file.
1637         * Doxyfile-gdb-api.in: New file.
1638         * Doxyfile-gdb-xref.in: New file.
1639         * Doxyfile-gdbserver.in: New file.
1640         * doxy-index.in: New file.
1641         * filter-for-doxygen: New file.
1642         * filter-params.pl: New file.
1643
1644 2014-02-10  Doug Evans  <xdje42@gmail.com>
1645
1646         * Makefile.in (GDB_DOC_FILES): Add guile.texi.
1647         * gdb.texinfo (Auto-loading): Add set/show auto-load guile-scripts.
1648         (Extending GDB): New menu entries Guile, Multiple Extension Languages.
1649         (Guile docs): Include guile.texi.
1650         (objfile-gdbdotext file): Add objfile-gdb.scm.
1651         (dotdebug_gdb_scripts section): Mention Guile scripts.
1652         (Multiple Extension Languages): New node.
1653         * guile.texi: New file.
1654
1655 2014-01-28  Joel Brobecker  <brobecker@adacore.com>
1656
1657         * gdb.texinfo (Ada Glitches): Document the new "maint ada set/show
1658         ignore-descriptive-types". commands.
1659
1660 2014-01-22  Doug Evans  <dje@google.com>
1661
1662         * gdb.texinfo (Server): Mention --debug-format=all|none|timestamp.
1663         (gdbserver man): Ditto.
1664
1665 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1666
1667         * gdb.texinfo: Document limited reverse/replay support
1668         for target record-btrace.
1669
1670 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1671
1672         * gdb.texinfo (Process Record and Replay): Update documentation.
1673
1674 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
1675
1676         * gdb.texinfo (Process Record and Replay): Document new /c
1677         modifier accepted by "record function-call-history".
1678         Add /i modifier to "record function-call-history" example.
1679
1680 2014-01-15  Yuanhui Zhang  <asmwarrior@gmail.com>
1681             Joel Brobecker  <brobecker@adacore.com>
1682
1683         * gdb.texinfo (GDB/MI Output Syntax): Add some missing "nl"
1684         markers.  Remove one that was misplaced.
1685
1686 2014-01-10  Pedro Alves  <palves@redhat.com>
1687
1688         * gdb.texinfo (Your Program's Environment) <set environment>:
1689         Mention the shell, and point at 'set exec-wrapper'.
1690
1691 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
1692
1693         * gdb.texinfo (Types In Python): Document new attribute Types.name.
1694
1695 2013-12-30  Joel Brobecker  <brobecker@adacore.com>
1696
1697         * gdb.texinfo (Types In Python): Clarify the documentation
1698         of attribute gdb.Field.bitpos.
1699
1700 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
1701
1702         * gdb.texinfo (Types In Python): Fix the documentation of
1703         attribute "bitpos" in class gdb.Field for enum types.  Add
1704         documentation for attribute "enumval" in that same class.
1705
1706 2013-12-28  Joel Brobecker  <brobecker@adacore.com>
1707
1708         * gdb.texinfo (GDB/MI Support Commands): Change @table into
1709         @ftable.
1710
1711 2013-12-23  Doug Evans  <xdje42@gmail.com>
1712
1713         * gdb.texinfo (Auto-loading): Move menu up.  Move discussion of
1714         auto-loaded objfile scripts and .debug_gdb_scripts section to their
1715         corresponding section in Extending GDB.
1716         (Extending GDB): Move menu up.  New menu item "Auto-loading
1717         extensions".
1718         (Sequences): New menu item "Auto-loading sequences".
1719         (Auto-loading sequences): New node.
1720         (Python): Rename section from Scripting GDB to Extending GDB.
1721         (Python Auto-loading): Update xref, refer to "Auto-loading extensions".
1722         Move docs on ways to auto-load extensions to ...
1723         (Auto-loading extensions): ... here.  New node.
1724
1725 2013-12-23  Joel Brobecker  <brobecker@adacore.com>
1726
1727         * gdb.texinfo (GDB/MI): Add "GDB/MI Support Commands" entry
1728         in menu.
1729         (GDB/MI Variable Objects): Adjust reference to "-list-features"
1730         command, now in a new node.
1731         (GDB/MI Support Commands): New node, with its contents being
1732         extracted from the "GDB/MI Miscellaneous Commands" node.
1733         A small paragraph introducing the section is also added at
1734         the start.
1735         (GDB/MI Miscellaneous Commands): Delete the description of the
1736         -info-gdb-mi-command, -list-features and -list-target-features
1737         commands, now hosted in the "GDB/MI Support Commands" node.
1738
1739 2013-12-12  Siva Chandra Reddy  <sivachandra@google.com>
1740
1741         PR python/16113
1742         * gdb.texinfo (Values From Inferior): Add a note about using
1743         gdb.Field objects as subscripts on gdb.Value objects.
1744         (Types In Python): Add description about the new attribute
1745         "parent_type" of gdb.Field objects.
1746
1747 2013-12-12  Joel Brobecker  <brobecker@adacore.com>
1748
1749         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add @cindex
1750         entry for section docuumenting the -list-features GDB/MI command.
1751
1752 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
1753
1754         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1755         "exec-run-start-option" entry in the output of the "-list-features"
1756         command.
1757
1758 2013-12-04  Eli Zaretskii  <eliz@gnu.org>
1759
1760         * gdb.texinfo (i386): Fix yesterday's commit.
1761
1762 2013-12-03  Tom Tromey  <tromey@redhat.com>
1763
1764         * gdb.texinfo (Set Catchpoints): Add @kindex for each command
1765         documented here.
1766
1767 2013-12-03  Tom Tromey  <tromey@redhat.com>
1768
1769         * gdb.texinfo (@direntry): Add menu item for gdbserver.
1770
1771 2013-12-03  Walfred Tedeschi  <walfred.tedeschi@intel.com>
1772
1773         * gdb.texinfo (i386 Features): Add MPX feature registers.
1774         (x86 Specific featuresx86 Architecture-specific Issues): Adds
1775         a subsubsection for MPX and describes the display of the
1776         boundary registers.
1777
1778 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1779
1780         * gdb.texinfo (GDB/MI Miscellaneous Commands): Remove the
1781         documentation of the "ada-exceptions" entry.
1782
1783 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1784
1785         * gdb.texinfo (GDB/MI Result Records): Fix the syntax of the
1786         "^error" result record concerning the error message.  Document
1787         the error code that may also be part of that result record.
1788         (GDB/MI Miscellaneous Commands): Document the
1789         "undefined-command-error-code" element in the output of
1790         the "-list-features" GDB/MI command.
1791
1792 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
1793
1794         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
1795         the new -info-gdb-mi-command GDB/MI command.  Document
1796         the meaning of "-info-gdb-mi-command" in the output of
1797         -list-features.
1798
1799 2013-11-29  Pedro Alves  <palves@redhat.com>
1800
1801         * gdb.texinfo (Frames In Python) <gdb.FRAME_UNWIND_NULL_ID>:
1802         Update comment.
1803
1804 2013-11-24  Yao Qi  <yao@codesourcery.com>
1805
1806         * gdb.texinfo (Caching Remote Data): Document new
1807         "set/show stack-cache" option.
1808
1809 2013-11-24  Yao Qi  <yao@codesourcery.com>
1810
1811         * gdb.texinfo (Caching Target Data): Replace "ON" with "on".
1812         (Maintenance Commands): Replace "ON" and "OFF" with "on" and
1813         "off" respectively.
1814
1815 2013-11-23  Yao Qi  <yao@codesourcery.com>
1816
1817         * gdb.texinfo (GDB/MI Variable Objects): Add the description
1818         of "displayhint" to the table about child results.
1819
1820 2013-11-21  Yao Qi  <yao@codesourcery.com>
1821
1822         * gdb.texinfo (GDB/MI Variable Objects): Add attribute
1823         'dynamic' for the output of command -var-list-children.
1824
1825 2013-11-21  Yao Qi  <yao@codesourcery.com>
1826
1827         * gdb.texinfo (Caching Target Data): Remove "see" before
1828         @pxref.
1829
1830 2013-11-20  Yao Qi  <yao@codesourcery.com>
1831
1832         * gdb.texinfo (Caching Target Data): Update doc for
1833         per-address-space dcache.
1834
1835 2013-11-20  Yao Qi  <yao@codesourcery.com>
1836
1837         * gdb.texinfo (Data): Rename menu item.
1838         (Caching Remote Data): Rename to ...
1839         (Caching Target Data): ... it.  Update.
1840
1841 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
1842
1843         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document the new
1844         "language-option" entry in the output of the "-list-features"
1845         command.
1846
1847 2013-11-15  Tom Tromey  <tromey@redhat.com>
1848
1849         * gdb.texinfo (Variables): Note gdb rules for ambiguous cases.
1850         Add example.
1851
1852 2013-11-14  Tom Tromey  <tromey@redhat.com>
1853
1854         * gdb.texinfo (Breakpoints In Python): Replace "as" with "in".
1855
1856 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
1857
1858         * gdb.texinfo (Show): Add xref anchor for "show language" command.
1859         (Context management): Place current subsection text into its own
1860         subsubsection.  Add new subsubsection describing the "--language"
1861         command option.
1862
1863 2013-11-13  Joel Brobecker  <brobecker@adacore.com>
1864
1865         * gdb.texinfo (GDB/MI Miscellaneous Commands): Delete
1866         the documentation of "info-ada-exceptions" in the output
1867         of the "-list-features" command.  Add the documentation
1868         of the "ada-exception" entry instead.
1869
1870 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1871
1872
1873         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix the first
1874         word of a couple of sentences to start with a capital letter.
1875
1876 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1877
1878         * gdb.texinfo (Ada): Add entry in menu for new "Ada Exceptions" node.
1879         (Ada Exceptions): New node.
1880         (GDB/MI): Add entry in menu for new "GDB/MI Ada Exceptions
1881         Commands" node.
1882         (GDB/MI Ada Exceptions Commands): New node.
1883         (GDB/MI Miscellaneous Commands): Document new "info-ada-exceptions"
1884         field in the output of the "-list-features" command.
1885         * NEWS: Add entry for the new "info exceptions" CLI command,
1886         and for the new "-info-ada-exceptions" GDB/MI command.
1887
1888 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
1889
1890         * gdb.texinfo (Symbol Tables In Python): Add linetable method entry.
1891         (Line Tables In Python): New node.
1892
1893 2013-11-08  Doug Evans  <dje@google.com>
1894
1895         * gdb.texinfo (Debugging Output): Update text for
1896         "set debug dwarf2-read".
1897
1898 2013-11-08  Doug Evans  <dje@google.com>
1899
1900         * gdb.texinfo (Debugging Output): Update text for
1901         "set debug symtab-create".
1902
1903 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1904
1905         * gdb.texinfo (Commands In Python): Document COMPLETE_EXPRESSION
1906         constant.
1907
1908 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1909
1910         * gdb.texinfo (Breakpoints In Python): Document temporary
1911         option in breakpoint constructor, and add documentation to the
1912         temporary attribute.
1913
1914 2013-11-07  Yao Qi  <yao@codesourcery.com>
1915
1916         * gdb.texinfo (GDB/MI Variable Objects): Update doc about the
1917         output of "-var-info-expression".
1918
1919 2013-11-06  Pedro Alves  <palves@redhat.com>
1920
1921         * gdb.texinfo (Starting) <set/show startup-with-shell>: Mention
1922         non-interactive mode.
1923         (Environment) <shell startup files warning>: Mention
1924         non-interactive mode.  Mention .zshenv for Z shell, and talk about
1925         BASH_ENV instead of .bashrc for BASH.
1926
1927 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
1928
1929         * gdb.texinfo (Commands to Specify Files): Add description
1930         of the remove-symbol-file command.
1931         * observer.texi: New free_objfile event
1932
1933 2013-10-24  Pedro Alves  <palves@redhat.com>
1934
1935         * gdb.texinfo (Starting): Document set/show startup-with-shell.
1936
1937 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1938
1939         * gdb.texinfo (Shared Library GDB/MI Catchpoint Commands):
1940         New subsection inside which the "-catch-load" and "-catch-unload"
1941         commands documentation is now placed.
1942         (Ada Exception GDB/MI Catchpoint Commands): New subsection
1943         documenting the "-catch-assert" and "-catch-exception" new
1944         GDB/MI commands.
1945
1946 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
1947
1948         * gdb.texinfo (Connecting): Remove unnecessary @w{}.
1949
1950 2013-10-10  Joel Brobecker  <brobecker@adacore.com>
1951
1952         * gdb.texinfo (Connecting): Replace "set remotebaud" by "set
1953         serial baud".
1954         (Remote Configuration): Replace "set remotebaud" by "set serial
1955         baud".  Replace "show remotebaud" by "show serial baud".
1956
1957 2013-10-07  Pedro Alves  <palves@redhat.com>
1958
1959         PR breakpoints/11568
1960         * gdb.texinfo (Thread-Specific Breakpoints): Mention what happens
1961         when the thread is removed from the thread list.
1962
1963 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1964
1965         * gdb.texinfo (Convenience Variables): Document $_exitsignal.
1966         Update entry for $_exitcode.
1967
1968 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1969
1970         * gdb.texinfo (GDB/MI Program Execution): Document "-exec-run"'s
1971         new "--start" option.
1972
1973 2013-10-02  Pedro Alves  <palves@redhat.com>
1974
1975         * gdb.texinfo (Registers): Expand description of saved registers
1976         in frames.  Explain <not saved>.
1977
1978 2013-09-25  Doug Evans  <dje@google.com>
1979
1980         * gdb.texinfo (Debugging Output): Document set/show debug symfile.
1981
1982 2013-09-16  Stan Shebs  <stan@codesourcery.com>
1983
1984         Remove the internals manual gdbint.texinfo.
1985         * Makefile.in (INFO_DEPS): Remove gdbint.info.
1986         (PDFFILES): Remove gdbint.pdf.
1987         (HTMLFILES): Remove gdbint/index.html.
1988         (HTMLFILES_INSTALL): Remove gdbint.
1989         (GDBINT_DOC_FILES): Remove.
1990         (dvi): Remove gdbint.dvi.
1991         (ps): Remove gdbint.ps.
1992         * gdbint.texinfo: Remove file.
1993         * gdb.texinfo (Maintenance Commands): Remove reference to gdbint.
1994
1995 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1996
1997         * gdb.texinfo (Convenience Functions): Mention new convenience
1998         function $_isvoid.
1999
2000 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2001
2002         * gdb.texinfo (Decimal Floating Point format): Mention S/390.
2003         (Standard Target Features): Add new node to menu.
2004         (S/390 and System z Features): New node.
2005
2006 2013-09-13  Sanimir Agovic  <sanimir.agovic@intel.com>
2007
2008         * gdb.texinfo (GDB/MI Miscellaneous Commands): Use
2009         -list-target-features in the example.
2010
2011 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2012
2013         * gdb.texinfo (MiniDebugInfo): Prepare file debug and use it to create
2014         mini_debuginfo.  Strip binary before adding mini_debuginfo to it.
2015
2016 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2017
2018         Sync documentation with gdb.base/gnu-debugdata.exp.
2019         * gdb.texinfo (MiniDebugInfo): Add comment and "D" in the example.
2020
2021 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2022
2023         * gdb.texinfo (MiniDebugInfo): Fix two trailing dots.
2024
2025 2013-08-27  Pedro Alves  <pedro@codesourcery.com>
2026             Yao Qi  <yao@codesourcery.com>
2027
2028         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-locals>:
2029         Document new --skip-unavailable option.
2030         <-stack-list-variables>: Document new --skip-unavailable option.
2031
2032 2013-08-26  Doug Evans  <dje@google.com>
2033
2034         * gdb.texinfo (Maintenance Commands): "maint print objfiles" now takes
2035         an optional regexp.
2036
2037 2013-08-13  Tom Tromey  <tromey@redhat.com>
2038
2039         * gdbint.texinfo (Testsuite): Use @table, not @itemize.
2040         Document GDB_PARALLEL and GDB_INOTIFY.
2041
2042 2013-08-09  Stan Shebs  <stan@codesourcery.com>
2043
2044         * LRS: Remove file, describes a long-abandoned live-range
2045         splitting extension to stabs.
2046
2047 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
2048
2049         * gdb.texinfo (Output Formats): Mention the new 'z' formatter.
2050
2051 2013-07-17  Doug Evans  <dje@google.com>
2052
2053         * gdb.texinfo (Print Settings): Document "print raw frame-arguments".
2054
2055 2013-07-02  Tom Tromey  <tromey@redhat.com>
2056
2057         * gdb.texinfo (Target Commands): Don't mention "target nrom".
2058
2059 2013-06-28  Tom Tromey  <tromey@redhat.com>
2060
2061         * Makefile.in (version.subst): Use version.in, not
2062         common/version.in.
2063         * gdbint.texinfo (Versions and Branches, Releasing GDB):
2064         Likewise.
2065
2066 2013-06-27  Pedro Alves  <palves@redhat.com>
2067
2068         * gdbint.texinfo (Algorithms) <Stepping over runtime loader
2069         dynamic symbol resolution code>: New section, based on infrun.c
2070         comment.
2071
2072 2013-06-26  Tom Tromey  <tromey@redhat.com>
2073
2074         * gdbint.texinfo (Versions and Branches): Use common/version.in.
2075         Update.
2076         (Releasing GDB): Likewise.
2077
2078 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
2079             Yao Qi  <yao@codesourcery.com>
2080
2081         * gdb.texinfo (GDB/MI Tracepoint Commands): Document
2082         -trace-frame-collected.
2083
2084 2013-06-26  Pedro Alves  <pedro@codesourcery.com>
2085
2086         * gdb.texinfo (Traceframe Info Format): Document tvar element
2087         and its attributes.
2088
2089 2013-06-25  Yao Qi  <yao@codesourcery.com>
2090
2091         * gdbint.texinfo (Testsuite): Document 'gdb,predefined_tsv'.
2092
2093 2013-06-24  Tom Tromey  <tromey@redhat.com>
2094
2095         * Makefile.in (POD2MAN1, POD2MAN5): Use version.subst.
2096         (GDBvn.texi): Use version.subst.
2097         (version.subst): New target.
2098         (mostlyclean): Remove version.subst.
2099
2100 2013-06-20  Pedro Alves  <pedro@codesourcery.com>
2101
2102         * gdb.texinfo (GDB/MI Data Manipulation)
2103         <-data-list-register-values>: Document the --skip-unavailable
2104         option.
2105
2106 2013-06-07  Yao Qi  <yao@codesourcery.com>
2107
2108         * gdb.texinfo (Symbols): Add kindex and cindex for
2109         'maint print msymbols'.
2110
2111 2013-06-05  Simon Marchi  <simon.marchi@ericsson.com>  (tiny change)
2112
2113         * gdb.texinfo (Miscellaneous gdb/mi Commands): Fix -add-inferior
2114         response field name (thread-group to inferior).
2115
2116 2013-06-04 Gary Benson  <gbenson@redhat.com>
2117
2118         * gdb.texinfo (General Query Packets/qSupported): Added
2119         "qXfer:libraries-svr4:read" and "augmented-libraries-svr4-read".
2120         to the table of currently defined stub features.
2121         Added a more detailed entry for "augmented-libraries-svr4-read".
2122         (General Query Packets/qXfer:libraries-svr4:read): Documented
2123         the augmented form of this packet.
2124
2125 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2126
2127         * gdb.texinfo (System-wide Configuration Scripts): Renames
2128         "Installed System-wide Configuration Scripts". Add associated
2129         @menu block.
2130
2131 2013-05-23  Yao Qi  <yao@codesourcery.com>
2132             Pedro Alves  <palves@redhat.com>
2133
2134         * gdb.texinfo (Packets): Document 'vCont;r'.
2135         (Continuing and Stepping): Document target-assisted range
2136         stepping, and the 'set range-stepping' and 'show range-stepping'
2137         commands.
2138
2139 2013-05-23  Joel Brobecker  <brobecker@adacore.com>
2140
2141         * gdb.texinfo (Installed System-wide Configuration Scripts):
2142         Add subsection describing the scripts now available under
2143         the data-dir's system-gdbbinit subdirectory.
2144         * NEWS: Add entry announcing the availability of system-wide
2145         configuration scripts for ElinOS and Wind River Linux.
2146
2147 2013-05-21  Hui Zhu  <hui@codesourcery.com>
2148
2149         * gdb.texinfo (GDB/MI Breakpoint Commands): Describe the
2150         "-dprintf-insert" command.
2151
2152 2013-05-17  Doug Evans  <dje@google.com>
2153
2154         * gdb.texinfo (Maintenance Commands): Update doc for
2155         "maint check-psymtabs".  Add doc for "maint check-symtabs",
2156         "maint expand-symtabs".
2157
2158 2013-05-15  Markus Metzger  <markus.t.metzger@intel.com>
2159
2160         * gdb.texinfo (Process Record and Replay): Document the
2161         "record goto" command and its sub-commands.
2162
2163 2013-05-10 Phil Muldoon  <pmuldoon@redhat.com>
2164
2165         * gdb.texinfo (Backtrace): Add "no-filter" argument.
2166         (Python API): Add Frame Filters API, Frame Wrapper API,
2167         Writing a Frame Filter/Wrapper, Managing Management of Frame
2168         Filters chapter entries.
2169         (Frame Filters API): New Node.
2170         (Frame Wrapper API): New Node.
2171         (Writing a Frame Filter): New Node.
2172         (Managing Frame Filters): New Node.
2173         (Progspaces In Python): Add note about frame_filters attribute.
2174         (Objfiles in Python): Ditto.
2175         (GDB/MI Stack Manipulation): Add -enable-frame-filters command,
2176         @anchors and --no-frame-filters option to -stack-list-variables,
2177         -stack-list-frames, -stack-list-locals and -stack-list-arguments
2178         commands.
2179
2180 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2181
2182         * gdbint.texinfo (Native Debugging): Add "AIX Shared Library
2183         Support" subsection documenting the XML format used to transfer
2184         shared library info on AIX.
2185
2186 2013-05-08  Joel Brobecker  <brobecker@adacore.com>
2187
2188         * gdb.texinfo (Debugging Output): Add documentation of
2189         "set debug aix-solib" and "show debug aix-solib" commands.
2190
2191 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
2192
2193         * gdb.texinfo (Nios II): New section.
2194         (Nios II Features): New section.
2195
2196 2013-05-06  Joel Brobecker  <brobecker@adacore.com>
2197
2198         * gdbint.texinfo (Algorithms): Remove entries documenting
2199         DEPRECATED_IBM6000_TARGET, SOLIB_ADD, and
2200         SOLIB_CREATE_INFERIOR_HOOK.
2201
2202 2013-04-29  Tom Tromey  <tromey@redhat.com>
2203
2204         PR python/14204:
2205         * gdb.texinfo (Python API): Fix menu entry.
2206         (Blocks In Python): Fix subsubsection text.  Rewrite intro.
2207         Define global and static block.  Add example.  Clarify
2208         block relationship for inline functions.
2209
2210 2013-04-29  Tom Tromey  <tromey@redhat.com>
2211
2212         * gdb.texinfo (Python API): Mention Python help and keyword
2213         arguments.  Move pagination text to Basic Python.
2214         (Basic Python): Put pagination text here.  Document
2215         close-on-exec, SIGCHLD, and SIGINT.
2216
2217 2013-04-19  Pedro Alves  <palves@redhat.com>
2218
2219         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Write
2220         "signedness" instead of "signness".
2221
2222 2013-04-19  Pedro Alves  <palves@redhat.com>
2223
2224         * gdbint.texinfo (Misc Guidelines) <Compiler Warnings>: Replace
2225         -Wno-pointer-sign text with text on -Wpointer-sign.
2226
2227 2013-04-16  Tom Tromey  <tromey@redhat.com>
2228
2229         * gdb.texinfo (Set Catchpoints): Mention earliest version of
2230         GCC that has the SDT probe points.
2231
2232 2013-04-15  Tom Tromey  <tromey@redhat.com>
2233
2234         * gdb.texinfo (Set Catchpoints): Document regexp syntax for
2235         exception catchpoints.
2236
2237 2013-04-15  Tom Tromey  <tromey@redhat.com>
2238
2239         * gdb.texinfo (Set Catchpoints): Document $_exception.
2240         (Convenience Vars): Mention $_exception.
2241
2242 2013-04-15  Tom Tromey  <tromey@redhat.com>
2243
2244         * gdb.texinfo (Set Catchpoints): Reorganize exception
2245         catchpoints.  Document "catch rethrow".
2246         (Debugging C Plus Plus): Mention "catch rethrow".
2247
2248 2013-04-15  Tom Tromey  <tromey@redhat.com>
2249
2250         * gdb.texinfo (Set Catchpoints): Remove obsolete text.
2251
2252 2013-04-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
2253             Eli Zaretskii  <eliz@gnu.org>
2254
2255         * gdb.texinfo (Auto-loading safe path): Add quick -iex using command
2256         line below the sample output.
2257
2258 2013-04-12  Eli Zaretskii  <eliz@gnu.org>
2259
2260         * gdb.texinfo (Mode Options): Document '-configuration'.
2261         (Help): Document "show configuration".
2262         (Bug Reporting): Add requirements to include the configuration
2263         details in bug reports.
2264
2265 2013-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
2266
2267         * Makefile.in (MAN1S): Add gcore.1.
2268         Remove "Host, target, and site specific Makefile fragments" comment.
2269         (@host_makefile_frag@, HAVE_NATIVE_GCORE_TARGET): New.
2270         (install-man1, uninstall-man1): Conditionalize gcore.1.
2271         (gcore.1): New.
2272         * gdb.texinfo (Man Pages): Add gcore man.
2273         (gcore man): New node.
2274
2275 2013-04-10  Pedro Alves  <palves@redhat.com>
2276
2277         * gdb.texinfo (Process Record and Replay): Document that "set
2278         record full insn-number-max", "set record
2279         instruction-history-size" and "set record
2280         function-call-history-size" accept "unlimited".
2281         (Backtrace): Document that "set backtrace limit" accepts
2282         "unlimited".
2283         (List): Document that "set listsize" accepts "unlimited".
2284         (Print Settings)" Document that "set print max-symbolic-offset",
2285         "set print elements" and "set print repeats" accept "unlimited".
2286         (Starting and Stopping Trace Experiments): Document that "set
2287         trace-buffer-size" accepts "unlimited".
2288         (Remote Configuration): Document that "set tcp connect-timeout"
2289         accepts "unlimited".
2290         (Command History): Document that "set history size" accepts
2291         "unlimited".
2292         (Screen Size): Document that "set height" and "set width" accepts
2293         "unlimited".  Adjust "set pagination"'s description to suggest
2294         "set height unlimited" instead of "set height 0".
2295
2296 2013-04-10  Yao Qi  <yao@codesourcery.com>
2297
2298         * gdb.texinfo (Trace Files): Add "target ctf".
2299
2300 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2301
2302         * Makefile.in (POD2MAN1, POD2MAN5): Replace $(VERSION) by ../version.in.
2303
2304         * Makefile.in (install-man1, install-man5, uninstall-man1)
2305         (uninstall-man5): Replace $(MANS) by $(MAN1S) and $(MAN5S) respectively.
2306
2307         * Makefile.in (gdb.1, gdbserver.1, gdbinit.5): Use $(srcdir).
2308
2309 2013-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
2310             Eli Zaretskii  <eliz@gnu.org>
2311
2312         * gdb.texinfo (gdbserver man): Rename tty to comm.  Swap --attach
2313         parameters order.  Remove "On some targets" for --attach.  Document the
2314         --multi parameter and extended-remote command.  Document all the
2315         options.
2316
2317 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2318
2319         * gdb.texinfo (gdb man): Mention option -p.  Include Fortran to
2320         the list of supported languages.
2321
2322 2013-04-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
2323
2324         Convert man pages to texinfo, new gdbinit.5 texinfo page.
2325         * Makefile.in (mandir, man1dir, man5dir, SYSTEM_GDBINIT, MANCONF,
2326         (TEXI2POD, POD2MAN1, POD2MAN5, MAN1S, MAN5S, MANS, man): New.
2327         (diststuff): Add man.
2328         (install-man, install-man1, install-man5, uninstall-man, uninstall-man1)
2329         (uninstall-man5): New.
2330         (STAGESTUFF): Add *.1 and *.5.
2331         (GDBvn.texi): Add SYSTEM_GDBINIT.
2332         (gdb.1, gdbserver.1, gdbinit.5): New.
2333         (maintainer-clean realclean): Add $(MANS).
2334         (install): Add install-man.
2335         (uninstall): Add uninstall-man.
2336         * gdb.texinfo (@include gdb-cfg.texi): Wrap it by @c man begin INCLUDE.
2337         (@copying): Wrap it by @c man begin COPYRIGHT.
2338         (Top): Add Man Pages.
2339         (Man Pages, gdb man, gdbserver man, gdbinit man): New.
2340
2341 2013-04-02  Pedro Alves  <palves@redhat.com>
2342
2343         * gdb.texinfo (Debugging Output): Document "set/show debug
2344         aarch64", "set/show debug coff-pe-read" and "set/show debug
2345         mach-o".
2346
2347 2013-04-02  Pedro Alves  <palves@redhat.com>
2348
2349         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2350         table>: Add entry for "trace-buffer-size".
2351
2352 2013-03-28  Pedro Alves  <palves@redhat.com>
2353
2354         * gdb.texinfo (Remote Configuration) <set remote @var{name}-packet
2355         table>: Add entry for "trace-status".
2356
2357 2013-03-28  Eli Zaretskii  <eliz@gnu.org>
2358
2359         * gdb.texinfo (Maintenance Commands): Use @enumerate, not "@table
2360         @bullet", which is invalid (makeinfo 5.1 barfs).
2361
2362 2013-03-28  Pedro Alves  <palves@redhat.com>
2363
2364         PR gdb/15294
2365
2366         * gdb.texinfo (List) <set listsize>: Adjust to document that
2367         listsize 0 means no limit, and remove mention of -1.
2368
2369 2013-03-22  Yao Qi  <yao@codesourcery.com>
2370
2371         * gdb.texinfo (Embedded Processors): Remove menu item
2372         "OpenRISC 1000".
2373         (OpenRISC 1000): Remove.
2374
2375 2013-03-21  Doug Evans  <dje@google.com>
2376
2377         * gdb.texinfo (Maintenance Commands): Add docs for
2378         "mt set per-command {space,time,symtab} {on,off}".
2379
2380 2013-03-14  Hui Zhu  <hui@codesourcery.com>
2381             Yao Qi  <yao@codesourcery.com>
2382
2383         * gdb.texinfo (Trace Files): Add "tsave -ctf".
2384
2385 2013-03-13  Keith Seitz  <keiths@redhat.com>
2386
2387         * gdb.texinfo (Maintenance Commands): Add missing ')' for
2388         "maint agent" reference to Dynamic printf.
2389
2390 2013-03-11  Eli Zaretskii  <eliz@gnu.org>
2391
2392         * gdb.texinfo (General Query Packets): Don't use colon in index
2393         entries visible to Info format.
2394
2395 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2396
2397         * gdb.texinfo (Process Record and Replay): Document record
2398         changes.
2399
2400 2013-03-11  Markus Metzger  <markus.t.metzger@intel.com>
2401
2402         * gdb.texinfo (Requirements): List qXfer:btrace:read requiring expat.
2403         (General Query Packets): Describe Qbtrace:bts, Qbtrace:off, and
2404         qXfer:btrace:read.
2405
2406 2013-03-09  Eli Zaretskii  <eliz@gnu.org>
2407
2408         * gdb.texinfo (General Query Packets, Tracepoint Packets): Don't
2409         use colons in @anchor and @cindex entries.
2410
2411 2013-03-09  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2412
2413         * gdb.texinfo (QTBuffer:size): Add cindex and anchor.
2414
2415 2013-03-08  Stan Shebs  <stan@codesourcery.com>
2416             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2417
2418         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
2419         trace-buffer-size set and show commands.
2420         (Tracepoint Packets): Document QTBuffer:size.
2421         (General Query Packets): Document QTBuffer:size.
2422
2423 2013-02-21  Tom Tromey  <tromey@redhat.com>
2424
2425         * gdb.texinfo: Remove bad @syncodeindex.
2426         (Values From Inferior, Types In Python, Inferiors In Python)
2427         (Events In Python, Threads In Python, Frames In Python, Blocks In
2428         Python, Symbols In Python, Symbol Tables In Python): Remove
2429         @tables.
2430         (Packets, General Query Packets, Tracepoint Packets)
2431         (Host I/O Packets): Use @w{} for empty @item.
2432
2433 2013-02-20  Siva Chandra Reddy <sivachandra@google.com>
2434
2435         * gdb.texinfo (Architectures In Python): Add description about
2436         the new method gdb.Architecture.disassemble.
2437
2438 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
2439             Hafiz Abid Qadeer  <abidh@codesourcery.com>
2440
2441         * gdb.texinfo (GDB/MI Tracepoint Commands) <-trace-status>:
2442         Document the "trace-file" field.
2443
2444 2013-02-07  Doug Evans  <dje@google.com>
2445
2446         * gdb.texinfo (Machine Code): Clarify argument to disassemble
2447         command.
2448
2449 2013-02-06  Yao Qi  <yao@codesourcery.com>
2450
2451         * gdb.texinfo (GDB/MI Async Records): Document new MI
2452         notification "=tsv-modified".  Update the document of MI
2453         notification "=tsv-created".
2454         * observer.texi (GDB Observers): New observer tsv_modified.
2455         Update observer tsv_created and tsv_delete.
2456
2457 2013-02-05  Yufeng Zhang  <yufeng.zhang@arm.com>
2458
2459         * gdb.texinfo (AArch64 Features): New section; document
2460         org.gnu.gdb.aarch64.core and org.gnu.gdb.aarch64.fpu.
2461         (Architectures): Add new AArch64 section to document AArch64
2462         architecture specific commands.
2463         (ABI): Add description of the new OS ABI "Newlib" and its influence
2464         on the longjmp handling.
2465
2466 2013-02-03  Eldar Gaynetdinov <hal9000ed2k@gmail.com>
2467             Jan Kratochvil  <jan.kratochvil@redhat.com>
2468
2469         * gdb.texinfo (Backtrace): Added description of 'filename-display'
2470         variable in 'set/show backtrace' section.
2471
2472 2013-01-31  Tom Tromey  <tromey@redhat.com>
2473
2474         * gdb.texinfo (Target Commands): Fix typo.
2475
2476 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
2477
2478         * doc/gdb.texinfo (Architectures In Python): New sub-sub-section
2479         describing the gdb.Architecture class.
2480         (Frames In Python): Add description about the new method
2481         gdb.Frame.architecture().
2482
2483 2013-01-23  Doug Evans  <dje@google.com>
2484
2485         * gdb.texinfo (Index Section Format): Document .gdb_index version 8.
2486
2487 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
2488
2489         * gdb.texinfo (GDB/MI Breakpoint Commands): Document new
2490         'thread-groups' field when printing a breakpoint in MI.
2491
2492 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
2493         * gdb.texinfo (Using JIT Debug Info Readers): Change documentation
2494         to reflect that jit-reader-load now supports absolute file-names.
2495
2496 2013-01-16  Tom Tromey  <tromey@redhat.com>
2497
2498         * gdb.texinfo (Set Catchpoints): Document "catch signal".
2499         (Signals): Likewise.
2500
2501 2013-01-16  Tom Tromey  <tromey@redhat.com>
2502
2503         * gdb.texinfo (GDB/MI Breakpoint Information): Document
2504         "catch-type" field.
2505         (GDB/MI Catchpoint Commands): Add "catch-type" to examples.
2506
2507 2013-01-07  Tom Tromey  <tromey@redhat.com>
2508
2509         * gdb.texinfo (Mode Options): Don't mention -epoch.
2510         (Data, Emacs): Remove obsolete comments.
2511
2512 2013-01-02  Tom Tromey  <tromey@redhat.com>
2513
2514         * gdb.texinfo (GDB/MI Output Records): Update menu.
2515         (GDB/MI Breakpoint Information): New node.
2516         (GDB/MI Breakpoint Commands) <-break-info>: Link to new node.
2517         <-break-insert>: Likewise.
2518
2519 2012-12-31  Yao Qi  <yao@codesourcery.com>
2520
2521         * gdb.texinfo (Remote Non-Stop): Move paragraphs to ...
2522         (Packets): Move "vStopped" packet to ...
2523         (Notification Packets): ... here.  Describe the components
2524         of notification.  Add a table of supported notifications.
2525         Add an example on the process of he async notification.
2526
2527 2012-12-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
2528
2529         * gdb.texinfo (GDB/MI Data Manipulation) (fullname): Make it always
2530         present.
2531         (GDB/MI File Commands) (-file-list-exec-source-files): Make the
2532         fullname output always present.
2533
2534 2012-12-23  Pierre Muller  <muller@sourceware.org>
2535
2536         * gdbint.texinfo (Function prototypes): Require use of "extern"
2537         modifier for function prototypes in headers.
2538
2539 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
2540
2541         * refcard.tex: Update copyright notice to GPL v3 or later.
2542         Update contact info.
2543
2544 2012-12-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
2545
2546         * gdbint.texinfo (Coding Standards) (C Usage): New rule for 0 vs. NULL.
2547
2548 2012-12-15  Yao Qi  <yao@codesourcery.com>
2549
2550         * gdb.texinfo (Debugging Output): Document 'set debug
2551         notification' and 'show debug notification'.
2552
2553 2012-12-15  Yao Qi  <yao@codesourcery.com>
2554
2555         * gdb.texinfo (Listing Tracepoints): New item and example about
2556         'installed on target' output.
2557         Add more in the example about 'installed on target'.
2558         (GDB/MI Breakpoint Commands): Doc about 'installed field.
2559
2560 2012-12-14  Tom Tromey  <tromey@redhat.com>
2561
2562         * gdb.texinfo (SVR4 Process Information): Mention core files.
2563
2564 2012-12-12 Mircea Gherzan <mircea.gherzan@intel.com>
2565
2566         * gdb.texinfo (GDB/MI Catchpoint Commands): New section.
2567
2568 2012-12-11  Pedro Alves  <palves@redhat.com>
2569
2570         * gdb.texinfo: Remove all mentions of Unixware throughout.
2571
2572 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
2573
2574         * gdbint.texinfo (Host Definition): Remove CC_HAS_LONG_LONG.
2575
2576 2012-11-29  Tom Tromey  <tromey@redhat.com>
2577
2578         * gdb.texinfo (SVR4 Process Information): Document missing
2579         "info proc" subcommands.
2580
2581 2012-11-29  Yao Qi  <yao@codesourcery.com>
2582
2583         PR gdb/1477.
2584         * gdb.texinfo (Print Settings): Correct the default 'demangle-style'
2585         to 'auto' instead of 'gnu'.
2586
2587 2012-11-26  Tom Tromey  <tromey@redhat.com>
2588
2589         * gdb.texinfo (MiniDebugInfo): New node.
2590         (GDB Files): Update.
2591
2592 2012-11-16  Doug Evans  <dje@google.com>
2593
2594         * gdb.texinfo (System-wide configuration): If the system-wide init
2595         file lives in the data-directory, and --data-directory is provided,
2596         look for it there.
2597
2598 2012-11-15  Tom Tromey  <tromey@redhat.com>
2599
2600         * gdb.texinfo (Signaling): Fix typo.
2601
2602 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
2603
2604         * gdb.texinfo (GDB/MI Data Manipulation): Document new optional
2605         parameter "count" of -data-write-memory-bytes, and add an example.
2606
2607 2012-11-12  Tom Tromey  <tromey@redhat.com>
2608
2609         * gdb.texinfo (Symbols): Document "info type-printers",
2610         "enable type-printer" and "disable type-printer".
2611         (Python API): Add new node to menu.
2612         (Type Printing API): New node.
2613         (Progspaces In Python): Document type_printers field.
2614         (Objfiles In Python): Likewise.
2615         (gdb.types) <get_type_recognizers, apply_type_recognizers,
2616         register_type_printer, TypePrinter>: Document.
2617
2618 2012-11-12  Tom Tromey  <tromey@redhat.com>
2619
2620         * gdb.texinfo (Symbols): Document "set print type methods",
2621         "set print type typedefs", and flags to ptype and whatis.
2622
2623 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
2624
2625         * gdb.texinfo (GDB/MI Data Manipulation): Add fullname field to
2626         the example -data-disassemble output.  Extend the description of
2627         the -data-disassemble results to document all fields.  Document
2628         the cli disassemble command as being related to -data-disassemble.
2629
2630 2012-11-09  Yao Qi  <yao@codesourcery.com>
2631
2632         PR gdb/14777.
2633         * gdb.texinfo (OS Information): Remove doc on command
2634         'info udot'.
2635
2636 2012-11-08  Joel Brobecker  <brobecker@adacore.com>
2637
2638         * gdb.texinfo (Startup): Minor rewording, and clarify scope of
2639         gdb.ini warning for Windows port.
2640
2641 2012-11-08  Yao Qi  <yao@codesourcery.com>
2642
2643         * gdb.texinfo (Search): Add kindex for 'fo'.
2644
2645 2012-11-05  Tom Tromey  <tromey@redhat.com>
2646
2647         PR python/14802:
2648         * gdb.texinfo (Functions In Python): Add example.
2649
2650 2012-11-03  Yao Qi  <yao@codesourcery.com>
2651
2652         * observer.texi (GDB Observers): Remove observer
2653         'tracepoint_modified', 'tracepoint_created' and
2654         'tracepoint_deleted'.
2655
2656 2012-10-26  Tom Tromey  <tromey@redhat.com>
2657
2658         * gdb.texinfo (General Query Packets): Use @itemx for QAgent.
2659
2660 2012-10-25  Tom Tromey  <tromey@redhat.com>
2661
2662         * gdb.texinfo (General Query Packets): Use @itemx.
2663
2664 2012-10-17  Yao Qi  <yao@codesourcery.com>
2665
2666         * observer.texi (GDB Observers): Update observer
2667         'memory_changed'.
2668         * gdb.texinfo (GDB/MI Async Records): Document for
2669         "memory-changed" notification.
2670
2671 2012-10-15  Doug Evans  <dje@google.com>
2672
2673         * gdb.texinfo (Mode Options): Document -nh.
2674         Elaborate on docs for -nx.
2675
2676 2012-09-26  Siddhesh Poyarekar  <siddhesh@redhat.com>
2677
2678         * observer.texi (memory_changed): Expand parameter LEN to ssize_t.
2679
2680 2012-09-21  Yao Qi  <yao@codesourcery.com>
2681             Pedro Alves  <palves@redhat.com>
2682
2683         * gdb.texinfo (GDB/MI Async Records): Document notification
2684         'record-started' and 'record-stopped'.
2685         * observer.texi (GDB Observers): New observer 'record-changed'.
2686
2687 2012-09-19  Thomas Schwinge  <thomas@codesourcery.com>
2688
2689         * gdb.texinfo: Document the removal of SH's 'regs' command.
2690
2691 2012-09-18  Sergio Durigan Junior  <sergiodj@redhat.com>
2692
2693         * gdb.texinfo (jump): Mention new alias `j' for `jump'.
2694
2695 2012-09-18  Yao Qi  <yao@codesourcery.com>
2696
2697         * gdb.texinfo (GDB/MI Async Records): Document new MI
2698         notifications '=tsv-created' and '=tsv-deleted'.
2699         * observer.texi (GDB Observers): New observer tsv_created and
2700         tsv_deleted.
2701
2702 2012-09-18  Yao Qi  <yao@codesourcery.com>
2703
2704         * observer.texi (GDB Observers): New observer 'traceframe_changed'.
2705         * gdb.texinfo (GDB/MI Async Records): Mention new MI notification
2706         '=traceframe-changed'.
2707
2708 2012-09-17  Yao Qi  <yao@codesourcery.com>
2709
2710         * gdb.texinfo (List): Describe the meaning of 0 and -1 in
2711         'set listsize'.
2712
2713 2012-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
2714             Eli Zaretskii  <eliz@gnu.org>
2715
2716         * gdbint.texinfo (Defining Other Architecture Features): Clarify *pcptr
2717         encoding for gdbarch_breakpoint_from_pc, bp_addr for
2718         gdbarch_push_dummy_call and bp_addr for gdbarch_push_dummy_code.
2719
2720 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
2721
2722         * gdb.texinfo (objfile-gdb.py file): New paragraph for .exe stripping.
2723
2724 2012-08-23  Khoo Yit Phang <khooyp@cs.umd.edu>
2725
2726         Document how to return from "python-interactive" to GDB.
2727         * gdb.texinfo (Python Commands): Update documentation.
2728
2729 2012-08-22  Khoo Yit Phang <khooyp@cs.umd.edu>
2730
2731         Add a new "python-interactive" command that starts a standard
2732         Python interactive prompt with "pi" as alias, and add "py" as
2733         an alias to "python".
2734         * gdb.texinfo (Python Commands): Document the new commands.
2735
2736 2012-08-22  Tom Tromey  <tromey@redhat.com>
2737
2738         * gdbint.texinfo (Host Definition): Remove documentation for
2739         SIGWINCH_HANDLER and SIGWINCH_HANDLER_BODY.
2740
2741 2012-08-17  Keith Seitz  <keiths@redhat.com>
2742
2743         PR c++/13356
2744         * gdb.texinfo (Type and Range Checking): Remove warning.
2745         Remove spurious commas.
2746         Update text and examples for re-implementation of set/show
2747         check type.
2748         (C and C++ Type and Range Checks): Likewise.
2749
2750 2012-08-16  Yao Qi  <yao@codesourcery.com>
2751
2752         * gdb.texinfo (Types In Python): Mention gdb.TYPE_CODE_BITSTRING
2753         is deprecated.
2754
2755 2012-08-13  Doug Evans  <dje@google.com>
2756
2757         * gdb.texinfo (Convenience Vars): Update text for "show convenience"
2758         to include functions.
2759
2760 2012-08-10  Doug Evans  <dje@google.com>
2761
2762         * gdb.texinfo (Convenience Funs): New node.
2763         (Types In Python): Document Type.vector.
2764
2765 2012-08-09  Yao Qi  <yao@codesourcery.com>
2766
2767         * observer.texi: New observer command_param_changed.
2768         * gdb.texinfo (GDB/MI Async Records): Doc for '=cmd-param-changed'.
2769
2770 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
2771
2772         * gdbint.texinfo (Debugging GDB): In section
2773         'Debugging @value{GDBN} with itself' change .gdbinit for gdb-gdb.gdb.
2774         Mention also gdb-gdb.py.
2775
2776 2012-08-07  Yao Qi  <yao@codesourcery.com>
2777
2778         Revert the folloing patch:
2779         2012-08-06  Yao Qi  <yao@codesourcery.com>
2780         * gdb.texinfo (Remote Configuration): Add kindex for 'set
2781         remote hardware-watchpoint-limit' and 'set
2782         remote hardware-breakpoint-limit'.
2783
2784 2012-08-06  Nathaniel Flath  <flat0103@gmail.com>
2785
2786         * gdb.texinfo (Working Directory): Added information about new
2787         default argument for 'cd' command.
2788
2789 2012-08-06  Yao Qi  <yao@codesourcery.com>
2790
2791         * gdb.texinfo (Remote Configuration): Add kindex for 'set
2792         remote hardware-watchpoint-limit' and 'set
2793         remote hardware-breakpoint-limit'.
2794
2795 2012-08-06  Yao Qi  <yao@codesourcery.com>
2796
2797         Fix PR14371.
2798
2799         * gdb.texinfo (GDB/MI Async Records): Fix the doc for
2800         '=breakpoint-deleted'.
2801
2802 2012-08-02  Yao Qi  <yao@codesourcery.com>
2803
2804         * gdb.texinfo (Native): Remove node Neutrino.
2805
2806 2012-07-27  Yao Qi  <yao@codesourcery.com>
2807
2808         * gdb.texinfo (IPA Protocol Commands): Document new command
2809         'close'.
2810
2811 2012-07-25  Tom Tromey  <tromey@redhat.com>
2812
2813         * gdb.texinfo (Maintenance Commands): Document maint info bfds.
2814
2815 2012-07-20  Doug Evans  <dje@google.com>
2816
2817         * gdb.texinfo (Mode Options): Delete --use-deprecated-index-sections.
2818         (Index Files): Document how to control the use of deprecated index
2819         sections.
2820         (Index Section Format): Replace --use-deprecated-index-sections with
2821         "set use-deprecated-index-sections on".
2822
2823 2012-07-12  Eli Zaretskii  <eliz@gnu.org>
2824
2825         * gdbint.texinfo: Remove @syncodeindex directives that put all the
2826         indices into a single node "Index".  Instead, join function and
2827         variable indices into a single index, separate from the concept
2828         index.  Requested in
2829         http://sourceware.org/ml/gdb-patches/2012-07/msg00146.html.
2830         (Top): Update the top-level menu: instead of one "Index" there are
2831         now separate entries "Concept Index" and "Function and Variable
2832         Index".
2833         (Concept Index, Function and Variable Index): New nodes.
2834         (Index): Node deleted.
2835
2836 2012-07-05  Hui Zhu  <hui_zhu@mentor.com>
2837
2838         * gdb.texinfo (Maintenance Commands): Change help for "maint agent"
2839         and "maint agent-eval".
2840
2841 2012-07-03  Eli Zaretskii  <eliz@gnu.org>
2842
2843         * gdb.texinfo: Separate the index into 2 indices, cp and fn, to
2844         avoid file-name clashes between Index.html and index.html on
2845         case-insensitive filesystems.  See the discussion starting in
2846         http://sourceware.org/ml/gdb-patches/2012-06/msg00457.html for the
2847         details of the problem.
2848         (Top): Update the master menu for the above.
2849         (Concept Index, Command and Variable Index): New nodes, instead of
2850         the old "Index" node that was deleted.  All cross-references
2851         updated.
2852
2853 2012-07-02  Stan Shebs  <stan@codesourcery.com>
2854
2855         * gdb.texinfo (Dynamic Printf): Mention agent style and
2856         disconnected dprintf.
2857         (Maintenance Commands): Describe maint agent-printf.
2858         (General Query Packets): Mention BreakpointCommands feature.
2859         (Packets): Document commands extension to Z0 packet.
2860         * agentexpr.texi (Bytecode Descriptions): Document printf
2861         bytecode.
2862
2863 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2864
2865         * gdb.texinfo (File Options): Change -ix and -iex commands that apply
2866         only after gdbinit files.
2867         (Startup): Move -iex and -iex commands down after gdbinit files.
2868
2869 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2870
2871         * gdb.texinfo (Auto-loading safe path): Note the shell wildcard
2872         possibility.
2873
2874 2012-06-29  Tom Tromey  <tromey@redhat.com>
2875
2876         * gdb.texinfo (Index Section Format): Update for version 7.
2877
2878 2012-06-28  Stan Shebs  <stan@codesourcery.com>
2879
2880         * gdb.texinfo (Miscellaneous GDB/MI Commands): Update -info-os
2881         example, add note about title column.
2882
2883 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
2884
2885         * gdb.texinfo (Symbol Tables In Python): Add description about
2886         the new 'last' attribute of gdb.Symtab_and line.
2887
2888 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
2889
2890         * gdb.texinfo (Symbol Tables In Python): Correct the description
2891         of the 'pc' attribute of gdb.Symtab_and_line.
2892
2893 2012-06-26  Doug Evans  <dje@google.com>
2894
2895         * gdb.texinfo (Debugging Output): Document debug options dwarf2-read
2896         and symtab-create.
2897
2898 2012-06-25  Keith Seitz  <keiths@redhat.com>
2899
2900         * gdb.texinfo (GDB/MI Breakpoint Commands): Remove "-r" option
2901         from example.  Remove "rbreak" from list of corresponding
2902         gdb commands.
2903
2904 2012-06-23  Doug Evans  <dje@google.com>
2905
2906         * gdb.texinfo (Index Section Format): Document version 7 format.
2907
2908 2012-06-22  Yao Qi  <yao@codesourcery.com>
2909
2910         * gdb.texinfo: Add missing cindex for some packets.
2911
2912 2012-06-20  Keith Seitz  <keiths@redhat.com>
2913
2914         * gdb.texinfo (GDB/MI Breakpoint Commands): Re-order options
2915         for -break-insert and document -p.
2916
2917 2012-06-20  Yao Qi  <yao@codesourcery.com>
2918
2919         * gdb.texinfo (Inferiors In Python): Replace "gdb.read_memory"
2920         and "gdb.write_memory" with "Inferior.read_memory" and
2921         "Inferior.write_memory".
2922
2923 2012-06-15  Patrice Dumas  <pertusus@free.fr>  (tiny change)
2924
2925         * gdb.texinfo (Summary): Add a link to "Free Documentation".
2926         (Free Documentation): Add @node line.
2927         (Continuing and Stepping) <advance location>: Use @item instead of
2928         @itemx.
2929         (Reverse Execution) <set exec-direction reverse>: Use @item instead of
2930         @itemx.
2931         (Embedded Processors): Put the link to "PA" to its correct place,
2932         according to document structure.
2933         (Python API): Put the link to "Lazy Strings In Python" to its
2934         correct place.
2935         (Index): Use @@ in @tex block to get a literal @.
2936
2937         * gdbint.texinfo: Fix the @subtitle line.
2938
2939         * stabs.texinfo (Top): Put the link to "Symbol Types Index" to its
2940         correct place.
2941
2942 2012-06-08  Yao Qi  <yao@codesourcery.com>
2943
2944         * gdb.texinfo (In-Process Agent): Add 'In-Process Agent
2945         Protocol'.
2946         (In-Process Agent Protocol, IPA Protocol Objects)
2947         (IPA Protocol Commands): New nodes.
2948         (Tracepoint Packets): Add anchors.
2949
2950 2012-06-06  Thomas Schwinge  <thomas@codesourcery.com>
2951
2952         * gdb.texinfo: Document the deprecation of SH's 'regs' command.
2953
2954 2012-06-06  Yao Qi  <yao@codesourcery.com>
2955
2956         * gdb.texinfo: Update copyright year.
2957
2958 2012-05-23  Stan Shebs  <stan@codesourcery.com>
2959             Kwok Cheung Yeung  <kcy@codesourcery.com>
2960
2961         * gdb.texinfo (Miscellaneous GDB/MI Commands): Document -info-os.
2962
2963 2012-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
2964
2965         * gdb.texinfo (Separate Debug Files): New anchor debug-file-directory.
2966         Mention also --with-separate-debug-dir.
2967         (Auto-loading): Prepend $debugdir in the sample output.
2968         (Auto-loading safe path): Likewise.  Mention also $debugdir for the
2969         auto-load safe-path variable.
2970         (objfile-gdb.py file): Remove the extra debug-file-directory paragraph.
2971         Mention also $debugdir for 'set auto-load scripts-directory'.
2972
2973 2012-05-19  Eli Zaretskii  <eliz@gnu.org>
2974
2975         * gdb.texinfo (Continuing and Stepping, Selection, Byte Order)
2976         (MIPS Embedded, MIPS, MIPS Register packet Format)
2977         (Target Descriptions, MIPS Features): Use @acronym{MIPS} where
2978         appropriate.
2979
2980 2012-05-18  Sandra Loosemore  <sandra@codesourcery.com>
2981             Maciej W. Rozycki  <macro@codesourcery.com>
2982
2983         * gdb.texinfo (MIPS): Document "set mips compression" and "show
2984         mips compression".
2985         (MIPS Breakpoint Kinds): New subsubsection.
2986
2987 2012-05-18  Eli Zaretskii  <eliz@gnu.org>
2988
2989         * gdb.texinfo (Architecture-Specific Protocol Details): Define
2990         nodes for subsections.  Add @acronym mark-ups and adjust
2991         formatting.
2992
2993 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
2994
2995         Rename $ddir to $datadir.
2996         * gdb.texinfo (Auto-loading, Auto-loading safe path)
2997         (objfile-gdb.py file): Rename $ddir to $datadir.
2998
2999 2012-05-18  Tom Tromey  <tromey@redhat.com>
3000
3001         * gdb.texinfo (Print Settings): Document 'set print symbol'.
3002
3003 2012-05-14  Stan Shebs  <stan@codesourcery.com>
3004
3005         * gdb.texinfo (Dynamic Printf): New subsection.
3006
3007 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
3008
3009         * gdb.texinfo (Basic Python): Add description about the function
3010         gdb.find_pc_line
3011
3012 2012-05-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3013             Eli Zaretskii  <eliz@gnu.org>
3014
3015         * gdb.texinfo (Separate Debug Files): Use plural form for global
3016         debugging information directory.
3017
3018 2012-05-11  Stan Shebs  <stan@codesourcery.com>
3019             Kwok Cheung Yeung  <kcy@codesourcery.com>
3020
3021         * gdb.texinfo (Operating System Auxiliary Information): Document new
3022         'info os' subcommands.
3023
3024 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3025
3026         * gdb.texinfo (Auto-loading, Init File in the Current Directory)
3027         (libthread_db.so.1 file, objfile-gdb.gdb file, objfile-gdb.py file)
3028         (dotdebug_gdb_scripts section): Add reference
3029         to 'Auto-loading safe path'.
3030
3031 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3032
3033         Implement multi-component --with-auto-load-dir.
3034         * gdb.texinfo (Auto-loading): New references
3035         for 'set auto-load scripts-directory'
3036         and 'show auto-load scripts-directory'.
3037         (Auto-loading safe path): Describe the new default.  Move $ddir
3038         substituation reference to 'objfile-gdb.py file'.
3039         (objfile-gdb.py file): Describe script-name alias.  Change real-name to
3040         script-name.  Describe new 'set auto-load scripts-directory'
3041         and 'show auto-load scripts-directory'.
3042
3043 2012-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3044
3045         Provide $ddir substitution for --with-auto-load-safe-path.
3046         * gdb.texinfo (Auto-loading): Replace /usr/local by $ddir/auto-load.
3047         (Auto-loading safe path): Likewise.  Mention the default value,
3048         $ddir substitution, --with-auto-load-safe-path and
3049         --without-auto-load-safe-path.
3050         * observer.texi (gdb_datadir_changed): New.
3051
3052 2012-05-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3053
3054         * gdb.texinfo (Auto-loading): Wrap too long lines in @smallexample.
3055         Twice.
3056
3057         * gdb.texinfo (Separate Debug Files, Auto-loading safe path): Replace
3058         directory separator by path separator.
3059
3060 2012-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
3061
3062         * gdb.texinfo (Auto-loading safe path): Make 'directories'
3063         for 'set auto-load safe-path' optional.  Mention if it is omitted.
3064         Change disabling security protection condition to "/", twice.
3065
3066 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
3067
3068         * gdb.texinfo (Symbol Tables In Python): Add documentation about
3069         the new methods global_block and static_block on gdb.Symtab
3070         objects.
3071
3072 2012-05-02  Siva Chandra Reddy  <sivachandra@google.com>
3073
3074         * gdb.texinfo (Blocks In Python): Add a note saying that future
3075         improvements to GDB and its infrastructure can move symbols
3076         across blocks within a symbol table.
3077
3078 2012-04-29  Yao Qi  <yao@codesourcery.com>
3079
3080         * gdb.texinfo (Architectures): Remove menu entry `A29K'.
3081         (A29K): Remove.
3082
3083 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
3084             Tom Tromey  <tromey@redhat.com>
3085
3086         * gdb.texinfo (Static Probe Points): New entry, explaining SystemTap
3087         and generic static probe support on GDB.
3088
3089 2012-04-25  Doug Evans  <dje@google.com>
3090
3091         * gdb.texinfo (Go): Fix thinko.
3092
3093         * gdb.texinfo (Supported Languages): Add Go.
3094         (Go): New node.
3095
3096 2012-04-25  Yao Qi  <yao@codesourcery.com>
3097
3098         * gdbint.texinfo (Testsuite): New section `Board settings'.
3099
3100 2012-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
3101
3102         * gdb.texinfo (Auto-loading safe path): Remove trailing [@dots{}].
3103         Three times.
3104
3105         * gdb.texinfo (Auto-loading safe path): Add trailing @dots{}.
3106         Three times.
3107
3108 2012-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3109
3110         * gdb.texinfo (Auto-loading safe path): Replace @itemize @bullet
3111         by @table @asis.  Fix formatting of one item.
3112
3113 2012-04-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
3114
3115         * gdb.texinfo (Auto-loading verbose mode): Fix smallexample typo.
3116
3117 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3118
3119         New option "set debug auto-load".
3120         * gdb.texinfo (Auto-loading): New menu item for auto-load verbose mode.
3121         (auto-load verbose mode): New node.
3122
3123 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3124
3125         New option "set auto-load safe-path".
3126         * gdb.texinfo (Auto-loading): Extend the "show auto-load"
3127         and "info auto-load" examples for safe-path.  Put there also references
3128         for "set auto-load safe-path" and "show auto-load safe-path".
3129         New menu item for Auto-loading safe path.
3130         (Auto-loading safe path): New node.
3131         (Python Auto-loading): Update the expected output from "Missing"
3132         to "No".
3133
3134 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3135
3136         auto-load: Implementation.
3137         * gdb.texinfo (Mode Options): New anchor for -nx.
3138         (Startup): New anchors for Option -init-eval-command,
3139         Home Directory Init File
3140         and Init File in the Current Directory during Startup.
3141         Mention set auto-load local-gdbinit with a reference.
3142         Change the sample code to "set auto-load python-scripts".
3143         (Threads): New anchor set libthread-db-search-path.
3144         Provide references to libthread_db.so.1 file.
3145         (Controlling GDB): New menu item for Auto-loading.
3146         (Auto-loading, Init File in the Current Directory)
3147         (libthread_db.so.1 file, objfile-gdb.gdb file): New nodes.
3148         (Python): Rename the menu item Auto-loading to Python Auto-loading.
3149         (Writing a Pretty-Printer, Objfiles In Python): Update the renamed
3150         reference.
3151         (Auto-loading): Rename to ...
3152         (Python Auto-loading): ... here.  Change "set auto-load-scripts" to
3153         "set auto-load python-scripts", new anchor for it.  Change
3154         "show auto-load-scripts" to "show auto-load python-scripts", new anchor
3155         for it.  Change "info auto-load-scripts"
3156         to "info auto-load python-scripts", new anchor for it.  Change "scripts"
3157         to "Python scripts".
3158
3159 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
3160
3161         PR mi/13393
3162         * gdb.texinfo (Print Settings): Extend the description for "set print
3163         object".
3164         (GDB/MI Variable Objects): Extend the description for -var-create and
3165         -var-list-children.
3166
3167 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
3168
3169         * gdb.texinfo (Examining Data): Document the 'explore' command.
3170
3171 2012-03-28  Joel Brobecker  <brobecker@adacore.com>
3172
3173         * gdb.texinfo (GDB/MI Variable Objects): Document what happens
3174         to the children of a varobj and its update range when -var-update
3175         returns that the varobj's type changed.
3176
3177 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3178
3179         * gdb.texinfo (Auto-loading): Move @menu to the end of @node.
3180         Create two new links fir 'objfile-gdb.py file'
3181         and 'dotdebug_gdb_scripts section'.
3182
3183 2012-03-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3184
3185         * gdb.texinfo (Auto-loading): Rename node reference
3186         '.debug_gdb_scripts section' to 'dotdebug_gdb_scripts section'.
3187         Twice.
3188         (.debug_gdb_scripts section): Rename the node ...
3189         (dotdebug_gdb_scripts section): ... here.
3190         (Maintenance Commands): Also rename this node reference.
3191
3192 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
3193
3194         * gdb.texinfo (Python API/Values From Inferior): Add description
3195         about the new method Value.referenced_value.  Add description on
3196         how Value.dereference is different (and similar) to
3197         Value.referenced_value.
3198
3199 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3200
3201         * gdb.texinfo (File Options): Describe --init-command=FILE, -ix and
3202         --init-eval-command=COMMAND, -iex.
3203         (Startup): Describe -iex and -ix.  Simplify the example
3204         for "set auto-load-scripts off".
3205
3206 2012-03-16  Gary Benson  <gbenson@redhat.com>
3207
3208         PR breakpoints/10738
3209         * gdb.texinfo (Inline Functions): Remove the now-unnecessary @item
3210         stating that GDB cannot set breakpoints on inlined functions.
3211         (Mode Options): Document --use-deprecated-index-sections.
3212         (Index Section Format): Document new index section version format.
3213
3214 2012-03-15  Tom Tromey  <tromey@redhat.com>
3215
3216         * gdb.texinfo (Debugging C Plus Plus): Document "info vtbl".
3217
3218 2012-03-13  Doug Evans  <dje@google.com>
3219
3220         * gdb.texinfo (Help): Change apropos example to use "alias" instead
3221         of "reload".
3222         (Symbols): Delete docs for set/show symbol-reloading.
3223         * gdbint.texinfo (Defining Other Architecture Features): Delete
3224         SYMBOL_RELOADING_DEFAULT.
3225         * refcard.tex: Delete reference to symbol-reloading.
3226
3227 2012-03-07  Pedro Alves  <palves@redhat.com>
3228
3229         * gdb.texinfo (General Query Packets): Document new
3230         QProgramSignals packet.
3231         * gdb.texinfo (Remote configuration): Mention
3232         "program-signals-packet".
3233
3234 2012-03-05  Tristan Gingold  <gingold@adacore.com>
3235
3236         * gdb.texinfo (General Query Packets): Document xfer:uib:read.
3237
3238 2012-03-03  Yao Qi  <yao@codesourcery.com>
3239
3240         * gdb.texinfo (In-Process Agent): New node.
3241         Document new commands.
3242         (General Query Packets): Add packet `QAgent'.
3243
3244 2012-03-01  Maciej W. Rozycki  <macro@codesourcery.com>
3245
3246         * gdb.texinfo (MIPS Features): Add org.gnu.gdb.mips.dsp.
3247
3248 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
3249
3250         * gdb.texinfo (Commands In Python): Put example python macro in
3251         COMMAND_USER category rather than COMMAND_OBSCURE.
3252         Document gdb.COMMAND_USER.
3253         (User-defined Commands): Update documentation to clarify
3254         "set/show max-user-call-depth" and "show user" don't apply to python
3255         commands.  Update documentation to clarify "help user-defined" may
3256         also include python commands defined as COMMAND_USER.
3257
3258 2012-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3259
3260         * gdb.texinfo (Startup): Add option -ex description to the option -x
3261         description.
3262
3263 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
3264
3265         * gdb.texinfo (Setting Breakpoints): Mention and explain the
3266         condition-evaluation breakpoint parameter.
3267         Mention condition-evaluation mode being shown in "info break".
3268         (Break Conditions): Add description for target-side
3269         conditional breakpoints.
3270         (Remote Configuration): Mention conditional-breakpoints-packet.
3271         (Packets): Add cond-expr parameter to Z0/Z1 packets and explain
3272         cond-expr.
3273         (General Query Packets): Mention new ConditionalBreakpoint feature.
3274
3275 2012-02-22  Tom Tromey  <tromey@redhat.com>
3276
3277         * gdb.texinfo (Blocks In Python): Clarify block iteration.
3278
3279 2012-02-17  Tom Tromey  <tromey@redhat.com>
3280
3281         PR python/10753:
3282         * gdb.texinfo (objfile-gdb.py file): Fix location of auto-load
3283         directory.
3284
3285 2012-02-14  Stan Shebs  <stan@codesourcery.com>
3286
3287         * gdb.texinfo (Disabling Breakpoints): Document enable count.
3288
3289 2012-02-13  Pedro Alves  <palves@redhat.com>
3290
3291         * gdb.texinfo (MIPS boards): Refer to mips-elf instead of
3292         mips-idt-ecoff.
3293
3294 2012-02-09  Yao Qi  <yao@codesourcery.com>
3295
3296         * gdb.texinfo (Symbols In Python): Add missing `@end defvar'.
3297
3298 2012-02-07  Tom Tromey  <tromey@redhat.com>
3299
3300         * gdb.texinfo (Symbols In Python): Document Symbol.needs_frame and
3301         Symbol.value.
3302
3303 2012-02-07  Tom Tromey  <tromey@redhat.com>
3304
3305         * gdb.texinfo (Symbols In Python): Document Symbol.line.
3306
3307 2012-01-27  Thomas Schwinge  <thomas@codesourcery.com>
3308
3309         * gdb.textinfo (Packets): Move vCont paragraph to the correct place.
3310
3311 2012-01-24  Tom Tromey  <tromey@redhat.com>
3312
3313         * gdb.texinfo (Set Catchpoints): Document "catch load" and "catch
3314         unload".
3315         (Files): Mention new catch commands.
3316         (GDB/MI Async Records): Likewise.
3317
3318 2012-01-24  Gary Benson  <gbenson@redhat.com>
3319
3320         Delete #if 0'd out code.
3321         * gdb.texinfo (Frame Info): Remove "info catch".
3322
3323 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
3324
3325         * gdb.texinfo (Remote Configuration): Document
3326         "set remote hostio-readlink-packet" command.
3327         (General Query Packets): Document vFile:readlink packet.
3328
3329 2012-01-16  Tom Tromey  <tromey@redhat.com>
3330
3331         * gdb.texinfo (Specify Location): Document relative file name
3332         handling.
3333
3334 2012-01-16  Tom Tromey  <tromey@redhat.com>
3335
3336         * gdb.texinfo (gdb.printing): Document FlagEnumerationPrinter.
3337
3338 2012-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3339             Eli Zaretskii  <eliz@gnu.org>
3340
3341         * gdbint.texinfo (Coding Standards): Require braces for two lines of
3342         code.
3343
3344 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
3345
3346         * gdb.texinfo (Variables): Document use of :: for non-static
3347         variables.
3348
3349 2012-01-05  Joel Brobecker  <brobecker@adacore.com>
3350
3351         * gdbint.texinfo (Start of New Year Procedure): Update
3352         to replace use of copyright.sh by use of copyright.py.
3353
3354 2012-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3355
3356         Remove the gdbtui binary.
3357         * all-cfg.texi (GDBTUI): Remove.
3358         * gdb.texinfo (Mode Options): Remove the GDBTUI reference.
3359         (TUI): Remove GDBTUI pindex.  Remove the GDBTUI reference.
3360         * gdbint.texinfo (Testsuite): Replace `gdbtui' by `gdb -tui'.
3361
3362 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
3363
3364         Introduce gdb.FinishBreakpoint in Python.
3365         * gdb.texinfo (Finish Breakpoints in Python): New subsection.
3366         (Python API): Add menu entry for Finish Breakpoints.
3367
3368 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
3369
3370         * gdbint.texinfo (Testsuite): Describe KFAIL and XFAIL in Writing
3371         tests.
3372
3373 2011-12-16  Doug Evans  <dje@google.com>
3374
3375         * gdb.texinfo (Server): Document -/stdio argument to gdbserver.
3376
3377 2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
3378
3379         * gdb.texinfo (Python Commands): Remove "maint set/show print
3380         stack".  Add documentation for "set/show python print-stack".
3381
3382 2011-12-14  Pedro Alves  <pedro@codesourcery.com>
3383
3384         * gdb.texinfo (Implementing a Remote Stub): Explain that you
3385         should transfer control to the stub in the startup code instead of
3386         in main.  Mention the need to get past the initial breakpoint.
3387
3388 2011-12-06  Tom Tromey  <tromey@redhat.com>
3389
3390         * gdb.texinfo (Set Breaks): Update for new behavior.
3391
3392 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3393
3394         * gdb.texinfo (Requirements, Remote Protocol): Reference also `Library
3395         List Format for SVR4 Targets'.
3396         (General Query Packets): New item qXfer:libraries-svr4:read.
3397         (Library List Format for SVR4 Targets): New node.
3398
3399 2011-12-01  Tom Tromey  <tromey@redhat.com>
3400
3401         * gdb.texinfo (Writing a Pretty-Printer): Use append method, not
3402         add.
3403
3404 2011-11-22  Tom Tromey  <tromey@redhat.com>
3405
3406         * gdb.texinfo (GDB/MI Async Records): Document new *stopped
3407         reasons.
3408
3409 2011-11-20  Stan Shebs  <stan@codesourcery.com>
3410
3411         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
3412         note-related options and variables.
3413         (Tracepoint Packets): Document packet changes.
3414
3415 2011-11-20  Sanjoy Das  <sdas@igalia.com>
3416
3417         * gdb.texinfo (JIT Interface): Add documentation on writing and
3418         usind JIT debug info readers.
3419         (Custom Debug Info, Using JIT Debug Info Readers, Writing JIT
3420         Debug Info Readers): New nodes.
3421
3422 2011-11-18  Yao Qi  <yao@codesourcery.com>
3423
3424         * gdb.texinfo (Create and Delete Tracepoints): Mention pending
3425         tracepoint.
3426
3427 2011-11-15  Doug Evans  <dje@google.com>
3428
3429         * gdb.texinfo (Files): Document basenames-may-differ.
3430
3431 2011-11-14  Doug Evans  <dje@google.com>
3432
3433         * gdb.texinfo (Shell Commands): Document "!".
3434
3435 2011-11-14  Stan Shebs  <stan@codesourcery.com>
3436             Kwok Cheung Yeung  <kcy@codesourcery.com>
3437
3438         * gdb.texinfo (Create and Delete Tracepoints): Describe what is
3439         needed to get shorter fast tracepoints.
3440         (Tracepoint Packets): Document new qTMinFTPILen packet.
3441
3442 2011-11-14  Yao Qi  <yao@codesourcery.com>
3443
3444         * gdb.texinfo (Create and Delete Tracepoints): Describe changed
3445         behavior of tracepoint.
3446         (General Query Packets): New feature InstallInTrace.
3447         (Remote Configuration): Document "set remote
3448         install-in-trace-packet".
3449
3450 2011-11-12  Matt Rice  <ratmice@gmail.com>
3451
3452         * gdb.texinfo (C Preprocessor Macros): Remove info definitions.
3453         Add arguments to info macro.
3454
3455 2011-11-10  Tom Tromey  <tromey@redhat.com>
3456
3457         * gdb.texinfo (Compilation): Don't mention -gdwarf-2.  Link to GCC
3458         manual.
3459         (Variables): Don't mention -gdwarf-2.  Link to Compilation node.
3460         (Macros): Add a footnote.
3461         (C): Remove paragraph about compiler options.
3462         (C Constants): Mention wide character and string constants.
3463         (C Plus Plus Expressions): Update compiler option advice.  Mention
3464         using declarations.  Mention ADL.  Remove old HP compiler
3465         information.
3466
3467 2011-11-10  Tom Tromey  <tromey@redhat.com>
3468
3469         PR c++/9257:
3470         * gdb.texinfo (Print Settings): Add an extra note about the need
3471         for a vtable.
3472
3473 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
3474
3475         * gdb.texinfo (MIPS): Remove duplicate "auto" reference from
3476         "set mips abi" documentation.
3477
3478 2011-11-04  Doug Evans  <dje@google.com>
3479
3480         * gdb.texinfo (Maintenance Commands): Update docs of "maint time".
3481
3482 2011-11-03  Tom Tromey  <tromey@redhat.com>
3483
3484         * gdb.texinfo (Stopping): Add menu entry.
3485         (Continuing and Stepping): Restore @node.  Use @section, not
3486         @subsection.
3487
3488 2011-11-03  Maciej W. Rozycki  <macro@codesourcery.com>
3489
3490         * gdb.texinfo (Skipping Over Functions and Files): Remove node
3491         designation.  Fix "Specify Location" cross-reference.
3492
3493 2011-11-02  Stan Shebs  <stan@codesourcery.com>
3494
3495         * gdb.texinfo (Tracepoint Action Lists): Document collect/s.
3496         (General Query Packets): Describe tracenz feature.
3497         * agentexpr.texi (Bytecode Descriptions): Describe tracenz.
3498
3499 2011-10-28  Paul Koning  <paul_koning@dell.com>
3500
3501         * gdb.texinfo (gdb.types): Rename deepitems to deep_items.
3502
3503 2011-10-27  Kevin Pouget  <kevin.pouget@st.com>
3504
3505         * gdb.texinfo ((Frames In Python): Document
3506         gdb.FRAME_UNWIND_FIRST_ERROR contant.
3507
3508 2011-10-26  Paul Koning  <paul_koning@dell.com>
3509
3510         * gdb.texinfo (gdb.types): Document new deepitems function.
3511
3512 2011-10-25  Paul Koning  <paul_koning@dell.com>
3513
3514         PR python/13327
3515
3516         * gdb.texinfo (Values From Inferior): Add is_lazy attribute,
3517         fetch_lazy method.
3518
3519 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
3520
3521         PR python/12656
3522
3523         * gdb.texinfo (Blocks In Python): Document is_static, is_global,
3524         global_block, static_block function.
3525
3526 2011-10-19  Tom Tromey  <tromey@redhat.com>
3527
3528         * gdb.texinfo (Commands In Python): Add missing "@"s.
3529
3530 2011-10-13  Kevin Pouget  <kevin.pouget@st.com>
3531
3532         PR python/13285 Document named constants for frame unwind stop reasons
3533         * gdb.texinfo (Frames In Python): Document gdb.FRAME_UNWIND_*
3534         constants.
3535
3536 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
3537
3538         Fix compatibility with texinfo versions older than 4.12.
3539         * Makefile.in (MAKEINFO): Set to @MAKEINFO@.
3540         (MAKEINFOFLAGS, MAKEINFO_EXTRA_FLAGS, MAKEINFO_CMD): New.
3541         (MAKEHTMLFLAGS): Use MAKEINFO_CMD.
3542         (gdb.info, gdbint.info, stabs.info, annotate.info): Use MAKEINFO_CMD.
3543         * gdb.texinfo (Tail Call Frames): Convert @arrow{} to @click, when possible.
3544         Make the conversion conditional on HAVE_MAKEINFO_CLICK, using variables
3545         CALLSEQ1A, CALLSEQ1B, CALLSEQ2A and CALLSEQ2B.
3546
3547 2011-10-09  Doug Evans  <dje@google.com>
3548
3549         * gdb.texinfo (Extending GDB): Document alias command.
3550
3551 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3552
3553         Support @entry in input expressions.
3554         * gdb.texinfo (Variables): Describe @entry names suffix.
3555         (Print Settings): Add anchor for `set print entry-values'.
3556
3557 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3558             Eli Zaretskii  <eliz@gnu.org>
3559
3560         Display @entry parameter values (without references).
3561         * gdb.texinfo (Tail Call Frames): Add anchor.  Add self tail call
3562         example.
3563         (Print Settings): New description of set print entry-values and show
3564         print entry-values.
3565
3566 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3567             Eli Zaretskii  <eliz@gnu.org>
3568
3569         Recognize virtual tail call frames.
3570         * gdb.texinfo (Optimized Code): Add reference to Tail Call Frames.
3571         (Tail Call Frames): New node.
3572         (Frames In Python): Add gdb.TAILCALL_FRAME.
3573
3574 2011-10-07  Doug Evans  <dje@google.com>
3575
3576         * gdb.texinfo (gdb.printing): Document new `replace' arg to
3577         register_pretty_printer.
3578
3579 2011-10-07  Phil Muldoon  <pmuldoon@redhat.com>
3580
3581         PR python/12930
3582         PR python/12802
3583
3584         * gdb.texinfo (Breakpoints In Python): Clarify behavior in the
3585         stop method.
3586
3587 2011-10-07  Ulrich Weigand  <ulrich.weigand@linaro.org>
3588
3589         * gdb.texinfo (Starting your Program): "set disable-randomization"
3590         is no longer Linux-specific.
3591         (Remote Configuration): Document "set remote
3592         disable-randomization-packet".
3593         (General Query Packets): Document "QDisableRandomization" packet
3594         and add it to "qSupported" list.
3595
3596 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
3597
3598         Allow Python notification of new object-file loadings.
3599         * gdb.texinfo (Events In Python): Document `gdb.NewObjFileEvent'
3600         event type.
3601
3602 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
3603
3604         PR python/12691: Add the inferior to Python exited event
3605         * gdb.texinfo (Events In Python): Describe exited inferior attribute.
3606
3607 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
3608
3609         * gdb.texinfo (GDB/MI Miscellaneous Commands): Minor
3610         rephasing.
3611
3612 2011-10-03  Joel Brobecker  <brobecker@adacore.com>
3613
3614         * gdb.texinfo (GDB/MI Ada Tasking Commands): New node.
3615         (GDB/MI Miscellaneous Commands): Add `ada-task-info'
3616         as possible feature returned by the `-list-features'
3617         command.
3618
3619 2011-09-28  Paul Koning  <paul_koning@dell.com>
3620
3621         * gdb.texinfo (gdb.Type): Document field access by dictionary
3622         key syntax.
3623
3624 2011-09-28  Yao Qi  <yao@codesourcery.com>
3625
3626         * gdb.texinfo (Files): Update options for `add-symbol-file'.
3627         Add one space after option `-s'.  Remove @r{} markup.
3628
3629 2011-09-27  Stan Shebs  <stan@codesourcery.com>
3630
3631         * gdb.texinfo (Tracepoint Action Lists): Document $_ret.
3632
3633 2011-09-16  Hui Zhu  <teawater@gmail.com>
3634
3635         * gdb.texinfo (Tracepoint Restrictions): Change *$esp@300
3636         to *(unsigned char *)$esp@300.
3637
3638 2011-09-15  Paul Koning  <paul_koning@dell.com>
3639
3640         * gdb.texinfo: Make style of Python functions and methods match
3641         the syntax of Python.  Also put class and module names explicitly
3642         on function, member, and variable names, matching Python
3643         documentation conventions.
3644
3645 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
3646
3647         PR Python/12692 Add gdb.selected_inferior() to Python interface.
3648         * gdb.texinfo (Inferiors In Python): Describe new
3649         gdb.selected_inferior() function.
3650
3651 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
3652
3653         Handle multiple breakpoint hits in Python interface:
3654         * gdb.texinfo (Events In Python): New function documentation:
3655         gdb.BreakpointEvent.breakpoints. Indicate that
3656         gdb.BreakpointEvent.breakpoint is now deprecated.
3657
3658 2011-09-04  Joel Brobecker  <brobecker@adacore.com>
3659
3660         * gdb.texinfo: Set EDITION to "Tenth" and change ISBN.
3661
3662 2011-08-25  Andrew Oakley  <andrew@ado.is-a-geek.net>
3663
3664         * gdb.texinfo (Types In Python): Document 'bitpos' for enums.
3665
3666 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
3667
3668         * gdb.texinfo (Prompt): Add set/show extended-prompt
3669         documentation
3670         (Basic Python): Add prompt_hook anchor.
3671         (Python modules): Reword module text to reflect multiple modules.
3672         (gdb.prompt): Document gdb.prompt module.
3673
3674 2011-08-14  Yao Qi  <yao@codesourcery.com>
3675
3676         * gdb.texinfo (General Query Packets): Document qXfer:fdpic:read packet.
3677
3678 2011-08-14  Yao Qi  <yao@codesourcery.com>
3679
3680         * gdb.texinfo (Standard Target Features): Document C6x features.
3681         (TIC6x Features): New node.
3682
3683 2011-08-12  Doug Evans  <dje@google.com>
3684
3685         * gdb.texinfo (Symbols In Python): Document symbol.type.
3686
3687 2011-08-09  Phil Muldoon  <pmuldoon@redhat.com>
3688
3689         * gdb.texinfo (Python): Document command and function
3690         auto-loading.
3691
3692 2011-07-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3693             Eli Zaretskii  <eliz@gnu.org>
3694
3695         * gdb.texinfo (whatis, ptype): Highlight their differences.  Describe
3696         typedefs unrolling.  Extend the sample code by an inner typedef and
3697         outer typedefs unrolling.
3698
3699 2011-07-26  Paul Pluzhnikov  <ppluzhnikov@google.com>
3700
3701         * gdb.texinfo (Caching Remote Data): Document {set,show} dcache
3702         size and line-size.
3703
3704 2011-07-21  Matt Rice  <ratmice@gmail.com>
3705
3706         PR macros/12999
3707         * gdb.texinfo (Macros): Add info definitions and info macros commands.
3708         Update text and cindex entries for info macro command.
3709
3710 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
3711
3712         * observer.texi (GDB Observers): Add before_prompt observer.
3713         * gdb.texinfo (Basic Python): Add documentation for prompt
3714         substitution.
3715
3716 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
3717
3718         PR python/12438
3719         * gdb.texinfo (Python Commands): Add deprecate note to maint
3720           set/show python print-stack.  Document set/show python
3721           print-backtrace.
3722
3723 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
3724
3725         * gdb.texinfo: Fix typos.
3726
3727 2011-07-01  Tom Tromey  <tromey@redhat.com>
3728
3729         * gdb.texinfo (Debugging Output): Document set debug
3730         check-physname.
3731
3732 2011-06-29  Tom Tromey  <tromey@redhat.com>
3733
3734         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document
3735         breakpoint-notifications feature.
3736
3737 2011-06-29  Ulrich Weigand  <ulrich.weigand@linaro.org>
3738
3739         * gdb.texinfo (Target Description): Remove warning about
3740         possibly unstable format.
3741
3742 2011-06-03  Tom Tromey  <tromey@redhat.com>
3743
3744         * gdb.texinfo (GDB/MI Async Records): Document 'exit-code' field.
3745         (Events In Python): Note that exit_code is optional.
3746
3747 2011-05-17  Pedro Alves  <pedro@codesourcery.com>
3748
3749         * gdb.texinfo (Remote Protocol) <Overview>: Mention vCont is
3750         required for multi-threading support.
3751         (Remote Protocol) <Packets>: Mention that 'c', 's', 'C', 'S' and
3752         Hc are deprecated for multi-threading debugging.  Point readers at
3753         the vCont packet.
3754
3755 2011-05-15  Doug Evans  <dje@google.com>
3756
3757         * gdb.texinfo (Auto-loading): Document printing of missing scripts.
3758
3759 2011-05-13  Doug Evans  <dje@google.com>
3760
3761         * gdb.texinfo (Threads): Document $sdir,$pdir.
3762         (Server): Document $pdir exception.
3763
3764         * gdb.texinfo (Auto-loading): Document "info auto-load-scripts".
3765
3766         * gdb.texinfo (Threads): Clarify default value for
3767         libthread-db-search-path.
3768
3769         * gdb.texinfo (Completion): Update example.
3770         (Debugging Output): Delete `set/show debug lin-lwp-async'.
3771
3772 2011-05-12  Kwok Cheung Yeung  <kcy@codesourcery.com>
3773
3774         * gdb.texinfo: Document change in the behaviour of the enable and
3775         disable GDB commands when applied to tracepoints.
3776         Document the EnableDisableTracepoints remote stub feature.
3777         Document QTEnable and QTDisable in the list of tracepoint packets.
3778
3779 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3780
3781         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Rename inc-hist.texinfo to
3782         hsuser.texi.
3783         * gdb.texinfo <!SYSTEM_READLINE>: Rename inc-hist.texinfo inclusion and
3784         comment to hsuser.texi.  Change rluser.texi name in the comment.
3785
3786 2011-05-10  Doug Evans  <dje@google.com>
3787
3788         * gdb.texinfo (Threads): If an empty path is provided for
3789         libthread-db-search-path it is reset to its default value.
3790         (Server): Ditto.
3791
3792 2011-05-09  Doug Evans  <dje@google.com>
3793
3794         * gdb.texinfo (Requirements): Fix typo.  Mention --with-iconv-bin.
3795
3796 2011-05-06  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3797             Thiago Jung Bauermann  <bauerman@br.ibm.com>
3798
3799         Implement support for PowerPC BookE masked watchpoints.
3800         * gdb.texinfo (Set Watchpoints): Document mask parameter.
3801         (PowerPC Embedded): Mention support of masked watchpoints.
3802
3803 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
3804
3805         * gdb.texinfo (In Memoriam): Replace litteral uses of `GDB' with
3806         `@value{GDBN}'.
3807
3808 2011-05-03  Joel Brobecker  <brobecker@adacore.com>
3809
3810         * gdb.texinfo (titlepage): Remove dedication.
3811         (In Memoriam): New appendix.
3812
3813 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3814             Eli Zaretskii  <eliz@gnu.org>
3815
3816         * gdb.texinfo (Index Section Format): Change the version to 5.
3817         Describe the different formula.
3818
3819 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3820             Eli Zaretskii  <eliz@gnu.org>
3821
3822         * gdb.texinfo (Starting and Stopping Trace Experiments): New anchor
3823         for disconnected tracing.
3824         (Multi-Process Mode for @code{gdbserver}): Mention --multi and
3825         extended-remote relationship.  Mention --once.
3826         (TCP port allocation lifecycle of @code{gdbserver}): New.
3827
3828 2011-04-23  Eli Zaretskii  <eliz@gnu.org>
3829
3830         * gdb.texinfo (Server): Improve indexing.  Index all optional
3831         switches to gdbserver.
3832
3833 2011-04-20  Tom Tromey  <tromey@redhat.com>
3834
3835         * gdb.texinfo (Index Section Format): New node.
3836         (Top): Add new node to menu.
3837
3838 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
3839
3840         * gdb.texinfo (Maintenance Commands): Document `maint print
3841         remote-registers'.
3842
3843 2011-04-20  Tom Tromey  <tromey@redhat.com>
3844
3845         * gdb.texinfo (Trace File Format): Move node later.
3846
3847 2011-04-19  Tom Tromey  <tromey@redhat.com>
3848
3849         * gdbint.texinfo (Register Information Functions): Remove
3850         duplicate "the".
3851         * gdb.texinfo (Emacs): Remove duplicate "to".
3852         (GDB/MI Variable Objects): Remove duplicate "the".
3853         (General Query Packets): Likewise.
3854
3855 2011-04-02  Joel Brobecker  <brobecker@adacore.com>
3856
3857         * gdb.texinfo (GDB/MI Output Records): Fix menu entry for
3858         "GDB/MI Ada Exception Information" node.
3859
3860 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
3861
3862         * gdb.texinfo (GDB/MI Ada Exception Information): Document
3863         the "exception-name" field in the *stopped async record.
3864
3865 2011-03-31  Thiago Jung Bauermann  <bauerman@br.ibm.com>
3866             Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
3867
3868         Implement support for PowerPC BookE ranged breakpoints.
3869         * gdb.texinfo (PowerPC Embedded): Document ranged breakpoints.
3870
3871 2011-03-28  Tom Tromey  <tromey@redhat.com>
3872
3873         * gdb.texinfo (Set Tracepoints): Fix typo.
3874
3875 2011-03-24  Tom Tromey  <tromey@redhat.com>
3876
3877         * gdb.texinfo (Specify Location): Document `function:label'
3878         linespec.
3879
3880 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
3881
3882         PR python/12149
3883
3884         * gdb.texinfo (Basic Python): Update gdb.write and flush text.
3885
3886 2011-03-17  Phil Muldoon  <pmuldoon@redhat.com>
3887
3888         * gdb.texinfo (Blocks In Python): Add is_valid method description.
3889         (Inferiors In Python): Likewise.
3890         (Threads In Python): Likewise.
3891         (Symbols In Python): Likewise.
3892         (Objfiles In Python): Likewise.
3893         (Symbol Tables In Python): Likewise.
3894
3895 2011-03-15  Pedro Alves  <pedro@codesourcery.com>
3896
3897         * gdb.texinfo (Auto Display) <undisplay, enable display, disable
3898         display>: Explain that the commands accept number ranges.
3899
3900 2011-03-14  Phil Muldoon  <pmuldoon@redhat.com>
3901
3902         * gdb.texinfo (Breakpoints In Python): Add description and example
3903         of Python stop function operation.
3904
3905 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
3906
3907         * gdb.texinfo (Parameters In Python): Document get_set_string and
3908         get_show_string methods.
3909
3910 2011-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
3911
3912         * gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
3913
3914         * gdb.texinfo (Starting and Stopping Trace Experiments): Fix
3915         circular-trace-buffer name.
3916
3917 2011-02-28  Joel Brobecker  <brobecker@adacore.com>
3918
3919         * gdb.texinfo (Inferiors and Programs): Fix small error introduced
3920         in the previous change.
3921
3922 2011-02-27  Michael Snyder  <msnyder@vmware.com>
3923
3924         * gdb.texinfo (Inferiors and Programs): Update commands to show
3925         that they can accept multiple arguments.
3926
3927 2011-02-24  Joel Brobecker  <brobecker@adacore.com>
3928
3929         Revert the following patch (code patch was not approved):
3930         2011-02-21  Hui Zhu  <teawater@gmail.com>
3931         * agentexpr.texi (bytecode descriptions): add printf.
3932         * gdb.texinfo (tracepoint action lists): add printf.
3933
3934 2011-02-23  Doug Evans  <dje@google.com>
3935
3936         * gdb.texinfo (Symbols In Python): Fix mention of C++, use C@t{++}.
3937
3938 2011-02-23  Michael Snyder  <msnyder@vmware.com>
3939
3940         * gdb.texinfo (Set Breaks): Add @dots{} to arguments of info break.
3941         (Set Watchpoints): Add @dots{} to argument of info watchpoints.
3942         (Listing Tracepoints): Add @dots{} to argument of info tracepoints.
3943
3944 2011-02-22  Doug Evans  <dje@google.com>
3945
3946         * gdb.texinfo (Symbols In Python): Document lookup_global_symbol.
3947         Clarify behaviour of lookup_symbol when `block' argument is omitted,
3948         add description of result, fix @defun formatting.
3949
3950 2011-02-21  Hui Zhu  <teawater@gmail.com>
3951
3952         * agentexpr.texi (Bytecode Descriptions): Add printf.
3953         * gdb.texinfo (Tracepoint Action Lists): Add printf.
3954
3955 2011-02-18  Tom Tromey  <tromey@redhat.com>
3956
3957         * agentexpr.texi (Bytecode Descriptions): Document pick and rot.
3958
3959 2011-02-14  Michael Snyder  <msnyder@vmware.com>
3960
3961         * gdb.texinfo (threads): Document argument for "info threads" cmd.
3962         Document new command "thread find".
3963
3964 2011-02-14  Michael Snyder  <msnyder@vmware.com>
3965
3966         * gdb.texinfo (Threads): Update example of new thread message.
3967
3968 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
3969
3970         * gdb.texinfo (Remote Configuration): Mention set/show remote
3971         traceframe-info.
3972         (Tools/Packages Optional for Building GDB): Mention that expat is
3973         used for traceframe info.
3974         (Remote Protocol) <Menu>: Add "Traceframe Info Format".
3975         (General Query Packets) <qSupported>: Describe the
3976         qXfer:traceframe-info:read feature.
3977         (qXfer::read): Describe qXfer:traceframe-info:read.
3978         (Traceframe Info Format): New section.
3979
3980 2011-02-04  Pedro Alves  <pedro@codesourcery.com>
3981
3982         * gdbint.texinfo (Formatting): Mention some formatting guidelines
3983         for casts and unary operators.
3984
3985 2011-02-04  Tom Tromey  <tromey@redhat.com>
3986
3987         * gdb.texinfo (GDB/MI Async Records): Document that symbols-loaded
3988         is not useful.
3989
3990 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
3991
3992         * gdb.texinfo: s/value optimized out/optimized out/g
3993
3994 2011-01-21  Joel Brobecker  <brobecker@adacore.com>
3995
3996         * gdb.texinfo (Other Misc Settings): Rework part of the
3997         documentation of the "set interactive mode" command.
3998
3999 2011-01-19  Tom Tromey  <tromey@redhat.com>
4000
4001         * gdb.texinfo (Threads): Document thread name output and `thread
4002         name' command.
4003         (Threads In Python): Document Thread.name attribute.
4004         (GDB/MI Thread Commands): Document thread attributes.
4005
4006 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
4007
4008         * gdb.texinfo (GDB/MI Data Manipulation): Update to reflect
4009         changes in mi/mi-cmd-disas.c
4010
4011 2011-01-12  Tom Tromey  <tromey@redhat.com>
4012
4013         * gdb.texinfo (Threads): Remove duplicate text.  Update examples.
4014         Fix "thread apply" text.
4015
4016 2011-01-11  Sergio Durigan Junior  <sergiodj@linux.vnet.ibm.com>
4017             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4018
4019         Implement support for PowerPC BookE ranged watchpoints.
4020         * gdb.texinfo (PowerPC Embedded): Document ranged watchpoints and
4021         the "set powerpc exact-watchpoints" flag.
4022
4023 2011-01-07  Tom Tromey  <tromey@redhat.com>
4024
4025         * gdb.texinfo (Python API): Add descriptions to @menu items.
4026
4027 2011-01-06  Tom Tromey  <tromey@redhat.com>
4028
4029         * gdb.texinfo (Frames In Python): Document gdb.newest_thread.
4030
4031 2010-01-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
4032
4033         * gdb.texinfo (Debugging Output): Document "set debug jit".
4034
4035 2011-01-06  Tom Tromey  <tromey@redhat.com>
4036
4037         PR python/12133:
4038         * gdb.texinfo (Frames In Python): Document various frame
4039         constants.
4040
4041 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
4042
4043         * doc/agentexpr.texi, doc/all-cfg.texi, doc/annotate.texinfo,
4044         doc/gdb.texinfo, doc/gdbint.texinfo, doc/observer.texi,
4045         doc/refcard.tex, doc/stabs.texinfo: Copyright year update.
4046
4047 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
4048
4049         * Makefile.in (diststuff): Remove gdb-cfg.texi and GDBvn.texi.
4050         (clean): Add GDBvn.texi.
4051
4052 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
4053
4054         * gdb.texinfo (Ada Glitches): Remove paragraph describing the
4055         occasional case where the debugger prints an array address
4056         instead of the array itself.
4057
4058 2010-12-23  Pedro Alves  <pedro@codesourcery.com>
4059
4060         * gdb.texinfo (Packets) <read registers packet>: Document support
4061         for registers that were not collected.
4062
4063 2010-12-15  Doug Evans  <dje@google.com>
4064
4065         * gdb.texinfo (Startup): Document auto-loading of scripts during
4066         startup.
4067         (Auto-loading): Delete "maint set python auto-load on|off".
4068         Add "set auto-load-scripts on|off".
4069
4070 2010-12-07  Doug Evans  <dje@google.com>
4071
4072         * gdb.texinfo (Mode Options): Document -data-directory.
4073         (Data Files): Add reference to -data-directory.
4074
4075 2010-11-29  Doug Evans  <dje@google.com>
4076
4077         * gdb.texinfo (Pretty-Printer Introduction): Change
4078         printer-name:subprinter-name to printer-name;subprinter-name.
4079
4080 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
4081
4082         PR python/12199
4083
4084         * gdb.texinfo (Breakpoints In Python): Document "delete" method.
4085
4086 2010-11-23  Tom Tromey  <tromey@redhat.com>
4087
4088         * gdb.texinfo (Top): Check SYSTEM_READLINE.
4089         (Editing): Likewise.
4090         (Command History): Likewise.
4091         (TUI Keys): Likewise.
4092         (Bug Reporting): Conditionally include rluser.texi and
4093         inc-history.texinfo.
4094         * Makefile.in (READLINE_TEXI_INCFLAG): New variable.
4095         (GDB_DOC_SOURCE_INCLUDES): Add comment.
4096         (GDBvn.texi): Set SYSTEM_READLINE when appropriate.
4097         (gdb.dvi): Use READLINE_TEXI_INCFLAG.
4098         (gdb.pdf): Likewise.
4099         (gdb.info): Likewise.
4100         (gdb/index.html): Likewise.
4101
4102 2010-11-23  Tom Tromey  <tromey@redhat.com>
4103
4104         * Makefile.in (Makefile): Run ../config.status.
4105         (distclean): Update.
4106         * configure: Remove.
4107         * configure.ac: Remove.
4108
4109 2010-11-12  Tom Tromey  <tromey@redhat.com>
4110
4111         * gdb.texinfo (Basic Python): Update.  Add xref.
4112         (Exception Handling): Document new exception classes.
4113         (Types In Python): Update.
4114         (Frames In Python): Update.
4115
4116 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
4117
4118         * gdb.texinfo (Breakpoints In Python): Document "internal"
4119         parameter, and visible attribute.
4120
4121 2010-11-05  Doug Evans  <dje@google.com>
4122
4123         * gdb.texinfo (Source Path): Document "set directories".
4124
4125 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
4126
4127         * gdb.texinfo: (Summary) Add mention about OpenCL C language support.
4128         (OpenCL C): New node.
4129
4130 2010-11-02  Doug Evans  <dje@google.com>
4131
4132         * gdb.texinfo (Pretty Printing): Expand into three sections,
4133         introduction, example, and commands.
4134         (Python API): Delete section Disabling Pretty-Printers, merge into
4135         Selecting Pretty-Printers.
4136         (Writing a Pretty-Printer): New section.  Move the pretty-printer
4137         example here, and reformat to match python coding style.  Add a second
4138         example using the gdb.printing module.
4139         (Python modules): Add gdb.printing.
4140
4141 2010-10-29  Doug Evans  <dje@google.com>
4142
4143         * gdb.texinfo (Python): Fix long line.
4144
4145 2010-10-20  Doug Evans  <dje@google.com>
4146
4147         * gdbint.texinfo (Misc Guidelines): Renamed from Coding.
4148         All references updated.  Correct sections marked as subsections.
4149         (Coding Standards): New chapter.  Move the coding standard related
4150         subsections here.  Add section on Python coding standards.
4151
4152 2010-10-13  Doug Evans  <dje@google.com>
4153
4154         * gdb.texinfo (Python): Add "Python modules".
4155         (Types in Python): Add reference to gdb.types section.
4156         (Python modules): New node.
4157
4158 2010-10-11  Doug Evans  <dje@google.com>
4159
4160         * gdb.texinfo (Values From Inferior): Add reference to "Types in
4161         Python" from gdb.Value.type description.
4162
4163 2010-09-28  Joel Brobecker  <brobecker@adacore.com>
4164
4165         * gdb.texinfo (Ravenscar Profile): New node.
4166
4167 2010-09-22  Tom Tromey  <tromey@redhat.com>
4168
4169         * gdb.texinfo (Values From Inferior): Mention Value.__init__.
4170
4171 2010-09-22  Eli Zaretskii  <eliz@gnu.org>
4172
4173         * gdb.texinfo (Values From Inferior): Clarify that
4174         value.dynamic_type works only in C++ programs with RTTI.
4175
4176 2010-09-15  Paul Bolle  <pebolle@tiscali.nl>
4177
4178         * gdb.texinfo (Character Sets): Correctly reference host-charset
4179         in example.
4180
4181 2010-09-13  Tom Tromey  <tromey@redhat.com>
4182
4183         * gdb.texinfo (GDB/MI Stack Manipulation) <-stack-list-frames>:
4184         Document "fullname" and "from".
4185
4186 2010-09-01  Marc Khouzam  <marc.khouzam@ericsson.com>
4187
4188         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document new
4189         feature `reverse' output by -list-target-features.
4190
4191 2010-08-31  H.J. Lu  <hongjiu.lu@intel.com>
4192
4193         * gdb.texinfo (i386 Features): Remove an extra "@item".
4194
4195 2010-08-30  Tom Tromey  <tromey@redhat.com>
4196
4197         PR python/11792:
4198         * gdb.texinfo (Values From Inferior): Document dynamic_type.
4199
4200 2010-08-24  Daniel Jacobowitz  <dan@codesourcery.com>
4201
4202         * gdb.texinfo (ARM Features): Document
4203         org.gnu.gdb.arm.m-profile.
4204
4205 2010-08-23  Tom Tromey  <tromey@redhat.com>
4206
4207         PR python/11145:
4208         * gdb.texinfo (Values From Inferior): Document dynamic_cast and
4209         reinterpret_cast methods.
4210
4211 2010-08-23  Tom Tromey  <tromey@redhat.com>
4212
4213         PR python/11915:
4214         * gdb.texinfo (Types In Python): Document array method.
4215
4216 2010-08-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
4217
4218         * gdb.texinfo (PowerPC Embedded): Mention support for the DVC register.
4219
4220 2010-08-16   Tom Tromey  <tromey@redhat.com>
4221
4222         * gdb.texinfo (Set Watchpoints): Document -location option.
4223
4224 2010-08-13  Doug Evans  <dje@google.com>
4225
4226         * gdb.texinfo (.debug_gdb_scripts section): Fix typo.
4227
4228 2010-08-13  Vladimir Prus  <vladimir@codesourcery.com>
4229
4230         * gdb.texinfo (GDB/MI Data Manipulation): Document
4231         -data-read-memory-raw and -data-write-memory-raw.
4232
4233 2010-08-11  Tom Tromey  <tromey@redhat.com>
4234             Phil Muldoon <pmuldoon@redhat.com>
4235
4236         * gdb.texinfo (Basic Python): Describe post_event API.
4237
4238 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
4239
4240         * gdb.texinfo (Basic Python): Describe solib_address and
4241         decode_line Python APIs
4242
4243 2010-08-10  Tom Tromey  <tromey@redhat.com>
4244
4245         * gdb.texinfo (Pretty Printing API): Document
4246         gdb.default_visualizer.
4247
4248 2010-08-10  Tom Tromey  <tromey@redhat.com>
4249
4250         Revert gdb-add-index addition:
4251         * gdb.texinfo (Index Files): Don't document gdb-add-index.
4252
4253 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
4254             Eli Zaretskii <eliz@gnu.org>
4255
4256         * gdb.texinfo (Mode Options) <-batch>
4257         (Basic Python) <gdb.execute>: Describe setting width and height.
4258
4259 2010-07-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
4260
4261         * gdb.texinfo (Threads): Document 'debug libthread-db'.
4262
4263 2010-07-30  Tom Tromey  <tromey@redhat.com>
4264
4265         * gdb.texinfo (Index Files): Mention gdb-add-index.
4266
4267 2010-07-30  Hui Zhu  <teawater@gmail.com>
4268
4269         * gdb.texinfo (Inferiors and Programs): Update the introduce of
4270         "detach inferior" and "kill inferior".
4271
4272 2010-07-28  CHENG Renquan  <rqcheng@smu.edu.sg>
4273
4274         * gdb.texinfo (Machine Code): Update description of two forms of
4275         arguments, and add new example to demonstrate the new form.
4276
4277 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
4278
4279         * gdb.texinfo (Values From Inferior): Add value inferior function
4280         call description.
4281
4282 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4283
4284         * gdb.texinfo (Active Targets): Fix wrong comma placement.
4285
4286 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
4287             Eli Zaretskii  <eliz@gnu.org>
4288
4289         Make core files the process_stratum.
4290         * gdb.texinfo (Active Targets): Remove core_stratum.  Include
4291         record_stratum example.
4292
4293 2010-07-13  Tom Tromey  <tromey@redhat.com>
4294
4295         * gdb.texinfo (Index Files): New node.
4296
4297 2010-07-13  Tom Tromey  <tromey@redhat.com>
4298
4299         * gdb.texinfo (GDB/MI Variable Objects): Remove extra 'for'.
4300
4301 2010-07-13  Tom Tromey  <tromey@redhat.com>
4302
4303         * gdb.texinfo (Specify Location): Document labels.
4304
4305 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4306
4307         * gdb.texinfo (Create and Delete Tracepoints): Add more index
4308         entries for fast tracepoints and static tracepoints.
4309
4310 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4311
4312         * gdb.texinfo (General Query Packets) <qfThreadInfo,
4313         qsThreadInfo>: Spell out `l' as ell.
4314
4315 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
4316
4317         * gdb.texinfo (Convenience Variables): Document $_sdata.
4318         (Commands to Set Tracepoints): Describe static tracepoints.  Add
4319         `Listing Static Tracepoint Markers' menu entry.  Document
4320         "strace".
4321         (Tracepoint Action Lists): Document collecting $_sdata.
4322         (Listing Static Tracepoint Markers): New subsection.
4323         (Tracepoints support in gdbserver): Mention static tracepoints.
4324         (remote packets, enabling and disabling): Mention
4325         read-sdata-object.
4326         (General Query Packets) <qSupported>: Document qXfer:sdata:read
4327         and StaticTracepoint.
4328         Mention qTfSTM, qTsSTM and qTSTMat as tracepoint packets.
4329         Document qXfer:sdata:read.
4330         (Tracepoint packets): Document qTfSTM, qTsSTM and qTSTMat.
4331
4332 2010-06-29  Joel Brobecker  <brobecker@adacore.com>
4333
4334         * gdb.texinfo (Threads In Python): Fix unmatched @end table.
4335
4336 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
4337             Tom Tromey  <tromey@redhat.com>
4338             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4339
4340         * gdb.texinfo (Inferiors In Python): New node.
4341         * gdb.texinfo (Threads In Python): New node.
4342
4343 2010-06-28  Joel Brobecker  <brobecker@adacore.com>
4344
4345         * gdb.texinfo (Python): Document what the python directory is
4346         and what its location is.
4347         (Basic Python): Document the gdb.PYTHONDIR constant.
4348
4349 2010-06-25  Tom Tromey  <tromey@redhat.com>
4350
4351         PR python/10808:
4352         * gdb.texinfo (Basic Python): Document new gdb.execute argument.
4353
4354 2010-06-24  Hui Zhu  <teawater@gmail.com>
4355
4356         * gdb.texinfo: (Commands for Controlled Output): Add
4357         documentation for command "eval".
4358
4359 2010-06-21  Stan Shebs  <stan@codesourcery.com>
4360
4361         * gdb.texinfo: Add explicit @node and @appendix for GFDL.
4362         * annotate.texinfo: Ditto.
4363         * gdbint.texinfo: Ditto.
4364         * stabs.texinfo: Ditto.
4365
4366 2010-06-22  Hui Zhu  <teawater@gmail.com>
4367
4368         * gdb.texinfo: (Process Record and Replay): Add documentation
4369         for command "set record memory-query".
4370
4371 2010-06-21  Stan Shebs  <stan@codesourcery.com>
4372
4373         * gdb.texinfo: Relicense under GFDL version 1.3.
4374         * annotate.texinfo: Relicense under GFDL version 1.3.
4375         * gdbint.texinfo: Relicense under GFDL version 1.3.
4376         * stabs.texinfo: Relicense under GFDL version 1.3.
4377         * fdl.texi: Update to version 1.3.
4378
4379 2010-06-18  Stan Shebs  <stan@codesourcery.com>
4380
4381         * gdb.texinfo (Operating System Auxiliary Information): Describe
4382         "info os" when no arguments given.
4383
4384         * gdb.texinfo (Debugging Programs with Multiple Threads): Describe
4385         $_thread.
4386
4387 2010-06-18  Hui Zhu  <teawater@gmail.com>
4388
4389         * gdb.texinfo: (Process Record and Replay): Add documentation
4390         for commands "record save" and "record restore".
4391
4392 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4393
4394         * gdb.texinfo: Include information about the correct use
4395         of addresses in the `watch' command.
4396
4397 2010-06-11  Stan Shebs  <stan@codesourcery.com>
4398
4399         * gdb.texinfo (Observer Mode): New section.
4400         (General Query Packets): Document QAllow.
4401
4402 2010-06-04  Doug Evans  <dje@google.com>
4403
4404         * gdb.texinfo (Python API): New node `Disabling Pretty-Printers'.
4405
4406 2010-06-03  Doug Evans  <dje@google.com>
4407
4408         * gdbint.texinfo (Coding): Add subsection on command names.
4409
4410 2010-06-02  Tom Tromey  <tromey@redhat.com>
4411
4412         * gdb.texinfo (Maintenance Commands): Document maint set dwarf2
4413         always-disassemble.
4414
4415 2010-06-01  Pedro Alves  <pedro@codesourcery.com>
4416
4417         * gdb.texinfo (Set Tracepoints): Mention tracepoints support in
4418         gdbserver, and add cross reference.
4419         (Tracepoints support in gdbserver): New subsection.
4420
4421 2010-05-26  Pedro Alves  <pedro@codesourcery.com>
4422
4423         * gdb.texinfo (General Query Packets) <qSupported>: Describe the
4424         `qRelocInsn' feature.
4425         (Relocate instruction reply packet): New subsection
4426         of `Tracepoint Packets'.
4427         (Tracepoint Packets): Mention that packets QTDP and QTStart
4428         support the qRelocInsn request, and add cross reference to new
4429         subsection.
4430
4431 2010-05-25  Doug Evans  <dje@google.com>
4432
4433         * gdb.texinfo (Exception Handling): Document gdb.GdbError.
4434         (Commands In Python): Document gdb.string_to_argv.
4435
4436 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4437
4438         * gdbint.texinfo (Host Definition): Remove items NORETURN and
4439         ATTR_NORETURN.
4440
4441 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
4442             Tom Tromey  <tromey@redhat.com>
4443             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4444
4445         * gdb.texinfo (Parameters In Python): New Node.
4446
4447 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
4448
4449         * gdb.texinfo: (Summary) Add mention about D language support.
4450         (Filenames): Add D suffixes.
4451         (D): New node.
4452
4453 2010-04-26  Pierre Muller  <muller@ics.u-strasbg.fr>
4454
4455         * gdbint.texinfo (CANNOT_STEP_HW_WATCHPOINTS): Remove explanation
4456         of macro deleted from GDB code.
4457
4458 2010-04-24  Pedro Alves  <pedro@codesourcery.com>
4459
4460         * gdb.texinfo (Commands to specify files): Describe what how GDB
4461         looks up DOS-based filesystem paths on the system root.  Document
4462         the new `set/show target-file-system-kind' commands.
4463
4464 2010-04-23  Doug Evans  <dje@google.com>
4465
4466         * gdb.texinfo (Python): Move Auto-loading section here ...
4467         (Python API): from here.
4468         (Auto-loading): Add docs for .debug_gdb_scripts auto-loaded scripts.
4469         (Maintenance Commands): Add docs for "maint print section-scripts".
4470
4471 2010-04-20  Chris Moller  <cmoller@redhat.com>
4472
4473         * gdb.texinfo (Setting Breakpoints): Added description of
4474         filename-qualified rbreak.
4475         * refcard.tex (Breakpoints and Watchpoints): Added brief
4476         description of filename-qualified rbreak.
4477
4478 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
4479
4480         * gdb.texinfo (Data): New @menu reference to Pretty Printing.
4481         (Python API): Change the reference to Pretty Printing API.
4482         (Pretty Printing): Move the user part under the Data node.  Reformat
4483         the sample output to 72 columns.  Create a new reference to Pretty
4484         Printing API.  Rename the API part ...
4485         (Pretty Printing API): To a new node name.
4486         (Selecting Pretty-Printers, Progspaces In Python, Objfiles In Python)
4487         (GDB/MI Variable Objects): Change references to Pretty Printing API.
4488
4489 2010-04-21  Stan Shebs  <stan@codesourcery.com>
4490
4491         * gdb.texinfo (Tracepoint Actions): Mention synonymy of actions
4492         and commands.
4493         (Listing Tracepoints): Update to reflect current behavior.
4494
4495 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
4496
4497         * gdb.texinfo (Examining memory): Update for change in string
4498         display with explicit size.
4499
4500 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
4501
4502         PR breakpoints/8554.
4503
4504         * gdb.texinfo (Save Breakpoints): New node.
4505         (save-tracepoints): Rename to ...
4506         (save tracepoints): ... this.  Mention that `save-tracepoints' is
4507         a deprecated alias to `save tracepoints'.
4508
4509 2010-04-16  Pierre Muller  <muller@ics.u-strasbg.fr>
4510
4511         * gdb.texinfo ($_tlb): Document new automatic convinience variable.
4512         (info w32 thread-information-block): Document new command.
4513         (qGetTIBAddress): Document new gdbserver query.
4514         (maint set/show show-all-tib): Document new command.
4515
4516 2010-04-15  Doug Evans  <dje@google.com>
4517
4518         * gdb.texinfo (Python API): Add progspaces section.
4519         (Selecting Pretty-Printers): Progspace pretty-printers are
4520         searched too.
4521         (Progspaces In Python): New section.
4522
4523         * gdb.texinfo (Command Files): Add docs for new "source -s" option.
4524
4525 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
4526
4527         * gdb.texinfo (Pretty Printing): Document behaviour when to_string
4528         returns None.
4529
4530 2010-04-09  Stan Shebs  <stan@codesourcery.com>
4531
4532         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4533         Describe the `frames-created' field, tweak grammar.
4534
4535 2010-04-09  Pedro Alves  <pedro@codesourcery.com>
4536
4537         * gdb.texinfo (gdb/mi Tracepoint Commands) <-trace-status>:
4538         Describe the `circular' and `disconnected' fields.
4539
4540 2010-04-09  H.J. Lu  <hongjiu.lu@intel.com>
4541
4542         * gdb.texinfo (maint print registers): Mention unavailable and
4543         invisible registers.
4544
4545 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
4546             Thiago Jung Bauermann  <bauerman@br.ibm.com>
4547             Tom Tromey  <tromey@redhat.com>
4548
4549         * gdb.texinfo (Breakpoints In Python): New Node.
4550
4551 2010-04-08  Stan Shebs  <stan@codesourcery.com>
4552
4553         * gdb.texinfo (Tracepoint Packets): Describe disconn and circular
4554         trace status fields.
4555
4556 2010-04-08  H.J. Lu  <hongjiu.lu@intel.com>
4557
4558         * gdb.texinfo (i386 Features): Make org.gnu.gdb.i386.avx
4559         optional.  Make org.gnu.gdb.i386.avx requires
4560         org.gnu.gdb.i386.avx.
4561
4562 2010-04-08  Doug Evans  <dje@google.com>
4563
4564         * gdb.texinfo (Command Files): Document that gdb skips $cdir in
4565         search path, and document that gdb only scans the search path if
4566         the script's path doesn't specify a directory.
4567
4568 2010-04-05  Doug Evans  <dje@google.com>
4569
4570         * gdb.texinfo (maint show python auto-load): Fix typo.
4571
4572 2010-04-04  Stan Shebs  <stan@codesourcery.com>
4573
4574         * gdb.texinfo (Setting Breakpoints): "info watch" no longer a synonym.
4575         (Setting Watchpoints): Update description of "info watch".
4576         (Disabling Breakpoints): Only "info break" lists all.
4577
4578         * gdb.texinfo (Tracepoint Restrictions): Document PC inference.
4579         (tdump): Explain how tdump works.
4580
4581 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
4582
4583         * gdb.texinfo (Break Commands): Clarify `commands' changes, and
4584         add cross reference.
4585
4586 2010-03-31  Pedro Alves  <pedro@codesourcery.com>
4587
4588         * gdb.texinfo (TUI Commands): Mention that in some cases, these
4589         commands error out.
4590
4591 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
4592
4593         * gdb.texinfo (i386 Features): Add org.gnu.gdb.i386.avx.
4594
4595 2010-03-30  H.J. Lu  <hongjiu.lu@intel.com>
4596
4597         * gdb.texinfo (General Query Packets): Add xmlRegisters.
4598
4599 2010-03-29  Stan Shebs  <stan@codesourcery.com>
4600             Nathan Sidwell  <nathan@codesourcery.com>
4601
4602         * gdb.texinfo (GDB/MI Tracepoint Commands): Add notes about the
4603         GDBN equivalent.
4604         (Set Tracepoints): Remove mention that conditional tracepoints
4605         don't exist.
4606         (Tracepoint Actions): Clarify when while-stepping collection
4607         happens, note that while-stepping does not automatically collect
4608         $pc.
4609
4610 2010-03-29  Stan Shebs  <stan@codesourcery.com>
4611
4612         * gdb.texinfo (Tracepoint Packets): Describe QTDPsrc.
4613         (General Query Packets): Describe TracepointSource.
4614
4615 2010-03-27  Matt Rice  <ratmice@gmail.com>
4616
4617         * gdb.texinfo (ARM): Document arguments to "target sim".
4618         (Set Catchpoints): Use @dots{} instead of @r{...}.
4619
4620 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
4621
4622         * gdb.texinfo (Tracepoint Packets): Remove mention that
4623         terror:string may be plain text, and drop mention of X prefix.
4624
4625 2010-03-26  Vladimir Prus  <vladimir@codesourcery.com>
4626
4627         * gdb.texinfo (GDB/MI Tracepoint Commands): Add comma after @xref.
4628
4629 2010-03-24  Stan Shebs  <stan@codesourcery.com>
4630
4631         * gdb.texinfo (Tracepoint Packets): Document trace error status.
4632
4633 2010-03-24  Tom Tromey  <tromey@redhat.com>
4634
4635         PR breakpoints/9352:
4636         * gdb.texinfo (Break Commands): Update.
4637
4638 2010-03-24  Vladimir Prus  <vladimir@codesourcery.com>
4639
4640         * gdb.texinfo (GDB/MI Tracepoint Commands): Document MI tracepoint
4641         commands.
4642
4643 2010-03-16  Stan Shebs  <stan@codesourcery.com>
4644
4645         * gdb.texinfo (Starting and Stopping Trace Experiments): Describe
4646         circular-trace-buffer.
4647         (Tracepoint Packets): Describe QTBuffer, and details of the
4648         qTStatus reply.
4649
4650 2010-03-12  Stan Shebs  <stan@codesourcery.com>
4651             Nathan Sidwell  <nathan@codesourcery.com>
4652
4653         * gdb.texinfo (Tracepoint Actions): Clarify that while-stepping is
4654         doing instruction stepping.
4655         (Tracepoint Restrictions): New node.
4656
4657 2010-03-10  Tom Tromey  <tromey@redhat.com>
4658
4659         * gdbint.texinfo (Symbol Handling): Update.
4660
4661 2010-03-08  Tom Tromey  <tromey@redhat.com>
4662
4663         PR cli/9591:
4664         * gdb.texinfo (Mode Options): Mention lack of pagination and
4665         confirmation with --batch.
4666         (Screen Size): Mention --batch.
4667         (Messages/Warnings): Likewise.
4668
4669 2010-03-05  Tom Tromey  <tromey@redhat.com>
4670
4671         * gdb.texinfo (Basic Python): Document target_charset and
4672         target_wide_charset.
4673
4674 2010-03-05  Tom Tromey  <tromey@redhat.com>
4675
4676         * gdb.texinfo (Data): Link to pretty-printing.
4677         (Output Formats): Likewise.  Correct text.
4678
4679 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
4680
4681         * gdb.texinfo (Types): Describe <struct> and <flags>.
4682
4683 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
4684
4685         * gdb.texinfo (Frames In Python): Add block parameter and
4686         description to read_var text.
4687
4688 2010-02-26  Phil Muldoon  <pmuldoon@redhat.com>
4689             Tom Tromey  <tromey@redhat.com>
4690
4691         * gdb.texinfo (Types In Python): Describe block argument in
4692         template_argument and gdb.lookup_type.
4693
4694 2010-02-24  Tom Tromey  <tromey@redhat.com>
4695
4696         * gdb.texinfo (Cygwin Native): Fix typo.
4697
4698 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
4699
4700         * gdb.texinfo (Frames In Python): Add block, find_sal, function
4701         and select method descriptions.
4702         (Python API): Add Blocks In Python, Symbols in Python and Symbol
4703         Tables in Python to menu.
4704         (Blocks In Python): New node.
4705         (Symbols In Python): New node.
4706         (Symbol Tables in Python): New node.
4707
4708 2010-02-24  Vladimir Prus  <vladimir@codesourcery.com>
4709
4710         Multiexec MI
4711
4712         gdb/
4713         * breakpoint.c (clear_syscall_counts): Take struct inferior*.
4714
4715         gdb/doc/
4716         * gdb.texinfo (GDB/MI Command Syntax): Document notification
4717         changes.
4718         (GDB/MI Program Execution): Document current behaviour of
4719         --all and --thread-group.
4720         (GDB/MI Miscellaneous Commands): Document -add-inferior and
4721         -remove-inferior.
4722         * observer.texi (inferior_added, inferior_removed): New
4723         observers.
4724
4725 2010-02-19  Tom Tromey  <tromey@redhat.com>
4726
4727         * gdbint.texinfo (Getting Started): Fix @node.
4728         (Debugging GDB): Likewise.
4729
4730 2010-02-13  Joel Brobecker  <brobecker@adacore.com>
4731
4732         * gdbint.texinfo (Testsuite): New section "Testsuite Configuration",
4733         documenting the gdb_test_timeout variable.
4734
4735 2010-02-12  Jakob Engblom  <jakob@virtutech.com>
4736
4737         * gdb.texinfo (MI commands): Added documentation of --reverse
4738         option to a set of MI commands. Restructured documentation of MI
4739         commands --exec-continue to reflect the complexity of reverse
4740         execution.
4741
4742 2010-02-12  Pedro Alves  <pedro@codesourcery.com>
4743
4744         * gdb.texinfo (Using the Collected Data): Specify that the address
4745         range of `tfind outsize' is exclusive, and that the address range
4746         of `tfind range' is inclusive.
4747         (Tracepoint Packets): Specify that the address range of
4748         `QTFrame:range' is inclusive, and that the address range of
4749         `QTFrame:outside' is exclusive
4750
4751 2010-02-12  Vladimir Prus  <vladimir@codesourcery.com>
4752
4753         * gdb.texinfo (GDB/MI Result Records): Clarify ^running.
4754
4755 2010-02-10  Tom Tromey  <tromey@redhat.com>
4756
4757         * gdb.texinfo (Debugging Output): Document set debug parser and
4758         show debug parser.
4759
4760 2010-02-09  H.J. Lu  <hongjiu.lu@intel.com>
4761
4762         * gdb.texinfo (Predefined Target Types): Add i387_ext,
4763         i386_eflags and i386_mxcsr.
4764
4765 2010-02-08  H.J. Lu  <hongjiu.lu@intel.com>
4766
4767         * gdb.texinfo: Document i386 target features.
4768
4769 2010-02-05  Doug Evans  <dje@google.com>
4770
4771         * gdbint.texinfo (Testsuite): Add a new section to document the
4772         various DejaGnu variables that may be overridden.
4773         Document INTERNAL_GDBFLAGS.
4774
4775 2010-02-04  Tom Tromey  <tromey@redhat.com>
4776
4777         PR cli/8830:
4778         * gdb.texinfo (Files): -readnow comes before the filename for file
4779         and symbol-file.
4780
4781 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
4782
4783         * gdb.texinfo (Architecture-Specific Protocol Details): New section.
4784         Document ARM breakpoint types.
4785         (Register Packet Format): Move into the new section.
4786         (Packets): Describe the KIND argument for Z0, z0, Z1, and z1 packets.
4787
4788 2010-01-21  Joel Brobecker  <brobecker@adacore.com>
4789
4790         * gdb.texinfo (File Options): Adjust the documentation of this
4791         switch to refer to the "source" command rather than partially
4792         duplicating some of the relevant information.
4793         (Extending GDB): Introduce and document the set/show script-extension
4794         setting.
4795         (Command Files): Add note explaining that the "source" command
4796         is also used to evalute scripts written in other languages.
4797         Remove the short slightly incorrect reference to sourcing Python
4798         scripts.
4799         (Python Commands): Document how to execute a Python script from GDB.
4800
4801 2010-01-19  Joel Brobecker  <brobecker@adacore.com>
4802
4803         * gdb.texinfo (Command Files): Fix typo.
4804
4805 2010-01-18  Tom Tromey  <tromey@redhat.com>
4806
4807         * gdb.texinfo (File Options): Document -x on .py files.
4808         (Command Files): Document handling of Python scripts.
4809
4810 2010-01-18  Jie Zhang  <jie.zhang@analog.com>
4811
4812         * Makefile.in (ANNOTATE_DOC_BUILD_INCLUDES): Add GDBvn.texi.
4813
4814 2010-01-15  Stan Shebs  <stan@codesourcery.com>
4815
4816         * gdb.texinfo (Trace Files): New section.
4817         (Tracepoint Packets): Document QTSave and qTBuffer.
4818         (Trace File Format): New appendix.
4819
4820 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
4821
4822         * gdb.texinfo (Values From Inferior): Document lazy_string value
4823         method.
4824         (Python API): Add Lazy strings menu item.
4825         (Lazy Strings In Python): New node.
4826
4827 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
4828
4829         * gdb.texinfo (GDB/MI Thread Information): New.
4830         (GDB/MI Async Records): Document the core field in *stopped.
4831         (GDB/MI Miscellaneous Commands): Expand -list-thread-groups
4832         documentation
4833         (Process list): Document that osdata document may contain
4834         threads.
4835         (Remote Serial Protocol): Document qXfer:threads.
4836
4837 2010-01-06  Stan Shebs  <stan@codesourcery.com>
4838
4839         * gdb.texinfo (Starting and Stopping Trace Experiments): Document
4840         disconnected tracing.
4841         (Tracepoint Packets): Document new protocol.
4842
4843 2010-01-05  Stan Shebs  <stan@codesourcery.com>
4844
4845         * gdb.texinfo (Create and Delete Tracepoints): Describe fast
4846         tracepoints.
4847         (Tracepoint Packets): Describe remote protocol for fast
4848         tracepoints.
4849
4850 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4851
4852         Update the "Start of New Year Procedure".
4853         * gdbint.texinfo: Add the list of files that need to be updated
4854         manually.  Minor reformatting.
4855
4856 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4857
4858         * refcard.tex: Update copyright year in header and text.
4859
4860 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
4861
4862         * agentexpr.texi: Add 2010 to the list of copyright years.
4863         * annotate.texinfo: Likewise.
4864         * gdb.texinfo: Likewise.
4865         * gdbint.texinfo: Likewise.
4866         * observer.texi: Likewise.
4867         * stabs.texinfo: Likewise.
4868
4869 2009-12-31  Stan Shebs  <stan@codesourcery.com>
4870
4871         * gdb.texinfo (Tracepoint Actions): Describe teval.
4872
4873 2009-12-29  Stan Shebs  <stan@codesourcery.com>
4874
4875         * gdb.texinfo (Tracepoint Actions): Describe default-collect.
4876
4877 2009-12-28  Stan Shebs  <stan@codesourcery.com>
4878
4879         * gdb.texinfo (Trace State Variables): New section.
4880         (Tracepoint Packets): Describe trace state variable packets.
4881         * agentexpr.texi (Bytecode Descriptions): Describe trace state
4882         variable bytecodes.
4883
4884 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
4885
4886         * gdb.texinfo (Symbols): "info variables" prints definitions, not
4887         declarations.
4888
4889 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
4890
4891         * gdb.texinfo (GDB/MI Miscellaneous Commands): Clarify that
4892         -gdb-exit behaviour.
4893
4894 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
4895
4896         * gpl.texi: Update to version 3 of the GPL.
4897
4898 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
4899
4900         * Makefile.in: Update copyright header.
4901         * observer.texi: Fix the copyright header of the generated files.
4902
4903 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
4904
4905         * gdb.texinfo (Types In Python): Describe range function.
4906
4907 2009-12-03  Richard Ward  <richard.j.ward1@googlemail.com>
4908
4909         * gdb.texinfo (Types In Python): Describe "is_base_class".
4910
4911 2009-12-03  Tom Tromey  <tromey@redhat.com>
4912
4913         * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
4914
4915 2009-12-02  Paul Pluzhnikov  <ppluzhnikov@google.com>
4916
4917         * observer.texi: New memory_changed observer.
4918
4919 2009-12-01  Tom Tromey  <tromey@redhat.com>
4920
4921         * gdb.texinfo (Reverse Execution): Fix typo.
4922
4923 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
4924
4925         PR gdb/8704
4926
4927         * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers
4928         are allowed after the breakpoint condition.
4929
4930 2009-11-23  Tom Tromey  <tromey@redhat.com>
4931
4932         PR python/10782:
4933         * gdb.texinfo (Types In Python): Document Type.pointer.
4934
4935 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
4936
4937         * gdb.texinfo (Machine Code): Adjust.
4938
4939 2009-11-11  Pedro Alves  <pedro@codesourcery.com>
4940
4941         * agentexpr.texi (Tracing On Symmetrix): Delete section.
4942         (Using Agent Expressions): Delete cross reference.
4943
4944 2009-11-07  Joel Brobecker  <brobecker@adacore.com>
4945
4946         * gdbint.texinfo, stabs.texinfo: Move the @setchapternewpage
4947         and @settitle directives up to help makeinfo find them.
4948
4949 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
4950
4951         * gdb.texinfo (set debug-file-directory, show debug-file-directory)
4952         (Auto-loading): Use plural and note one can use multiple components now.
4953
4954 2009-11-01  Vladimir Prus  <vladimir@codesourcery.com>
4955
4956         * gdb.texinfo (GDB/MI Stack Manipulation): Make
4957         -stack-list-arguments have the same documentation for parameter
4958         as -stack-list-locals. Add comas.
4959
4960 2009-10-27  Tom Tromey <tromey@redhat.com>
4961             Eli Zaretskii <eliz@gnu.org>
4962
4963         PR python/10781
4964
4965         * gdb.texinfo (Values From Inferior): Document cast method.
4966
4967 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
4968
4969         * gdb.texinfo (Machine Code): Mention function name in disasssembly
4970         and adjust example.
4971
4972 2009-10-22  Michael Snyder  <msnyder@vmware.com>
4973
4974         * gdb.texinfo (Process Record and Replay): Document new form of
4975         info record command.  Also document the new save and restore
4976         commands.
4977
4978 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
4979
4980         * gdb.texinfo (Machine Code): Mention current pc marker.
4981         (Memory): Likewise.
4982
4983 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
4984             Stan Shebs  <stan@codesourcery.com>
4985
4986         * observer.texi (new_inferior): Rename to...
4987         (inferior_appeared): ... this.
4988
4989         * gdb.texinfo (Inferiors): Rename node to ...
4990         (Inferiors and Programs): ... this.  Mention running multiple
4991         programs in the same debug session.
4992         <info inferiors>: Mention the new 'Executable' column if "info
4993         inferiors".  Update examples.  Document the "add-inferior",
4994         "clone-inferior", "remove-inferior" and "maint info
4995         program-spaces" commands.
4996         (Process): Rename node to...
4997         (Forks): ... this.  Document "set|show follow-exec-mode".
4998
4999 2009-10-11  Michael Snyder  <msnyder@vmware.com>
5000
5001         * gdb.texinfo (ReverseStep): Show default as "unsupported".
5002         (ReverseContinue): Ditto.
5003
5004 2009-10-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
5005
5006         * gdb.texinfo (Server): Document libthread-db-search-path.
5007
5008 2009-10-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
5009
5010         * gdbint.texinfo (i386_stopped_by_hwbp): Remove.
5011
5012 2009-10-06  Michael Eager  <eager@eagercon.com>
5013
5014         * gdb.texinfo (Contributors): Add self for Xilinx MicroBlaze.
5015         (Embedded Processors): Add MicroBlaze.
5016         (MicroBlaze): New.  Describe Xilinx MicroBlaze
5017
5018 2009-10-04  Pedro Alves  <pedro@codesourcery.com>
5019
5020         * gdb.texinfo (Remote Protocol): Don't mention vCont;T.
5021
5022 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
5023
5024         * gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
5025
5026 2009-09-23  Joel Brobecker  <brobecker@adacore.com>
5027
5028         * observer.texi (solib_unloaded): Document explicitly the fact that
5029         this observer is called before the associated symbols are unloaded.
5030
5031 2009-09-19  Vladimir Prus  <vladimir@codesourcery.com>
5032
5033         * gdb.texinfo (GDB/MI Stack Manipulation): Document
5034         -stack-list-variables.
5035
5036 2009-09-18  Tom Tromey  <tromey@redhat.com>
5037
5038         * gdb.texinfo (GDB/MI Variable Objects): -enable-pretty-printing
5039         is experimental.
5040
5041 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
5042
5043         * gdb.texinfo (convenince variables): Mention
5044         $_siginfo could be empty.
5045
5046 2009-09-15  Tom Tromey  <tromey@redhat.com>
5047
5048         * gdb.texinfo (GDB/MI Variable Objects): Document
5049         -enable-pretty-printing, -var-set-update-range, dynamic varobjs.
5050         Expand -var-update documentation.
5051
5052 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
5053
5054         * gdb.texinfo (Set Catchpoints): Documentation about the catch syscall
5055         feature.
5056
5057 2009-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
5058
5059         * gdbint.texinfo (Unwinding the Frame ID): Reference outer_frame_id.
5060
5061 2009-09-10  Michael Snyder  <msnyder@vmware.com>
5062
5063         * gdb.texinfo (qSupported): Mention new ReverseContinue and
5064         ReverseStep replies to the qSupported query.
5065
5066 2009-09-10  Joel Brobecker  <brobecker@adacore.com>
5067
5068         Add documentation for set/show interactive-mode.
5069         * gdb.texinfo (Other Misc Settings): New node.
5070
5071 2009-09-01  Doug Evans  <dje@google.com>
5072
5073         * gdb.texinfo (Caching Data of Remote Targets): Add note on
5074         non-stop mode's affect on remote caching.
5075
5076 2009-08-31  Jacob Potter  <jdpotter@google.com>
5077             Doug Evans  <dje@google.com>
5078
5079         * gdb.texinfo (Caching Data of Remote Targets): Update text.
5080         Mark `set/show remotecache' options as obsolete.
5081         Document new `set/show stack-cache' option.
5082         Update text for `info dcache'.
5083
5084 2009-08-27  Doug Evans  <dje@google.com>
5085
5086         * gdb.texinfo (Symbols): Delete `set print symbol-loading'.
5087         (Files): Add note on new optional regex arg to `info sharedlibrary'.
5088
5089 2009-08-26  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5090
5091         * gdbint.texinfo (Releasing GDB): Fix confusing sentence
5092         about autoconf.
5093
5094 2009-08-25  Pedro Alves  <pedro@codesourcery.com>
5095
5096         * gdb.texinfo (Debugging Multiple Inferiors): Add "info inferiors"
5097         small example, and describe its columns.  Replace "inferior-id" by
5098         "infno" throughout.
5099
5100 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
5101
5102         * gdbint.texinfo (Releasing GDB): Point to
5103         README-maintainer-mode file for required autoconf version.
5104         * configure.ac: Do not substitute datarootdir, htmldir,
5105         pdfdir, docdir.  Do not process --with-datarootdir,
5106         --with-htmldir, --with-pdfdir, --with-docdir.
5107         * configure: Regenerate.
5108
5109         * configure: Regenerate.
5110
5111 2009-08-20  Reid Kleckner  <reid@kleckner.net>
5112
5113         * gdb.texinfo: Add chapter on JIT interface.
5114
5115 2009-08-07  Nick Roberts  <nickrob@snap.net.nz>
5116
5117         * gdb.texinfo (Server Prefix): Explain that server prefix suppresses
5118         confirmation request.
5119
5120 2009-08-05  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5121
5122         * gdb.texinfo (Separate Debug Files, Remote Protocol): Clarified
5123         CRC definitions.
5124
5125 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
5126
5127         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
5128         -break-commands.
5129
5130 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5131
5132         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5133         "set spu auto-flush-cache" and "show spu auto-flush-cache" commands.
5134
5135 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5136
5137         * gdb.texinfo (Cell Broadband Engine SPU architecture): Document the
5138         "set spu stop-on-load" and "show spu stop-on-load" commands.
5139
5140 2009-07-31  Ulrich Weigand  <uweigand@de.ibm.com>
5141
5142         * gdb.texinfo (Target Descriptions): Document <compatible> element.
5143
5144 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
5145
5146         * gdb.texinfo (ARM Features): Document org.gnu.gdb.arm.vfp and
5147         org.gnu.gdb.arm.neon.
5148
5149 2009-07-20  Pedro Alves  <pedro@codesourcery.com>
5150
5151         * gdb.texinfo (Target Description Format): Mention the new <osabi>
5152         optional element.
5153         (subsection OS ABI): New subsection.
5154
5155 2009-07-14  Stan Shebs  <stan@codesourcery.com>
5156
5157         * gdb.texinfo (Tracepoint Conditions): New section.
5158         (General Query Packets): Describe ConditionalTracepoints.
5159         (Tracepoint Packets): Describe condition field.
5160         (Maintenance Commands): Describe maint agent-eval.
5161         * agentexpr.texi (Using Agent Expressions): Mention eval usage.
5162
5163 2009-07-11  Hui Zhu  <teawater@gmail.com>
5164
5165         * gdb.texinfo (disassemble): Add a new modifier /r
5166         to "disassemble" command to make it print the raw instructions
5167         in hex as well as in symbolic form.
5168
5169 2009-07-09  Tom Tromey  <tromey@redhat.com>
5170
5171         * gdbint.texinfo (Testsuite): Document parallel make check.
5172
5173 2009-07-09  Tom Tromey  <tromey@redhat.com>
5174
5175         * gdbint.texinfo (Testsuite): Document test transcripts.
5176
5177 2009-07-10  Phil Muldoon  <pmuldoon@redhat.com>
5178
5179         * gdb.texinfo (Values From Inferior): Add length parameter
5180         description.
5181
5182 2009-07-04  Chris Genly  <chris@genly.us>
5183
5184         * gdb.texinfo (GDB/MI Variable Objects): Document child definition
5185         in -var-list-children.  Fix example according to what the code
5186         does.
5187
5188 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
5189
5190         * gdb.texinfo (Debugging multiple inferiors): Document the
5191         "inferior", "detach inferior" and "kill inferior" commands.
5192         (Debugging Programs with Multiple Processes): Adjust to mention
5193         generic "inferior" commands.  Delete mention of "detach fork" and
5194         "delete fork".  Cross reference to "Debugging multiple inferiors"
5195         section.
5196
5197 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5198
5199         * gdbint.texinfo (Item Output Functions): Update signature
5200         for ui_out_field_core_addr.
5201
5202 2009-07-02  Ulrich Weigand  <uweigand@de.ibm.com>
5203
5204         * gdbint.texinfo (Examples of Use of @code{ui_out} functions):
5205         Update example code extrated from breakpoint.c.
5206
5207 2009-06-28  Paul Pluzhnikov  <ppluzhnikov@google.com>
5208
5209         * gdb.texinfo (GDB/MI Program Context): @ignore unimplemented
5210         MI commands.
5211         (GDB/MI Symbol Query): Likewise.
5212         (GDB/MI File Commands): Likewise.
5213         (GDB/MI File Transfer Commands): Likewise.
5214         (GDB/MI Target Manipulation): Likewise.
5215         (GDB/MI Miscellaneous Commands): Likewise.
5216
5217 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
5218
5219         * gdb.texinfo (Debugging Optimized Code): New chapter.
5220         (Compiling for Debugging): Reference it.  Move some
5221         text to the new section.
5222
5223 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
5224
5225         * doc/gdb.texinfo (Calling): Document
5226         set-unwind-on-terminating-exception usage.
5227
5228 2009-06-11  Pedro Alves  <pedro@codesourcery.com>
5229
5230         * gdb.texinfo (All-Stop): Document new 'set schedule-multiple'
5231         command.
5232
5233 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
5234
5235         * gdbint.texinfo (TARGET_HAS_HARDWARE_WATCHPOINTS): Delete all
5236         references.
5237
5238 2009-06-04  Ulrich Weigand  <uweigand@de.ibm.com>
5239
5240         * gdbint.texinfo: Rename formal parameters to gdbarch function
5241         protoypes from "current_gdbarch" to "gdbarch".
5242
5243 2009-05-28  Tom Tromey  <tromey@redhat.com>
5244
5245         * gdb.texinfo (Basic Python): Change get_parameter to parameter.
5246
5247 2009-05-27  Tom Tromey  <tromey@redhat.com>
5248
5249         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5250         feature.
5251         (GDB/MI Variable Objects): Document -var-set-visualizer.
5252
5253 2009-04-02  Tom Tromey  <tromey@redhat.com>
5254
5255         * gdb.texinfo (GDB/MI Miscellaneous Commands): Document "python"
5256         feature.
5257         (GDB/MI Variable Objects): Document -var-set-visualizer.
5258
5259 2009-05-27  Tom Tromey  <tromey@redhat.com>
5260             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5261             Phil Muldoon  <pmuldoon@redhat.com>
5262
5263         * gdb.texinfo (Objfiles In Python): Reference pretty printing.
5264         (Pretty Printing): New node.
5265         (Selecting Pretty-Printers): Likewise.
5266         (Python API): Update.
5267         (Output Formats): Document /r format.
5268
5269 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5270             Tom Tromey  <tromey@redhat.com>
5271
5272         * gdb.texinfo (Types In Python): New node.
5273         (Values From Inferior): "type" is now an attribute.
5274         (Python API): Update.
5275
5276 2009-05-27  Tom Tromey  <tromey@redhat.com>
5277             Thiago Jung Bauermann  <bauerman@br.ibm.com>
5278             Phil Muldoon  <pmuldoon@redhat.com>
5279
5280         * gdb.texinfo: Add @syncodeindex for `tp'.
5281         (Python API): Update.
5282         (Auto-loading): New node.
5283         (Objfiles In Python): New node.
5284
5285 2009-05-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
5286
5287         * gdb.texinfo (Threads): Document libthread-db-search-path.
5288
5289 2009-05-15  Nick Roberts  <nickrob@snap.net.nz>
5290
5291         * gdb.texinfo (GDB/MI General Design): Break up into four nodes.
5292
5293 2009-05-12  Pedro Alves  <pedro@codesourcery.com>
5294
5295         * gdb.texinfo: Document 'set/show debug gnu-nat'.  Replace 'maint
5296         show-debug-regs' docs by 'maint set show-debug-regs' and 'maint
5297         show show-debug-regs' docs.
5298
5299 2009-05-08  Eli Zaretskii  <eliz@gnu.org>
5300
5301         * gdb.texinfo (Process Record and Replay): Add description of
5302         reverse execution.
5303
5304 2009-05-07  Joel Brobecker  <brobecker@adacore.com>
5305
5306         * gdbint.texinfo (Adding support for debugging core files): New node.
5307         (Native Debugging): Remove the ``Native core file Support'' section.
5308
5309 2009-05-01  Eli Zaretskii  <eliz@gnu.org>
5310
5311         * gdb.texinfo (Process Record and Replay): Improve and clarify.
5312         Add index entries.
5313
5314 2009-04-30  Hui Zhu  <teawater@gmail.com>
5315             Michael Snyder  <msnyder@vmware.com>
5316
5317         * gdb.texinfo: (Process Record and Replay): Add documentation for
5318         process record and replay.
5319
5320 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
5321
5322         * gdb.texinfo (Macros): Note command-line for `info macro'.  Append
5323         a new part on command-line defined macros.
5324
5325 2009-04-25  Eli Zaretskii  <eliz@gnu.org>
5326
5327         * gdb.texinfo (Machine Code) <disassemble-next-line>: Improve and
5328         clarify the wording.
5329
5330 2009-04-23  Tom Tromey  <tromey@redhat.com>
5331
5332         * gdb.texinfo (Data Files): New node.
5333         (GDB Files): Update menu.
5334
5335 2009-04-23  Joel Brobecker  <brobecker@adacore.com>
5336
5337         * gdbint.texinfo (Defining Other Architecture Features): Remove
5338         entry for PROCESS_LINENUMBER_HOOK.
5339
5340 2009-04-22  Vladimir Prus  <vladimir@codesourcery.com>
5341
5342         * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.
5343
5344 2009-04-22  Hui Zhu  <teawater@gmail.com>
5345
5346         * gdb.texinfo (disassemble-next-line): Set the default of
5347         disassemble-next-line to off.
5348
5349 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
5350
5351         * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir,
5352         --with-htmldir): New.
5353         * configure: Regenerate.
5354         * Makefile.in (datarootdir, docdir): Define.
5355         (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info
5356         instead of $(SET_TEXINPUTS).
5357         (gdbint.dvi, gdbint.pdf): Use same -I options as for building
5358         gdbint.info instead of $(SET_TEXINPUTS).
5359         (gdbint/index.html): Use same -I options as for building
5360         gdbint.info.
5361         (stabs.dvi, stabs.pdf): Use same -I options as for building
5362         stabs.info instead of $(SET_TEXINPUTS).
5363         (stabs/index.html): Use same -I options as for building
5364         stabs.info.
5365         (annotate.dvi, annotate.pdf): Use same -I options as for building
5366         annotate.info instead of $(SET_TEXINPUTS).
5367         (annotate/index.html): Use same -I options as for building
5368         annotate.info.
5369
5370 2009-04-21  David Daney  <ddaney@caviumnetworks.com>
5371
5372         * gdb.texinfo (maint show-debug-regs): Remove mention of x86.
5373
5374 2009-04-21  Joseph Myers  <joseph@codesourcery.com>
5375
5376         * gdb.texinfo (Source Path): Document --with-relocated-sources.
5377
5378 2009-04-18  Carlos O'Donell  <carlos@codesourcery.com>
5379             Joseph Myers  <joseph@codesourcery.com>
5380
5381         * Makefile.in (MAKEHTML): Set to makeinfo --html.
5382         (MAKEHTMLFLAGS): Set to empty.
5383         (html__strip_dir): Define.
5384         (HTMLFILES): Define.
5385         (HTMLFILES_INSTALL): Define.
5386         (install-html): Copy new automake rule.
5387         (html): Depend on $(HTMLFILES).
5388         (gdb_toc.html): Rename to gdb/index.html.
5389         (gdbint_toc.html): Rename to gdbint/index.html.
5390         (stabs_toc.html): Rename to stabs/index.html.
5391         (annotate_toc.html): Rename to annotate/index.html.
5392
5393 2009-04-17  Carlos O'Donell  <carlos@codesourcery.com>
5394
5395         * Makefile.in: Set pdfdir and htmldir from configure
5396         substitutions.
5397         * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir.
5398         * configure: Regenerate.
5399
5400 2009-04-16  Joel Brobecker  <brobecker@adacore.com>
5401
5402         * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.
5403         This macro is no longer used.
5404
5405 2009-04-15  Tom Tromey  <tromey@redhat.com>
5406
5407         * gdb.texinfo (Character Sets): Document default character set.
5408
5409 2009-04-14  Pierre Muller  <muller@ics.u-strasbg.fr>
5410
5411         * gdbint.texinfo: Change server name from sources.redhat.com to
5412         sourceware.org throughout.
5413
5414 2009-04-09  Joel Brobecker  <brobecker@adacore.com>
5415
5416         * gdb.texinfo (Set Breaks): Rewrite a paragraph to avoid a warning
5417         about a missing dot or coma after @xref.
5418
5419 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5420
5421         * gdb.texinfo (Backtrace): Add a parameter in frame 1 of the first
5422         example, and add a small explanation about it.
5423         (Print Settings): Change the documentation of the "set print
5424         frame-arguments" to reflect the fact that the default is now "scalars".
5425
5426 2009-04-02  Joel Brobecker  <brobecker@adacore.com>
5427
5428         * gdb.texinfo (Print Settings): Add kindex for command "set
5429         print frame-arguments".
5430
5431 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5432
5433         * gdb.texinfo (Ada Tasks): Add documentation about task-specific
5434         breakpoints.
5435         (Set Breaks): Add reference to thread-specific and task-specific
5436         breakpoints.
5437
5438 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
5439
5440         * gdb.texinfo (Ada Tasks): Remove the documentation about
5441         the "Running" state, as this state has been eliminated.
5442         Now all runnable tasks are shown as "Runnable".
5443
5444 2009-03-30  Stan Shebs  <stan@codesourcery.com>
5445
5446         * gdb.texinfo (Tracepoints): Describe tracepoints as a
5447         special case of breakpoints.
5448         (Enable and Disable Tracepoints): Mention deprecation.
5449         (Listing Tracepoints): Update description and example.
5450
5451 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5452
5453         * gdb.texinfo (Frames in Python): New node.
5454         (Python API): Update.
5455
5456 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5457
5458         * gdb.texinfo (Values From Inferior): Change gdb.Value.address
5459         from a method to an attribute.
5460
5461 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5462
5463         * gdb.texinfo (Values From Inferior): Document is_optimized_out
5464         attribute.
5465
5466 2009-03-25  Pedro Alves  <pedro@codesourcery.com>
5467
5468         * observer.texi (thread_exit): Add "silent" parameter.
5469
5470 2009-03-22  Pedro Alves  <pedro@codesourcery.com>
5471
5472         * observer.texi (about_to_proceed): New.
5473
5474 2009-03-21  Jeremy Bennett  <jeremy.bennett@embecosm.com>
5475
5476         * gdbint.texinfo (everywhere): Use braces {} in @deftypeXX type
5477         field throughout to handle types with spaces in them.  Fix typos
5478         found by aspell.
5479         (Summary, Requirements, Contributors): New first chapter,
5480         "Summary" added, old Requirements section moved there, and new
5481         section, "Contributors" added.
5482         (Initializing a New Architecture, Register Representation)
5483         (Frame Interpretation, Inferior Call Setup, Adding a New Target)
5484         (Porting gdb): These sections extended and updated.
5485         (Compiler Characteristics): This section (empty) deleted.
5486         (Defining Other Architecture Features): This section renamed and
5487         duplicate material removed from (formerly "Target Conditionals").
5488         Use braces {} in @deftypeXX type field throughout to handle types
5489         with spaces in them. Typos found by aspell fixed.
5490
5491         * stack_frame.svg: New file, source of image for gdbint.texinfo.
5492         * stack_frame.pdf: Version of image for PDF output.
5493         * stack_frame.png: Version of image for HTML output and for Emacs.
5494         * stack_frame.txt: Version of image for Info output.
5495         * stack_frame.eps: Version of image for TeX DVI output.
5496
5497 2009-03-21  Eli Zaretskii  <eliz@gnu.org>
5498
5499         * gdb.texinfo (Character Sets): Fix last change.
5500
5501 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5502
5503         * gdb.texinfo (Values From Inferior): Fix optional arguments
5504         markup.
5505         (Commands In Python): Adjust argument names of gdb.Command.__init__
5506         to what the function accepts as keywords.
5507
5508 2008-03-20  Tom Tromey  <tromey@redhat.com>
5509
5510         * gdb.texinfo (Convenience Vars): Document convenience functions.
5511         (Functions In Python): New node.
5512         (Python API): Update.
5513
5514 2009-03-20  Tom Tromey  <tromey@redhat.com>
5515
5516         * gdb.texinfo (Character Sets): Remove obsolete text.  Document
5517         set target-wide-charset.
5518         (Requirements): Mention iconv.
5519
5520 2009-03-17  Hui Zhu  <teawater@gmail.com>
5521
5522         * gdb.texinfo: Change the introduce of "disassemble-next-line".
5523
5524 2009-03-17  Hui Zhu  <teawater@gmail.com>
5525
5526         * gdb.texinfo: Add documentation for disassemble-next-line.
5527
5528 2009-03-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5529
5530         * gdb.texinfo (Commands In Python): Remove tindex entries.
5531
5532 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5533
5534         * gdb.texinfo (Returning): New description for missing debug info.
5535
5536 2009-03-14  Pedro Alves  <pedro@codesourcery.com>
5537
5538         * gdb.texinfo (Remote Configuration): Document query-attached.
5539         (General Query Packets): Document qAttached.
5540
5541 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
5542
5543         * gdb.texinfo (Background Execution): Better describe the set
5544         target-async command.
5545         (Maintenance Commands): Delete description of the `maint set/show
5546         linux-async' and `maint set/show remote-async' commands.
5547
5548 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
5549
5550         * gdb.texinfo (GDB/MI Async Records): Add double-spaces
5551         between sentences.
5552
5553 2009-02-18  Vladimir Prus  <vladimir@codesourcery.com>
5554
5555         * gdb.texinfo (GDB/MI Async Records): Document the
5556         =library-loaded and =library-unloaded notifications.
5557
5558 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
5559
5560         * observer.texi (test_notification): New observer.
5561
5562 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
5563
5564         * observer.texi: Add parameter 'print_frame' to normal_stop
5565         observer.
5566
5567 2009-02-07  Eli Zaretskii  <eliz@gnu.org>
5568
5569         * gdb.texinfo (Basic Python): Fix change from 2009-02-04.
5570         (Commands In Python): Fix COMMAND_* constants in last change.  Use
5571         @kbd for interactive input.  Add cross-references and index
5572         entries.
5573
5574 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5575
5576         * gdb.texinfo (Signals): Document $_siginfo.
5577         (Convenience Variables): Mention $_siginfo.
5578         (Remote Configuration): Document qXfer:siginfo:read,
5579         qXfer:siginfo:write packets, and the read-siginfo-object,
5580         write-siginfo-object commands.
5581
5582 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
5583
5584         * gdbint.texinfo (Values): New chapter.
5585
5586 2009-02-06  Tom Tromey  <tromey@redhat.com>
5587
5588         * gdb.texinfo (Python API): Add entry for Commands In Python.
5589         (Commands In Python): New node.
5590
5591 2009-02-05  Tom Tromey  <tromey@redhat.com>
5592
5593         * gdb.texinfo (Values From Inferior): Document Value.string.
5594
5595 2009-02-05  Tom Tromey  <tromey@redhat.com>
5596
5597         * gdb.texinfo (Basic Python): Document execute's from_tty
5598         argument.
5599
5600 2009-02-04  Tom Tromey  <tromey@redhat.com>
5601
5602         * gdb.texinfo (Basic Python): Document gdb.history.
5603
5604 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
5605
5606         * gdb.texinfo (GDB/MI Thread Commands): Document the
5607         'current-thread-id' field.  Remove the example with zero threads,
5608         since current GDB won't ever report that if there's inferior.
5609
5610 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
5611
5612         * gdb.texinfo (GDB/MI Breakpoint Commands): Document the -d
5613         option to -break-insert.
5614
5615 2009-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
5616             Jerome Guitton  <guitton@adacore.com>
5617
5618         * gdb.texinfo (Startup): Document --with-system-gdbinit.
5619         (System-wide configuration): New section.
5620
5621 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5622
5623         PR gdb/7580:
5624         * gdb.texinfo (Maintenance Commands): Document "maint set|show
5625         internal-error|internal-warning quit|corefile ask|yes|no".
5626
5627 2009-01-26  Pedro Alves  <pedro@codesourcery.com>
5628
5629         * gdb.texinfo (Using the `gdbserver' Program): Document
5630         --remote-debug.
5631
5632 2009-01-23  Doug Evans  <dje@google.com>
5633
5634         * gdb.texinfo: Add nexti to list of commands that support
5635         background execution.
5636
5637 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
5638
5639         * gdb.texinfo (Define, Hooks): Document prefix command support.
5640
5641 2009-01-14  Joseph Myers  <joseph@codesourcery.com>
5642             Carlos O'Donell  <carlos@codesourcery.com>
5643
5644         Fixes for makeinfo --html.
5645
5646         * annotate.texinfo: Use @copying and @insertcopying.  Use
5647         @ifnottex in place of @ifinfo.
5648         * gdb.texinfo: Use @copying and @insertcopying.  Use @ifnottex in
5649         place of @ifinfo.  Use @ifnotinfo for one index entry.
5650         * gdbint.texinfo: Use @copying and @insertcopying.  Use @ifnottex
5651         in place of @ifinfo.
5652         * stabs.texinfo: Use @copying and @insertcopying.  Use @ifnottex
5653         in place of @ifinfo.  Include contents at start unconditionally.
5654
5655 2009-01-13  Pedro Alves  <pedro@codesourcery.com>
5656
5657         * gdb.texinfo (General Query Packets): Remove @var{} around the
5658         "spu" literal string.
5659
5660 2009-01-07  Pedro Alves  <pedro@codesourcery.com>
5661
5662         * gdb.texinfo (Error in Breakpoints): Delete mention of "The same
5663         program may be running in another process" errors.
5664         * gdbint.texinfo (Native Conditionals): Delete
5665         ONE_PROCESS_WRITETEXT description.
5666
5667 2009-01-07  Joel Brobecker  <brobecker@adacore.com>
5668
5669         * gdbint.texinfo (Start of New Year Procedure): Add the "coding"
5670         emacs local variable to be placed at the end of the ChangeLog.
5671         Add server.c and gdbreplay.c to the list of files where the
5672         copyright year needs to be updated.
5673
5674 2009-01-06  Sandra Loosemore  <sandra@codesourcery.com>
5675
5676         * gdb.texinfo (Remote Configuration): Document new
5677         "set/show tcp auto-retry" and "set/show tcp connect-timeout"
5678         commands.
5679
5680 2008-12-28  Pedro Alves  <pedro@codesourcery.com>
5681
5682         * gdbint.texinfo (gdbarch_cannot_fetch_register): Don't mention
5683         FETCH_INFERIOR_REGISTERS.
5684         (Native Conditionals): Remove obsolete CHILD_PREPARE_TO_STORE,
5685         FETCH_INFERIOR_REGISTERS descriptions.  Remove
5686         gdbarch_get_longjmp_target descrition, since already described in
5687         Target Conditionals.  Move gdbarch_fp0_regnum description to ...
5688         (Target Conditionals): ... here.
5689
5690 2008-12-16  Joel Brobecker  <brobecker@adacore.com>
5691
5692         * gdb.texinfo (Omissions from Ada): Add missing GDB prompt in
5693         examples.
5694         (Additions to Ada): Likewise.  Add the missing opening and closing
5695         parenthesis of the GDB prompt in one of the examples.
5696
5697 2008-12-14  Joel Brobecker  <brobecker@adacore.com>
5698
5699         * gdb.texinfo (Omissions from Ada): Remove incorrect documentation
5700         about the result of 'Address not being of type System.Address.
5701         This problem has been fixed a while ago.
5702
5703 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
5704
5705         MI non-stop and multiprocess docs.
5706
5707         * gdb.texinfo (GDB/MI): New section 'GDB/MI General Design'
5708         (GDB/MI Output Records): New section 'GDB/MI Frame Information'
5709         Adjust documentation for *stopped, document =thread-created,
5710         =thread-exited, =thread-group-created and =thread-group-exited.
5711         (GDB/MI Thread Commands): Document the 'state' field in
5712         -thread-info output.
5713         (GDB/MI Program Execution): Mention --all and --thread-group
5714         options.
5715         (GDB/MI Variable Objects): Describe floating and fixed variable
5716         objects.
5717         (GDB/MI Miscellaneous Commands): Document -list-thread-groups.
5718
5719 2008-12-02  Vladimir Prus  <vladimir@codesourcery.com>
5720
5721         * gdb.texinfo (Operating System Information): New appendix.
5722         (Operating System Auxiliary Information): Document 'info os processes'
5723         (Remote Configuration): Document 'osdata'
5724         (General Query Packets): Document qXfer:osdata:read.
5725
5726 2008-11-27  Tristan Gingold  <gingold@adacore.com>
5727
5728         * gdb.texinfo (Darwin): Document Darwin specific features.
5729
5730 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5731
5732         * gdbint.texinfo (Target Conditionals): Extend the
5733         gdbarch_breakpoint_from_pc description.
5734
5735 2008-11-22  Vladimir Prus  <vladimir@codesourcery.com>
5736
5737         * gdb.texinfo (M68K Features): Fix typo.
5738
5739 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
5740
5741         * gdb.texinfo (Symbols): Mention printing containing
5742         image name in "info symbol".
5743         (Maint translate-address): Likewise.
5744
5745 2008-11-18  Joel Brobecker  <brobecker@adacore.com>
5746
5747         * gdb.texinfo (Set Catchpoints): Remove the documentation of
5748         commands "catch load" and "catch unload".
5749
5750 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
5751
5752         * gdb.texinfo (GDB/MI Async Records): Document
5753         =thread-selected.
5754
5755 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
5756
5757         * observer.texi (new_inferior, inferior_exit): New observers.
5758
5759 2008-10-27  Pedro Alves  <pedro@codesourcery.com>
5760
5761         * gdbint.texinfo (Adding a New Target): Don't mention TDEPFILES,
5762         .mt files, TM_CLIBS or TM_CDEPS.
5763         (x86 Watchpoints): Don't mention TDEPFILES.
5764
5765 2008-10-24  Sandra Loosemore  <sandra@codesourcery.com>
5766
5767         * gdb.texinfo (Remote Protocol): Add new nodes to menu.
5768         (Overview): Mention notifications and non-stop mode behavior.
5769         (Packets): Update documentation of ?, vAttach, vCont, and vRun
5770         with non-stop mode behavior.  Add vStopped description.
5771         (Stop Reply Packets):  Update list of packets that return
5772         stop replies.  Mention non-stop behavior.
5773         (General Query Packets): Document QNonStop packet and associated
5774         qSupported query response.
5775         (Interrupts): Clarify multi-threaded behavior.  Mention non-stop
5776         behavior.
5777         (Notification Packets): New section.
5778         (Remote Non-Stop): New section.
5779         (File-I/O Overview): Mention non-stop behavior.
5780
5781 2008-10-24  Hui Zhu  <teawater@gmail.com>
5782             Pedro Alves  <pedro@codesourcery.com>
5783
5784         * gdb.texinfo (displaced-stepping): Describe the auto mode
5785         setting, and say it's the default.  This is now a mainstream
5786         setting instead of a maintenance setting.
5787
5788 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
5789
5790         * observer.texi (thread_stop_requested): New.
5791
5792 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
5793
5794         * gdb.texinfo (Ada Tasks, Ada Tasks and Core Files): New nodes.
5795         (Patching): Replace incorrect usage of @samp by @kbd.
5796
5797 2008-10-17  Michael Snyder  <msnyder@vmware.com>
5798
5799         * gdb.texinfo: Add documentation for reverse execution.
5800
5801 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5802             Eli Zaretskii  <eliz@gnu.org>
5803
5804         * gdb.texinfo. (Values From Inferior): New subsubsection.
5805
5806 2008-10-06  Doug Evans  <dje@google.com>
5807
5808         * gdb.texinfo (set debug dwarf2-die): Document it.
5809
5810 2008-10-01  Joel Brobecker  <brobecker@adacore.com>
5811
5812         * gdb.texinfo (catch) [exception]: Document how to insert
5813         a breakpoint on user-defined exceptions when the exception
5814         name is identical to one of the language-defined ones.
5815
5816 2008-09-27  Tom Tromey  <tromey@redhat.com>
5817
5818         * gdb.texinfo (Macros): Remove text about stringification,
5819         varargs, and splicing.
5820
5821 2008-09-27  Tom Tromey  <tromey@redhat.com>
5822
5823         * gdbint.texinfo (Language Support): Remove text about omitting
5824         support for a language.
5825
5826 2008-09-23  Doug Evans  <dje@google.com>
5827
5828         * gdb.texinfo (info dcache): Update.
5829
5830 2008-09-22  Sandra Loosemore  <sandra@codesourcery.com>
5831
5832         * gdb.texinfo (Packets): Add info on thread-id syntax and
5833         multiprocess extensions.
5834         <D>: Document multiprocess form of packet.
5835         <H>: Use thread-id syntax.
5836         <T>: Likewise.
5837         <vCont>: Likewise.  Note this is required for multiprocess.
5838         <vKill>: New packet.
5839         (Stop Reply Packets) <T>: Use thread-id syntax.
5840         <W>: Document multiprocess form of reply.
5841         <X>: Likewise.
5842         (General Query Packets) <qC>: Use thread-id syntax.
5843         <qfThreadInfo>: Likewise.
5844         <qGetTLSAddr>: Likewise.
5845         <qP>: Likewise.
5846         <qSupported>: Add "multiprocess" feature.
5847         <qThreadExtraInfo>: Use thread-id syntax.
5848
5849 2008-09-22  Stan Shebs  <stan@codesourcery.com>
5850
5851         * gdb.texinfo (Inferiors): New section.
5852
5853 2008-09-12  Pedro Alves  <pedro@codesourcery.com>
5854
5855         * gdbint.texinfo (Native Debugging): Mention NAT_GENERATED_FILES.
5856
5857 2008-09-11  Ulrich Weigand  <uweigand@de.ibm.com>
5858
5859         * gdbint.texinfo (Target Conditionals): Remove documentation
5860         for gdbarch_name_of_malloc.
5861
5862 2008-09-03  Angela Marie Thomas <angela@releasedominatrix.com>
5863
5864         * gdb.texinfo (Interrupts): Mention TCP interface for
5865         sending BREAK.
5866
5867 2008-08-26  Ulrich Weigand  <uweigand@de.ibm.com>
5868
5869         * gdb.texinfo (Commands to Specify Files): Document "remote:"
5870         argument prefix to "set sysroot".
5871
5872 2008-08-21  Paul N. Hilfinger  <hilfinger@adacore.com>
5873
5874         * gdb.texinfo (Omissions from Ada): Describe new treatment of True
5875         and False.
5876
5877 2008-08-20  Vladimir Prus  <vladimir@codesourcery.com>
5878
5879         * gdb.textinfo (GDB/MI Miscellaneous Commands): Use @table
5880         for possible features of -list-features.
5881
5882 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
5883
5884         * gdb.texinfo (Background execution): Adjust example
5885         (GDB/MI Miscellaneous Commands): Document -list-target-features.
5886
5887 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
5888
5889         * doc/gdb.texinfo (PowerPC): Fix typo.
5890         (PowerPC features): Fix typo.
5891
5892 2008-08-18  Pedro Alves  <pedro@codesourcery.com>
5893
5894         * observer.texi (thread_ptid_changed): New.
5895
5896 2008-08-18  Luis Machado  <luisgpm@br.ibm.com>
5897
5898         * doc/gdb.texinfo (PowerPC): Mention Extended FPR's for POWER7.
5899         (PowerPC features): Mention feature set for VSX registers.
5900
5901 2008-08-13  Joel Brobecker  <brobecker@adacore.com>
5902
5903         * gdb.texinfo (Ada Mode Intro): Improve the documentation regarding
5904         the direct visibility of all names in user-written packages.
5905
5906 2008-08-13  Pedro Alves  <pedro@codesourcery.com>
5907
5908         * gdb.texinfo (breakpoint always-inserted) Describe the auto mode
5909         setting, and make it the default.
5910         (Non-Stop Mode): Remove "set breakpoints always-inserted 1" from
5911         non-stop script example.
5912
5913 2008-08-12  Thiago Jung Bauermann  <bauerman@br.ibm.com>
5914
5915         * gdbint.texinfo (Raw and Virtual Register Representations): Fix
5916         reference to the "Using Different Register and Memory Data
5917         Representation" section.
5918
5919 2008-08-12  Sandra Loosemore  <sandra@codesourcery.com>
5920
5921         * gdb.texinfo (Remote Configuration): Document set remote noack-packet.
5922         (Remote Protocol): Add Packet Acknowledgment to menu.
5923         (Overview): Mention +/- can be disabled, and point to new section
5924         where this is discussed in detail.
5925         (General Query Packets): Document QStartNoAckMode packet, and
5926         corresponding qSupported reply.
5927         (Packet Acknowledgment): New section.
5928
5929 2008-08-11  Sandra Loosemore  <sandra@codesourcery.com>
5930             Pedro Alves  <pedro@codesourcery.com>
5931
5932         * gdb.texinfo (Threads): Move paragraph about automatic thread
5933         selection to All-Stop Mode subsection.
5934         (Thread Stops): Reorganize existing material into subsections.
5935         Add introductory blurb and menu.
5936         (Non-Stop Mode): New subsection.
5937         (Background Execution): New subsection.
5938         (Maintenance Commands): Add cross-references from async mode
5939         commands to the new Background Execution section.
5940
5941 2008-08-06  Tom Tromey  <tromey@redhat.com>
5942
5943         * gdb.texinfo (Extending GDB): New chapter.
5944         (Sequences): Demoted chapter, now a section under the new
5945         Extending GDB chapter.
5946         (Python): New section.
5947
5948 2008-07-31  Stan Shebs  <stan@codesourcery.com>
5949
5950         * gdbint.texinfo: Remove FUNCTION_EPILOGUE_SIZE.
5951
5952 2008-07-29  Stan Shebs  <stan@codesourcery.com>
5953
5954         * gdbint.texinfo: General round of cleanup and minor
5955         clarifications.
5956         (Breakpoint Handling): Remove mention of BREAKPOINT macro.
5957         (Longjmp Support): Update description to reflect how it is done
5958         for targets without using native header.
5959         (Symbol Handling): Add a little more general explanation.
5960         (COFF, ELF): Mention stabs encapsulation.
5961         (DWARF 3): New section.
5962         (Adding a New Host): Scrub out some obsolete bits.
5963         (Generic Host Support Files): Mention ser-pipe.c, ser-mingw.c.
5964         (Host Conditionals): Remove descriptions of NO_STD_REGS,
5965         HAVE_MMAP, HAVE_TERMIO, INT_MAX etc, LONGEST, HAVE_LONG_DOUBLE,
5966         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, L_SET, SEEK_CUR,
5967         SEEK_SET, STOP_SIGNAL, USG.
5968         (Raw and Virtual Register Representations): Ditto for
5969         DEPRECATED_REGISTER_RAW_SIZE, DEPRECATED_REGISTER_VIRTUAL_SIZE,
5970         DEPRECATED_REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_TYPE.
5971         (Target Conditionals): Ditto for DEPRECATED_FP_REGNUM,
5972         DEPRECATED_FRAMELESS_FUNCTION_INVOCATION, DEPRECATED_FRAME_CHAIN,
5973         DEPRECATED_FRAME_CHAIN_VALID, DEPRECATED_FRAME_INIT_SAVED_REGS,
5974         DEPRECATED_FRAME_SAVED_PC, DEPRECATED_FUNCTION_START_OFFSET,
5975         DEPRECATED_REGISTER_VIRTUAL_SIZE,
5976         DEPRECATED_REGISTER_VIRTUAL_TYPE,
5977         DEPRECATED_USE_STRUCT_CONVENTION.
5978         Describe gdbarch_deprecated_fp_regnum.
5979         Update description of gdbarch_print_insn.
5980         (Adding a New Target): Scrub out obsolete bits.
5981         (Obsolete Conditionals): Remove entire section.
5982
5983 2008-07-25  Tom Tromey  <tromey@redhat.com>
5984
5985         * observer.texi (GDB Observers): Document new observers:
5986         breakpoint_created, breakpoint_deleted, breakpoint_modified,
5987         tracepoint_created, tracepoint_deleted, tracepoint_modified,
5988         architecture_changed.
5989
5990 2008-07-21  Stan Shebs  <stan@codesourcery.com>
5991
5992         * gdbint.texinfo: Refer to target_so_ops.in_dynsym_resolve_code
5993         instead of IN_SOLIB_DYNSYM_RESOLVE_CODE.
5994
5995 2008-07-21  Tom Tromey  <tromey@redhat.com>
5996
5997         * observer.texi (GDB Observers): Remove obsolete comment.
5998         <executable_changed>: Remove argument.
5999
6000 2008-07-18  Tom Tromey  <tromey@redhat.com>
6001
6002         * gdb.texinfo (Macros): Update.  Use @code rather than @command.
6003
6004 2008-07-10  Doug Evans  <dje@google.com>
6005
6006         * doc/gdb.texinfo: Document "set print symbol-loading on|off".
6007
6008 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
6009
6010         * gdb.texinfo (Starting): Document "set disable-randomization".
6011
6012 2008-07-07  Andreas Schwab  <schwab@suse.de>
6013
6014         * gdb.texinfo (GDB/MI Target Manipulation): Fix last change.
6015
6016 2008-07-06  Vladimir Prus  <vladimir@codesourcery.com>
6017
6018         * gdb.texinfo (GDB/MI Target Manipulation): Add
6019         example of -target-attach.
6020
6021 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
6022
6023         * observer.texi (target_resumed): New observer.
6024         * gdb.texinfo (GDB/MI Output Records): Document *running.
6025
6026 2008-06-06  Tom Tromey  <tromey@redhat.com>
6027
6028         * gdb.texinfo (Completion): Add field name example.
6029
6030 2008-06-06  Marc Khouzam  <marc.khouzam@ericsson.com>
6031
6032         * gdb.texinfo (GDB/MI Program Context): Added example
6033         to -exec-arguments
6034
6035 2008-06-05  Nick Roberts  <nickrob@snap.net.nz>
6036
6037         * annotate.texinfo (Multi-threaded Apps): Add entry for thread-changed
6038         annotation.
6039
6040 2008-06-05  Vladimir Prus  <vladimir@codesourcery.com>
6041             Nathan Sidwell  <nathan@codesourcery.com>
6042             Joseph Myers  <joseph@codesourcery.com>
6043
6044         * configure.ac: Include ../../config/acx.m4.  Use ACX_PKGVERSION
6045         and ACX_BUGURL.
6046         * configure: Regenerate.
6047         * Makefile.in (PKGVERSION, BUGURL_TEXI): Define.
6048         (GDBvn.texi): Define VERSION_PACKAGE, BUGURL and BUGURL_DEFAULT.
6049         * gdb.texinfo: Use VERSION_PACKAGE and BUGURL.  Remove
6050         mailing-list-specific text about bug reporting unless
6051         BUGURL_DEFAULT.
6052
6053 2008-06-05  Pedro Alves  <pedro@codesourcery.com>
6054
6055         * gdb.texinfo (-target-select): Remove reference to target async.
6056         (Maintenance Commands): Document "maint set/show remote-async".
6057
6058 2008-06-04  Marc Khouzam  <marc.khouzam@ericsson.com>
6059
6060         * gdb.texinfo (GDB/MI File Transfer Commands): Typo
6061         in -target-file-get section.
6062
6063 2008-05-22  Pedro Alves  <pedro@codesourcery.com>
6064
6065         * gdb.texinfo (vAttach, vRun): Re-remove requirement of the stub
6066         killing the inferior when it is already debugging a process.
6067
6068 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
6069
6070         * gdb.texinfo (Continuing and Stepping): Document the new "fin"
6071         abbreviation for "finish".
6072
6073 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
6074
6075         * annotate.texinfo (Multi-threaded Apps): New node for new annotation.
6076
6077 2008-05-15  Daniel Jacobowitz  <dan@codesourcery.com>
6078
6079         * gdbint.texinfo (Target Conditionals): Delete entry for
6080         gdbarch_dwarf_reg_to_regnum.
6081
6082 2008-05-09  Doug Evans  <dje@google.com>
6083
6084         * gdb.texinfo: Document "find" command, qSearch:memory packet.
6085
6086 2008-05-05  Doug Evans  <dje@google.com>
6087
6088         * gdb.texinfo (disassemble): Document /m modifier.
6089
6090 2008-05-05  Vladimir Prus  <vladimir@codesourcery.com>
6091
6092         * gdb.texinfo (Maintenance Commands): Clarify that "maint time"
6093         will not report the time of commands that run the target.
6094
6095 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6096
6097         * gdb.texinfo (GDB/MI Output Records): Add
6098         missing semicolon.
6099
6100 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6101
6102         * gdb.texinfo (GDB/MI Output Records):
6103         Document =thread-create and =thread-exited.
6104
6105 2008-05-03  Vladimir Prus  <vladimir@codesourcery.com>
6106
6107         * gdb.texinfo (GDB/MI Development and Front Ends):
6108         Remove mention of dmi-discuss.
6109
6110 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
6111
6112         * observer.texi (thread_exit): New.
6113
6114 2008-05-02  Pedro Alves  <pedro@codesourcery.com>
6115
6116         * gdb.texinfo (Debugging Output): Document "set/show debug
6117         displaced".
6118         (Maintenance Commands): Document "maint set/show
6119         can-use-displaced-stepping".
6120
6121 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
6122
6123         * gdb.texinfo (ARM): Document set/show arm fallback-mode
6124         and set/show arm force-mode.
6125
6126 2008-05-02  Andreas Schwab  <schwab@suse.de>
6127
6128         * gdbint.texinfo (Algorithms): Describe
6129         target_watchpoint_addr_within_range.
6130
6131 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
6132
6133         * gdbint.texinfo (Stack Frames): New chapter.
6134         (Algorithms): Move Frames text to the new chapter.
6135         (Target Conditionals): Delete SAVE_DUMMY_FRAME_TOS.  Document
6136         gdbarch_dummy_id instead of gdbarch_unwind_dummy_id.
6137
6138 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
6139
6140         * gdb.texinfo (GDB/MI Output Syntax): Clarify that async
6141         output does not necessary include any tokens.
6142
6143 2008-04-22  Corinna Vinschen  <vinschen@redhat.com>
6144
6145         * gdb.texinfo (Set SH Calling convention): New @item.
6146         (Show SH Calling convention): Ditto.
6147
6148 2008-04-22  Markus Deuling  <deuling@de.ibm.com>
6149
6150         * gdb.texinfo (Fortran Operators): Describe '%' operator.
6151
6152 2008-04-20  Eli Zaretskii  <eliz@gnu.org>
6153
6154         * gdb.texinfo (Set Breaks): Mention that multiple location
6155         breakpoints need line number info.  Add index entries.
6156
6157 2008-04-19  Craig Silverstein  <csilvers@google.com>
6158
6159         * gdb.texinfo (Requirements): Add an optional requirement on
6160         zlib.
6161         * gdbint.texinfo (Debugging File Formats): Add new subsection for
6162         Compressed DWARF 2.
6163
6164 2008-04-16  Aleksandar Ristovski  <aristovski@qnx.com>
6165
6166         * gdb.texinfo (GDB/MI Simple Examples): Added 'disp' field to the
6167         sample output for 'stopped,reason="breakpoint-hit"' message.
6168         (GDB/MI Program Execution): Likewise.
6169
6170 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
6171
6172         * gdb.texinfo (GDB/MI Variable Objects): Add anchor to
6173         -var-set-format.  Add -f option to -var-evaluate-expression.
6174
6175 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
6176
6177         * gdb.texinfo (Breakpoint Menus): Delete. Contents moved inside
6178         new node "Ambiguous Expressions".  Replace references to this
6179         node by references to "Ambiguous Expressions" throughout.
6180         (Ambiguous Expressions): New node.
6181
6182 2008-03-26  Daniel Jacobowitz  <dan@codesourcery.com>
6183
6184         * gdb.texinfo (MIPS Features, PowerPC Features): Add @node.
6185
6186 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
6187
6188         * gdb.texinfo (Debugging Output): Document
6189         "set/show debug lin-lwp-async".
6190         (Maintenance Commands): Document "maint set/show linux-async".
6191
6192 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
6193
6194         * gdb.texinfo (Expressions): Update description of malloced arrays.
6195
6196 2008-03-15  Vladimir Prus  <vladimir@codesourcery.com>
6197
6198         * gdb.texinfo (Thread Commands): Document
6199         -thread-info.  Remove -thread-list-all-threads.
6200
6201 2008-03-14  Pedro Alves  <pedro@codesourcery.com>
6202             Sandra Loosemore  <sandra@codesourcery.com>
6203
6204         * gdb.texinfo (Library List Format): Update to mention the
6205         possibility to pass section addresses instead of segment
6206         addresses.
6207
6208 2008-03-10  Daniel Jacobowitz  <dan@codesourcery.com>
6209
6210         * gdb.texinfo (Starting): Document "set exec-wrapper".
6211         (Server): Document gdbserver --wrapper.
6212
6213 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
6214
6215         * gdb.texinfo (Set Watchpoints): Mention watchpoints on
6216         unreadable memory.  Delete obsolete SPARClite reference.
6217
6218 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
6219
6220         * gdb.texinfo (Starting): Mention always-running targets.
6221         (Target Commands): Add an anchor for load.
6222         (Connecting): Explain continue instead of run.
6223
6224 2008-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
6225
6226         * gdb.texinfo (Debugging Output): Document "set debug timestamp".
6227
6228 2008-02-26  Nick Roberts  <nickrob@snap.net.nz>
6229
6230         * gdb.texinfo (Set Breaks): Revert description of Enb column of
6231         breakpoint table.
6232
6233 2008-02-19  Pedro Alves  <pedro@codesourcery.com>
6234
6235         * gdb.texinfo (vAttach, vRun): Remove requirement of the stub
6236         killing the inferior when it is already debugging a process.
6237
6238 2008-02-13  Markus Deuling  <deuling@de.ibm.com>
6239
6240         * gdbint.texinfo (Build Script): New section. Mention new build script
6241         gdb_buildall.sh.
6242
6243 2008-02-01  Jim Blandy  <jimb@red-bean.com>
6244
6245         * gdb.texinfo (Help): Summarize 'info args' correctly.
6246
6247 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6248
6249         * gdb.texinfo: (Decimal Floating Point): Mention pseudo-registers
6250         available in PowerPC architecture.
6251         (Embedded Processors): Change node name of PowerPC item in menu.
6252         (PowerPC): Rename to...
6253         (PowerPC Embedded): this.
6254         (Architectures): Add new PowerPC item in menu.
6255         (PowerPC): New node.
6256
6257 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6258
6259         * gdb.texinfo (Multi-Process Mode for gdbserver): Use @kbd for
6260         commands.
6261
6262 2008-01-30  Daniel Jacobowitz  <dan@codesourcery.com>
6263
6264         * gdb.texinfo (Setting Catchpoints): Mention features
6265         supported on GNU/Linux.
6266
6267 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
6268
6269         * gdb.texinfo (GDB/MI File Commands): Describe new output
6270         field for MI command -file-list-exec-source-file.
6271
6272 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
6273
6274         * gdb.texinfo (Using the `gdbserver' Program): Add security
6275         warning.  Rearrange into subsections and subsubsections.  Document
6276         --multi and --debug.  Correct --with-sysroot typo.  Update --attach
6277         usage.  Make load reference clearer.  Document monitor exit.
6278         (Remote Configuration): Document set remote exec-file, attach-packet,
6279         and run-packet.
6280         (Packets): Document vAttach and vRun.
6281
6282 2008-01-29  Nick Roberts  <nickrob@snap.net.nz>
6283
6284         * gdb.texinfo (Processes): Mention process command.
6285         detach-on-follow -> detach-on-fork.
6286
6287 2008-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
6288
6289         * gdbint.texinfo (Native Conditionals): Remove
6290         SHELL_COMMAND_CONCAT and SHELL_FILE.
6291
6292 2008-01-26  Eli Zaretskii  <eliz@gnu.org>
6293
6294         * gdb.texinfo (Specify Location): Improve wording.
6295
6296 2008-01-23  Chris Demetriou  <cgd@google.com>
6297
6298         * gdb.texinfo (Threads): Document new "set print thread-events"
6299         and "show print thread-events" commands.
6300
6301 2008-01-19  Eli Zaretskii  <eliz@gnu.org>
6302
6303         * gdb.texinfo (Specify Location): New section.
6304         (Delete Breaks, Edit, Set Breaks): Remove description of
6305         locations.  Instead, add a reference to "Specify Location".
6306         (Machine Code, Jumping, Thread Stops, Continuing and Stepping)
6307         (Symbols): Refer to "Specify Location" for the valid forms of
6308         linespecs and locations.
6309
6310 2008-01-18  Markus Deuling  <deuling@de.ibm.com>
6311
6312         * gdbint.texinfo (Target Conditionals): Replace the description of
6313         BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
6314
6315 2008-01-12  Paul Hilfinger  <hilfinger@adacore.com>
6316
6317         * gdb.texinfo (C Operators): Remove incorrect parenthetical comment
6318         about &&var, which is rejected by the expression parser.
6319
6320 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
6321
6322         * gdb.texinfo (Output): Update documentation on using printf with DFP
6323         types.
6324
6325 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
6326
6327         * gdb.texinfo (C and C++): Add Decimal Floating Point format
6328         subsubsection.
6329         (Decimal Floating Point format): New subsubsection.
6330
6331 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
6332
6333         * gdb.texinfo (File Options): Remove mention of the attempt to
6334         open a core file with the -p option.  Don't list -c as a valid
6335         option to attach to a process.
6336
6337 2008-01-05  Pedro Alves  <pedro@codesourcery.com>
6338
6339         * gdbint.texinfo (Host Conditionals): Remove mention of
6340         ALIGN_STACK_ON_ENTRY.
6341
6342 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
6343
6344         * gdbint.texinfo (Start of New Year Procedure): Add item
6345         describing how to update the source and documentation copyright
6346         notices.
6347
6348 2007-12-18  Jim Blandy  <jimb@codesourcery.com>
6349
6350         * gdb.texinfo (Set Watchpoints): Integrate per-thread
6351         watchpoint explanation into the main description of the watchpoint
6352         command; update synopses of 'watch', 'rwatch', and 'awatch'
6353         commands.
6354
6355 2007-12-18  Vladimir Prus  <vladimir@codesourcery.com>
6356
6357         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6358         Document 'pending-breakpoints' feature of
6359         -list-features.
6360
6361 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
6362
6363         * gdb.texinfo: Add new parameter's description.
6364
6365 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
6366
6367         * gdb.texinfo (Overview): Clarify run-length encoding
6368         example.  Remove the restriction on "+" and "-" characters.
6369
6370 2007-12-15  Eli Zaretskii  <eliz@gnu.org>
6371
6372         * gdb.texinfo (Host I/O Packets): Fix xref syntax.
6373
6374 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
6375
6376         * gdb.texinfo (GDB/MI Breakpoint Commands): Document
6377         the -f option for -break-insert, remove -r option,
6378         and clarify specification of location.
6379
6380 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
6381
6382         * gdb.texinfo (Debugging Programs with Multiple Processes): Correct
6383         formatting.
6384         (Remote Debugging): Add File Transfer section.
6385         (Remote Configuration): Document Host I/O packets.
6386         (GDB/MI): Add GDB/MI File Transfer Commands section.
6387         (Host I/O Packets): New section in "Remote Protocol".
6388         (Packets): Add vFile.
6389
6390 2007-11-17  Eli Zaretskii  <eliz@gnu.org>
6391
6392         * gdb.texinfo (Set Breaks, Disabling): Clarify behavior of
6393         breakpoints with multiple locations.
6394         (Breakpoint Menus): Improve wording.
6395         (Output): Fix last change.
6396
6397 2007-11-17  Ulrich Weigand  <uweigand@de.ibm.com>
6398
6399         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
6400
6401 2007-11-15  Doug Evans  <dje@google.com>
6402
6403         * gdb.texinfo (Symbols): Update output of "maint info symtabs".
6404
6405 2007-11-15  Vladimir Prus  <vladimir@codesourcery.com>
6406
6407         * gdbint.texinfo (Native Conditionals): Remove
6408         mention of CLEAR_SOLIB.
6409
6410 2007-11-11  Joel Brobecker  <brobecker@adacore.com>
6411
6412         * gdb.texinfo (Print Settings): Add documentation for "set/show
6413         print frame-arguments".
6414
6415 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
6416
6417         * gdb.texinfo (Output): Update printf command's description.
6418
6419 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
6420
6421         * gdb.texinfo (PowerPC): Document "set powerpc vector-abi" and "set
6422         powerpc soft-float".
6423
6424 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6425
6426         * gdb.texinfo (Files): Correct formatting.  Mention Expat
6427         requirement.
6428         (Requirements for Building GDB): Expand the list of Expat
6429         uses.
6430         (Library List Format, Memory Map Format): Mention Expat.
6431         (Target Descriptions): Update Expat wording.
6432
6433 2007-10-24  Daniel Jacobowitz  <dan@codesourcery.com>
6434
6435         * gdbint.texinfo (Register and Memory Data, Target Conditionals):
6436         Document that gdbarch_convert_register_p should return zero for no-op
6437         conversions.
6438
6439 2007-10-22  Ulrich Weigand  <uweigand@de.ibm.com>
6440
6441         * gdbint.texi (Compiler Characteristics): Move documentation
6442         of set_gdbarch_sofun_address_maybe_missing back to ...
6443         (Target Conditionals): ... here to fix build break.
6444
6445 2007-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
6446
6447         * gdbint.texi (Target Conditionals): Remove documentation of
6448         SOFUN_ADDRESS_MAYBE_MISSING, replaced by ...
6449         (Compiler Characteristics): ... documentation of
6450         set_gdbarch_sofun_address_maybe_missing.
6451
6452 2007-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
6453
6454         * gdbint.texinfo (Target Conditionals): Use
6455         frame_unwind_register_unsigned in examples instead of
6456         frame_unwind_unsigned_register.
6457
6458 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6459
6460         * gdb.texinfo (Predefined Target Types): Add int128
6461         and uint128.
6462         (Standard Target Features): Add PowerPC features.
6463
6464 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
6465
6466         * gdb.texinfo (Maintenance Commands): Document "maint print c-tdesc".
6467
6468 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6469
6470         * gdbint.texi (Target Conditionals): Remove documentation
6471         of and references to DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS,
6472         gdbarch_extract_return_value, and gdbarch_store_return_value.
6473
6474 2007-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
6475
6476         * gdbint.texi (Target Conditionals): Remove documentation of
6477         and references to DEPRECATED_REG_STRUCT_HAS_ADDR.
6478
6479 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
6480
6481         * gdb.texinfo: Mention that inaccessible-by-default is on by
6482         default.
6483
6484 2007-10-11  Daniel Jacobowitz  <dan@codesourcery.com>
6485
6486         * gdbint.texinfo (Target Conditionals): Remove VARIABLES_INSIDE_BLOCK.
6487
6488 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
6489
6490         * gdb.texinfo (Setting Watchpoints): Adjust warning text about
6491         multi-threaded watchpoints.
6492         * gdbint.texinfo (Watchpoints): Describe how watchpoints are
6493         checked.  Describe sticky notification.  Expand description
6494         of steppable and continuable watchpoints.
6495         (Watchpoints and Threads): New subsection.
6496
6497 2007-09-28  Vladimir Prus  <vladimir@codesourcery.com>
6498
6499         * gdb.texinfo (Setting Breakpoints): Revise
6500         documentation for pending breakpoints.  Document
6501         breakpoints with multiple locations.
6502
6503 2007-09-19  Vladimir Prus  <vladimir@codesourcery.com>
6504
6505         * gdb.texinfo (Miscellaneous gdb/mi Commands):
6506         Document -list-features.
6507
6508 2007-09-15  Eli Zaretskii  <eliz@gnu.org>
6509
6510         * gdb.texinfo (Output): Spell out which features of C's printf are
6511         not supported by GDB's printf.
6512         (Separate Debug Files): More accurate wording regarding build ID
6513         and a reference to the ld manual rather than the Fedora wiki.
6514
6515 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
6516             Jim Blandy  <jimb@codesourcery.com>
6517
6518         * gdb.texinfo (Output Formats): Update 'c' description.  Describe 's'.
6519         (Examining Memory): Update mentions of the 's' format.
6520         (Automatic Display): Likewise.
6521
6522 2007-09-02  Daniel Jacobowitz  <dan@codesourcery.com>
6523
6524         * gdb.texinfo: Update the FSF's Back-Cover Text.
6525
6526 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
6527             Eli Zaretskii  <eliz@gnu.org>
6528
6529         * gdb.texinfo (Separate Debug Files): Cosmetic quoting removal.
6530         Fixed the ``build ID'' name.  New binaries build instructions for the
6531         build ID inclusion.  Explain how the commands are specific to the build
6532         ID vs. debug link.
6533
6534 2007-09-01  Eli Zaretskii  <eliz@gnu.org>
6535
6536         * gdb.texinfo (Separate Debug Files): Fix last change.  Add
6537         indexing for ``build ID'' support.
6538
6539 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6540
6541         * gdb.texinfo (Separate Debug Files): Included a BUILD ID description.
6542         Enlisted BUILD ID to the debug file searching example.
6543         Included a BUILD ID `.note.gnu.build-id' section description.
6544         Updated/added the debug files splitting instructions for OBJCOPY.
6545
6546 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
6547
6548         * gdb.texinfo (Variable Objects): Adjust docs
6549         for -var-info-expression and document
6550         -var-info-path-expression.
6551
6552 2007-08-20  Jim Blandy  <jimb@codesourcery.com>
6553
6554         * gdb.texinfo (Top): Dedicate manual to the memory of Fred Fish.
6555         (title page): Include the dedication in the printed manual, as a
6556         separate page after the copyright notice.
6557
6558         * gdb.texinfo (The F Reply Packet): Avoid confusing texi2html:
6559         don't break a @var across a line.
6560
6561 2007-07-25  Maciej W. Rozycki  <macro@mips.com>
6562
6563         * Makefile.in (MAKEHTMLFLAGS): Also search the current directory
6564         for include files.
6565
6566 2007-07-12  Nick Roberts  <nickrob@snap.net.nz>
6567
6568         * gdb.texinfo (Server Prefix): New node.  Adapt from existing node
6569         in annotate.texinfo.
6570         (Command History): Link to new node.
6571
6572 2007-07-05  Markus Deuling  <deuling@de.ibm.com>
6573
6574         * gdbint.texinfo (PC_LOAD_SEGMENT): Remove description.
6575
6576 2007-07-05  Eli Zaretskii  <eliz@gnu.org>
6577
6578         * gdbint.texinfo (Target Conditionals): Fix last change.
6579
6580 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
6581
6582         * gdb.texinfo: Replace following macros by their appropriate gdbarch
6583         routines:
6584         (TARGET_CHAR_SIGNED, CALL_DUMMY_LOCATION, CANNOT_FETCH_REGISTER)
6585         (CANNOT_STORE_REGISTER, GET_LONGJMP_TARGET, POINTER_TO_ADDRESS)
6586         (ADDRESS_TO_POINTER, INNER_THAN, FRAME_NUM_ARGS)
6587         (HAVE_NONSTEPPABLE_WATCHPOINT, TARGET_SHORT_BIT, TARGET_INT_BIT)
6588         (TARGET_LONG_BIT, TARGET_LONG_LONG_BIT, TARGET_FLOAT_BIT)
6589         (TARGET_DOUBLE_BIT, TARGET_LONG_DOUBLE_BIT, TARGET_PTR_BIT
6590         (TARGET_ADDR_BIT, SP_REGNUM, PC_REGNUM, PS_REGNUM, FP0_REGNUM)
6591         (STAB_REG_TO_REGNUM, ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM)
6592         (SDB_REG_TO_REGNUM, DWARF2_REG_TO_REGNUM, BELIEVE_PCC_PROMOTION)
6593         (CONVERT_REGISTER_P, REGISTER_TO_VALUE, VALUE_TO_REGISTER)
6594         (POINTER_TO_ADDRESS, ADDRESS_TO_POINTER, EXTRACT_RETURN_VALUE)
6595         (STORE_RETURN_VALUE, SKIP_PROLOGUE, MEMORY_INSERT_BREAKPOINT)
6596         (BREAKPOINT_FROM_PC, MEMORY_REMOVE_BREAKPOINT, DECR_PC_AFTER_BREAK)
6597         (ADDR_BITS_REMOVE, TARGET_PRINT_INSN, SKIP_TRAMPOLINE_CODE)
6598         (IN_SOLIB_RETURN_TRAMPOLINE, NAME_OF_MALLOC, ADDRESS_CLASS_TYPE_FLAGS)
6599         (ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, ADDRESS_CLASS_TYPE_FLAGS_P).
6600         (ADDRESS_CLASS_NAME_to_TYPE_FLAGS, ADJUST_BREAKPOINT_ADDRESS)
6601         (PRINT_FLOAT_INFO, PRINT_VECTOR_INFO, INTEGER_TO_ADDRESS)
6602         (SKIP_PERMANENT_BREAKPOINT, TARGET_VIRTUAL_FRAME_POINTER)
6603         (SOFTWARE_SINGLE_STEP_P)
6604
6605         (push_dummy_call, stabs_argument_has_addr, unwind_sp, unwind_pc)
6606         (print_registers_info, push_dummy_code, unwind_dummy_id): Rework
6607
6608         (REGISTER_CONVERT_TO_TYPE, END_OF_TEXT_DEFAULT, GDB_MULTI_ARCH)
6609         (GDB_TARGET_IS_HPPA, DEPRECATED_GET_SAVED_REGISTER)
6610         (SYMBOLS_CAN_START_WITH_DOLLAR, DEPRECATED_INIT_EXTRA_FRAME_INFO)
6611         (DEPRECATED_INIT_FRAME_PC, DEPRECATED_SIGTRAMP_START)
6612         (IN_SOLIB_CALL_TRAMPOLINE, NO_HIF_SUPPORT, REGISTER_CONVERTIBLE)
6613         (DEPRECATED_REGISTER_RAW_SIZE, PARM_BOUNDARY, DEPRECATED_STACK_ALIGN)
6614         (PROLOGUE_FIRSTLINE_OVERLAP, DEPRECATED_POP_FRAME, STEP_SKIPS_DELAY)
6615         (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT)
6616         (OS9K_VARIABLES_INSIDE_BLOCK, KERNEL_U_ADDR, KERNEL_U_ADDR_HPUX)
6617         (REGISTER_U_ADDR, U_REGS_OFFSET, DEBUG_PTRACE): Remove description.
6618
6619         (Converting an existing Target Architecture to Multi-arch): Remove
6620          section.
6621
6622         (gdbarch_unwind_pc, gdbarch_unwind_sp): Renew code example.
6623         (gdbarch_addr_bits_remove): Add code example.
6624
6625         * gdb.texinfo: Replace REGISTER_NAME by gdbarch_register_name.
6626
6627 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
6628
6629         * gdb.texinfo (Remote Configuration): Document library-info-packet.
6630         Add other missing entries.  Adjust the table size to fit.
6631         (Stop Reply Packets): Use @itemize instead of @enumerate.  Document
6632         stop reasons including the new "library" event.
6633         (General Query Packets): Adjust table widths for qSupported.  Mention
6634         qXfer:libraries:read reply to qSupported and document the new packet.
6635         (Library List Format): New section.
6636
6637 2007-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
6638
6639         * gdb.texinfo (Attach): Fixed GDB exit inferior detachment.
6640
6641 2007-06-28  Michael Snyder  <msnyder@svkmacdonelllnx>
6642
6643         * gdbint.texinfo (Table, Tuple and List Functions) Fix typo.
6644
6645 2007-06-25  Nick Roberts  <nickrob@snap.net.nz>
6646
6647         * gdbint.texinfo (Register and Memory Data): Break sections
6648         into nodes and add a menu.
6649
6650 2007-06-21  Maciej W. Rozycki  <macro@mips.com>
6651
6652         * gdb.texinfo (Examining Memory): Document the new behaviour.
6653
6654 2007-06-21  Vladimir Prus  <vladimir@codesourcery.com>
6655
6656         * gdb.texinfo (Standard Target Features): Document
6657         m68k features.
6658
6659 2007-06-18  Daniel Jacobowitz  <dan@codesourcery.com>
6660
6661         * gdb.texinfo (General Query Packets): Document qOffsets changes.
6662
6663 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6664
6665         * gdb.texinfo (Target Description Format): Add version attribute
6666         for <target>.
6667
6668 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6669
6670         * gdb.texinfo (MIPS Features): Document org.gnu.gdb.mips.linux.
6671
6672 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
6673
6674         * gdb.texinfo (MIPS Features): New subsection.
6675
6676 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
6677             Markus Deuling  <deuling@de.ibm.com>
6678
6679         * gdb.texinfo (General Query Packets): Document qXfer:spu:read
6680         and qXfer:spu:write packets and mention them under qSupported.
6681
6682 2007-06-12  Ulrich Weigand  <uweigand@de.ibm.com>
6683             Markus Deuling  <deuling@de.ibm.com>
6684
6685         * gdb.texinfo (Architectures): Add new SPU section to document
6686         Cell Broadband Engine SPU architecture specific commands.
6687
6688 2007-06-09  Vladimir Prus  <vladimir@codesourcery.com>
6689
6690         * gdb.texinfo (GDB/MI Variable Objects): Editorial
6691         comments.
6692
6693 2007-06-07  Nick Roberts  <nickrob@snap.net.nz>
6694
6695         * gdb.texinfo (Emacs): Describe GDB under Emacs 22.1.
6696
6697 2007-05-29  Jim Blandy  <jimb@codesourcery.com>
6698
6699         * gdb.texinfo (Overview): Doc fix.
6700
6701 2007-05-22  Maciej W. Rozycki  <macro@mips.com>
6702
6703         * gdb.texinfo (Remote Configuration): Document "set/show
6704         remoteflow".
6705
6706 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
6707
6708         * gdb.texinfo (MIPS): Remove documentation for set mips
6709         saved-gpreg-size, show mips saved-gpreg-size, and set mips
6710         stack-arg-size.
6711
6712 2007-05-14  Bob Wilson  <bob.wilson@acm.org>
6713
6714         * all-cfg.texi (GDBTUI): New.
6715         * gdb.texinfo (Mode Options): Use GDBTUI variable.
6716         (TUI, TUI Overview, TUI Keys, TUI Single Key Mode, TUI Commands)
6717         (TUI Configuration): Edit to improve clarity and fix problems of
6718         both style and content.
6719
6720 2007-05-11  Ulrich Weigand  <uweigand@de.ibm.com>
6721
6722         * observer.texi (GDB Observers): New observer "new_objfile".
6723
6724 2007-05-08  Ulrich Weigand  <uweigand@de.ibm.com>
6725
6726         * gdbint.texinfo (Native Conditionals): Remove USE_PROC_FS.
6727
6728 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
6729
6730         * gdb.texinfo (GDB/MI Variable Objects): Document
6731         frozen variables objects.
6732
6733 2007-04-13  Daniel Jacobowitz  <dan@codesourcery.com>
6734
6735         * gdb.texinfo (Memory): Reference Remote Debugging chapter.
6736         (Character Sets, Caching Data of Remote Targets): Likewise.
6737         (Targets): Delete Remote node.  Move its text...
6738         (Debugging Remote Programs): ...to here.  Delete description
6739         of the "remote" command.
6740         (Remote configuration): Delete description of "set remotedevice"
6741         and "show remotedevice".
6742         (Embedded Processors): Delete H8/300, H8/500, and SH nodes.
6743
6744 2007-04-11  Bob Wilson  <bob.wilson@acm.org>
6745
6746         * gdb.texinfo (Contributors, Continuing and Stepping)
6747         (Fortran Defaults, HPPA, TUI, TUI Commands, Configure Options)
6748         (General Query Packets, File-I/O Remote Protocol Extension)
6749         (Protocol Basics, The F Reply Packet, Write)
6750         (Protocol-specific Representation of Datatypes, Memory Transfer):
6751         Fix hyphenation, punctuation and grammar problems.
6752         (Cygwin Native): Likewise.  Also fix misuse of @pxref and use
6753         'section' instead of 'subsection' in the text.
6754         (Non-debug DLL Symbols): Avoid 'subsubsection' in the text.
6755         (i386): Remove period from section name.
6756         (Installing GDB, Requirements, Running Configure,  Separate Objdir)
6757         (Config Names, Configure Options): Use @file{configure}.
6758
6759 2007-04-11  Daniel Jacobowitz  <dan@codesourcery.com>
6760
6761         * gdbint.texinfo (Writing Tests): Mention gdb_test_multiple
6762         and tab expansion.
6763
6764 2007-04-10  Daniel Jacobowitz  <dan@codesourcery.com>
6765
6766         * gdbint.texinfo (SOM): Correct location of the SOM reader.
6767
6768 2007-04-02  Bob Wilson  <bob.wilson@acm.org>
6769
6770         * gdb.texinfo: Consistently capitalize all significant words in
6771         node names, chapter titles, section titles, and headings.  Update
6772         cross references to match.
6773         (Starting and Stopping Trace Experiment): Make node name plural.
6774         (Breakpoint related warnings): Hyphenate "Breakpoint-related".
6775
6776 2007-03-30  Pedro Alves  <pedro_alves@portugalmail.pt>
6777
6778         * gdb.texinfo (WinCE): Delete obsolete subsection.
6779
6780 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
6781
6782         * gdb.texinfo (M68K): Remove obsolete ROM monitors.
6783         * gdbint.texinfo (DWARF 1): Delete section and other dwarfread.c
6784         references.
6785
6786 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
6787
6788         * gdb.texinfo (Startup): Delete references to some alternate
6789         names for .gdbinit.
6790         (Thread): Remove LynxOS reference.
6791         (Tandem ST2000): Delete target-specific documentation.
6792         * gdbint.texinfo (Symbol Handling): Remove mention of NLM.
6793         (Target Architecture Definition): Remove mention of GDB_OSABI_NETWARE
6794         and GDB_OSABI_LYNXOS.
6795
6796 2007-03-29  Ulrich Weigand  <uweigand@de.ibm.com>
6797
6798         * gdbint.texi (Native Conditionals): Remove PTRACE_ARG3_TYPE.
6799
6800 2007-03-27  Ulrich Weigand  <uweigand@de.ibm.com>
6801
6802         * gdbint.texinfo (Target Conditionals): Remove mention of
6803         DEPRECATED_REMOTE_BREAKPOINT, DEPRECATED_BIG_REMOTE_BREAKPOINT,
6804         and DEPRECATED_LITTLE_REMOTE_BREAKPOINT.
6805
6806 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
6807
6808         * Makefile.in: Add "pdfdir" installation
6809         directory, PDFTEX macro, support for "install-pdf" target,
6810         and rules for making a pdf version of refcard.texi.
6811         * refcard.tex: Specify paper size for PDF output.
6812
6813 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6814
6815         * gdb.texinfo (Omissions from Ada, Additions to Ada): Wrap long lines.
6816
6817 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6818
6819         * gdb.texinfo (Invoking GDB): Use @value{GDBP}.
6820         (Source Path, Character Sets, Macros, Define)
6821         (GDB/MI Result Records, GDB/MI Simple Examples)
6822         (GDB/MI Program Execution, GDB/MI File Commands)
6823         (Maintenance Commands, Packets, File-I/O Overview): Use @value{GDBN}.
6824         (Bug Reporting): Use @value{GCC}.
6825
6826 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6827
6828         * gdb.texinfo (Help): Fix formatting of examples.
6829         (Variables): Use @ifnotinfo instead of @iftex.
6830         (Non-debug DLL symbols): Use @ref instead of @pxref.
6831         (Sparclet File): Use @samp instead of quotes.
6832
6833 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6834
6835         * gdb.texinfo (Variables, C): Update cross reference to GCC docs.
6836
6837 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6838
6839         * gdb.texinfo (Top): Move TUI and Annotations menu entries to match
6840         the order of the nodes.
6841         (C Operators, C Constants, Debugging C): Remove extra menus.
6842         (Method Names in Commands): Do not specify next/prev/up nodes.
6843
6844 2007-03-26  Bob Wilson  <bob.wilson@acm.org>
6845
6846         * gdb.texinfo (File Options): Add missing parenthesis.
6847         (Breakpoints, Special Fortran commands, PowerPC): Fix typos.
6848
6849 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
6850
6851         * gdb.texinfo (Monitor commands for gdbserver): New subsection.
6852
6853 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
6854
6855         * gdb.texinfo (Standard Target Features): Mention
6856         case insensitivity.
6857         (ARM Features): Describe org.gnu.gdb.xscale.iwmmxt.
6858
6859 2007-02-18  Nick Roberts  <nickrob@snap.net.nz>
6860
6861         * gdb.texinfo (Top): Put Appendix A after numbered sections.
6862         (Files): Add section name to argument list for pxref.
6863         (Non-debug DLL symbols): Don't use `see' for pxref.
6864         (Embedded Processors): Fix typo.
6865         (GDB/MI Breakpoint Commands): Execution commands generate
6866         *stopped not ^done.
6867
6868 2007-02-13  Nick Roberts  <nickrob@snap.net.nz>
6869
6870         * gdb.texinfo (GDB/MI Variable Objects): Describe meanings of
6871         values for in_scope.  Mention that only root variables can be
6872         updated.
6873         (GDB/MI Development and Front Ends): Explain new values may be
6874         added to existing fields.
6875
6876 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
6877
6878         * gdb.texinfo (-target-disconnect): Use @smallexample.
6879         (Requirements): Add anchor for Expat.  Update description.
6880         (Target Descriptions): Mention Expat.
6881         (Target Description Format): Document new elements.  Use
6882         @smallexample.
6883         (Predefined Target Types, Standard Target Features): New sections.
6884         * gdbint.texinfo (Target Descriptions): New section.
6885
6886 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
6887
6888         * gdb.texinfo (Target Description Format): Add section on XInclude.
6889
6890 2006-02-03  Nick Roberts  <nickrob@snap.net.nz>
6891
6892         * gdb.texinfo (GDB/MI Miscellaneous Commands): Describe the new
6893         command -enable-timings.
6894
6895 2007-02-02  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
6896
6897         * gdbint.texinfo (Operation System ABI Variant Handling): Update
6898         descriptions for new/deleted elements in gdb_osabi.  Add missing
6899         description for function generic_elf_osabi_sniff_abi_tag_sections.
6900
6901 2007-01-29  Joel Brobecker  <brobecker@adacore.com>
6902
6903         * gdb.texinfo (Maintenance Commands): Add documentation for
6904         the new "maint print target-stack" command.
6905
6906 2007-01-26  Jan Kratochvil <jan.kratochvil@redhat.com>
6907             Eli Zaretskii  <eliz@gnu.org>
6908
6909         * gdb.texinfo: Describe CHAR array vs. string identification rules.
6910
6911 2007-01-26  Eli Zaretskii  <eliz@gnu.org>
6912
6913         * gdb.texinfo (Compilation, Files, Bootstrapping, Bug Reporting):
6914         Use @value{NGCC} instead of @value{GCC}.
6915
6916 2007-01-20  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>  (tiny change)
6917
6918         * agentexpr.texi: Fix typos.
6919         * annotate.texinfo: Likewise.
6920         * gdb.texinfo: Likewise.
6921         * gdbint.texinfo: Likewise.
6922         * observer.texi: Likewise.
6923         * stabs.texinfo: Likewise.
6924
6925 2007-01-20  Markus Deuling  <deuling@de.ibm.com>  (tiny change)
6926
6927         * gdbint.texinfo (Support Libraries): Remove mmalloc
6928         entry.  Describe readline library.
6929
6930 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
6931
6932         * gdb.texinfo (Target Descriptions): New section.
6933         (General Query Packets): Add QPassSignals anchor.  Mention
6934         qXfer:features:read under qSupported.  Expand mentions of
6935         qXfer:memory-map:read and QPassSignals.  Document
6936         qXfer:features:read.
6937
6938 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
6939
6940         * gdb.texinfo (Commands to specify files): Describe
6941         "set sysroot" and "show sysroot".
6942         (Using the `gdbserver' program): Lowercase argument
6943         to @var.  Expand description of setting up GDB on the
6944         host.
6945
6946 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
6947
6948         * gdb.texinfo (Set Catchpoints): Add documentation for the new
6949         catch exception, catch exception unhandled, and catch assert
6950         commands.
6951
6952 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
6953
6954         * gdb.texinfo (Debugging Output): Document "set debug xml"
6955         and "show debug xml".
6956
6957 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
6958
6959         * gdbint.texinfo (Compiler Warnings): Update for -Wall use.
6960
6961 2007-01-01  Joel Brobecker  <brobecker@adacore.com>
6962
6963         * gdbint.texinfo (Start of New Year Procedure): Add missing item.
6964
6965 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
6966
6967         * gdb.texinfo (GDB/MI Variable Objects): Wrap historical
6968         note in @ignore, to be removed later if nobody complains.
6969
6970 2006-12-04  Nick Roberts  <nickrob@snap.net.nz>
6971
6972         * gdb.texinfo (GDB/MI Variable Objects): Describe -c option
6973         of -var-delete.
6974
6975 2006-11-22  Vladimir Prus  <vladimir@codesourcery.com>
6976
6977         * gdb.texinfo (Setting breakpoints): Document
6978         automatic software/hardware breakpoint usage and
6979         the "set breakpoint auto-hw" command.
6980
6981 2006-11-21  Vladimir Prus  <vladimir@codesourcery.com>
6982
6983         * gdb.texinfo (Memory Access Checking): New.
6984
6985 2006-11-16  Daniel Jacobowitz  <dan@codesourcery.com>
6986
6987         * gdb.texinfo (Remote configuration): Mention
6988         "pass-signals-packet".
6989         (General Query Packets): Document QPassSignals.  Fix
6990         a typo.
6991
6992 2006-11-14  Maxim Grigoriev  <maxim@tensilica.com>
6993
6994         * gdb.texinfo (Contributors): Add contributors of Xtensa port.
6995
6996 2006-11-14  Daniel Jacobowitz  <dan@codesourcery.com>
6997
6998         * gdb.texinfo (Remote configuration): Rewrite documentation for
6999         packet configuration commands.
7000         (OS Information): Adjust reference to qXfer:auxv:read.
7001         (General Query Packets): Remove references to read-aux-vector-packet
7002         and set remote get-thread-local-storage-address.
7003
7004 2006-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
7005
7006         * gdbint.texinfo (Target Architecture Definition): Add new
7007         Initializing a New Architecture section.
7008
7009 2006-10-31  David Taylor  <dtaylor@emc.com>
7010
7011         * stabs.texinfo (Macro define and undefine): New node describing
7012         stabs for #define and #undef.
7013
7014 2006-10-27  Andreas Schwab  <schwab@suse.de>
7015
7016         * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork".
7017
7018 2006-10-21  Eli Zaretskii  <eliz@gnu.org>
7019
7020         * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate and
7021         clarify on the possible meanings of ``expression'' watched by
7022         watchpoints.  Add indexing.
7023         (Prompting, Errors, Invalidation, Annotations for Running)
7024         (Source Annotations): Fix index entries by adding "annotation" to
7025         them, to discriminate from index entries that point to the more
7026         general topic descriptions.
7027
7028 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
7029
7030         * gdbint.texinfo (Target Vector Definition): Move most
7031         content into Existing Targets.  Add a menu.
7032         (Existing Targets): New section, moved from Target Vector
7033         Definition.  Use @subsection.
7034         (Managing Execution State): New section.
7035
7036 2006-10-16  Bob Wilson  <bob.wilson@acm.org>
7037
7038         * gdb.texinfo (ST2000): Use Ctrl- instead of C-.
7039
7040 2006-10-15  Eli Zaretskii  <eliz@gnu.org>
7041
7042         * gdb.texinfo (Sample Session, Invocation, Quitting GDB)
7043         (Command Syntax, Signals, Backtrace, Connecting)
7044         (Remote configuration, Renesas Boards, Console I/O): Fix last
7045         change: use Ctrl- instead of C-, except wrt Emacs.
7046         (File-I/O Examples): Put Ctrl-c in @kbd.
7047         (Cygwin Native, File-I/O Overview, The Ctrl-C message)
7048         (Console I/O): Use @samp with Ctrl-.
7049         (Signals, Set Breaks, Set Watchpoints): Document optional
7050         arguments to `info signals'  `handle', `info breakpoints', and
7051         `info watchpoints'.
7052
7053 2006-10-14  Eli Zaretskii  <eliz@gnu.org>
7054
7055         * gdb.texinfo (Backtrace): Fix last change.
7056
7057 2006-10-14  Nick Roberts  <nickrob@snap.net.nz>
7058
7059         * gdb.texinfo (Backtrace): Order correctly and add other cases.
7060
7061 2006-10-10  Bob Wilson  <bob.wilson@acm.org>
7062
7063         * gdb.texinfo (Command Syntax, Connecting, Remote configuration)
7064         (Renesas Boards, ST2000, TUI Keys, TUI Single Key Mode)
7065         (TUI Commands, Emacs, Console I/O): Fix @key and @kbd usage.
7066
7067 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
7068             Daniel Jacobowitz  <dan@codesourcery.com>
7069
7070         * gdb.texinfo (Packets): Document vFlashErase,
7071         vFlashWrite and vFlashDone packets.
7072         (General Query Packets): Document qXfer:memory-map:read.
7073         Add a new feature for qXfer:memory-map:read.
7074         (Memory map format): New section.
7075         (Target Commands): Mention that gdb can write flash.
7076
7077 2006-09-21  Vladimir Prus  <vladimir@codesourcery.com>
7078             Daniel Jacobowitz  <dan@codesourcery.com>
7079
7080         * gdb.texinfo (Memory Region Attributes): Mention target-supplied
7081         memory regions and "mem auto".
7082
7083 2006-09-21  Nathan Sidwell  <nathan@codesourcery.com>
7084
7085         * gdbint.texinfo (Array Containers): New section.
7086
7087 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
7088
7089         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7090         -stack-list-arguments HIGH_FRAME argument can be larger then the
7091         actual number of frames.
7092
7093 2006-09-07  Vladimir Prus  <vladimir@codesourcery.com>
7094
7095         * gdb.texinfo (GDB/MI Stack Manipulation): Mention that
7096         -stack-list-locals HIGH_FRAME argument can be larger then the
7097         actual number of frames.
7098
7099 2006-09-02  Bob Wilson  <bob.wilson@acm.org>
7100
7101         * gdb.texinfo (Packets, Stop Reply Packets, General Query Packets,
7102         Register Packet Format, Tracepoint Packets): Fix spelling errors.
7103
7104 2006-09-02  Eli Zaretskii  <eliz@gnu.org>
7105
7106         * gdbint.texinfo (Overall Structure): New section "Source Tree
7107         Structure".
7108
7109 2006-08-17  Jim Blandy  <jimb@codesourcery.com>
7110
7111         * gdb.texinfo (Stop Reply Packets): Note similarity of 'S' and 'T'
7112         responses.
7113
7114 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
7115
7116         * gdb.texinfo (Source Path): Add documentation for new
7117         substitute-path commands.
7118
7119 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
7120
7121         * gdb.texinfo (Installing GDB): Update menu.  Move text to...
7122         (Running Configure): ...here.
7123         (Requirements): New node.  Mention expat.
7124
7125 2006-08-08  Vladimir Prus  <vladimir@codesourcery.com>
7126
7127         * gdb.texinfo (Target Commands): Remove
7128         'set download-write-size' and 'show download-write-size'.
7129
7130 2006-08-01  Daniel Jacobowitz  <dan@codesourcery.com>
7131
7132         * stabs.texinfo (Member Type Descriptor): Correct example for
7133         pointer to member types.
7134
7135 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
7136
7137         * gdb.texinfo (Optional warnings and messages): Add
7138         'set/show trace-commands'.
7139         (Command files): Add '-v' to source command.
7140
7141 2006-07-12  Daniel Jacobowitz  <dan@codesourcery.com>
7142
7143         * gdb.texinfo (OS Information): Update qPart reference to
7144         qXfer.
7145         (Remote configuration): Likewise.
7146         (Overview): Move @cindex to the start of a paragraph.  Talk
7147         about binary data encoding.
7148         (Packets): Refer to the overview for the details of the X
7149         packet encoding.
7150         (General Query Packets): Remove qPart description.  Add qXfer
7151         description.  Add an anchor to qSupported.  Correct feature
7152         table title.  Add a new feature for qXfer:auxv:read.
7153         (Interrupts): Add a missing parenthesis.
7154
7155 2006-07-05  Daniel Jacobowitz  <dan@codesourcery.com>
7156
7157         * gdb.texinfo (KOD): Remove node.
7158         (GDB/MI Kod Commands): Remove commented out node.
7159
7160 2006-07-01  Eli Zaretskii  <eliz@gnu.org>
7161
7162         * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)
7163         (GDB/MI Breakpoint Commands, GDB/MI Program Context)
7164         (GDB/MI Thread Commands, GDB/MI Program Execution)
7165         (GDB/MI Stack Manipulation, GDB/MI Variable Objects)
7166         (GDB/MI Data Manipulation, GDB/MI Symbol Query)
7167         (GDB/MI File Commands, GDB/MI Target Manipulation)
7168         (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb),
7169         since the MI prompt is hard-wired into the code.
7170
7171 2006-07-01  Nick Roberts  <nickrob@snap.net.nz>
7172
7173         * gdb.texinfo (GDB/MI Compatibility with CLI): Qualify more carefully.
7174         (GDB/MI Simple Examples): Use @subheading for "A Bad Command".
7175         (GDB/MI Data Manipulation): Remove description of unimplemented
7176         display related commands as variable objects perform this function
7177         and are superior: -display-delete, -display-disable,
7178         -display-enable, -display-insert and -display-list.  Move
7179         -environment-cd, -environment-directory, -environment-path
7180         and -environment-pwd to "Program Context".
7181         (GDB/MI Program Control): Rename to "Program Execution".  Move
7182         -exec-arguments -exec-abort to...
7183         (GDB/MI Program Context): ...here.  New node split from "Data
7184          Manipulation".
7185
7186 2006-06-21  Daniel Jacobowitz  <dan@codesourcery.com>
7187
7188         * gdb.texinfo (Remote configuration): Document set / show
7189         remote supported-packets.
7190         (General Query Packets): Document qSupported packet.
7191
7192 2006-06-10  Sandra Loosemore <sandra@codesourcery.com>
7193
7194         * gdb.texinfo (File-I/O overview): Copy edit for grammar, spelling,
7195         and font markup.
7196         (Protocol basics): Likewise.
7197         (The F request packet): Likewise.
7198         (The F reply packet): Likewise.
7199         (Memory transfer): Move this node to be a subsubsection of
7200         "Protocol specific representation of datatypes".
7201         (The Ctrl-C message): More copy editing.
7202         (Console I/O): Likewise.
7203         (The isatty call): Delete this node, and merge its content into
7204         the "isatty" node.  Fixed references elsewhere.
7205         (The system call): Delete this node, and merge its content into
7206         the "system" node.  Fixed references elsewhere.
7207         (open): Reformat to use @table, and add appropriate font markup.
7208         (close): Likewise.
7209         (read): Likewise.
7210         (write): Likewise.
7211         (lseek): Likewise.
7212         (rename): Likewise.
7213         (unlink): Likewise.
7214         (stat/fstat): Likewise.
7215         (gettimeofday): Likewise.
7216         (isatty): Likewise.
7217         (system): Likewise, plus minor changes to fix confusing wording.
7218         (Integral datatypes): Fix font markup.
7219         (Pointer values): Likewise.
7220         (struct stat): Fix markup to use @table, plus minor copy editing.
7221         (struct timeval): Fix font markup, plus minor copy editing.
7222         (Constants): Minor copy editing.
7223         (Errno values): Add font markup.
7224         (File-I/O Examples): Likewise.
7225
7226 2006-06-10  Nick Roberts  <nickrob@snap.net.nz>
7227
7228         * gdb.texinfo (GDB/MI): Remove duplicate acknowledgements.
7229         (GDB/MI Simple Examples): Move node up one level.  Use real
7230         examples.
7231         (GDB/MI Compatibility with CLI): Update.
7232         (GDB/MI Result Records): Add "connected" and "exit" result
7233         classes.
7234         (GDB/MI Stream Records): Clarify target output.
7235         (GDB/MI Command Description Format): Modify example description.
7236         (GDB/MI Breakpoint Table Commands): Rename to...
7237         (GDB/MI Breakpoint Commands): ...this
7238         (GDB/MI Breakpoint Commands): Add optional thread field.
7239         (GDB/MI Program Control): Add an introduction.  Move "Program
7240         termination" examples into exec-run description.
7241         (GDB/MI File Commands): Mention similar CLI commands.
7242         (GDB/MI Miscellaneous Commands): Move to end.  Mention "show version"
7243         is similar to "-gdb-version".
7244
7245 2006-06-09  Eli Zaretskii  <eliz@gnu.org>
7246
7247         * gdb.texinfo (Symbols): Fix "(gdb)"=>"(@value{GDBP})".
7248
7249 2006-06-02  Nick Roberts  <nickrob@snap.net.nz>
7250
7251         * gdb.texinfo (GDB/MI Development and Front Ends): Use
7252         sourceware.org for mailing lists.
7253         (GDB/MI File Commands): New node split from Program Control.
7254
7255 2006-06-01  Nick Roberts  <nickrob@snap.net.nz>
7256
7257         * gdb.texinfo (GDB/MI Development and Front Ends): New node.
7258
7259 2006-05-22  Eli Zaretskii  <eliz@gnu.org>
7260
7261         * gdb.texinfo (Cygwin Native): Fix last change.
7262
7263 2006-05-22  Christopher Faylor  <cgf@timesys.com>
7264
7265         * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.
7266
7267 2006-05-15  Nick Roberts  <nickrob@snap.net.nz>
7268
7269         * gdbint.texinfo (Algorithms): Correct spelling and punctuation.
7270         (Releasing GDB, Testsuite): Remove details for including DejaGnu.
7271
7272 2006-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
7273
7274         * gdb.texinfo (General Query Packets): Recommend not starting
7275         new packets with qC and clarify.
7276
7277 2006-05-13  Gaius Mulley  <gaius@glam.ac.uk>
7278
7279         * gdb.texinfo (M2 Types): New section.
7280
7281 2006-05-10  Daniel Jacobowitz  <dan@codesourcery.com>
7282
7283         * agentexpr.texi: Add a copyright and license notice.
7284         * observer.texi: Likewise, with GPL clause for function prototypes.
7285         Remove trailing whitespace.
7286
7287 2006-05-05  Jim Blandy  <jimb@codesourcery.com>
7288
7289         * gdb.texinfo (General Query Packets): Document conventions for
7290         terminating packet names, and their violations.
7291
7292 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7293
7294         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Update for readline 5.1.
7295         * gdb.texinfo: Likewise.
7296
7297 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
7298
7299         * gdb.texinfo (Remote Configuration): Remove "set remotedebug"
7300         and "show remotedebug".
7301         (Debugging Output): Add additional index entries.
7302
7303 2006-04-27  Michael Snyder  <msnyder@redhat.com>
7304
7305         * gdb.texinfo (delete-fork): Command renamed to "delete fork".
7306
7307 2006-04-22  Andrew Cagney  <cagney@redhat.com>
7308
7309         * gdb.texinfo (Contributors): Credit frame unwinder contributors.
7310         * gdbint.texinfo (Algorithms): Fix errors in frame documentation.
7311
7312 2006-04-18  Daniel Jacobowitz  <dan@codesourcery.com>
7313
7314         * gdbint.texinfo (x86 Watchpoints, Target Conditionals): Update insert
7315         and remove breakpoint prototypes.
7316         (Watchpoints): Move description of target_insert_hw_breakpoint and
7317         target_remove_hw_breakpoint ...
7318         (Breakpoints): ... to here.  Document target_insert_breakpoint and
7319         target_remove_breakpoint.
7320
7321 2006-04-17  Jim Blandy  <jimb@codesourcery.com>
7322
7323         * gdb.texinfo (Packets): Note that 'addr' arguments to s, S, c,
7324         and C packets are optional.
7325
7326 2006-04-14  Frederic Riss  <frederic.riss@st.com>
7327
7328         * gdb.texinfo (Specifying source directories): Update the description
7329         of the source file search to reflect the fact that the source path
7330         always contains at least $cdir and $cwd.
7331
7332 2006-03-31  Michael Snyder  <msnyder@redhat.com>
7333
7334         * gdb.texinfo: Update copyright dates.
7335
7336 2006-03-31  Eli Zaretskii  <eliz@gnu.org>
7337
7338         * gdb.texinfo (Overview): Add an index entry to "empty response".
7339
7340 2006-03-28  Jim Blandy  <jimb@codesourcery.com>
7341
7342         * gdbint.texinfo (Prologue Analysis): New section.
7343
7344 2006-03-07  Jim Blandy  <jimb@red-bean.com>
7345
7346         * gdb.texinfo (Connecting): Document 'target remote pipe'.
7347
7348         * gdb.texinfo (Target Commands): Update text describing how to
7349         specify a target.  Refer to the detailed section on remote
7350         debugging, not the brief mention.
7351
7352         * gdb.texinfo (Connecting): Organize the different 'target remote'
7353         connection methods into a table.  Add a 'target remote' index
7354         entry. (!!!)
7355
7356 2006-02-17  Fred Fish  <fnf@specifix.com>
7357
7358         * gdb.texinfo (Symbols): Update descriptions of 'whatis' and
7359         'ptype' commands to reflect the fact that the only significant
7360         difference between them is that ptype prints the complete type
7361         description instead of just the name.
7362
7363 2006-02-13  Wu Zhou  <woodzltc@cn.ibm.com>
7364
7365         * gdbint.texinfo (Watchpoints): Delete
7366         TARGET_REGION_SIZE_OK_FOR_HW_WATCHPOINT.
7367
7368 2006-02-10  Nick Roberts  <nickrob@snap.net.nz>
7369
7370         * gdb.texinfo (GDB/MI Breakpoint Table Commands): Add fullname and
7371         times fields where needed.  Fix typos.  Update general form given
7372         for output of -break-insert.
7373         (GDB/MI): Abbreviate some unnecessarily long fullnames.
7374
7375 2006-02-06  Daniel Jacobowitz  <dan@codesourcery.com>
7376
7377         * gdbint.texinfo (Symbol Handling): Add a section
7378         on memory management.
7379
7380 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
7381
7382         * gdb.texinfo (Breakpoint table commands): Document the fullname
7383         field in -break-list output.
7384
7385 2006-02-03  Eli Zaretskii  <eliz@gnu.org>
7386
7387         * gdb.texinfo (Cygwin Native): Fix typos.  Clarify the types of
7388         debugging information produced by the various "set debug..."
7389         options.
7390
7391 2006-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
7392
7393         * gdb.texinfo (Files): Remove obsolete bits from the description
7394         of "symbol-file".
7395
7396 2006-01-25  Jim Blandy  <jimb@redhat.com>
7397
7398         * gdbint.texinfo (Testsuite): Explain how to run selected tests.
7399
7400 2006-01-24  Jim Blandy  <jimb@redhat.com>
7401
7402         * gdbint.texinfo (Frames): Document the basics of GDB's register
7403         unwinding model, and explain the existence of the "sentinel" frame.
7404
7405 2006-01-23  Andrew Stubbs  <andrew.stubbs@st.com>
7406
7407         * gdb.texinfo (Choosing files): Mention that -directory is used
7408         for script files.
7409         (Specifying source directories): Likewise.
7410         (Command files): Explain how script files are found.
7411
7412 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
7413
7414         * gdb.texinfo (Backtrace): Describe how to get backtrace of all
7415         the threads in a multi-threaded program.
7416         (Threads): The threadno argument of "thread apply" can be a range
7417         of numbers.
7418
7419 2006-01-18  Jim Blandy  <jimb@redhat.com>
7420
7421         * gdbint.texinfo (Coding): Add entry for -Wno-pointer-sign to list
7422         of warning flags.
7423
7424 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
7425
7426         * gdb.texinfo (Sequences): Improve menu annotations.
7427         (Define): Add index entries for arguments of user-defined
7428         commands.  Move the description of flow-control commands...
7429         (Command Files): ...to here.  Document loop_break and
7430         loop_continue.
7431         (Define, Command Files): Document `end' and add index entries for
7432         it.
7433
7434 2006-01-04  Michael Snyder  <msnyder@redhat.com>
7435
7436         * gdb.texinfo: Add documentation for linux-fork.
7437         * gdbint.texinfo: Add internal documentation for checkpoints.
7438
7439 2006-01-02  Paul N. Hilfinger  <hilfinger@gnat.com>
7440
7441         * gdb.texinfo (Omissions from Ada): Document that there is now
7442         limited aggregate support.
7443
7444 2005-12-28  Eli Zaretskii  <eliz@gnu.org>
7445
7446         * gdb.texinfo (Registers): Describe how to refer to SSE and MMX
7447         registers and the likes.
7448
7449 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
7450
7451         * gdb.texinfo (Target Commands, Bug Reporting, File Options)
7452         (Symbols): Fix usage of "e.g.".
7453         (Memory Region Attributes): Fix usage of "etc."
7454
7455         * gdbint.texinfo (libgdb, Symbol Handling, Native Debugging)
7456         (Coding): Fix usage of "e.g.".
7457
7458 2005-12-23  Eli Zaretskii  <eliz@gnu.org>
7459
7460         * stabs.texinfo:
7461         * refcard.tex:
7462         * gpl.texi:
7463         * gdbint.texinfo:
7464         * gdb.texinfo:
7465         * gdb-cfg.texi:
7466         * fdl.texi:
7467         * annotate.texinfo:
7468         * all-cfg.texi:
7469         * Makefile.in: Add (C) after Copyright.  Update the FSF
7470         address.
7471
7472 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
7473
7474         * gdb.texinfo (Connecting): Explain that `monitor' is a way to
7475         extend GDB with commands for external monitor.
7476
7477 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
7478
7479         * gdb.texinfo (Convenience variables): Add init-if-undefined command.
7480
7481 2005-11-25  Joel Brobecker  <brobecker@adacore.com>
7482
7483         * gdbint.texinfo (Start of New Year Procedure): New chapter.
7484
7485 2005-11-21  Jim Blandy  <jimb@redhat.com>
7486
7487         * gdb.texinfo (Tracepoint Packets): Document restrictions on
7488         placement of 'R' actions in tracepoint action packets; document
7489         dependence of 'X' and 'M' actions on a preceding 'R' action for
7490         their registers.
7491
7492 2005-11-19  Jim Blandy  <jimb@redhat.com>
7493
7494         * gdb.texinfo (Tracepoint Packets): New node.
7495         (General Query Packets): Add entries for the tracepoint packets,
7496         referring to the "Tracepoint Packets" node.
7497         (Tracepoints): Add reference to "Tracepoint Packets".
7498
7499 2005-11-18  Kevin Buettner  <kevinb@redhat.com>
7500
7501         * gdb.texinfo (set remotebreak): Add anchor.
7502         (X packet): Likewise.
7503         (Remote Protocol): Add new section `Interrupts' and new index
7504         entry `interrupts (remote protocol)'.
7505
7506 2005-11-18  Jim Blandy  <jimb@redhat.com>
7507
7508         * gdb.texinfo (Packets): Move information out of 'q' and 'Q'
7509         entries into the General Query Packets section.  Add a
7510         cross-reference to that section.  Drop description of replies, as
7511         these are covered in the descriptions of each packet.
7512         (General Query Packets): Add introductory text.  Explain naming
7513         conventions, and how the end of a name is recognized.
7514
7515 2005-11-17  Kevin Buettner  <kevinb@redhat.com>
7516
7517         * gdb.texinfo (Remote configuration): Fix typo in description of
7518         "set remotebreak" command.
7519
7520 2005-11-16  Jim Blandy  <jimb@redhat.com>
7521
7522         * gdb.texinfo (Packets, Stop Reply Packets)
7523         (General Query Packets): Various formatting cleanups.
7524         - Use @samp for packet contents.
7525         - Drop summaries from packet @item lines; the same information appears
7526           immediately below in the description.
7527         - Delete paragraph breaks after packet @item commands, so that the
7528           description appears directly to the right of the packet prototype
7529           in the printed manual, if it fits.
7530         - Place spaces in packet prototypes between @vars and non-@var
7531           letters, and explain that they're just for formatting.
7532         - Use @dots{} instead of '...'.
7533         - Fix uses of @code where @var was needed.
7534         - Replace "deprecated" markers with English text spelling out the
7535           packet's status and the preferred alternatives.
7536         - Remove "(reserved)" markers on 'A' and 'I' packets; it's unclear
7537           what this ever meant.
7538         - Remove "(draft)" markers on 'i' packets; nobody has commented on
7539           this for a long time.
7540         - Remove "(draft)" markers on 'z' and 'Z' packets; these have been
7541           implemented several times, and have been in use for years.
7542
7543 2005-11-15  Jim Blandy  <jimb@redhat.com>
7544
7545         * gdb.texinfo (Packets): Add index entries for 'm' packet
7546         disclaimers.
7547
7548         * gdb.texinfo (Packets): Clarify lack of restrictions on behavior
7549         of stub when processing an 'm' packet.
7550
7551         * gdb.texinfo (Packets): Mention that packets beginning with
7552         letters are reserved once, at the top, instead of actually listing
7553         them all and saying "reserved".
7554
7555 2005-11-15  Andrew Stubbs  <andrew.stubbs@st.com>
7556
7557         * gdb.texinfo (User-defined commands): Add $argc. Add missing 'end'.
7558         Change @var{$arg0 to @code{$arg0.
7559
7560 2005-11-14  Wu Zhou  <woodzltc@cn.ibm.com>
7561
7562         * gdb.texinfo (Fortran): Add some words about Fortran debugging.
7563
7564 2005-11-12  Jim Blandy  <jimb@redhat.com>
7565
7566         * gdb.texinfo (General Query Packets): Put packets in alphabetical
7567         order.  Remove extraneous 'z'.
7568
7569 2005-11-07  Andrew Stubbs  <andrew.stubbs@st.com>
7570
7571         * gdb.texinfo (Choosing files): Add --eval-command.
7572
7573 2005-11-04  Andrew Stubbs  <andrew.stubbs@st.com>
7574
7575         * gdb.texinfo (Choosing modes): Add --return-child-result.
7576
7577
7578 2005-11-01  Andrew Stubbs  <andrew.stubbs@st.com>
7579
7580         * gdb.texinfo (Choosing modes): Add --batch-silent.
7581
7582 2005-10-28  Eli Zaretskii  <eliz@gnu.org>
7583
7584         * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under
7585         "The -var-update Command".
7586
7587 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
7588
7589         * gdb.texinfo (Print Settings): Add documentation for set/show
7590         print array-indexes.
7591
7592 2005-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
7593
7594         * gdb.texinfo (Contributors): Thank Andrew Cagney for releases
7595         6.2 and 6.3.
7596
7597 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
7598
7599         * gdb.texinfo (File Options): Don't document --mapped, it's gone
7600         since 19-Jan-2004.
7601         (Files): Likewise.
7602         (Variables, Symbols): Document the "<incomplete type>" message and
7603         its reasons.
7604
7605 2005-08-01  Fred Fish  <fnf@specifix.com>
7606
7607         * gdb.texinfo (SETUP_ARBITRARY_FRAME): Remove obsolete reference.
7608
7609 2005-07-15  Nick Roberts  <nickrob@snap.net.nz>
7610
7611         * gdb.texinfo (GDB/MI Variable Objects): Describe print-values
7612         option for -var-list-children and -var-update.
7613         (GDB/MI Stack Manipulation): Simplify description of
7614         print-values option for -stack-list-locals.
7615         (GDB/MI Command Description Format): Clarify.
7616         (Mode Options): Spelling of superseded.
7617
7618 2005-07-12  Bob Rossi  <bob@brasko.net>
7619
7620         * gdb.texinfo (GDB/MI Miscellaneous Commands): Fix -inferior-tty-show
7621         corresponding GDB command comment.
7622
7623 2005-07-06  Bob Rossi  <bob@brasko.net>
7624
7625         * gdb.texinfo (GDB/MI Miscellaneous Commands): Add -inferior-tty-set
7626         and -inferior-tty-show.
7627         (Input/Output): Document "set/show inferior-tty" and tty alias.
7628
7629 2005-07-02  Nathan J. Williams  <nathanw@wasabisystems.com>
7630
7631         * gdb.texinfo (Packets): Change description of 'D' packet to note
7632         that GDB does wait for a response.
7633
7634 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
7635
7636         * gdb.texinfo (History) Rename "Command History".
7637         (Command History): Move node "Server Prefix" from section on
7638         Annotations here.
7639
7640 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
7641
7642         * gdb.texinfo (GDB/MI Stack Manipulation):
7643         Re-instate -stack-info-frame with example.  Say that it gets
7644         info on selected frame, not current frame.
7645
7646 2005-06-18  Eli Zaretskii  <eliz@gnu.org>
7647
7648         * gdb.texinfo (Server): Clarify that `file' should be used before
7649         connecting to the server.
7650         (Files): Add an xref to the above description.
7651         (Output Formats): More detailed description of the `c' format.
7652         (Memory): List explicitly all the formats supported by `x'.
7653         (Threads): Add an @cindex entry for "thread apply".
7654         (Files): Document the possibility of loading unlinked object
7655         files.  Add more indexing for solib-absolute-prefix and
7656         --with-sysroot.
7657         (Machine Code): Document possible problems with locations in
7658         shared libraries.
7659         (Backtrace): Document that free-standing environments do not need
7660         to have a `main' function.
7661
7662 2005-06-18  Nick Roberts  <nickrob@snap.net.nz>
7663
7664         * gdb.texinfo (GDB/MI Stack Manipulation): Remove reference to
7665         -stack-info-frame.
7666
7667 2005-06-07  Andrew Cagney  <cagney@gnu.org>
7668
7669         * gdb.texinfo (Contributors): Note the original multi-arch
7670         contributors.
7671
7672 2005-06-03  Eli Zaretskii  <eliz@gnu.org>
7673
7674         * gdb.texinfo (Registers): Add index entries for the standard
7675         registers.
7676         (Frames): Add cross-reference from frame pointer description to
7677         the Registers node.
7678         (Annotations Overview): Fix the reference to GDB name.
7679
7680 2005-06-01  Eli Zaretskii  <eliz@gnu.org>
7681
7682         * gdb.texinfo (Set Watchpoints): Remove @vindex entry for
7683         can-use-hw-watchpoints.
7684
7685 2005-05-28  Bob Rossi  <bob@brasko.net>
7686
7687         * gdb.texinfo (GDB/MI Out-of-band Records): Add bullet enumerating
7688         the possible reasons why an exec async record would be returned to FE.
7689
7690 2005-05-26  Andrew Cagney  <cagney@gnu.org>
7691
7692         * gdb.texinfo: Note that Elena Zannoni, Fernando Nasser, and
7693         Andrew Cagney implemented the original GDB/MI.
7694
7695 2005-05-23  Orjan Friberg  <orjanf@axis.com>
7696
7697         * gdb.texinfo (CRIS): Update the cris-version and cris-dwarf2-cfi
7698         documentation.  Add documentation for cris-mode.
7699
7700 2005-05-20  Eli Zaretskii  <eliz@gnu.org>
7701
7702         * gdb.texinfo (Numbers): Explain the example and make the wording
7703         more acurate.
7704
7705 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
7706             Dennis Brueni  <dennis@slickedit.com>
7707
7708         * gdb.texinfo (GDB/MI Breakpoint Table Commands)
7709         (GDB/MI Data Manipulation, GDB/MI Program Control)
7710         (GDB/MI Stack Manipulation): Update examples to include the fullname
7711         attribute in stack frames.
7712
7713 2005-05-12  Eli Zaretskii  <eliz@gnu.org>
7714
7715         * gdb.texinfo (Startup): Fix last change.  Treat gdb.ini like we
7716         do with other non-standard names of init files.
7717
7718 2005-05-11  Eli Zaretskii  <eliz@gnu.org>
7719
7720         * gdb.texinfo (Command Files): Move the description of the startup
7721         from here...
7722         (Startup): ...to this new subsection of the Invocation chapter.
7723         Rearrange the description of init files more logically and add a
7724         cross-reference to "Command Files".  Document the special gdbinit
7725         name for CISCO 68k.  Expand the description of what GDB does
7726         during startup.
7727         (History): Add index entry for HISTSIZE.
7728
7729 2005-05-02  Mark Kettenis  <kettenis@gnu.org>
7730
7731         * gdb.texinfo (Files): Remove documentation for auto-solib-limit.
7732
7733 2005-05-02  Eli Zaretskii  <eliz@gnu.org>
7734
7735         * gdb.texinfo (SVR4 Process Information, The isatty call)
7736         (The system call): Don't use foo(N) notation for man pages and
7737         functions.
7738         (Compilation, DJGPP Native): Improve wording.
7739
7740 2005-04-27  Eli Zaretskii  <eliz@gnu.org>
7741
7742         * gdb.texinfo (Backtrace): Describe backtraces with arguments that
7743         were optimized away.
7744
7745 2005-04-22  Eli Zaretskii  <eliz@gnu.org>
7746
7747         * gdb.texinfo (Remote configuration): Document "set/show
7748         get-thread-local-storage-address".  Add cross-reference to the
7749         description of the qGetTLSAddr packet.
7750         (General Query Packets): Mention "set remote
7751         get-thread-local-storage-address" and add a reference to its
7752         description.
7753
7754 2005-04-19  Nick Roberts  <nickrob@snap.net.nz>
7755
7756         * gdb.texinfo (Backtrace): Describe 'bt full'.
7757
7758 2005-04-17  Nick Roberts  <nickrob@snap.net.nz>
7759
7760         * gdb.texinfo (Mode Options): Fix typo.
7761         (GDB/MI): Describe how to invoke GDB/MI.
7762
7763 2005-04-16  Eli Zaretskii  <eliz@gnu.org>
7764
7765         * gdb.texinfo (OS Information): Renamed from Auxiliary Vector; all
7766         references changed.  Add description of "info udot".
7767         (Files): Document "set/show stop-on-solib-events".
7768         (M32R/D): Document "set/show download-path", "set/show
7769         board-address", "set/show server-address", "upload", "tload".
7770         Document "sdireset", "sdistatus", "debug_chaos", "use_debug_dma",
7771         "use_mon_code", "use_ib_break", "use_dbt_break".
7772         (Maintenance Commands): Improve indexing.
7773         (Target Commands): Document "set/show hash", "set/show debug
7774         monitor".
7775         (SVR4 Process Information): Document "info pidlist" and "info
7776         meminfo".  Document "set/show procfs-tarce" and "set/show
7777         procfs-file".  Document "proc-trace-*" and "proc-untrace-*".
7778         (Symbols, The Print Command with Objective-C): Improve indexing.
7779         (Objective-C): Add references to "info classes" and "info
7780         selectors".
7781         (Debugging Output): Improve wording.  Document "set/show debug
7782         solib-frv".  Fix "set/show debugvarobj".
7783         (Set Breaks): Add index entry for "hardware breakpoints".
7784         (Renesas ICE): Document "e7000", "ftplogin", "ftpload", "drain",
7785         and "set/show usehardbreakpoints".
7786         (MIPS Embedded): Document "se/show syn-garbage-limit", "set/show
7787         monitor-prompt", "set/show monitor-warnings", "pmon".
7788         (ARM): Document "rdilogfile", "rdilogenable", "set/show
7789         rdiromatzero", "set/show rdiheartbeat".
7790         (PowerPC): Document SDS-specific commands "set/show sdstimeout",
7791         "sds".
7792         (Embedded Processors): Document the "sim" command.
7793         (Remote): Document the "remote" command.
7794         (DJGPP Native): Document the "info serial" command.
7795         (Threads): Document "maint info sol-threads".
7796         (Files): Document "nosharedlibrary", "add-symbol-file-from-memory".
7797         (Set Breaks): Improve indexing.
7798         (Command Syntax): Add a reference to dont-repeat.
7799         (Define): Document "dont-repeat".
7800         (TUI Commands): Document "tabset".
7801         (WinCE): New subsection.  Document "set/show remotedirectory",
7802         "set/show remoteupload", "set/show remoteaddhost".
7803
7804 2005-04-15  Eli Zaretskii  <eliz@gnu.org>
7805
7806         * gdb.texinfo (Hurd Native): New subsection, documents
7807         Hurd-specific commands.
7808         (Maintenance Commands): Add cross-reference to "Debugging Output".
7809         (Debugging Output): Document "set/show debug lin-lwp".
7810         (MIPS): Improve documentation of heuristic-fence-post.  Document
7811         "set/show mips abi", "set/show mips saved-gpreg-size", "set/show
7812         mips stack-arg-size", "set/show mips mask-address", "set/show mips
7813         remote-mips64-transfers-32bit-regs", "set/show debug mips".
7814         (ARM): Document ARM-specific commands.
7815         (AVR): New section.  Document "info io_registers".
7816         (CRIS): New section.  Document "set/show cris-version" and
7817         "set/show cris-dwarf2-cfi".
7818         (HPPA): New section.  Document "set/show debug hppa" and "maint
7819         print unwind".
7820         (Neutrino): New subsection.  Document "set/show debug nto-debug".
7821         (Super-H): New section.  Document the "regs" command.
7822         (Debugging Output): Document "set/show debug aix-thread".
7823
7824 2005-04-09  Eli Zaretskii  <eliz@gnu.org>
7825
7826         * gdb.texinfo (Print Settings): Document "set/show print
7827         pascal_static-members", "set print repeats", "show print
7828         null-stop".  Improve indexing.  Fix documentation of "set print
7829         union".
7830         (Pascal): New section.
7831         (Supported languages): Rename from "Support"; all references
7832         updated.  Add a menu item for Pascal.
7833         (Numbers): Document "set radix.
7834         (Screen Size): Document "set/show pagination".
7835         (MIPS Embedded): Remove "set processor" documentation.
7836         (Remote configuration): Document "set/show X/P/Z-packet",
7837         "set/show read-aux-vector-packet", "set/show remote
7838         symbol-lookup-packet", "set/show remote verbose-resume-packet",
7839         "set/show remoteaddresssize", "set/show remotebaud", "set/show
7840         remotedebug", "set/show remotebreak", "set/show remotedevice",
7841         "set/show remotelogfile".
7842         (Auxiliary Vector): Add reference to the description of the
7843         read-aux-vector-packet setting.
7844         (Set Watchpoints): Add a cross-reference to "set remote
7845         hardware-breakpoint-limit".
7846         (General Query Packets): Add indexing of requests and
7847         cross-references to related commands in "Remote configuration".
7848         (File-I/O Overview, The system call): Fix wording and typos.
7849         (Thread Stops): Add index entries.
7850         (Continuing and Stepping): Document "show step-mode".
7851         (i386): New node.  Document "set/show struct-convention".
7852         (Files): Document "show trust-readonly-sections".
7853         (Calling): Document "set/show unwindonsignal".
7854         (Messages/Warnings): Add index entries.
7855         (Maintenance Commands): Document "set/show watchdog".
7856         (Annotations Overview): Document "show annotate".
7857         (Set Watchpoints): Add index entries.
7858         (Symbols): Fix doc of case-sensitive.
7859         (ABI): Document "show coerce-float-to-double".
7860         (Convenience Vars, Help): Improve indexing.
7861         (Machine Code): Document "show disassembly-flavor".
7862         (Debugging C plus plus): Document "show overload-resolution".
7863         (Value History, Signaling): Add index entries.
7864
7865 2005-04-08  Eli Zaretskii  <eliz@gnu.org>
7866
7867         * gdb.texinfo (Show): Move @kindex entries to their proper places.
7868         (Processes): Fix wording.
7869         (History, List, Logging output, Define, Symbols, Print Settings):
7870         Improve indexing.
7871
7872 2005-04-03  Eli Zaretskii  <eliz@gnu.org>
7873
7874         * gdb.texinfo (Targets): Document "set/show architecture".  Remove
7875         redundant index entry for "target" command.
7876         (Backtrace): Add index entries.
7877         (Symbols, Fortran): Document the "set case-sensitive" command.
7878         (DJGPP Native): Document "set com1base", "set com1irq", etc.
7879         (Print Settings): Add index entry for "set demangle-style".
7880         (Target Commands): Document "set download-write-size".
7881         (Debugging Output): Document "set exec-done-display".
7882
7883 2005-04-02  Eli Zaretskii  <eliz@gnu.org>
7884
7885         * gdb.texinfo (Files): Fix the name and documentation of
7886         add-shared-symbol-files.  Document its alias assf.  Update the
7887         list of OSs where GDB supports shared libraries.  Fix markup.
7888         (Continuing and Stepping): Add reference to @var{location} in the
7889         text.
7890         (Dump/Restore Files): Fix reference to @{filename}.
7891         (Help): Fix wording.
7892         (Attach): Ditto.
7893         (Set Watchpoints): Ditto.
7894         (Backtrace): Remove redundant index entries.  Improve index
7895         entries.
7896         (Delete Breaks): Fix wording.
7897         (Memory): Document the compare-sections command.
7898         (Memory Region Attributes): Improve wording.
7899         (Disabling): Improve wording.
7900         (Fortran): New subsection.  Document the "info common" command.
7901         (Help): Document aliases "info copying" and "info warranty".
7902         (Caching Remote Data): New section.  Document the "set/show
7903         remotecache" and "info dcache" commands.
7904         (Show): Fix wording of the documentation of the "set
7905         extension-language" command.
7906         (Signals): Add index entry for "info handle".
7907         (Memory Region Attributes): Fix punctuation.
7908         (Symbols): Change the arg name to "location" and refer to it in
7909         the text.  Fix wording of "info types" doc.
7910         (Threads): Fix usage of @enumerate @item's.
7911         (Listing Tracepoints): Add index entry for "info tp".
7912         (Set Watchpoints): Add xref to "info break" description.
7913         (Macros): Add an index entry for "macro exp1".  Document the
7914         "macro list" command.
7915         (Maintenance Commands): Document "flushregs", "maint agent",
7916         "maint check-symtabs", "maint cplus", "maint demangle", "maint
7917         deprecate", "maint undeprecate", "maint dump-me", "maint packet",
7918         "maint print architecture", "maint print objfiles", "maint print
7919         statistics", "maint print type", "maint show-debug-regs", "maint
7920         space", "maint time", and "maint translate-address".
7921         (Connecting): Document the "monitor" command.
7922         (Annotations Overview): Describe the "set annotate" command.
7923
7924 2005-04-01  Eli Zaretskii  <eliz@gnu.org>
7925
7926         * gdb.texinfo (Set Watchpoints): Document can-use-hw-watchpoints.
7927         Rearrange index entries and improve wording about support for
7928         hardware watchpoints.
7929
7930 2005-03-10  Bob Rossi  <bob@brasko.net>
7931
7932         * gdb.texinfo: Update copyright
7933
7934 2005-02-09  Theodore A. Roth  <troth@openavr.org>
7935
7936         * gdb.texinfo (General Query Packets): Fix texinfo compile warning and
7937         error.
7938
7939 2005-02-03  Kevin Buettner  <kevinb@redhat.com>
7940
7941         * gdb.texinfo (General Query Packets): Document qGetTLSAddr packet.
7942
7943 2005-01-17  Michael Snyder  <msnyder@redhat.com>
7944
7945         * gdb.texinfo: Fix spelling, infinte  ->  infinite.
7946
7947 2005-01-08  Mark Kettenis  <kettenis@gnu.org>
7948
7949         * observer.texi (GDB Observers): Document "solib_loaded".
7950
7951 2005-01-07  Andrew Cagney  <cagney@gnu.org>
7952
7953         * configure.ac: Rename configure.in, require autoconf 2.59.
7954         * configure: Re-generate.
7955
7956         * configure.in: Replace configdirs with multiple references to
7957         AC_CONFIG_SUBDIRS.
7958         * configure: Re-generate.
7959
7960 2005-01-04  Andrew Cagney  <cagney@gnu.org>
7961
7962         * gdbint.texinfo (Versions and Branches): Make the date (YYYYMMDD)
7963         part of the version number.
7964
7965 2004-12-24  Mark Kettenis  <kettenis@gnu.org>
7966
7967         * gdbint.texinfo (Algorithms): Remove description of
7968         TARGET_DISABLE_HW_WATCHPOINTS and TARGET_ENABLE_HW_WATCHPOINTS.
7969
7970 2004-12-07  Jim Blandy  <jimb@redhat.com>
7971
7972         * gdb.texinfo (General Query Packets): Specify that thread ID's in
7973         the 'qC' and 'qThreadInfo' packets are unsigned hexidecimal
7974         numbers.
7975
7976 2004-12-07  Andreas Schwab  <schwab@suse.de>
7977
7978         * gdb.texinfo (Mode Options): Document -l option.
7979
7980 2004-12-04  Eli Zaretskii  <eliz@gnu.org>
7981
7982         * gdbint.texinfo (Algorithms): More accurate description of
7983         STOPPED_BY_WATCHPOINT.  Point out that target_stopped_data_address
7984         is not needed unless data-read and data-access watchpoints are
7985         supported.  Add a description of how GDB checks whether the
7986         inferior stopped because a watchpoint was hit.
7987
7988 2004-11-23  Eli Zaretskii  <eliz@gnu.org>
7989
7990         * gdb.texinfo (Files): Add cross-reference to description of
7991         -readnow command-line switch.
7992
7993 2004-11-10  Randolph Chung  <tausq@debian.org>
7994
7995         * gdb.texinfo: Document set/show backtrace past-entry commands.
7996         Rearrange index entries for set/show backtrace past-main.
7997
7998 2004-11-10  Jon Beniston <jon@beniston.com>
7999
8000         Committed by Andrew Cagney  <cagney@gnu.org>.
8001         * gdb.texinfo (Remote Serial Protocol): Further describe
8002         binary transfer escaping mechanism .
8003
8004 2004-11-08  Randolph Chung  <tausq@debian.org>
8005
8006         * gdb.texinfo (inferior_debugging info): Document "set debug infrun"
8007         and "show debug infrun".  Add index entries.
8008
8009 2004-10-23  Eli Zaretskii  <eliz@gnu.org>
8010
8011         * gdb.texinfo (SVR4 Process Information): Document subcommands of
8012         "info proc" that are already implemented.  Add index entries.
8013         (Working Directory): Add a cross-reference to "info proc" command.
8014         (Files): Add a tip for decreasing memory used for symtabs from
8015         shared libraries.
8016         (Starting): Fix whitespace; make "elaboration" stand out where it
8017         is first used, and add an index entry for the term.
8018         (Calling): Expand and elaborate text.  Add "print".  Add the
8019         description of problems with weak aliases.
8020         (Core File Generation): New section.
8021
8022 2004-10-12  Andrew Cagney  <cagney@gnu.org>
8023
8024         * gdbint.texinfo (Versions and Branches): New chapter.
8025         (Releasing GDB): Delete "Versions and Branches" section.
8026         (Top): Add "Versions and Branches".
8027
8028 2004-10-08  Eli Zaretskii  <eliz@gnu.org>
8029
8030         * gdb.texinfo (Editing, History): Add cross-references to the
8031         included Readline and History user documentation.  Remove
8032         references to the symbol have-readline-appendices which is unused
8033         and undefined.
8034         (History): Fix indexing.
8035
8036 2004-10-08  Jeff Johnston  <jjohnstn@redhat.com>
8037
8038         * gdbint.texinfo (target_stopped_data_address): Update to
8039         new prototype.
8040         (i386_stopped_data_address): Update prototype and description.
8041         (i386_stopped_by_watchpoint): New function and description.
8042
8043 2004-10-03  Paul N. Hilfinger  <hilfinger@gnat.com>
8044
8045         * gdb.texinfo (Filenames): Add Ada suffixes.
8046         (Ada) New section.
8047
8048 2004-09-27  Andrew Cagney  <cagney@gnu.org>
8049             Robert Picco  <Robert.Picco@hp.com>
8050
8051         * gdb.texinfo (Packets): Document the "p" packet.
8052
8053 2004-09-21  Jason Molenda  (jmolenda@apple.com)
8054
8055         * gdb.texinfo (Paths and Names of the Source Files): Document the
8056         meaning of values in the 'desc' field of a SO stab.
8057
8058 2004-09-20  Daniel Jacobowitz  <dan@debian.org>
8059
8060         * gdb.texinfo (Maintenance Commands): Document "maint set dwarf2
8061         max-cache-age" and "maint show dwarf2 max-cache-age".
8062
8063 2004-09-16  Eli Zaretskii  <eliz@gnu.org>
8064
8065         * gdb.texinfo (Set Breaks): Add index entry for setting
8066         breakpoints on overloaded C++ functions that are not members of
8067         any classes.  Add an example and an index entry for setting
8068         breakpoints on all program functions.
8069         (Character Sets, Macros, Overlay Commands)
8070         (Non-debug DLL symbols, GDB/MI Output Syntax)
8071         (Annotations Overview, Maintenance Commands, File-I/O Overview):
8072         Use "(@value{GDBP})" instead of a literal "(gdb)".
8073
8074 2004-09-12  Andrew Cagney  <cagney@gnu.org>
8075
8076         * gdbint.texinfo (Native Debugging): Delete description of
8077         FILES_INFO_HOOK.
8078
8079 2004-09-11  Paul Hilfinger  <hilfinger@gnat.com>
8080
8081         * gdbint.texinfo (User Interface): Change local_hex_string_custom
8082         to hex_string_custom (not historically correct, but more
8083         understandable, given the current code).
8084
8085 2004-09-03  Andrew Cagney  <cagney@gnu.org>
8086
8087         * gdbint.texinfo (Native Debugging): Delete SVR4_SHARED_LIBS.
8088
8089 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
8090
8091         * observer.texi (solib_unloaded): New observer.
8092
8093 2004-08-24  Andrew Cagney  <cagney@gnu.org>
8094
8095         * gdbint.texinfo (Target Architecture Definition): Add missing
8096         comma.
8097
8098 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
8099
8100         * (Using the Testsuite): build != host is supported,
8101         but some test scripts do not support build != host.
8102
8103 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
8104
8105         * gdbint.texinfo (Host Definition): Delete description of
8106         FCLOSE_PROVIDED and GETENV_PROVIDED.
8107
8108 2004-08-05  Mark Kettenis  <kettenis@chello.nl>
8109
8110         * gdbint.texinfo (Host Definition): Delete description of
8111         NO_SYS_FILE.
8112         (Native Debugging): Delete description of KERNEL_U_ADDR_BSD and
8113         PTRACE_FP_BUG.
8114
8115 2004-08-05  Andrew Cagney  <cagney@gnu.org>
8116
8117         * gdbint.texinfo (Target Architecture Definition): Delete
8118         reference to deprecated_read_fp.
8119
8120 2004-08-02  Andrew Cagney  <cagney@gnu.org>
8121
8122         * gdbint.texinfo (Target Architecture Definition): Delete
8123         description of DEPRECATED_REGISTER_BYTES.
8124
8125 2004-07-30  Baurjan Ismagulov  <ibr@ata.cs.hun.edu.tr>
8126
8127         * gdb.texinfo (Source Path): Document the new behavior of
8128         searching for the source files.
8129
8130 2004-07-17  Eli Zaretskii  <eliz@gnu.org>
8131
8132         * gdb.texinfo (Edit): Fix markup of EDITOR and improve wording.
8133         (Search, Expressions, Arrays, Variables, Data, Machine Code)
8134         (Auto Display): Improve indexing.
8135
8136 2004-07-16  Andrew Cagney  <cagney@gnu.org>
8137
8138         * gdb.texinfo (Mode Options): Delete documentation on "-async" and
8139         "-noasync".
8140
8141 2004-07-09  Eli Zaretskii  <eliz@gnu.org>
8142
8143         * gdb.texinfo: Fix @kindex entries so that multiple commands that
8144         have the same prefix have only their prefix in the index.
8145
8146 2004-07-03  Mark Kettenis  <kettenis@gnu.org>
8147
8148         * gdb.texinfo (BSD libkvm Interface): New node (section)
8149         (Native): Add it to the menu.
8150
8151 2004-07-01  Mark Kettenis  <kettenis@gnu.org>
8152
8153         * gdbint.texinfo (Target Architecture Definition): Remove
8154         PCC_SOL_BROKEN.
8155
8156 2004-06-24  Mark Kettenis  <kettenis@gnu.org>
8157
8158         * gdbint.texinfo (Target Architecture Definition): Remove
8159         SUN_FIXED_LBRAC_BUG.
8160
8161 2004-06-26  Andrew Cagney  <cagney@gnu.org>
8162
8163         * gdbint.texinfo (Coding): Replace xasprintf with xstrprintf.
8164
8165 2004-06-20  Andrew Cagney  <cagney@gnu.org>
8166
8167         * gdbint.texinfo (Target Architecture Definition): Deprecate
8168         USE_STRUCT_CONVENTION.
8169
8170 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
8171
8172         gdb.texinfo (Bug Reporting): Mention session recording,
8173         with the script command or Emacs.
8174
8175 2004-06-18  Andrew Cagney  <cagney@gnu.org>
8176
8177         * gdbint.texinfo (Target Architecture Definition): Deprecate
8178         FUNCTION_START_OFFSET.
8179
8180 2004-06-14  Andrew Cagney  <cagney@gnu.org>
8181
8182         Based on changes from Karl Berry.
8183         * gdb.texinfo: Do not use @sc in a direntry.
8184         * stabs.texinfo: Change @dircateogry to "Software development".
8185         * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
8186
8187 2004-06-13  Andrew Cagney  <cagney@gnu.org>
8188
8189         * gdbint.texinfo (Target Architecture Definition): Delete
8190         description of RETURN_VALUE_ON_STACK.
8191
8192 2004-06-09  Andrew Cagney  <cagney@gnu.org>
8193
8194         * gdbint.texinfo (Native Debugging): Restore "@table @code"
8195         deleted by previous patch.
8196
8197 2004-06-08  Andrew Cagney  <cagney@gnu.org>
8198
8199         * gdbint.texinfo (Native Debugging): Delete documentation on
8200         ATTACH_DETACH.
8201
8202 2004-06-06  Randolph Chung  <tausq@debian.org>
8203
8204         * gdb.texinfo (push_dummy_call): Use @code{struct value}.
8205
8206 2004-06-06  Randolph Chung  <tausq@debian.org>
8207
8208         * gdb.texinfo (push_dummy_call): Update argument list to match
8209         the new push_dummy_call method signature.  Describe the function
8210         argument.
8211
8212 2004-05-24  Joel Brobecker  <brobecker@gnat.com>
8213
8214         * gdb.texinfo (Starting): Document new start command.
8215
8216 2004-05-21  Andrew Cagney  <cagney@redhat.com>
8217
8218         * observer.texi (GDB Observers): Document "inferior_created".
8219
8220 2004-05-08  Andrew Cagney  <cagney@redhat.com>
8221
8222         * gdbint.texinfo (Target Architecture Definition): Delete
8223         description of DO_DEFERRED_STORES.
8224
8225         * gdbint.texinfo (Target Architecture Definition): Delete
8226         references to DEPRECATED_FIX_CALL_DUMMY.
8227
8228         * gdbint.texinfo (Target Architecture Definition): Delete
8229         description of DEPRECATED_CALL_DUMMY_WORDS,
8230         DEPRECATED_SIZEOF_CALL_DUMMY_WORDS, and CALL_DUMMY.
8231
8232         * gdbint.texinfo (Target Architecture Definition): Delete
8233         description of DEPRECATED_PUSH_DUMMY_FRAME.
8234
8235         * gdbint.texinfo (Target Architecture Definition): Delete
8236         reference to DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
8237
8238 2004-05-07  Andrew Cagney  <cagney@redhat.com>
8239
8240         * observer.texi (GDB Observers): Add "Debugging" section.  Include
8241         cross reference to "set/show debug observer".
8242         * gdb.texinfo (Debugging Output): Document "set/show debug
8243         observer".
8244
8245 2004-05-01  Andrew Cagney  <cagney@redhat.com>
8246
8247         * gdbint.texinfo (Target Architecture Definition): Delete
8248         description of DEPRECATED_PC_IN_SIGTRAMP.
8249
8250 2004-04-30  Andrew Cagney  <cagney@redhat.com>
8251
8252         * gdbint.texinfo (Target Architecture Definition): Delete
8253         documentation for BELIEVE_PCC_PROMOTION_TYPE, no longer defined.
8254
8255 2004-04-30  Orjan Friberg  <orjanf@axis.com>
8256
8257         * observer.texi (GDB Observers): Correct spelling.
8258
8259 2004-04-26  Orjan Friberg  <orjanf@axis.com>
8260
8261         * observer.texi (GDB Observers): Add target_changed event.
8262
8263 2004-04-08  Andrew Cagney  <cagney@redhat.com>
8264
8265         * observer.texi (GDB Observers): Rework, provide generic observer
8266         definitions and then a list of observable events.
8267
8268 2004-04-04  Andrew Cagney  <cagney@redhat.com>
8269
8270         * gdbint.texinfo (Host Definition): Delete reference to
8271         NO_SIGINTERRUPT.
8272
8273 2004-04-02  Andrew Cagney  <cagney@redhat.com>
8274
8275         * gdbint.texinfo (Target Architecture Definition): Delete
8276         reference to DEPRECATED_CALL_DUMMY_LENGTH.
8277
8278 2004-03-28  Stephane Carrez  <stcarrez@nerim.fr>
8279
8280         * gdb.texinfo (TUI Commands): Document tui reg commands.
8281
8282 2004-03-26  Andrew Cagney  <cagney@redhat.com>
8283
8284         * gdb.texinfo (TUI): Delete reference to --enable-tui.  Mention
8285         "gdbtui".
8286         (Mode Options): Mention "gdbtui".  Use "Text" not "Terminal".
8287         (Contributors): Mention both Text and Terminal User Interface.
8288
8289 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8290
8291         * gdbint.texinfo (Target Architecture Definition): Deprecate
8292         references to SIGTRAMP_START and SIGTRAMP_END.
8293
8294 2004-03-23  Andrew Cagney  <cagney@redhat.com>
8295
8296         * gdbint.texinfo (Target Architecture Definition): Deprecate
8297         references to PC_IN_SIGTRAMP.
8298
8299 2004-03-19  Andrew Cagney  <cagney@redhat.com>
8300
8301         * gdbint.texinfo (Target Architecture Definition): Delete
8302         reference to GDB_TARGET_IS_HPPA.
8303
8304 2004-03-18  Andrew Cagney  <cagney@redhat.com>
8305
8306         * gdbint.texinfo (Coding): Update section on gdbarch_data,
8307         describe pre_init and post_init.
8308
8309 2004-03-09  Daniel Jacobowitz  <drow@mvista.com>
8310
8311         * gdb.texinfo (Debugging Output): Document values for "set debug
8312         target".
8313
8314 2004-02-28  Andrew Cagney  <cagney@redhat.com>
8315
8316         * gdb.texinfo (Contributors): Mention GDB 6.1 release engineer.
8317
8318 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
8319
8320         * gdb.texinfo (breakpoints): Add information about the
8321         new "set breakpoint pending" and "show breakpoint pending"
8322         commands.
8323
8324 2004-02-26  Andrew Cagney  <cagney@redhat.com>
8325
8326         * gdbint.texinfo (Coding): Document use of gdbarch_obstack_zalloc
8327         in Per-architecture module data section.
8328
8329 2004-02-25  Roland McGrath  <roland@redhat.com>
8330
8331         * gdb.texinfo (General Query Packets): Document qPart:... packets.
8332
8333 2004-02-24  Andrew Cagney  <cagney@redhat.com>
8334
8335         * annotate.texinfo: Wrap fdl.texi include in raise/lower sections.
8336         * gdb.texinfo, gdbint.texinfo, stabs.texinfo: Ditto.
8337         * fdl.texi: Import Version 1.2, November 2002.
8338
8339 2004-02-17  Andrew Cagney  <cagney@redhat.com>
8340
8341         * gdb.texinfo (Mode Options): Note that "mi1" is deprecated.
8342
8343 2004-02-16  Andrew Cagney  <cagney@redhat.com>
8344
8345         * gdbint.texinfo (Target Architecture Definition): Deprecate
8346         FRAMELESS_FUNCTION_INVOCATION.
8347
8348 2004-02-16  Andrew Cagney  <cagney@redhat.com>
8349
8350         * gdbint.texinfo (Coding): Mention -Wunused-function.
8351
8352 2004-02-14  Andrew Cagney  <cagney@redhat.com>
8353
8354         * gdbint.texinfo (Target Architecture Definition): Delete
8355         description of DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8356
8357 2004-02-12  Elena Zannoni  <ezannoni@redhat.com>
8358
8359         * gdb.texinfo: Properly quote the name "C++".
8360         * gdbint.texinfo: Ditto.
8361         * stabs.texinfo: Ditto.
8362
8363 2004-02-11  Elena Zannoni  <ezannoni@redhat.com>
8364
8365         * gdbint.texinfo (Support Libraries): Add doco about obstacks and
8366         minimal information about libiberty.
8367
8368 2004-02-06  Michael Chastain  <mec.gnu@mindspring.com>
8369
8370         * gdb.texinfo (Auxiliary Vector): Fix thinko with @value{GDBN}.
8371
8372 2004-02-04  Roland McGrath  <roland@redhat.com>
8373
8374         * gdb.texinfo (Auxiliary Vector): New node (section).
8375         (Data): Add it to the menu.
8376
8377 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
8378
8379         * gdb.texinfo (Breakpoints): Add information about pending
8380         breakpoint support.
8381
8382 2004-01-26  Andrew Cagney  <cagney@redhat.com>
8383
8384         * gdb.texinfo (Overview): Delete references to the cisco protocol
8385         including the "N" response.
8386
8387 2004-01-26  Andrew Cagney  <cagney@redhat.com>
8388
8389         * gdbint.texinfo (Target Architecture Definition): Rename
8390         EXTRACT_STRUCT_VALUE_ADDRESS to
8391         DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS.
8392
8393 2004-01-24  Eli Zaretskii  <eliz@gnu.org>
8394
8395         * gdb.texinfo (KOD): Document "show os".  Add index entries for
8396         "set/show os" and "info cisco" commands.
8397
8398 2004-01-21  Eli Zaretskii  <eliz@gnu.org>
8399
8400         * Makefile.in (install-info): Prepend $(DESTDIR) to $(infodir).
8401
8402 2004-01-19  Michael Chastain  <mec.gnu@mindspring.com>
8403
8404         * gdbint.texinfo: Delete USE_MMALLOC, NO_MMCHECK, MMCHECK_FORCE,
8405         MMAP_BASE_ADDRESS, MMAP_INCREMENT.
8406
8407 2004-01-19  Nick Roberts  <nick@nick.uklinux.net>
8408
8409         * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
8410         -stack-list-locals.
8411         (GDB/MI Variable Objects): Describe extension to
8412         -var-list-children.
8413
8414 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
8415
8416         * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
8417
8418 2004-01-17  Andrew Cagney  <cagney@redhat.com>
8419
8420         * gdbint.texinfo (Target Architecture Definition): Delete
8421         documentation on DEPRECATED_NPC_REGNUM.
8422
8423 2004-01-13  Daniel Jacobowitz  <drow@mvista.com>
8424
8425         * gdb.texinfo: Update copyright year.  Mention that set
8426         follow-fork-mode is supported on GNU/Linux.  Remove documentation of
8427         "set follow-fork-mode ask".
8428
8429 2004-01-13  Andrew Cagney  <cagney@redhat.com>
8430
8431         * gdbint.texinfo: Update copyright year.
8432         (Coding): Add -Wunused-label to list of -Werror warnings.
8433
8434 2004-01-08  Jason Molenda  <jmolenda@apple.com>
8435             Eli Zaretskii  <eliz@gnu.org>
8436
8437         * gdb.texinfo: Update copyright.
8438         (Objective-C): "methodName" typeo fixed.  Add @code/@var markup
8439         around names, as appropriate.  Minor syntax cleanup of
8440         _NSPrintForDebugger explanation.  Two spaces after periods.
8441         GDBN used instead of lit. "gdb".  Index entries added for
8442         print-object and _NSPrintForDebugger.  @noindent added in one spot.
8443
8444 2003-11-11  Elena Zannoni  <ezannoni@redhat.com>
8445
8446         * stabs.texinfo: Add dircategory and direntry commands.
8447         * annotate.texinfo: Ditto.
8448
8449 2003-11-10  Andrew Cagney  <cagney@redhat.com>
8450
8451         * gdbint.texinfo (Target Architecture Definition): Replace the
8452         return_value method's "inval" and "outval" parameters with
8453         "readbuf" and "writebuf".
8454
8455 2003-10-28  Jim Blandy  <jimb@redhat.com>
8456
8457         * gdb.texinfo (The F request packet, The F reply packet): Renamed
8458         from "The `F' request packet" and "The `F' reply packet", to make
8459         texi2dvi happy.
8460         (File-I/O remote protocol extension): Update menu entries, too.
8461
8462 2003-10-26  Michael Chastain  <mec@shout.net>
8463
8464         * gdb.texinfo (Thread Stops): Document the issue with
8465         premature return from system calls in multi-threaded programs.
8466
8467 2003-10-24  Andrew Cagney  <cagney@redhat.com>
8468
8469         * annotate.texinfo: Fix "fortunatly"[sic].
8470
8471 2003-10-23  Kei Sakamoto  <sakamoto.kei@renesas.com>
8472
8473         * gdb.texinfo (Contributors to GDB): Replace "Renesas"
8474         with "Hitachi" and "Mitsubishi".
8475
8476 2003-10-20  Andrew Cagney  <cagney@redhat.com>
8477
8478         * gdbint.texinfo (Target Architecture Definition): Document
8479         gdbarch_return_value.  Add cross references from
8480         USE_STRUCT_CONVENTION, EXTRACT_RETURN_VALUE, and
8481         STORE_RETURN_VALUE, and from/to EXTRACT_STRUCT_VALUE_ADDRESS.
8482
8483 2003-10-18  Mark Kettenis  <kettenis@gnu.org>
8484
8485         * gdbint.texinfo (Target Architecture Definition): Document
8486         regset_from_core_section.
8487
8488 2003-10-16  Kei Sakamot Sakamoto  <sakamoto.kei@renesas.com>
8489
8490         * gdb.texinfo (M32R/D): Mention m32rsdi target.
8491
8492 2003-10-15  Kevin Buettner  <kevinb@redhat.com>
8493
8494         From Anthony Green  <green@redhat.com>:
8495         * gdb.texinfo (Breakpoints related warnings): Insert into menu.
8496
8497 2003-10-14  Kevin Buettner  <kevinb@redhat.com>
8498
8499         * gdb.texinfo (Breakpoint related warnings): New node.
8500         * gdbint.texinfo (ADJUST_BREAKPOINT_ADDRESS): Document.
8501
8502 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
8503
8504         * gdb.texinfo (Remote Protocol): Document v and vCont.
8505
8506 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
8507
8508         * gdb.texinfo: Replace "Hitachi" and "Mitsubishi" with "Renesas".
8509         * gdbint.texinfo: Ditto.
8510
8511 2003-10-09  Andrew Cagney  <cagney@redhat.com>
8512
8513         From 2003-09-18 David Anderson <davea@sgi.com>:
8514         * gdb.texinfo (GDB/MI Symbol Query): Replace "comamnd" with
8515         "command".
8516
8517 2003-10-03  Andrew Cagney  <cagney@redhat.com>
8518
8519         * gdbint.texinfo (Target Architecture Definition): Deprecate
8520         IBM6000_TARGET.  Mention that it implies an RS/6000 system and not
8521         just target.
8522
8523 2003-10-02  Andrew Cagney  <cagney@redhat.com>
8524
8525         * gdbint.texinfo (Target Architecture Definition): Rename
8526         REGISTER_RAW_SIZE to DEPRECATED_REGISTER_RAW_SIZE.
8527         * gdb.texinfo (Packets, Stop Reply Packets): Ditto.
8528         * gdbint.texinfo (Target Architecture Definition): Rename
8529
8530 2003-09-30  Andrew Cagney  <cagney@redhat.com>
8531
8532         REGISTER_VIRTUAL_SIZE to DEPRECATED_REGISTER_VIRTUAL_SIZE.
8533         (Target Architecture Definition):
8534
8535         * gdbint.texinfo (Target Architecture Definition): Rename
8536         REGISTER_VIRTUAL_TYPE to DEPRECATED_REGISTER_VIRTUAL_TYPE.
8537
8538 2003-09-29  Andrew Cagney  <cagney@redhat.com>
8539
8540         * gdbint.texinfo (Target Architecture Definition): Delete
8541         documentation for NEED_TEXT_START_END.
8542
8543         * gdbint.texinfo (Target Architecture Definition): Rename
8544         NPC_REGNUM to DEPRECATED_NPC_REGNUM.  Add cross reference to
8545         TARGET_WRITE_PC.
8546
8547 2003-09-22  Michael Chastain  <mec@shout.net>
8548
8549         * gdbint.texinfo (Testsuite Organization): Change gdb.c++ to gdb.cp.
8550
8551 2003-09-21  Anthony Green  <green@redhat.com>
8552
8553         * gdbint.texinfo (Target Architecture Definition): Fix typos.
8554
8555 2003-09-21  Mark Kettenis  <kettenis@gnu.org>
8556
8557         * gdbint.texinfo (Target Architecture Definition): Document
8558         stabs_argument_has_addr.
8559
8560 2003-09-18  Andrew Cagney  <cagney@redhat.com>
8561
8562         * gdbint.texinfo (Target Architecture Definition): Delete
8563         documentation on REGISTER_NAMES.
8564
8565 2003-09-13  Mark Kettenis  <kettenis@gnu.org>
8566
8567         * gdbint.texinfo (Target Architecture Definition): Replace
8568         REG_STRUCT_HAS_ADDR with DEPRECATED_REG_STRUCT_HAS_ADDR.
8569
8570 2003-09-11  Andrew Cagney  <cagney@redhat.com>
8571
8572         * gdbint.texinfo (Target Architecture Definition): Replace
8573         STACK_ALIGN with DEPRECATED_STACK_ALIGN.
8574
8575 2003-08-18  Andrew Cagney  <cagney@redhat.com>
8576
8577         * gdbint.texinfo (Target Architecture Definition): Document
8578         "frame_red_zone_size".
8579
8580 2003-08-09  Andrew Cagney  <cagney@redhat.com>
8581
8582         * gdb.texinfo (Backtrace): Replace "set/show backtrace-below-main"
8583         with "set/show backtrace past-main" and "set/show backtrace
8584         limit".
8585
8586 2003-08-08  H.J. Lu  <hongjiu.lu@intel.com>
8587
8588         * Makefile.in (install-info): Support DESTDIR.
8589         (install-html): Likewise.
8590
8591 2003-08-07  Andrew Cagney  <cagney@redhat.com>
8592
8593         Patch from Nick Roberts.
8594         * gdb.texinfo (Using GDB under GNU Emacs): Fix/update key
8595         bindings.  Remove description of send-gdb-command.
8596
8597 2003-08-07  Andrew Cagney  <cagney@redhat.com>
8598
8599         * gdb.texinfo (Mode Options): Mention that "mi2" was included in
8600         GDB 6.0.
8601
8602 2003-08-06  Andrew Cagney  <cagney@redhat.com>
8603
8604         * gdb.texinfo (Mode Options): Mention that level three is the
8605         highest available and that level 2 is deprecated.
8606         (Annotations Overview): Mention annotation levels. Cross reference
8607         to "Limitations of the Annotation Interface" in annotate.texi.
8608         (TODO, Value Annotations, Frame Annotations): Delete section.
8609         (Displays, Breakpoint Info): Delete.
8610
8611 2003-08-04  Andrew Cagney  <cagney@redhat.com>
8612
8613         * agentexpr.texi: Delete @bye.
8614         * Makefile.in (STABS_DOC_SOURCE_INCLUDES): Add "fdl.texi"
8615         (stabs.info): Add $(srcdir) to include search path.
8616         (html): Depend on "annotate_toc.html", and not "annotate.html".
8617         * stabs.texinfo: Ditto.  Include "fdl.texi".
8618         * gdbint.texinfo: Update copyright statement's list of invariant
8619         sections.
8620
8621 2003-07-28  Andrew Cagney  <cagney@redhat.com>
8622
8623         * Makefile.in (INFO_DEPS): Add annotate.info.
8624         (dvi, ps, html, pdf): Add annotate.
8625         (ANNOTATE_DOC_SOURCE_INCLUDES): New macro.
8626         (ANNOTATE_DOC_BUILD_INCLUDES): New macro.
8627         (ANNOTATE_DOC_FILES): New macro.
8628         (ANNOTATE_TEX_TMPS): New macro.
8629         (annotate.info, annotate_toc.html): Specify dependencies.
8630         (annotate.ps, annotate.pdf, annotate.dvi): Ditto.
8631         * annotate.texinfo: Rename annotate.texi.  Get building.  Add
8632         "Migrating to GDB/MI" and "Limitations of the Annotation
8633         Interface" chapters.  Mention why it is not part of the user
8634         guide.  Update copyright notice.  Include "fdl.texi".
8635
8636 2003-07-26  Stephane Carrez  <stcarrez@nerim.fr>
8637
8638         * gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
8639
8640 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
8641
8642         * gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
8643
8644 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
8645
8646         * gdb.texinfo (Server): Mention pidof.
8647
8648 2003-07-22  Andrew Cagney  <cagney@redhat.com>
8649
8650         * gdbint.texinfo (Coding): Add -Wformat-nonliteral to -Werror
8651         list.
8652
8653 2003-06-28  Daniel Jacobowitz  <drow@mvista.com>
8654
8655         * gdb.texinfo (Logging output): New chapter.
8656
8657 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
8658
8659         * gdb.texinfo (Unsupported languages): New section.
8660         (Languages): Add link to new section.
8661
8662 2003-06-22  Andrew Cagney  <cagney@redhat.com>
8663
8664         * gdb.texinfo (Contributors): Mention 6.0 release engineer.
8665
8666 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
8667
8668         * gdbint.texinfo (Coding): Clarify use of gdb_XXX.h headers.
8669
8670 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
8671
8672         * Makefile.in (SFILES_INCLUDED): Add agentexpr.texi.
8673         * agentexpr.texi: Retitle section, and change it to an appendix.
8674         Comment out texinfo initialization.  Factor a @var{} into two
8675         pieces to prevent makeinfo warnings.
8676         * gdb.texinfo: Add Agent Expressions appendix.
8677
8678 2003-06-19  Daniel Jacobowitz  <drow@mvista.com>
8679
8680         * gdbint.texinfo (Native Conditionals): Remove PREPARE_TO_PROCEED.
8681
8682 2003-06-18  Daniel Jacobowitz  <drow@mvista.com>
8683
8684         * gdb.texinfo (Remote Debugging): New section "Connecting to a
8685         remote target".  Document the "detach" and "disconnect" commands.
8686         (Server, Netware, Debug Session): Reference "Connecting to a
8687         remote target".
8688         (GDB/MI Target Manipulation): Document "-target-disconnect".
8689
8690 2003-06-13  Andrew Cagney  <cagney@redhat.com>
8691
8692         * gdbint.texinfo (Target Architecture Definition): Deprecate
8693         REMOTE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT, and
8694         BIG_REMOTE_BREAKPOINT.  Cross reference BREAKPOINT_FROM_PC.
8695
8696 2003-06-09  Jim Blandy  <jimb@redhat.com>
8697
8698         * gdb.texinfo (Separate Debug Files): Remove extra semicolon.
8699
8700 2003-06-08  Andrew Cagney  <cagney@redhat.com>
8701
8702         * gdbint.texinfo (Target Architecture Definition): Delete
8703         documentation on FRAME_ARGS_ADDRESS_CORRECT.
8704
8705 2003-06-08  Andrew Cagney  <cagney@redhat.com>
8706
8707         * gdbint.texinfo (Target Architecture Definition): Document
8708         "unwind_sp".  Cross reference "unwind_sp" and TARGET_READ_SP.
8709
8710 2003-06-07  Adam Fedor  <fedor@gnu.org>
8711
8712         * gdb.texinfo: Add Objective-C documentation.
8713
8714 2003-06-01  Andrew Cagney  <cagney@redhat.com>
8715
8716         * gdbint.texinfo (Target Architecture Definition): Add "func_addr"
8717         parameter to "push_dummy_call".  Rename "dummy_addr" to "bp_addr".
8718
8719 2003-05-21  Andrew Cagney  <cagney@redhat.com>
8720
8721         * gdbint.texinfo (Target Architecture Definition): Delete
8722         references to "extract_address" and "store_address".
8723
8724 2003-05-16  Andrew Cagney  <cagney@redhat.com>
8725
8726         * gdbint.texinfo (Target Architecture Definition): Replace
8727         REGISTER_BYTES with DEPRECATED_REGISTER_BYTES.  Fix typo,
8728         DEPRECATED_REGISTER_SIZE instead of REGISTER_BYTE.
8729
8730 2003-05-14  Theodore A. Roth  <troth@openavr.org>
8731
8732         * gdbint.texinfo (Breakpoint Handling): Correct a double negative.
8733
8734 2003-05-10  H.J. Lu <hongjiu.lu@intel.com>
8735
8736         * Makefile.in (gdb-cfg.texi): Replace $$LN_S with $(LN_S).
8737         (gdb.dvi): Likewise.
8738         (gdb.pdf): Likewise.
8739         (links2roff): Likewise.
8740
8741 2003-05-08  Jim Blandy  <jimb@redhat.com>
8742
8743         * gdb.texinfo (Dump/Restore Files): Update documentation for
8744         'dump', 'append', and 'restore': note that format argument is
8745         optional; simplify presentation of the command variants; and be
8746         more precise about the formats.
8747
8748 2003-05-07  Jim Blandy  <jimb@redhat.com>
8749
8750         * gdb.texinfo (Symbols): Update documentation: 'maint list
8751         symtabs' and 'maint list psymtabs' have been renamed 'maint info
8752         symtabs' and 'maint info psymtabs'.
8753
8754 2003-05-05  Andrew Cagney  <cagney@redhat.com>
8755
8756         * gdbint.texinfo (Target Architecture Definition): Make
8757         CALL_DUMMY_WORDS, SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY_LENGTH,
8758         FIX_CALL_DUMMY, CALL_DUMMY_BREAKPOINT_OFFSET and
8759         CALL_DUMMY_BREAKPOINT_OFFSET deprecated.
8760
8761 2003-05-04  Andrew Cagney  <cagney@redhat.com>
8762
8763         * gdb.texinfo (Maintenance Commands): Document "maint print
8764         dummy-frames".
8765
8766 2003-05-04  Andrew Cagney  <cagney@redhat.com>
8767
8768         * gdb.texinfo (GDB/MI Symbol Query): Use @{ and @}.
8769
8770 2003-05-03  J. Brobecker  <brobecker@gnat.com>
8771
8772         Thierry Schneider  <tpschneider1@yahoo.com>
8773         * gdb.texinfo (section GDB/MI Symbol Query): Add documentation
8774         for new MI command.
8775
8776 2003-05-03  Andrew Cagney  <cagney@redhat.com>
8777
8778         * gdbint.texinfo (Target Architecture Definition): Document
8779         push_dummy_code.  Add cross references.
8780
8781 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
8782
8783         * gdb.texinfo (Character Sets): Update to reflect new behavior of
8784         set/show charsets commands.
8785
8786 2003-04-28  Andrew Cagney  <cagney@redhat.com>
8787
8788         * gdbint.texinfo (Target Architecture Definition): Replace
8789         read_fp, TARGET_READ_FP and FP_REGNUM, with deprecated_read_fp,
8790         DEPRECATED_TARGET_READ_FP and DEPRECATED_REGNUM.
8791
8792 2003-04-28  Andrew Cagney  <cagney@redhat.com>
8793
8794         * gdbint.texinfo (Target Architecture Definition): Rename
8795         "tm_print_insn" to "deprecated_tm_print_insn".
8796
8797 2003-04-09  Jim Blandy  <jimb@redhat.com>
8798
8799         * gdb.texinfo (Symbols): Document 'maint list symtabs' and 'maint
8800         list psymtabs'.
8801
8802 2003-04-08  Andrew Cagney  <cagney@redhat.com>
8803
8804         * gdbint.texinfo (Target Architecture Definition): Delete
8805         references to EXTRA_FRAME_INFO.
8806
8807 2003-04-08  Andrew Cagney  <cagney@redhat.com>
8808
8809         * gdbint.texinfo (Target Architecture Definition): Delete
8810         PRINT_TYPELESS_INTEGER.
8811
8812 2003-04-02  J. Brobecker  <brobecker@gnat.com>
8813
8814         * observer.texi (GDB Observers): Adjust the documentation for the
8815         normal_stop notification to better describe reality. Fix a couple
8816         of minor typos.
8817
8818 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
8819
8820         * gdb.texinfo (GDB/MI Program Control): Add
8821         '-file-list-exec-source-file'
8822
8823 2003-03-31  Andrew Cagney  <cagney@redhat.com>
8824
8825         * gdbint.texinfo (Target Architecture Definition): Delete
8826         references to CALL_DUMMY_P.
8827
8828 2003-03-30  Andrew Cagney  <cagney@redhat.com>
8829
8830         * gdbint.texinfo (Target Architecture Definition): Remove
8831         reference to TARGET_WRITE_SP.
8832
8833 2003-03-27  Andrew Cagney  <cagney@redhat.com>
8834
8835         * gdbint.texinfo (Target Architecture Definition): Remove
8836         references to write_sp.
8837
8838 2003-03-27  Andrew Cagney  <cagney@redhat.com>
8839
8840         * gdb.texinfo (GDB/MI Variable Objects): Replace @include with
8841         chapter body.  Use @smallexample instead of @example.
8842         (Annotations): Ditto.
8843         * Makefile.in (GDB_DOC_SOURCE_INCLUDES): Remove gdbmi.texinfo and
8844         annotate.texi.
8845
8846 2003-03-26  Andrew Cagney  <cagney@redhat.com>
8847
8848         * gdbint.texinfo (Target Architecture Definition): Replace
8849         PUSH_ARGUMENTS with push_dummy_call, add gdbarch, regcache and
8850         dummy_addr parameters.
8851
8852 2003-03-25  Andrew Cagney  <cagney@redhat.com>
8853
8854         * gdbint.texinfo (Target Architecture Definition): Delete
8855         reference to CALL_DUMMY_STACK_ADJUST_P.  Rename
8856         CALL_DUMMY_STACK_ADJUST to DEPRECATED_CALL_DUMMY_STACK_ADJUST.
8857         Add reference to PUSH_ARGUMENTS.
8858
8859 2003-03-23  Andrew Cagney  <cagney@redhat.com>
8860
8861         * gdbint.texinfo (Algorithms, Target Architecture Definition):
8862         Deprecate FRAME_CHAIN and FRAME_CHAIN_VALID.
8863
8864 2003-03-18  J. Brobecker  <brobecker@gnat.com>
8865
8866         * gdbint.texinfo (Algorithms): Add new section describing the
8867         Observer paradigm.
8868         (Top): Add menu entry to new observer appendix.
8869         * observer.texi: New file.
8870         * Makefile.in (GDBINT_DOC_SOURCE_INCLUDES): Add dependency on
8871         new observer.texi file.
8872
8873 2003-03-17  Andrew Cagney  <cagney@redhat.com>
8874
8875         * gdb.texinfo (DATE): Delete.  Remove date from titles.  Mention
8876         that GNU Press update the manual version number.
8877
8878 2003-03-12  Andrew Cagney  <cagney@redhat.com>
8879
8880         * gdbint.texinfo (Target Architecture Definition): Delete
8881         references to get_saved_register.  Rename GET_SAVED_REGISTER to
8882         DEPRECATED_GET_SAVED_REGISTER.
8883
8884 2003-03-13  Andrew Cagney  <cagney@redhat.com>
8885
8886         * gdbint.texinfo (Target Architecture Definition): Replace
8887         POP_FRAME with DEPRECATED_POP_FRAME.  Update description.
8888
8889 2003-03-12  Andrew Cagney  <cagney@redhat.com>
8890
8891         * gdbint.texinfo (Target Architecture Definition): Rename
8892         FRAME_SAVED_PC to DEPRECATED_FRAME_SAVED_PC.
8893
8894 2003-03-10  Corinna Vinschen  <vinschen@redhat.com>
8895
8896         * gdb.texinfo: Add File-I/O documentation.
8897
8898 2003-03-10  Andrew Cagney  <cagney@redhat.com>
8899
8900         * gdbint.texinfo (Target Architecture Definition): Cross reference
8901         FRAME_SAVED_PC to unwind_pc.  Document unwind_pc.
8902
8903 2003-03-07  Andrew Cagney  <cagney@redhat.com>
8904
8905         * gdb.texinfo (Debugging Output): Mention the "set/show debug
8906         frame" command.
8907
8908 2003-03-05  Andrew Cagney  <cagney@redhat.com>
8909
8910         * gdbint.texinfo (Target Architecture Definition): Document
8911         unwind_dummy_id.  Cross reference unwind_dummy_id and
8912         SAVE_DUMMY_FRAME_TOS.
8913
8914 2003-03-05  James Ingham <jingham@apple.com>
8915             Daniel Jacobowitz  <drow@mvista.com>
8916
8917         * gdb.texinfo (Configuring the current ABI): Document "set cp-abi"
8918         and "show cp-abi".
8919
8920 2003-03-03  Andrew Cagney  <cagney@redhat.com>
8921
8922         * gdbint.texinfo (Target Architecture Definition): Document
8923         register_type.
8924
8925 2003-03-03  Andrew Cagney  <cagney@redhat.com>
8926
8927         * stabs.texinfo (Structures): Use @samp and separate @var's
8928         instead of a single @var containing a comma separated list.
8929         (Unions): Ditto.
8930
8931 2003-03-02  Daniel Jacobowitz  <drow@mvista.com>
8932
8933         * Makefile.in (distclean): Remove config.log.
8934
8935 2003-03-01  Andrew Cagney  <cagney@redhat.com>
8936
8937         * gdbint.texinfo (Target Architecture Definition): Rename
8938         FRAME_INIT_SAVED_REGS to DEPRECATED_FRAME_INIT_SAVED_REGS.
8939
8940 2003-03-01  Andrew Cagney  <cagney@redhat.com>
8941
8942         * gdbint.texinfo: Rename INIT_EXTRA_FRAME_INFO to
8943         DEPRECATED_INIT_EXTRA_FRAME_INFO.
8944
8945 2003-02-23  Raoul Gough  <RaoulGough@yahoo.co.uk>
8946
8947         * gdb.texinfo (Cygwin Native): Links to Non-debug DLL symbols.
8948         (Non-debug DLL symbols): New node, describing the minimal symbols
8949         loaded from DLLs without real debugging symbols.
8950
8951 2003-02-20  Andrew Cagney  <ac131313@redhat.com>
8952
8953         * gdb.texinfo (Set Breaks): Add cross reference to "set remote
8954         hardware-breakpoint-limit".
8955         (Set Watchpoints): Add cross reference to "set remote
8956         hardware-watchpoint-limit".
8957         (Remote configuration options): New section.
8958
8959 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
8960
8961         * gdbint.texinfo (Target Architecture Definition): Delete
8962         descrption of IS_TRAPPED_INTERNALVAR.
8963
8964         From Keith Seitz <keiths@redhat.com>:
8965         * gdb.texinfo (Interpreters): New chapter.  Refer the command-line
8966         option "-i"/"--interpreter" to this chapter.  Include index
8967         entries.
8968
8969 2003-02-04  David Carlton  <carlton@math.stanford.edu>
8970
8971         * gdb.texinfo (C@t{++}): Recommend DWARF 2, then stabs+.
8972         (Variables): Recommend stabs+ and DWARF 2.
8973         (C plus plus expressions): Correct info about
8974         compiler versions, debug formats.
8975         (Contributors): Change 'DWARF2' to 'DWARF 2'.
8976         PR symtab/874.
8977
8978 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
8979
8980         * gdbint.texinfo (Target Architecture Definition): Delete
8981         description of ADDITIONAL_OPTIONS, ADDITIONAL_OPTION_CASES,
8982         ADDITIONAL_OPTION_HANDLER, and ADDITIONAL_OPTION_HELP, and
8983         BEFORE_MAIN_LOOP_HOOK, and DBX_PARM_SYMBOL_CLASS along with
8984         references to nindy and i960.
8985         * gdb.texinfo (i960): Delete all references to i960 and nindy.
8986
8987 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
8988
8989         * gdbint.texinfo (Target Architecture Definition): Delete
8990         FLOAT_INFO.
8991
8992 2003-01-30  Andrew Cagney  <ac131313@redhat.com>
8993
8994         * stabs.texinfo (Member Type Descriptor): Clarify description of
8995         `@'.  Suggested by Ben Hutchings.
8996
8997 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
8998
8999         * gdb.texinfo (M68K): Delete reference to es1800.
9000
9001 2003-01-29  Andrew Cagney  <ac131313@redhat.com>
9002
9003         * gdb.texinfo (Maintenance Commands): Document `maint print
9004         reggroups' and `maint print register-groups'.
9005         * gdbint.texinfo (Target Architecture Definition): Document
9006         register_reggroup_p.
9007
9008 2003-01-23  Jim Blandy  <jimb@redhat.com>
9009
9010         * gdb.texinfo (Separate Debug Files): New section.
9011
9012 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
9013
9014         * gdb.texinfo (Maintenance Commands): Add "maint set profile"
9015         and "maint show profile".
9016
9017 2003-01-16  Michael Chastain  <mec@shout.net>
9018
9019         * gdb.texinfo (Installing GDB): Warn against
9020         ".../gdb-VERSION/gdb/configure".
9021         (Separate Objdir): Likewise.
9022
9023 2003-01-15  Andrew Cagney  <ac131313@redhat.com>
9024
9025         * gdbint.texinfo (Target Architecture Definition): Delete
9026         definition of PRINT_REGISTER_HOOK.
9027
9028 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
9029
9030         (OpenRISC 1000): Fix formatting of command names.
9031
9032 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
9033
9034         * gdb.texinfo (Continuing and Stepping): Add new command
9035         'advance'. Clarify behavior of 'until'.
9036
9037 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
9038
9039         * gdb.texinfo (Files): Document solib-absolute-prefix and
9040         solib-search-path.
9041
9042 2003-01-09  Michael Chastain  <mec@shout.net>
9043
9044         * gdbint.texinfo (Configuring @value{GDBN} for Release): Delete.
9045         (Create a Release): Add new instructions for new @file{src-release}.
9046         Document existing instructions for @file{Makefile.in} as
9047         being for @value{GDBN} 5.3.1 or earlier.
9048
9049 2003-01-09  Andrew Cagney  <ac131313@redhat.com>
9050
9051         * gdbint.texinfo (Target Architecture Definition): Mention
9052         frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to
9053         allocate memory.
9054
9055 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9056
9057         * gdb.texinfo (Controlling GDB): Add @kindex for
9058         "show osabi".
9059         (Backtraces): Add @kindex's for backtrace-below-main.
9060
9061 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9062
9063         * gdb.texinfo (Controlling GDB): Document "set osabi".
9064
9065 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9066
9067         * gdb.texinfo (Backtraces): Document "set backtrace-below-main".
9068         * gdbint.texinfo (FRAME_CHAIN_VALID): Update documentation.
9069
9070 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
9071
9072         * gdb.texinfo (Controlling GDB): Add ABI section.  Document
9073         "set coerce-float-to-double".
9074         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Remove documentation.
9075
9076 2003-01-02  Andrew Cagney  <ac131313@redhat.com>
9077
9078         * stabs.texinfo: Remove obsolete text.
9079         * gdbint.texinfo: Ditto.
9080         * gdb.texinfo: Ditto.
9081
9082 2002-12-22  Mark Kettenis  <kettenis@gnu.org>
9083
9084         * gdbint.texinfo (Target Architecture Definition): Update
9085         description of gdbarch_register_osabi.
9086
9087 2002-12-20  Kazu Hirata  <kazu@cs.umass.edu>
9088
9089         * agentexpr.texi: Fix typos.
9090         * annotate.texi: Likewise.
9091         * fdl.texi: Likewise.
9092
9093 2002-12-10  Andrew Cagney  <cagney@redhat.com>
9094
9095         * gdbint.texinfo (Algorithms): Replace INIT_FRAME_PC with
9096         DEPRECATED_INIT_FRAME_PC.
9097
9098 2002-12-01  Andrew Cagney  <ac131313@redhat.com>
9099
9100         * gdbint.texinfo (Target Architecture Definition): Delete
9101         PC_IN_CALL_DUMMY.
9102
9103 2002-11-28  Andrew Cagney  <ac131313@redhat.com>
9104
9105         * gdbint.texinfo (Host Definition): Delete documentation on
9106         USE_GENERIC_DUMMY_FRAMES.
9107
9108 2002-11-26  Elena Zannoni  <ezannoni@redhat.com>
9109
9110         Fix PR gdb/723 and PR gdb/245.
9111         * Makefile.in (install-info): Run the install-info command as part
9112         of the post install steps only.
9113         (uninstall-info): New target.
9114         (uninstall): New target.
9115
9116 2002-11-22  Elena Zannoni  <ezannoni@redhat.com>
9117
9118         * Makefile.in (install): Make install do some real work.
9119
9120 2002-11-19  Andrew Cagney  <ac131313@redhat.com>
9121
9122         Fix POSIX problem reported by Paul Eggert.
9123         * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
9124         Fix PR gdb/527.
9125
9126 2002-10-26  Andrew Cagney  <cagney@redhat.com>
9127
9128         * gdbint.texinfo (Target Architecture Definition): Delete
9129         definition of DO_REGISTERS_INFO.
9130
9131 2002-10-18  Kevin Buettner  <kevinb@redhat.com>
9132
9133         * gdbint.texinfo (Address Classes): Fix problems with insertion
9134         of ``{'' and ``}'' in example.
9135
9136 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
9137
9138         * gdbint.texinfo (Address Classes): New section.
9139         (Target Conditionals): Document ADDRESS_CLASS_NAME_TO_TYPE_FLAGS,
9140         ADDRESS_CLASS_NAME_TO_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS,
9141         ADDRESS_CLASS_TYPE_FLAGS_P, ADDRESS_CLASS_TYPE_FLAGS_TO_NAME, and
9142         ADDRESS_CLASS_TYPE_FLAGS_TO_NAME_P.
9143
9144 2002-10-11  Klee Dienes  <kdienes@apple.com>
9145
9146         * gdb.texinfo (Registers): Mention vector registers as well as
9147         floating registers in the documentation for 'info registers' and
9148         'info all-registers'.
9149
9150 2002-10-11  Daniel Jacobowitz  <drow@mvista.com>
9151
9152         * gdbint.texinfo (CPLUS_MARKER): Remove item.
9153
9154 2002-10-03  Jeff Johnston  <jjohnstn@redhat.com>
9155
9156         * gdbint.texinfo (Item Output Functions): Add new ui_out_field_fmt_int
9157         interface definition.
9158
9159 2002-10-03  Marko Mlinar   <markom@opencores.org>
9160
9161         * gdb.texinfo (Target Commands): Add or1k target specific
9162         commands.
9163         * gdb.texinfo (Contributors): Add myself to the contributors list.
9164
9165 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
9166
9167         * gdb.texinfo (Mode Options): Update --interpreter option.  "mi2"
9168         and "mi1" instead of "mi1" and "mi0".
9169
9170 2002-09-29  Hans-Peter Nilsson  <hp@bitrange.com>
9171
9172         * gdb.texinfo (Packets): Fix typos "alligned".
9173         Correct z3/Z3 description.  Correct z4/Z4 title.
9174
9175 2002-09-27  Andrew Cagney  <ac131313@redhat.com>
9176
9177         * all-cfg.texi: Use @sc for GDB and GCC.  Update copyright.
9178
9179 2002-09-25  Kevin Buettner  <kevinb@redhat.com>
9180
9181         * gdb.texinfo: Use GNU/Linux instead of Linux.
9182
9183 2002-09-25  Andrew Cagney  <ac131313@redhat.com>
9184
9185         * gdb.texinfo (Packets): Replace @samp{} with ``an empty string''.
9186
9187 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
9188
9189         * gdb.texinfo: Replace @example with @smallexample.
9190
9191 2002-09-20  Kevin Buettner  <kevinb@redhat.com>
9192
9193         From Eli Zaretskii  <eliz@gnu.org>:
9194         * gdb.texinfo (Character Sets): Use @smallexample instead of
9195         @example.  Use GNU/Linux instead of Linux.
9196
9197 2002-09-20  Jim Blandy  <jimb@redhat.com>
9198
9199         * gdb.texinfo: Add character set documentation.
9200
9201 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9202
9203         * gdb.texinfo (Packets): Revise `z' and `Z' packet documentation.
9204         (Packets): Add cross reference from `b' packet to `z' packets.
9205
9206 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
9207
9208         * gdb.texinfo (Maintenance Commands): Document ``maint
9209         internal-error'' and ``maint internal-warning''.
9210
9211         * gdbint.texinfo (Target Architecture Definition): Revise
9212         description of STACK_ALIGN.  Add description of FRAME_ALIGN.
9213
9214 2002-09-19  Joel Brobecker  <brobecker@gnat.com>
9215
9216         * gdbint.texinfo (Target Conditionals): Document the new
9217         NAME_OF_MALLOC macro.
9218
9219 2002-09-05  Andrew Cagney  <ac131313@redhat.com>
9220
9221         * gdb.texinfo (Contributors): Mention 5.2 and 5.3 release
9222         engineer.
9223
9224 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9225
9226         * gdb.texinfo (TUI Overview): Document status line fields.
9227
9228 2002-09-02  Stephane Carrez  <stcarrez@nerim.fr>
9229
9230         * gdb.texinfo (TUI Commands): Document info win command.
9231
9232 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9233
9234         * gdb.texinfo (TUI Overview): Document breakpoint markers.
9235
9236 2002-09-01  Stephane Carrez  <stcarrez@nerim.fr>
9237
9238         * gdb.texinfo (TUI Single Key Mode): Document new SingleKey mode.
9239         (TUI Keys): Likewise.
9240
9241 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9242
9243         * gdb.texinfo (Examples): Use ``->'' for a packet send and ``<-''
9244         for a packet receive.
9245
9246 2002-08-25  Andrew Cagney  <ac131313@redhat.com>
9247
9248         * Makefile.in (clean): Move to end of file.
9249         (distclean, maintainer-clean, realclean): Ditto.
9250         (mostlyclean): Move rule to end of file.  Use GDB_TEX_TMPS,
9251         GDBINT_TEX_TMPS, STABS_TEX_TMPS.
9252         (gdb.dvi, gdb.pdf): Do not cleanup TeX temp files after texi2dvi.
9253         (gdbint.dvi, gdbint.pdf, stabs.dvi, stabs.pdf): Ditto.
9254
9255 2002-08-24  Andrew Cagney  <ac131313@redhat.com>
9256
9257         * Makefile.in (GDBINT_TEX_TMPS): Define.
9258         (gdbint.dvi, gdbint.pdf): Use
9259         (GDB_TEX_TMPS): Define.
9260         (gdb.dvi, gdb.pdf): Use.
9261         (STABS_TEX_TMPS): Define.
9262         (stabs.dvi, stabs.pdf): Use.
9263         (GDB_DOC_SOURCE_INCLUDES): New macros.
9264         (GDB_DOC_BUILD_INCLUDES, GDB_DOC_FILES): New macros.
9265         (GDBINT_DOC_FILES_INCLUDES): New macros.
9266         (GDBINT_DOC_BUILD_INCLUDES): New macros.
9267         (GDBINT_DOC_FILES, STABS_DOC_SOURCE_INCLUDES): New macros.
9268         (STABS_DOC_BUILD_INCLUDES, STABS_DOC_FILES): New macros.
9269         (SFILES_DOC, SFILES_INCLUDED, SFILES_LOCAL): Delete macros.
9270         (links2roff): Replace SFILES_INCLUDED with
9271         GDB_DOC_SOURCE_INCLUDES.
9272         (gdb.dvi, gdb_toc.html, gdb.pdf, gdb.info): Update dependencies.
9273         (gdb.me, gdb.mm, gdb.ms): Update dependencies.
9274         (gdbint.dvi, gdbint_toc.html, gdbint.pdf, gdbint.info): Update
9275         dependencies.
9276         (stabs.info, stabs_toc.html, stabs.pdf, stabs.dvi): Update
9277         dependencies.
9278         (gdbmi.texinfo): Delete rule.
9279         (inc-hist.texinfo): Delete rule.
9280         (rluser.texinfo): Delete rule.
9281
9282 2002-08-23  Andrew Cagney  <cagney@redhat.com>
9283
9284         * gdbint.texinfo (Target Architecture Definition): Update
9285         STORE_RETURN_VALUE, mention regcache.
9286
9287 2002-08-21  Andrew Cagney  <ac131313@redhat.com>
9288
9289         * gdbint.texinfo (Target Architecture Definition): Document
9290         print_registers_info.  Note that DO_REGISTERS_INFO is deprecated.
9291
9292 2002-08-19  Andrew Cagney  <ac131313@redhat.com>
9293
9294         * gdb.texinfo (Remote Protocol): Reformat.  Use cross references.
9295         Fix minor typos.  Add index entries.
9296
9297 2002-08-18  Andrew Cagney  <ac131313@redhat.com>
9298
9299         * gdb.texinfo (Data): Add ``Vector Unit'' to menu.
9300
9301 2002-08-15  Andrew Cagney  <ac131313@redhat.com>
9302
9303         * gdbint.texinfo (Target Architecture Definition): Document
9304         PRINT_VECTOR_INFO.
9305         * gdb.texinfo (Vector Unit): Document "info vectors" command.
9306
9307 2002-08-13  Andrew Cagney  <ac131313@redhat.com>
9308
9309         * gdb.texinfo (Maintenance Commands): Document "maint print
9310         registers", "maint print raw-registers" and "maint print
9311         cooked-registers".
9312
9313 2002-08-08  Grace Sainsbury  <graces@redhat.com>
9314
9315         From Mark Salter:
9316         * gdb.texinfo (Protocol): Document T packet extension to
9317         allow watchpoint address reporting.
9318
9319 2002-08-03  Andrew Cagney  <ac131313@redhat.com>
9320
9321         * gdb.texinfo (Dump/Restore Files): Move `[]' to outside of @var.
9322
9323 2002-08-01  Andrew Cagney  <cagney@redhat.com>
9324
9325         * stabs.texinfo, gdb.texinfo, gdbint.texinfo: Obsolete references
9326         to CHILL.
9327
9328 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
9329
9330         * gdbint.texinfo (Coding): Revise section "Include Files".
9331
9332 2002-07-24  Andrew Cagney  <cagney@redhat.com>
9333
9334         * gdbint.texinfo: Obsolete references to m88k.
9335         * gdb.texinfo: Ditto.
9336
9337 2002-07-10  Joel Brobecker  <brobecker@gnat.com>
9338
9339         * gdbint.texinfo (Create a release candiate): Add the location
9340         where the proper version of autoconf can be retrieved.
9341
9342 2002-07-09  Don Howard  <dhoward@redhat.com>
9343
9344         * gdb.texinfo (Command Files): Further describe the behavior of
9345         sourced command files.
9346
9347 2002-06-27  Andrew Cagney  <ac131313@redhat.com>
9348
9349         * gdbint.texinfo (User Interface): ISO C rather than ISO-C.
9350         (Coding): Clarify ISO C version that GDB assumes.
9351
9352 2002-06-26  Tom Tromey  <tromey@redhat.com>
9353
9354         * gdbint.texinfo (User Interface): Mention add_setshow_cmd and
9355         add_setshow_cmd_full.
9356
9357 2002-06-25  Don Howard  <dhoward@redhat.com>
9358
9359         * gdb.texinfo (Memory Region Attributes): Document new behavior
9360         for 'mem' command.
9361
9362 2002-06-11  Jim Blandy  <jimb@redhat.com>
9363
9364         * gdb.texinfo (Symbols): Update documentation for `info source'
9365         command.
9366
9367         * gdb.texinfo (Macros): Call the command `info macro', not
9368         `show macro'.
9369
9370 2002-06-09  Andrew Cagney  <ac131313@redhat.com>
9371
9372         * gdbint.texinfo (Coding): Add section ``Per-architecture module
9373         data''.
9374
9375 2002-06-09  Mark Kettenis  <kettenis@gnu.org>
9376
9377         * gdbint.texinfo (Target Architecture Definition): Document
9378         GDB_OSABI_GO32 and GDB_OSABI_NETWARE.
9379
9380 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9381
9382         * gdbint.texinfo (Releasing GDB): Fix typos in @itemize @bullet
9383         lists.
9384
9385 2002-06-08  Andrew Cagney  <ac131313@redhat.com>
9386
9387         * gdbint.texinfo (Releasing GDB): Revise the section ``Cut the
9388         Branch''.
9389
9390 2002-06-01  Andrew Cagney  <ac131313@redhat.com>
9391
9392         * gdbint.texinfo (Target Architecture Definition): Add section
9393         ``Converting an existing Target Architecture to Multi-arch''.
9394
9395 2002-05-30  Andrew Cagney  <ac131313@redhat.com>
9396
9397         * gdbint.texinfo (Releasing GDB): Rename ``Obsoleting any code''
9398         to ``Obsoleting code''.  Revise.
9399
9400 2002-05-17  Jim Blandy  <jimb@redhat.com>
9401
9402         * gdb.texinfo (C Preprocessor Macros): New chapter.
9403         Include it in the main menu.
9404         (Contributors): Credit Jim Blandy with macro support.
9405         (Compilation): Explain how to get macro information into the
9406         executable.
9407         (Expressions): Note that preprocessor macros are expanded.
9408
9409 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
9410
9411         * gdb.texinfo (Debug Session): Document new `udp:' and `tcp:'
9412         options for `target remote'.
9413
9414 2002-05-13  Andrew Cagney  <ac131313@redhat.com>
9415
9416         * gdbint.texinfo (Target Architecture Definition): Delete
9417         documentation on NNPC_REGNUM.
9418
9419 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9420
9421         * gdbint.texinfo (Target Architecture Definition): Document
9422         REGISTER_TO_VALUE and VALUE_TO_REGISTER and CONVERT_REGISTER_P.
9423         (Target Architecture Definition): Revise section `Using Different
9424         Register and Memory Data Representations'.  Add section `Raw and
9425         Virtual Register Representations'.
9426
9427 2002-05-11  Andrew Cagney  <ac131313@redhat.com>
9428
9429         * gdbint.texinfo (Target Architecture Definition): Mention
9430         defaults for REGISTER_VIRTUAL_SIZE and REGISTER_RAW_SIZE.
9431         (Target Architecture Definition): Mention same.  Add references to
9432         web pages.
9433
9434 2002-05-08  Michael Snyder  <msnyder@redhat.com>
9435
9436         * stabs.texinfo (Attributes): Document new "vector" attribute.
9437
9438 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9439
9440         * gdbint.texinfo (Releasing GDB): Revise `Create a Release'.
9441
9442 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
9443
9444         * gdb.texinfo: Delete obsolete references to a29k.
9445
9446 2002-04-24  Andrew Cagney  <ac131313@redhat.com>
9447
9448         * gdbint.texinfo (Target Architecture Definition): Replace
9449         IN_SIGTRAMP with PC_IN_SIGTRAMP.
9450
9451 2002-04-24  David S. Miller  <davem@redhat.com>
9452
9453         * gdbint.texinfo (REGISTER_IN_WINDOW): Delete definition.
9454
9455 2002-04-21  David S. Miller  <davem@redhat.com>
9456
9457         * gdbint.texinfo (SKIP_PROLOGUE_FRAMELESS_P): Delete definition.
9458
9459 2002-04-21  Andrew Cagney  <ac131313@redhat.com>
9460
9461         * gdbint.texinfo (Target Architecture Definition): Delete
9462         definition of HAVE_REGISTER_WINDOWS.
9463
9464 2002-04-19  Eli Zaretskii  <eliz@gnu.org>
9465
9466         * gdbint.texinfo (Releasing GDB, Coding): Fix typos.  Reported by
9467         "Theodore A. Roth" <troth@verinet.com>.
9468
9469 2002-04-15  Don Howard  <dhoward@redhat.com>
9470
9471         From Eli Zaretskii <eliz@gnu.org>
9472         * gdb.texinfo (show max-user-call-depth): Correct formatting.
9473         Provide a better explaination of this feature.
9474
9475 2002-04-14  Andrew Cagney  <ac131313@redhat.com>
9476
9477         * gdbint.texinfo (Target Architecture Definition): Remove
9478         FRAME_CHAIN_COMBINE.
9479
9480 2002-04-12  Michael Chastain  <mec@shout.net>
9481
9482         * gdbint.texinfo (Obsolete Conditionals): Remove reference to
9483         REG_STACK_SEGMENT.
9484
9485 2002-04-09  Michael Chastain  <mec@shout.net>
9486
9487         * gdbint.texinfo (Obsolete Conditionals): Remove references to
9488         PYRAMID_* macros.
9489
9490 2002-04-07  Andrew Cagney  <ac131313@redhat.com>
9491
9492         * gdb.texinfo (Bug Reporting): Document that the web is the
9493         prefered way of submitting bug reports.
9494         (Bug Reporting): Delete the s-mail address as the last resort.
9495
9496 2002-04-05  Andrew Cagney  <ac131313@redhat.com>
9497
9498         * gdbint.texinfo (Target Architecture Definition): Delete
9499         references to TARGET_WRITE_FP and write_fp.
9500
9501 2002-03-27  Michael Snyder  <msnyder@redhat.com>
9502
9503         * gdb.texinfo: Document new commands dump, append, and restore.
9504
9505 2002-03-27  Andrew Cagney  <ac131313@redhat.com>
9506
9507         * gdbint.texinfo (Releasing GDB): Revise the section `Before the
9508         Branch'.
9509
9510 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9511
9512         * gdb.texinfo: Change all examples to @smallexample.
9513         * gdbint.texinfo: Ditto.
9514
9515 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9516
9517         * gdbint.texinfo (Releasing GDB): Add section ``Versions and
9518         Branches''.
9519
9520 2002-03-18  Andrew Cagney  <ac131313@redhat.com>
9521
9522         * gdbint.texinfo (Releasing GDB): Add the section``Branch Commit
9523         Policy''.
9524
9525 2002-03-04  Fred Fish  <fnf@redhat.com>
9526
9527         * gdbint.texinfo: Fix a bunch of typos (alsways, mirrorred,
9528         expresson, suports, dependant, trhe, perhaphs, situtations,
9529         explictily, taged, oportunity, unfortunatly).
9530
9531 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
9532
9533         * Makefile.in (gdb.info): Add explicit path to gdb.texinfo.
9534         Remove reference to 3.12.
9535
9536 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9537
9538         * gdbint.texinfo: Include fdl.texi.
9539         (Top): Add GNU Free Documentation License.
9540         * Makefile.in (SFILES_INCLUDED): Add gpl.texi.
9541         (gdbint.dvi, gdbint.pdf, gdbint.info): Add dependency on fdl.texi.
9542         (gdbint_toc.html): Add dependency on gdb-cfg.texi and fdl.texi.
9543         (gdbint.info): Add srcdir to include path.
9544         * gdb.texinfo: Include gpl.texi.
9545         (Top): Add Copying.
9546         * gpl.texi: New file.
9547
9548 2002-02-23  Andrew Cagney  <ac131313@redhat.com>
9549
9550         * gdbint.texinfo (Debugging GDB): Remove references to cygnus.com.
9551
9552 2002-02-19  Pierre Muller  <muller@ics.u-strasbg.fr>
9553
9554         * gdb.texinfo: Document Cygwin native specific commands.
9555
9556 2002-02-15  Daniel Jacobowitz  <drow@mvista.com>
9557
9558         * gdb.texinfo: Document gdbserver ``--attach'' command.
9559
9560 2002-02-07  Michael Snyder  <msnyder@redhat.com>
9561
9562         * gdb.texinfo (overlays): Change @var(_ovly_debug_event)
9563         to @code(_ovly_debug_event).
9564
9565 2002-02-07  Andrew Cagney  <ac131313@redhat.com>
9566
9567         * gdb.texinfo (How Overlays Work): Shrink the overlay diagram.
9568
9569 2002-02-06  Michael Snyder  <msnyder@redhat.com>
9570
9571         * gdb.texinfo (overlays): Mention new magic symbol
9572         '_ovly_debug_event', which allows GDB to keep better track
9573         of overlays.
9574
9575 2002-02-03  Eli Zaretskii  <eliz@gnu.org>
9576
9577         * gdb.texinfo (Memory Region Attributes): Fix the wording.
9578         Suggested by Dmitry Sivachenko.
9579
9580         * (<many nodes>): Fix the spelling and punctuation of "i.e.".
9581
9582 2002-02-01  Michael Snyder  <msnyder@redhat.com>
9583
9584         * gdb.texinfo (set trust-readonly): Change value{gdbn} to value{GDBN}.
9585
9586 2002-01-30  Michael Snyder  <msnyder@redhat.com>
9587
9588         * gdb.texinfo: (remote protocol): Gramatical fix-up.
9589         (set trust-readonly-sections): Document.
9590
9591 2002-01-29  Andrew Cagney  <ac131313@redhat.com>
9592
9593         * gdbint.texinfo (Releasing GDB): Revise and update.
9594
9595 2002-01-28  Andrew Cagney  <ac131313@redhat.com>
9596
9597         * gdbint.texinfo (Target Architecture Definition): Delete
9598         description of TARGET_BYTE_ORDER_DEFAULT.
9599
9600 2002-01-27  Eli Zaretskii  <eliz@gnu.org>
9601
9602         * gdb.texinfo: Fix typos and markup.  From Dmitry Sivachenko
9603         <mitya@cavia.pp.ru>.
9604
9605 2002-01-23  Andrew Cagney  <ac131313@redhat.com>
9606
9607         * libgdb.texinfo: Delete file.
9608
9609 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9610
9611         * gdb.texinfo: Remove makeinfo 3.12 hacks.
9612         * gdbint.texinfo: Ditto.
9613
9614 Tue Jan 22 11:57:38 2002  Andrew Cagney  <cagney@redhat.com>
9615
9616         * gdb.texinfo: Fix typo ``Remove' -> ``Remote''.
9617
9618 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9619
9620         * Makefile.in: Update copyright.
9621         (TEXI2DVI): Define.
9622         (gdb.dvi, gdb.pdf, stabs.dvi, stabs.pdf): Use TEXI2DVI.
9623         (gdbint.dvi, gdbint.pdf): Use TEXI2DVI.  Add dependency on
9624         gdb-cfg.texi.
9625         (TEXINDEX, PDFTEX): Delete makefile variables.
9626
9627 2002-01-22  Andrew Cagney  <ac131313@redhat.com>
9628
9629         * gdb.texinfo (Protocol): Move section to appendix.
9630
9631 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
9632
9633         * gdb.texinfo (Remote Debugging): Create a menu.
9634         (Top): Add ``Remote Debugging'' to menu.
9635
9636 2002-01-21  Andrew Cagney  <ac131313@redhat.com>
9637
9638         * gdb.texinfo (Remote): Move the sub-section ``The GDB remote
9639         serial protocol'' from here.
9640         (Remote Debugging): To here.  New chapter.
9641
9642 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9643
9644         * gdbint.texinfo (Target Architecture Definition): Delete
9645         description of TARGET_BYTE_ORDER_SELECTABLE_P.
9646
9647 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9648
9649         * gdbint.texinfo (Host Definition): Revise.  xm-xyz.h and xyz.mh
9650         are no longer needed.
9651         (Porting GDB): Add maintainer note about configure.host.
9652
9653 2002-01-20  Andrew Cagney  <ac131313@redhat.com>
9654
9655         * gdbint.texinfo (Target Architecture Definition): Remove
9656         definition of IEEE_FLOAT.
9657
9658 2002-01-20  Eli Zaretskii  <eliz@gnu.org>
9659
9660         * gdb.texinfo: Beautify copyright years; fix a typo.
9661         (DJGPP Native): Fix overfull hboxes in examples.  From Brian Youmans
9662         <3diff@gnu.org>
9663
9664 2002-01-19  Andrew Cagney  <ac131313@redhat.com>
9665
9666         * gdbint.texinfo (Host Definition): Remove references to
9667         MALLOC_INCOMPATIBLE.
9668
9669 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9670
9671         * gdbint.texinfo (Host Definition): Remove references to XDEPFILES
9672         and xyz-xdep.o.
9673
9674 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9675
9676         * gdb.texinfo (Maintenance Commands): Add appendix.
9677         (Set Breaks): Copy ``maint info breakpoint'' doco to
9678         ``Maintenance Commands'' appendix.  Add reference.
9679
9680 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
9681
9682         * fdl.texi: Remove next/prev from @node.
9683
9684 2002-01-17  Eli Zaretskii  <eliz@gnu.org>
9685
9686         * gdb.texinfo: @include fdl.texi.  Fixes for overfull hboxes and
9687         for monstrous @multitable (from Brian Youmans).
9688
9689         * fdl.texi: New file.
9690
9691         * Makefile.in (SFILES_INCLUDED): Add fdl.texi.
9692
9693 2002-01-15  Andrew Cagney  <ac131313@redhat.com>
9694
9695         * gdbint.texinfo (Releasing GDB): New chapter.
9696
9697 2002-01-14  Andrew Cagney  <ac131313@redhat.com>
9698
9699         * gdb.texinfo (Embedded Processors, Calling program functions):
9700         Obsolete references to a29k.
9701
9702 2002-01-13  Andrew Cagney  <ac131313@redhat.com>
9703
9704         * gdbint.texinfo (Coding): Review Cleanups section.  Examples
9705         examples.  Document that a code-block should do or discard its
9706         cleanups before exit.
9707
9708 2002-01-11  Michael Snyder  <msnyder@redhat.com>
9709
9710         * gdb.texinfo (Choosing files): Change @samp to @file.
9711
9712 2002-01-05  Michael Snyder  <msnyder@redhat.com>
9713
9714         * gdb.texinfo (--pid): Document new command line option (attach).
9715
9716 2002-01-07  Eli Zaretskii  <eliz@gnu.org>
9717
9718         * gdb.texinfo (Tracepoints): Clarify that tracepoints need support
9719         in the stub.
9720
9721 2002-01-04  Andrew Cagney  <ac131313@redhat.com>
9722
9723         * gdbint.texinfo (Target Architecture Definition): Replace
9724         BIG_ENDIAN with BFD_ENDIAN_BIG.
9725
9726 2002-01-03  Andrew Cagney  <ac131313@redhat.com>
9727
9728         * gdbint.texinfo (Target Architecture Definition): Replace
9729         value_ptr with struct value pointer.
9730
9731 2002-01-02  Eli Zaretskii  <eliz@gnu.org>
9732
9733         * gdb.texinfo (Free Software): Fix wording.
9734
9735 2001-12-31  Eli Zaretskii  <eliz@gnu.org>
9736
9737         * gdb.texinfo (Free Software): New section ``Free Software Needs
9738         Free Documentation''.
9739
9740 2001-12-30  Eli Zaretskii  <eliz@gnu.org>
9741
9742         * stabs.texinfo:
9743         * gdb.texinfo:
9744         * gdbint.texinfo:
9745         * libgdb.texinfo:
9746         * annotate.texi: Fix the application of GFDL in the Copyright notice.
9747
9748 2001-12-29  Michael Snyder  <msnyder@redhat.com>
9749
9750         * gdb.texinfo (maint info sections): Fix typo.
9751
9752 2001-12-26  Michael Snyder  <msnyder@redhat.com>
9753
9754         * gdb.texinfo (maint info sections): Document.
9755
9756         * gdb.texinfo (info proc): Comment out documentation for
9757         'info proc' sub-options that are currently not implemented.
9758
9759 2001-12-20  Jim Blandy  <jimb@redhat.com>
9760
9761         * gdbint.texinfo (TARGET_CHAR_SIGNED): Document.
9762
9763 2001-12-15  Andrew Cagney  <ac131313@redhat.com>
9764
9765         * gdbint.texinfo (Target Architecture Definition): Replace
9766         LITTLE_ENDIAN with BFD_ENDIAN_LITTLE.
9767
9768 2001-12-01  Andrew Cagney  <ac131313@redhat.com>
9769
9770         * gdbint.texinfo (Host Definition): Delete documentation on
9771         HOST_BYTE_ORDER.
9772
9773 2001-11-30  Jim Blandy  <jimb@redhat.com>
9774
9775         * gdb.texinfo (Overlays): New chapter, documenting GDB's
9776         overlay support.  Add to top-level menu.
9777
9778 2001-11-26  Tom Tromey  <tromey@redhat.com>
9779
9780         * gdb.texinfo (Command Syntax): Document C-o binding.
9781
9782 2001-07-26  Christopher Faylor  <cgf@redhat.com>
9783
9784         * gdb.texinfo (Options): Eliminate attempt to explain .gdbinit/gdb.ini
9785         use since it is described in the referenced section.
9786
9787         From Eli Zaretskii <eliz@gnu.org>
9788         * gdb.texinfo (Command Files): Reword to make gdb.ini requirement
9789         clearer when using DJGPP.
9790
9791 2001-11-24  Christopher Faylor  <cgf@redhat.com>
9792
9793         * gdb.texinfo (File Options): Change description of -nx and gdb.ini to
9794         specifically refer to MS-DOS.
9795         (command files): Mention gdb.ini is only used on MS-DOS.
9796
9797 2001-11-21  Tom Tromey  <tromey@redhat.com>
9798
9799         * gdb.texinfo (Invoking GDB): Document --args.
9800         (Mode Options): Likewise.
9801
9802 2001-11-21  Jim Blandy  <jimb@redhat.com>
9803
9804         * gdbint.texinfo (TARGET_RANGE_PROFITABLE_FOR_HW_WATCHPOINT):
9805         Delete documentation; this macro has been removed from the
9806         sources.
9807
9808 2001-11-13  Jim Blandy  <jimb@redhat.com>
9809
9810         * gdbint.texinfo (COERCE_FLOAT_TO_DOUBLE): Clarify.
9811
9812 2001-11-06  Corinna Vinschen  <vinschen@redhat.com>
9813
9814         * gdb.texinfo (gdbarch_in_function_epilogue_p): Add documentation.
9815
9816 2001-11-05  Michael Snyder  <msnyder@redhat.com>
9817
9818         * gdb.texinfo (info functions): Document use of backslash to
9819         quote regexp chars in function names such as "operator*()".
9820
9821 2001-11-01  Fred Fish  <fnf@redhat.com>
9822
9823         * gdbint.texinfo (SOLIB_ADD): Document additional new
9824         "readsyms" arg.
9825
9826 2001-10-30  Don Howard  <dhoward@redhat.com>
9827
9828         * gdb.texinfo: (Command Files) Added documentation for the
9829         behavior of gdb with input redirected from a file.
9830
9831 2001-10-28  Fred Fish  <fnf@redhat.com>
9832
9833         * gdb.texinfo (auto-solib-add): Change docs to match
9834         implementation change.
9835         (auto-solib-limit): Add docs for new variable.
9836
9837 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
9838
9839         * gdbint.texinfo (Target Architecture Definition): Function
9840         value_as_pointer renamed to value_as_address.
9841
9842 2001-10-15  Andrew Cagney  <ac131313@redhat.com>
9843
9844         * gdbint.texinfo (Target Architecture Definition): Default
9845         POINTER_TO_ADDRESS functions assume unsigned addresses.
9846         (INTEGER_TO_ADDRESS): Document.  Derive pragmatics section from a
9847         posting by Jim Blandy.
9848
9849 2001-10-12  Jim Blandy  <jimb@redhat.com>
9850
9851         * Makefile.in (MAKEHTMLFLAGS): Remove -glossary; the most recent
9852         version of texi2html (1.64) doesn't support this flag any more.
9853
9854 2001-09-08  Mark Kettenis  <kettenis@gnu.org>
9855
9856         * gdbint.texinfo (Host Definition): Remove description of
9857         MEM_FNS_DECLARED.
9858
9859         * gdbint.texinfo (Host Definition): Remove description of R_OK.
9860
9861         * gdbint.texinfo (Host Definition): Remove description of
9862         HAVE_SIGSETMASK.
9863
9864 2001-09-04  Elena Zannoni  <ezannoni@redhat.com>
9865
9866         * gdbint.texinfo (Target Architecture Definition): Add
9867         explanation of TARGET_PRINT_INSN macro.
9868
9869 2001-08-30  Jim Blandy  <jimb@redhat.com>
9870
9871         * gdb.texinfo (`add-symbol-file'): Correct synopsis.
9872         Explain what it means to load relocatable files.
9873
9874 2001-08-28  Jim Blandy  <jimb@redhat.com>
9875
9876         * gdbint.texinfo: Bring the HTML `top' menu into sync with the
9877         info `top' menu.
9878
9879 Wed Aug 15 10:47:28 2001  Christopher Faylor <cgf@cygnus.com>
9880
9881         * gdbint.texinfo: Add a cautionary note about macro use.
9882
9883 2001-08-02  Corinna Vinschen  <vinschen@redhat.com>
9884
9885         * gdb.texinfo: Explain omitting the hostname in the
9886         `target remote' command.
9887
9888 2001-07-30  Daniel Jacobowitz  <drow@mvista.com>
9889
9890         * gdbint.texinfo: Remove extraneous START-INFO-DIR-ENTRY
9891         and END-INFO-DIR-ENTRY.
9892
9893 2001-07-28  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9894
9895         * gdb.texinfo (TUI Configuration): Rename tui configuration variables.
9896
9897 2001-07-25  Andrew Cagney  <ac131313@redhat.com>
9898
9899         * gdbint.texinfo (libgdb): Rewrite.
9900
9901 2001-07-26  Eli Zaretskii  <eliz@gnu.org>
9902
9903         * Makefile.in (gdbgui.dvi, gdb-gui, gdbgui.info): Targets deleted.
9904
9905 2001-07-24  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
9906
9907         * gdb.texinfo (TUI): New chapter, document the TUI.
9908         (Mode Options): Document the -tui option.
9909
9910 2001-07-23  Mark Kettenis  <kettenis@gnu.org>
9911
9912         * gdbint.texinfo (Host Definition): Remove description of
9913         NEED_POSIX_SETPGID.
9914
9915 2001-07-23  Eli Zaretskii  <eliz@gnu.org>
9916
9917         * gdb.tex (DJGPP Native): New node, with descriptions of
9918         DJGPP-specific commands.
9919
9920 2001-07-19  John R. Moore  <jmoore@redhat.com>
9921
9922         * gdbint.texinfo: Three misspellings.
9923
9924 2001-07-06  Andrew Cagney  <ac131313@redhat.com>
9925
9926         * Makefile.in (refcard.dvi): Rewrite to avoid problems with empty
9927         `test` expressions on bash.  Problem reported by Colin Walters.
9928
9929 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
9930
9931         * gdbint.texinfo (User Interface): Update ui-out documentation to
9932         refelect recent UI/MI updates.
9933
9934 2001-07-04  Andrew Cagney  <ac131313@redhat.com>
9935
9936         * gdb.texinfo (Mode Options): Mention the mi0 and mi1
9937         interpreters.
9938
9939 2001-06-15  Andrew Cagney  <ac131313@redhat.com>
9940
9941         * gdbint.texinfo (Target Architecture Definition): GDBARCH is a C
9942         structure and not macros.
9943         (Host Definition): Document that much of this chapter is obsolete.
9944         (Target Architecture Definition): Update list of files that make
9945         up a target architecture.
9946         (Coding): Update.
9947
9948 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
9949
9950         * gdbint.texinfo (Target Architecture Definition): Update
9951         EXTRACT_STRUCT_VALUE_ADDRESS and EXTRACT_STRUCT_VALUE_ADDRESS_P.
9952         The latter has been changed to a true predicate.
9953
9954 2001-06-17  Eli Zaretskii  <eliz@gnu.org>
9955
9956         * annotate.texi: Add @noindent where needed.  From Dmitry
9957         Sivachenko <dima@Chg.RU>.
9958         * gdb.texinfo: Indexing fix.  From Dmitry Sivachenko.
9959
9960 2001-06-16  Andrew Cagney  <ac131313@redhat.com>
9961
9962         * gdb.texinfo (Protocol): Fix typo.  Extra parenthesis.
9963
9964 2001-06-14  Andrew Cagney  <ac131313@redhat.com>
9965
9966         * gdb.texinfo (Remote Protocol): Document that the ``!'' packet
9967         returns ``OK''.  Document that the ``R'' packet does not reply.
9968
9969 2001-06-13  Michael Snyder  <msnyder@redhat.com>
9970
9971         * gdb.texinfo (Protocol): Add doc for new packet "qSymbol:".
9972
9973 2001-06-13  Eli Zaretskii  <eliz@gnu.org>
9974
9975         * gdb.texinfo (Signals): Clarify the default setting of signal
9976         handling.
9977
9978 2001-05-14  Andrew Cagney  <ac131313@redhat.com>
9979
9980         * gdbint.texinfo (CLEAR_DEFERRED_STORES): Delete stray @item
9981         (FRAME_ARGS_ADDRESS_CORRECT): Ditto.
9982
9983 2001-05-12  Andrew Cagney  <ac131313@redhat.com>
9984
9985         * Makefile.in (GDBvn.texi): Set GDBVN from ../version.in.
9986
9987 2001-05-10  Eli Zaretskii  <eliz@gnu.org>
9988
9989         * gdbint.texinfo (Clean Design and Portable Implementation):
9990         Renamed from "Clean Design".
9991         (Clean Design and Portable Implementation): Document portable
9992         methods of handling file names, and the associated macros.
9993
9994 2001-04-02  Eli Zaretskii  <eliz@gnu.org>
9995
9996         * gdb.texinfo (Tracepoint Actions): Mention the "info scope"
9997         command and provide a cross-reference to its description.
9998         (Symbols): Note that "info scope" is useful for trace experiments.
9999
10000 2001-04-01  Eli Zaretskii  <eliz@gnu.org>
10001
10002         * gdb.texinfo (Symbols): Document "info scope".
10003         (Tracepoints): New chapter.
10004         (Contributors): Update for v5.1.
10005         <All nodes>: Change "C++" to "C@t{++}".
10006
10007         * gdbint.texinfo (User Interface): A new section about ui_out
10008         functions, based on text written by Fernando Nasser.
10009
10010         * stabs.texinfo: Change Permissions to GFDL.  Update Copyright.
10011
10012 2001-03-26  Eli Zaretskii  <eliz@gnu.org>
10013
10014         * gdb.texinfo: Change Permissions to GFDL.  Update Copyright.
10015
10016         * gdbint.texinfo: Change Permissions to GFDL.  Update Copyright.
10017
10018         * gdbgui.texinfo: Change Permissions to GFDL.  Update Copyright.
10019         Replace "GDB" with "@value{GDBN}".  Fix markup.
10020
10021         * annotate.texi: Change Permissions to GFDL.  Update Copyright.
10022
10023         * gdb.texinfo (Output Formats): Mention "info symbol" and provide
10024         a cross-reference to its description.
10025         (Symbols): Document "info symbol".
10026
10027 2001-03-21  Eli Zaretskii  <eliz@gnu.org>
10028
10029         * gdbint.texinfo (Algorithms): New section "Watchpoints" and new
10030         subsection "x86 Watchpoints".
10031         (Target Architecture Definition): Document the macros
10032         I386_USE_GENERIC_WATCHPOINTS and TARGET_HAS_HARDWARE_WATCHPOINTS.
10033         (Native Debugging): Document I386_USE_GENERIC_WATCHPOINTS.
10034
10035 2001-03-20  Andrew Cagney  <ac131313@redhat.com>
10036
10037         * gdbint.texinfo (Target Architecture Definition): Update
10038         definition of SOFTWARE_SINGLE_STEP_P to include empty parameter
10039         list.
10040
10041 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
10042
10043         * Makefile.in, all-cfg.texi, annotate.texi, gdb.texinfo,
10044         gdbint.texinfo, refcard.tex: Update/correct copyright notices.
10045
10046 2001-02-21  Eli Zaretskii  <eliz@gnu.org>
10047
10048         * gdb.texinfo (Signals): Document "ignore", "noignore", and "all".
10049
10050 2001-02-11  Eli Zaretskii  <eliz@gnu.org>
10051
10052         * gdb.texinfo (Environment): Document that `path' does not change
10053         the value of PATH in GDB's own environment (it did in the past,
10054         but that was changed on March 15, 1994).  Reported by Doug Evans
10055         <dje@transmeta.com>.
10056
10057         * gdbint.texinfo: Fix up @itemize lists so that @item is alone on
10058         its line.  Fix markup of commands and macros.  Add an Index node
10059         and index entries.
10060
10061 2001-01-23  J.T. Conklin  <jtc@redback.com>
10062
10063         * gdb.texinfo (Memory region attributes): New manual section.
10064
10065 2001-01-04  Nicholas Duffek  <nsd@redhat.com>
10066
10067         * gdbint.texinfo (POP_FRAME): Document use by return_command.
10068
10069 2000-12-25  Eli Zaretskii  <eliz@gnu.org>
10070
10071         * refcard.tex: Version and copyright fixed.  From Phil Edwards
10072         <pedwards@disaster.jaj.com>.
10073
10074 Thu Nov 30 16:57:19 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10075
10076         * gdbint.texinfo (ECOFF_REG_TO_REGNUM, DWARF_REG_TO_REGNUM,
10077         DWARF2_REG_TO_REGNUM): Document.
10078
10079 Mon Nov 20 21:29:35 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10080
10081         * gdbint.texinfo (Coding): Update current value of
10082         --enable-build-warnings.  Mention --enable-gdb-build-warnings.
10083
10084 2000-11-19  Eli Zaretskii  <eliz@gnu.org>
10085
10086         * gdb.texinfo (Continuing and Stepping):  Fixed markup and typos,
10087         as suggested by Dmitry Sivachenko <dima@Chg.RU>.
10088
10089 2000-11-10  Christopher Faylor <cgf@cygnus.com>
10090
10091         * gdb.texinfo: Document new 'set step-mode' command.
10092
10093 2000-10-16  Eli Zaretskii  <eliz@gnu.org>
10094
10095         * gdb.texinfo (Contributors, MIPS Embedded): Minor spelling
10096         changes from Dmitry Sivachenko <dima@Chg.RU>.
10097
10098 2000-09-26  Eli Zaretskii  <eliz@gnu.org>
10099
10100         * gdb.texinfo (Hooks): Document the new post-hook functionality.
10101         From Steven Johnson <sbjohnson@ozemail.com.au>.
10102
10103 2000-08-10  Mark Kettenis  <kettenis@gnu.org>
10104
10105         * gdbint.texinfo (Overall Structure): Spelling fix.
10106
10107 2000-08-10  Eli Zaretskii  <eliz@gnu.org>
10108
10109         * gdbint.texinfo (Target Architecture Definition): Document that
10110         REGISTER_CONVERT_TO_VIRTUAL should only be called on a register
10111         for which REGISTER_CONVERTIBLE returns a zero value.
10112
10113 2000-07-08  Christopher Faylor <cgf@cygnus.com>
10114
10115         * Makefile.in (install-info): Find files to install in either the
10116         build or source directories (adapted from Makefile.am).
10117
10118 2000-07-07  Nicholas Duffek  <nsd@redhat.com>
10119
10120         * stabs.texinfo: Fix spelling errors.
10121         (String Field): FILE-NUMBER starts from 0, not 1.
10122
10123 2000-07-05  Eli Zaretskii <eliz@gnu.org>
10124
10125         * refcard.tex: Remove \centerline from the blurb.  Patch from
10126         Brian Youmans.
10127
10128 2000-06-25  Eli Zaretskii <eliz@gnu.org>
10129
10130         * Makefile.in (install-info): Support installation from outside of
10131         the source directory.  Reported by Mark Harig
10132         <markh@frazier.landmark.com>.
10133
10134 2000-06-20  J.T. Conklin  <jtc@redback.com>
10135
10136         * gdb.texinfo: Fix typo, $bpnum is set to last breakpoint number.
10137
10138 Fri May 26 15:55:33 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10139
10140         * Makefile.in (pdf, gdbint.pdf, gdb.pdf, stabs.pdf): New targets.
10141         Generate using pdftex.
10142         (PDFTEX): Define.
10143         (STAGESTUFF, maintainer-clean realclean): Add *.pdf.
10144         (gdb.texinfo, gdbint.texinfo, stabs.texinfo): When TeX insert the
10145         @contents at the start.
10146
10147 2000-05-24  Eli Zaretskii  <eliz@gnu.org>
10148
10149         * gdb.texinfo: Remove duplicate @syncodeindex.  From Brian
10150         Youmans.
10151
10152 Wed May 24 21:27:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10153
10154         From Brian Youmans:
10155         * gdb.texinfo: Fix ``et al.''.
10156
10157 Tue May 23 22:57:41 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10158
10159         * Makefile.in (refcard.dvi): Remove quotes around REFEDITS in for
10160         loop.
10161
10162 2000-05-19  Jimmy Guo  <guo@cup.hp.com>
10163
10164         * configure: Regenerate.
10165
10166 2000-05-17  Eli Zaretskii  <eliz@gnu.org>
10167
10168         * Makefile.in (install-info): Run install-info on installed Info
10169         files.
10170
10171 Fri May 12 20:18:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10172
10173         * gdb.texinfo: Add Stan Shebs, et.al. as authors.  Mention
10174         Andrew Cagney.
10175
10176 2000-05-09  Eli Zaretskii  <eliz@gnu.org>
10177
10178         * gdb.texinfo: Proofreading changes from Brian Youmans.
10179
10180 2000-05-01  Nick Duffek  <nsd@cygnus.com>
10181
10182         * gdb.texinfo (Command Files): Mention -x, use @enumerate for
10183         startup sequence, minor edits.
10184
10185 2000-05-01  Eli Zaretskii  <eliz@gnu.org>
10186
10187         * annotate.texi: Remove "@syncodeindex fn cp", it causes grief in
10188         TeX.
10189
10190         * gdb.texinfo: Add "@syncodeindex fn cp".  Convert all entries
10191         "@kindex f" into "@kindex f (foo)", otherwise we get index entries
10192         like `n' and `s' which look weird.  Convert some of the @kindex to
10193         @vindex, when they refer to variables, not commands.
10194
10195 Sat Apr 29 17:01:04 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10196
10197         * gdbint.texinfo (Hints): Do not use @value{GDBN in @nodes.
10198
10199 2000-04-23  Eli Zaretskii  <eliz@gnu.org>
10200
10201         * Makefile.in (GDBMI_DIR): New variable.
10202         (SET_TEXINPUTS): Add $(GDBMI_DIR).
10203         (SFILES_DOC): Add $(GDBMI_DIR)/gdbmi.texinfo.
10204         (gdbmi.texinfo): New target, for texi2roff.
10205         (gdb.me, gdb.ms, gdb.mm): Depend on gdbmi.texinfo.
10206         (gdb.info, gdb_toc.html): Add "-I ${GDBMI_DIR}".
10207
10208         * gdb.texinfo (Top): Add GDB/MI to the main menu and @include
10209         gdbmi.texinfo.
10210         (Mode Options): Add xref to GDB/MI docs and remove a FIXME
10211         comment.
10212
10213 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10214
10215         * gdb.texinfo (Files): Update description of add-symbol-file
10216         command.
10217
10218 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10219
10220         * gdb.texinfo (Porting GDB): Don't use @value in the node name, it
10221         prevents the build (and is generally a Bad Idea).
10222
10223 2000-04-17  Eli Zaretskii  <eliz@gnu.org>
10224
10225         * gdb.texinfo (Protocol): Prevent makeinfo from complaining about
10226         a comma inside @var.
10227         (Command Files): Index markup changes from Dmitry Sivachenko
10228         <dima@Chg.RU>.
10229
10230 2000-04-16  Eli Zaretskii  <eliz@gnu.org>
10231
10232         * Makefile.in (LN_S): Define.
10233         (gdb-cfg.texi, gdb.dvi, links2roff, inc-hist.texinfo): Don't
10234         invoke "ln -s" unless it is known to work.
10235
10236         * configure.in (AC_PROG_LN_S): Add.
10237
10238 2000-04-14  Jim Blandy  <jimb@redhat.com>
10239
10240         * gdbint.texinfo (Pointers Are Not Always Addresses): New manual
10241         section.
10242         (Target Conditionals): Document ADDRESS_TO_POINTER,
10243         POINTER_TO_ADDRESS.
10244
10245 2000-04-11  Daniel Berlin  <dan@cgsoftware.com>
10246
10247         * gdbint.texinfo: Replaced GDB with @value{GDBN}, @include
10248         gdb-cfg.texi to get the value.
10249
10250 2000-04-10  Jim Blandy  <jimb@redhat.com>
10251
10252         * gdbint.texinfo (Target Architecture Definition): Fix
10253         cross-references.
10254
10255 2000-04-08  Jim Blandy  <jimb@redhat.com>
10256
10257         * gdbint.texinfo (Using Different Register and Memory Data
10258         Representations): New section.
10259         (REGISTER_CONVERTIBLE, REGISTER_RAW_SIZE, REGISTER_VIRTUAL_SIZE,
10260         REGISTER_VIRTUAL_TYPE, REGISTER_CONVERT_TO_VIRTUAL,
10261         REGISTER_CONVERT_TO_RAW): Document.
10262
10263 Mon Apr  3 19:16:32 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10264
10265         * gdb.texinfo (Protocol): Deprecate the sequence-id.  Add cindex
10266         for acknowledgments.
10267
10268 Tue Mar 28 18:28:45 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10269
10270         * gdb.texinfo (Protocol): Replace ``qfThreadExtraInfo'' with
10271         qThreadExtraInfo.
10272
10273 2000-03-28  J.T. Conklin  <jtc@redback.com>
10274
10275         * gdb.texinfo: Clarify which remote debug protocol commands are
10276         required and which are optional.
10277
10278 Tue Mar 28 16:06:22 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10279
10280         * gdb.texinfo: Revert remainder of Fri Mar 24 18:06:34 2000 Andrew
10281         Cagney <cagney@b1.cygnus.com>.  Move @chapter and @node entries
10282         back to annotate.texi, rluser.texinfo and inc-hist.texinfo.
10283         * annotate.texi: Update.
10284
10285 2000-03-28  Stan Shebs  <shebs@apple.com>
10286
10287         * gdb.texinfo: Update dates, bump to Eighth Edition (note
10288         expectation of additional changes before release), update
10289         ISBN, add copy of top-level menu for @ifhtml, remove explicit
10290         node links, rephrase and/or shorten lines to fix formatting
10291         problem in both regular and @smallbook formats.
10292         * annotate.texi: Shorten lines in example, use smallexample
10293         consistently everywhere.
10294         * Makefile.in: Add comment about texinfo 4.0 html generation.
10295         (SFILES_INCLUDED): Add annotate.texi.
10296
10297 2000-03-27  Daniel Berlin  <dan@cgsoftware.com>
10298
10299         * gdb.texinfo (Debugging Output): Added new section, documenting
10300         the "set/show debug" commands.
10301
10302 Fri Mar 24 18:06:34 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10303
10304         * annotate.texi (Annotations): When GDBN omit @chapter and @node
10305         entry.
10306
10307         * gdb.texinfo: Check for @ifinfo instead of @ifnottex.
10308         (rluser.texinfo, inc-hist.texinfo, annotate.texi): Add local
10309         @chapter and @node entries.
10310
10311         * gdb.texinfo: Link all top-level nodes.
10312
10313 Fri Mar 24 17:56:48 2000  Andrew Cagney  <cagney@b1.cygnus.com>
10314
10315         * Makefile.in (install-info): Create $(infodir) before installing
10316         files.
10317
10318 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
10319
10320         From David Whedon <dwhedon@gordian.com>
10321         * gdbint.texinfo : Added paragraphs about command deprecation.
10322
10323 2000-03-22  Daniel Berlin  <dan@cgsoftware.com>
10324
10325       * gdb.texinfo: Add documentation for the apropos command.
10326
10327 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
10328
10329         * gdb.texinfo: Add new queries ThreadInfo and ThreadExtraInfo.
10330
10331 2000-03-20  Michael Snyder  <msnyder@cleaver.cygnus.com>
10332
10333         * gdb.texinfo: Add white space to prevent overprinting in
10334         two places.
10335
10336 2000-03-17  Stan Shebs  <shebs@apple.com>
10337
10338         * gdb.texinfo: Many minor changes from Dmitry Sivachenko
10339         <dima@Chg.RU>, also clarification of allowed content for
10340         string constants.
10341
10342 2000-03-16  Eli Zaretskii <eliz@gnu.org>
10343
10344         * gdb.texinfo (main menu): Add Annotations.
10345         (File Options): Add @cindex entries for each command-line option.
10346         Document --epoch, --annotate, --async, --interpreter, --write,
10347         --statistics, and --version.
10348
10349         * annotate.texi: Convert to a chapter.  Use @value{GDBN} instead
10350         of GDB.
10351
10352 2000-02-23  Jim Blandy  <jimb@redhat.com>
10353
10354         * gdbint.texinfo (FUNCTION_START_OFFSET): Document.
10355
10356 2000-02-22  Jim Blandy  <jimb@redhat.com>
10357
10358         * gdbint.texinfo: Document COERCE_FLOAT_TO_DOUBLE --- the new form.
10359
10360 2000-02-15  Jason Molenda  (jsm@bugshack.cygnus.com)
10361
10362         * Makefile.in (diststuff): New target.
10363
10364 2000-02-15  Kevin Buettner  <kevinb@redhat.com>
10365
10366         * agentexpr.texi: Fix wording regarding Intel's IA-64
10367         architecture.  [From Jim Wilson.]
10368
10369 2000-01-16  Tom Tromey  <tromey@cygnus.com>
10370
10371         * gdb.texinfo (Breakpoints): Mention breakpoint ranges.
10372         (Delete Breaks): Mention range arguments.
10373         (Disabling): Likewise.
10374
10375 2000-01-05  Dmitry Sivachenko <dima@Chg.RU>
10376
10377         * gdb.texinfo:  Wrap "ASCII" in @sc{}; clarify a few sentences.
10378
10379 Wed Dec  8 19:53:08 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10380
10381         * gdbint.texinfo (FRAME_CHAIN_VALID): Add the generic frame-chain
10382         valid functions.
10383
10384 1999-11-05  Stan Shebs  <shebs@andros.cygnus.com>
10385
10386         * gdb.texinfo: Clarify regular expressions used in rbreak.
10387
10388 1999-10-15  Kevin Buettner  <kevinb@cygnus.com>
10389
10390         * gdbint.texinfo (MEMORY_INSERT_BREAKPOINT,
10391         MEMORY_REMOVE_BREAKPOINT):  Document.
10392
10393 Thu Oct 14 21:17:17 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10394
10395         * gdb.texinfo (remote): Document how GDB ignores the qOffsets BSS
10396         offset re-using the DATA offset instead.
10397
10398 1999-10-11  Jim Kingdon  <kingdon@redhat.com>
10399
10400         * gdbint.texinfo (Target Architecture Definition): Add PARM_BOUNDARY.
10401
10402 1999-10-05  Stan Shebs  <shebs@andros.cygnus.com>
10403
10404         From Dmitry Sivachenko <demon@gpad.ac.ru>:
10405         * gdb.texinfo: Use GDBP and GDBN everywhere, fix a couple other
10406         typos.
10407
10408         * gdb.texinfo: Various minor wording and formatting improvements,
10409         mentions of additional command-line options.
10410
10411 1999-09-30  Fred Fish  <fnf@cygnus.com>
10412
10413         * gdb.texinfo:  Document additional forms of specifying section
10414         names and addresses for the add-symbol-file command.
10415
10416 1999-09-14  Michael Snyder  <msnyder@cleaver.cygnus.com>
10417
10418         * gdbint.texinfo: Fix typo, add the word "have".
10419
10420 1999-09-14  Jim Blandy  <jimb@cris.red-bean.com>
10421
10422         * gdbint.texinfo (Target Architecture Definition): Document the
10423         SKIP_PERMANENT_BREAKPOINT macro.
10424
10425 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
10426
10427         * gdb.texinfo: Fiks speling errers.
10428
10429         * gdb.texinfo: Fix uses of @multitable.
10430
10431         From Eli Zaretskii  <eliz@gnu.org>:
10432         * gdb.texinfo: Include details specific to DOS host, clarify
10433         some confusing language, fix @ref/@xref/@pxref usages, add
10434         comments about using with optimization, add more indexing,
10435         fix info about disassembly-flavor.
10436
10437 Tue Sep  7 09:11:24 1999  Kevin Buettner  <kevinb@cygnus.com>
10438
10439         * gdbint.texinfo (IN_SOLIB_DYNSYM_RESOLVE_CODE,
10440         SKIP_SOLIB_RESOLVER): Define.
10441
10442 Fri Sep  3 18:05:14 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10443
10444         * gdb.texinfo (Protocol): Review.  Add tables describing ``q'' and
10445         ``g'' packets.
10446
10447 1999-08-30  Stan Shebs  <shebs@andros.cygnus.com>
10448
10449         * gdb.texinfo: Create a new "Configurations" chapter with
10450         platform-specific info, inline remote.texi and move sections of it
10451         into the new chapter, move bits about info proc, heuristic search,
10452         and register stack into the new chapter.
10453         * remote.texi: Remove, now part of gdb.texinfo.
10454         * Makefile.in (SFILES_INCLUDED): Remove ref to remote.texi.
10455
10456 1999-08-27  Jason Molenda  (jsm@bugshack.cygnus.com)
10457
10458         * gdbint.texinfo (GDB_TARGET_IS_SUN3, GDB_TARGET_IS_SUN386,
10459         GDB_TARGET_IS_MACH386): These kludges have gone away.
10460
10461 Wed Aug 25 10:47:03 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10462
10463         * gdbint.texinfo (Target Architecture Definition): Mention
10464         TDEPLIBS.
10465
10466 1999-08-20  Stan Shebs  <shebs@andros.cygnus.com>
10467
10468         * gdb.texinfo: Remove remaining "HPPA" conditionals, rewrite
10469         surrounding text to fit HP-UX bits into general info.
10470         (HPPA-cfg.texi): Remove, no longer useful.
10471
10472         * gdb.texinfo: Remove explicit links from @node lines, remove
10473         HP-added "Detailed Node Listing" from main menu which confuses
10474         things.
10475
10476         From Dmitry Sivachenko <dima@Chg.RU>:
10477         * gdb.texinfo: Use @value{GDBN} instead of plain GDB, fix grouping
10478         in description of `set environment'.
10479
10480 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
10481
10482         * gdbint.texinfo: Update coding standard to allow pure ANSI/ISO C.
10483
10484 1999-08-12  Ben Elliston  <bje@cygnus.com>
10485
10486         * gdbint.texinfo (Breakpoint Handling): Add missing words.
10487
10488 1999-08-10  Eli Zaretskii  <eliz@gnu.org>
10489
10490         * gdb.texinfo (Set Watchpoints): Explain some subtleties about
10491         watch, awatch, and rwatch.  Explain why the latter two cannot be
10492         set as software watchpoints.  Document that watchpoints for local
10493         variables are deleted when the debuggee terminates.
10494
10495 Wed Aug 11 13:18:14 1999  Andrew Cagney  <cagney@amy.cygnus.com>
10496
10497         * remote.texi (Protocol): Further clarification of the "qRcmd"
10498         packet.  Allow E.. response packet.  "qRcmd" packet is no longer
10499         reserved.
10500
10501 1999-08-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
10502
10503         * Makefile.in: Rename inc-hist.texi to inc-hist.texinfo.
10504         * gdb.texinfo: Ditto.
10505
10506 1999-08-06  Tom Tromey  <tromey@cygnus.com>
10507
10508         * gdb.texinfo (KOD): New node.
10509
10510 Fri Aug  6 17:05:48 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10511
10512         * remote.texi (Rcmd): Fix minor formatting typos.
10513
10514 Thu Aug  5 17:57:41 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10515
10516         * remote.texi (protocol qRcmd): Allow ``OK'' and ``O...'' response
10517         packets.
10518
10519 1999-07-14  Jim Blandy  <jimb@zwingli.cygnus.com>
10520
10521         * gdbint.texinfo (PREPARE_TO_PROCEED, ADDR_BITS_REMOVE): Doc
10522         fixes.
10523
10524 Tue Jun 29 11:43:55 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10525
10526         * gdbint.texinfo (SAVE_DUMMY_FRAME_TOS): Define.
10527
10528 Fri Jun 25 11:47:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10529
10530         * remote.texi (Communication Protocol): ``v'' is in use. Fix
10531         numerous formatting errors.  Clarify ``i''.  Mark ``i'', ``Z'',
10532         ``z'' and ``qRcmd'' as draft instead of reserved.  Identify
10533         packets that are not supported on all hosts. Expand examples.
10534         Spell check.
10535
10536 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
10537
10538         * Makefile.in: Recognize html, install-html.  Add targets
10539         to build HTML versions of documentation via texi2html.
10540
10541 Thu Jun 24 15:59:03 1999  Stan Shebs  <shebs@andros.cygnus.com>
10542
10543         * gdbint.texinfo (Testsuite): New chapter, information about the
10544         testsuite.
10545
10546 Fri Jun 25 02:40:34 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10547
10548         * remote.texi (Communication Protocol): Rewrite.
10549
10550 Thu Jun 24 16:59:54 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10551
10552         * stabs.texinfo: Fix uses of xref.
10553
10554 Thu Jun 17 17:23:25 1999  Stan Shebs  <shebs@andros.cygnus.com>
10555
10556         * gdbint.texinfo: Add an anti-printf exhortation, and update the
10557         info about patch submission.
10558
10559 Mon Jun  7 15:49:40 1999  Stan Shebs  <shebs@andros.cygnus.com>
10560
10561         From Per Bothner  <bothner@cygnus.com>:
10562         * gdb.texinfo: Document Chill support.
10563
10564 Fri Jun  4 16:58:22 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10565
10566         * gdbint.texinfo (SP_REGNUM, FP_REGNUM, PC_REGNUM): Add reference
10567         to corresponding TARGET_READ_reg TARGET_WRITE_reg macros.
10568         Document that the value should be greater-than or equal-to zero.
10569         (NO_STD_REGS): Document. Deprecate.
10570
10571 Tue Jun  1 15:04:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10572
10573         * gdbint.texinfo (TARGET_COMPLEX_BIT, TARGET_DOUBLE_COMPLEX_BIT):
10574         Document that these are not used.
10575
10576 Thu May 27 09:28:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10577
10578         * gdbint.texinfo (EXTRACT_STRUCT_VALUE_ADDRESS_P): Document.
10579
10580 Mon May 24 10:07:39 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10581
10582         * gdbint.texinfo (FRAME_NUM_ARGS): Update definition.  Parameter
10583         numargs was dropped.
10584
10585 Thu May 20 12:26:59 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10586
10587         * gdbint.texinfo (FRAMELESS_FUNCTION_INVOCATION): Update.
10588
10589 Tue Apr 27 19:14:20 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10590
10591         * gdbint.texinfo (SKIP_PROLOGUE, SKIP_PROLOGUE_FRAMELESS_P):
10592         Update.
10593
10594 Thu Apr 22 13:07:37 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10595
10596         * gdbint.texinfo (USE_GENERIC_DUMMY_FRAMES): Document.
10597         (GET_SAVED_REGISTER): Update, not just the a29k uses this.
10598
10599 Wed Apr 21 13:59:01 1999  Dave Brolley  <brolley@cygnus.com>
10600
10601         * gdbint.texinfo: Fix typos: $ -> @.
10602
10603 Tue Apr 20 11:59:38 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10604
10605         * gdbint.texinfo (REGISTER_NAMES, BREAKPOINT, BIG_BREAKPOINT,
10606         LITTLE_BREAKPOINT, LITTLE_REMOTE_BREAKPOINT,
10607         BIG_REMOTE_BREAKPOINT): Deprecate in favor of REGISTER_NAME and
10608         BREAKPOINT_FROM_PC.
10609
10610 Mon Apr 12 16:00:44 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10611
10612         * gdbint.texinfo (CALL_DUMMY_STACK_ADJUST_P,
10613         CALL_DUMMY_STACK_ADJUST): Document.
10614
10615 Thu Apr  8 17:23:15 1999  Andrew Cagney  <cagney@b1.cygnus.com>
10616
10617         * gdbint.texinfo (CALL_DUMMY_P, CALL_DUMMY_WORDS,
10618         SIZEOF_CALL_DUMMY_WORDS, CALL_DUMMY): Define.
10619
10620 1999-04-02  Stan Shebs  <shebs@andros.cygnus.com>
10621
10622         * gdbint.texinfo (MAINTENANCE_CMDS): Remove ref, since it no
10623         longer exists.
10624
10625 Tue Mar  9 19:25:11 1999  Stan Shebs  <shebs@andros.cygnus.com>
10626
10627         * gdb.texinfo, remote.texi, all-cfg.texi, HPPA-cfg.texi: Remove
10628         nearly all @ifset/@ifclear conditionals; nobody uses them, and
10629         they make the manual source incomprehensible.
10630         * h8-cfg.texi: Remove, hasn't been used in years.
10631
10632 Thu Feb 11 18:00:59 1999  Stan Shebs  <shebs@andros.cygnus.com>
10633
10634         * gdb.texinfo: Update the credits.
10635
10636 Mon Feb  8 17:33:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
10637
10638         * gdb.texinfo: Fix mistakes noticed in printout of last
10639         draft, add Alpha to discussion of heuristic fence post.
10640
10641 Fri Feb  5 17:20:00 1999  Stan Shebs  <shebs@andros.cygnus.com>
10642
10643         * gdb.texinfo, remote.texi: Many changes; update to Seventh
10644         Edition, merge some HP changes into mainline, describe some
10645         previously undocumented features, describe more of the target
10646         commands available, eliminate obsolete section on renamed
10647         commands.
10648         * all-cfg.texi, HPPA-cfg.texi: Remove some obsolete conditionals.
10649
10650 Wed Jan 20 17:47:45 1999  Stan Shebs  <shebs@andros.cygnus.com>
10651
10652         * gdb.texinfo: Make many HPPA conditionals unconditional,
10653         including catchpoint description, since now on for all configs.
10654         * all-cfg.texi: @clear HPPA, since is mainly for very HP-specific
10655         specializations.
10656
10657 Thu Jan 14 17:10:12 1999  Stan Shebs  <shebs@andros.cygnus.com>
10658
10659         * Makefile.in (GDBvn.texi): Fix match expression to work with
10660         current format of VERSION in gdb/Makefile.in.
10661         * gdb.texinfo: Fix node ref to match new readline.
10662
10663 Wed Jan 13 10:38:40 1999  Edith Epstein  <eepstein@sophia.cygnus.com>
10664
10665         * gdb.texinfo: Changes made as part of a project to merge in
10666           changes made by HP. Documentation makes extensive use of
10667           @ifclear HPPA and @ifset HPPA. The HP manual omits doumentation
10668           on remote debugging. There are differences in documentation
10669           (HP vs.  non-HP) on C++ support (aCC vs. gnu gcc++). Also,
10670           the HP manual discusses catchpoints, hardware watchpoints, and
10671           some HPUX specific limitations for shared library support.
10672
10673           There are also a number of @node changes.
10674
10675 1999-01-12  Jason Molenda  (jsm@bugshack.cygnus.com)
10676
10677         * gdbint.texinfo (Formatting): Disambiguate a sentence.
10678         (C Usage): Same.
10679
10680 Wed Jan  6 11:55:34 1999  David Taylor  <taylor@texas.cygnus.com>
10681
10682         The following changes were made by Edith Epstein
10683         <eepstein@cygnus.com> as part of a project to merge in changes
10684         made by HP.
10685
10686         * HPPA-cfg.texi: new file.
10687
10688         * all-cfg.texi: set HPPA for HP PA-RISC targets.
10689
10690         * refcard.tex: change documentation about catch.
10691           removed info catch.
10692
10693 Mon Jan  4 18:29:18 1999  Stan Shebs  <shebs@andros.cygnus.com>
10694
10695         * gdbint.texinfo: Expand on GDB's coding standards,
10696         specify the use of arg names with prototypes.
10697
10698 1998-12-14  J.T. Conklin  <jtc@redbacknetworks.com>
10699
10700         * gdb.texinfo: Fix tipo.
10701
10702 Sun Dec 13 10:27:59 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10703
10704         * gdbint.texinfo: Document TARGET_BYTE_ORDER_DEFAULT and
10705         TARGET_BYTE_ORDER_SELECTABLE_P.
10706
10707 Thu Dec 10 16:07:09 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10708
10709         * gdbint.texinfo (FRAME_FIND_SAVED_REGS): Document.
10710
10711 1998-12-09  Jim Blandy  <jimb@zwingli.cygnus.com>
10712
10713         * agentexpr.texi: New file.
10714
10715 Wed Dec  9 21:13:57 1998  Andrew Cagney  <cagney@chook>
10716
10717         * gdbint.texinfo (REGISTER_NAME): Replace REGISTER_NAMES.
10718
10719 1998-12-03  J.T. Conklin  <jtc@redbacknetworks.com>
10720
10721         * remote.texi: Changed wording that implied that the GDB remote
10722         protocol caches register values instead of GDB itself.
10723
10724 Tue Dec  1 17:45:43 1998  Stan Shebs  <shebs@andros.cygnus.com>
10725
10726         * gdbint.texinfo: Add some info about symbol readers.
10727         (CHILL_PRODUCER, etc): Comment out descriptions, not useful.
10728         (IN_SOLIB_CALL_TRAMPOLINE): Rename info from IN_SOLIB_TRAMPOLINE.
10729         (IN_SOLIB_RETURN_TRAMPOLINE): Describe.
10730         (KERNEL_DEBUGGING, MIPSEL): No info about these, remove.
10731
10732 Mon Nov 30 11:32:21 1998  Andrew Cagney  <cagney@chook>
10733
10734         * gdbint.texinfo (FRAME_CHAIN_VALID_ALTERNATE):
10735
10736 Sat Nov 28 13:45:53 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10737
10738         * gdbint.texinfo (INNER_THAN): Update, now takes parameters.
10739
10740 Fri Nov 27 12:39:45 1998  Andrew Cagney  <cagney@chook>
10741
10742         * gdbint.texinfo (NO_SINGLE_STEP): Replace with
10743         SOFTWARE_SINGLE_STEP_P and SOFTWARE_SINGLE_STEP.
10744
10745 Wed Oct 14 10:02:40 1998  Andrew Cagney  <cagney@b1.cygnus.com>
10746
10747         * gdbint.texinfo: Fix minor typos.
10748
10749 Wed Sep 30 18:03:19 1998  Stan Shebs  <shebs@andros.cygnus.com>
10750
10751         * gdbint.texinfo: Complete overhaul.  Group descriptions more
10752         logically, add more info on generic algorithms, remove much
10753         obsolete and/or wrong material.
10754
10755 Fri Jul 24 17:51:38 1998  Ian Lance Taylor  <ian@cygnus.com>
10756
10757         * stabs.texinfo (Method Type Descriptor): Expand and correct.
10758
10759 Mon May  4 10:37:12 1998  Brian Youmans (3diff@gnu.org)
10760
10761         * refcard.tex:  Copyright, address updates.
10762
10763 Tue Apr 21 18:09:56 1998  Stan Shebs  <shebs@andros.cygnus.com>
10764
10765         * gdb.texinfo (EDITION, DATE): Update and change to use ordinals
10766         for the edition instead of confusing GDB-version-like numbers.
10767
10768 Mon Apr 13 14:05:00 1998  Fred Fish  <fnf@cygnus.com>
10769
10770         * gdb.texinfo (hbreak, watch): Fix typo, "date" -> "data".
10771
10772 Thu Apr  2 16:52:44 1998  Jason Molenda  (crash@bugshack.cygnus.com)
10773
10774         * LRS: Reformat a bit to keep text under 80 columns.
10775
10776 Thu Apr  2 16:10:36 1998  Stan Shebs  <shebs@andros.cygnus.com>
10777
10778         * gdb.texinfo: Add some credits, mention bug monitor.
10779         * remote.texi: Mention mips monitor targets.
10780         * gdbint.texinfo: Describe SP_REGNUM, STEP_SKIPS_DELAY.
10781
10782 Mon Feb  2 17:13:03 1998  Stan Shebs  <shebs@andros.cygnus.com>
10783
10784         * gdbint.texinfo: Remove obsolete mentions of pinsn.c and opcode.h
10785         files, finish sorting of host vs target vs native macros, describe
10786         some more of them.
10787
10788 Tue Jan 13 16:44:50 1998  Fred Fish  <fnf@cygnus.com>
10789
10790         * gdbint.texinfo (Host Conditionals): Document change from
10791         using NO_MMALLOC to it's inverse, USE_MMALLOC.
10792
10793 Mon Nov 24 13:55:21 1997  Andrew Cagney  <cagney@b1.cygnus.com>
10794
10795         * gdbint.texinfo (Host Conditionals): Document
10796         PRINTF_HAS_LONG_DOUBLE, SCANF_HAS_LONG_DOUBLE, HAVE_LONG_DOUBLE.
10797
10798 Fri Jul  4 14:52:31 1997  Ian Lance Taylor  <ian@cygnus.com>
10799
10800         * gdbint.texinfo (Host Conditionals): Add CRLF_SOURCE_LINES.
10801         Document LSEEK_NOT_LINEAR.
10802
10803 Tue Mar 25 14:44:09 1997  Ian Lance Taylor  <ian@cygnus.com>
10804
10805         * stabs.texinfo (Stab Section Basics): Make it clear that only
10806         some versions of the GNU linker remove the leading N_UNDF symbol.
10807
10808 Thu Feb 27 17:45:19 1997  Ian Lance Taylor  <ian@cygnus.com>
10809
10810         * stabs.texinfo (String Field): Document type number pairs here,
10811         instead of in the Sun specific section.
10812         (Include Files): The GNU linker supports the N_BINCL
10813         optimization.  Clarify the N_BINCL value, and what it is used
10814         for.
10815         (Procedures): Document N_FUN with an empty string to mark the end
10816         of a function.
10817         (Typedefs): Mention that Sun compilers may use N_GSYM for a type.
10818         (Sun Differences): Remove this node, as the information is now
10819         elsewhere in the main document.
10820         (Stab Section Basics): Mention that the GNU linker may optimize
10821         stabs and remove the leading N_UNDF symbol.
10822
10823 Mon Dec  9 12:23:32 1996  Roland Pesch  <roland@wrs.com>
10824
10825         * gdb.texinfo, refcard.tex: Restore author credit
10826
10827 Wed Oct  2 22:01:36 1996  Fred Fish  <fnf@fishfood.ninemoons.com>
10828
10829         * gdbint.texinfo (SIGTRAMP_START, SIGTRAMP_END): Update
10830         documentation to account for START and END macros taking
10831         one arg.
10832
10833 Thu Aug 22 17:59:03 1996  Fred Fish  <fnf@cygnus.com>
10834
10835         From: Eberhard Mattes <mattes@azu.informatik.uni-stuttgart.de>
10836         * gdb.texinfo (Frames): Fix typo.
10837
10838 Tue Jul 23 10:06:20 1996  Fred Fish  <fnf@cygnus.com>
10839
10840         * gdbint.texinfo (NO_SINGLE_STEP): Document that single_step takes
10841         a target_signal as arg type, not a pid.
10842
10843 Fri Jul 12 11:10:05 1996  Stu Grossman  (grossman@critters.cygnus.com)
10844
10845         * gdb.texinfo:  Document `set assembly-language'.
10846
10847 Thu Jul 11 13:50:28 1996  Stan Shebs  <shebs@andros.cygnus.com>
10848
10849         * remote.texi: Update list of stubs in the GDB distribution.
10850
10851 Fri Jul  5 15:38:54 1996  Fred Fish  <fnf@cygnus.com>
10852
10853         * gdbint.texinfo (NO_MMCHECK): Renamed from NO_MMALLOC_CHECK.
10854         Also document that some systems can use mmalloc but must define
10855         this if their C runtime allocates memory that is later freed.
10856         (MMCHECK_FORCE): Document new macro.
10857
10858 Fri Jun 28 22:17:10 1996  Dawn Perchik  <dawn@cygnus.com>
10859
10860         * remote.texi: Add documentation for target Sparclet.
10861
10862 Mon Jun 24 18:12:22 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
10863
10864         * Makefile.in (srcdir, VPATH, prefix, infodir, INSTALL,
10865         INSTALL_PROGRAM, INSTALL_DATA): Use autoconf set values.
10866         * configure.in: Rewritten for autoconf.
10867         * configure: New.
10868
10869 Mon Jun 17 10:43:41 1996  Fred Fish  <fnf@cygnus.com>
10870
10871         * Makefile.in (DVIPS): New define, set to dvips.
10872         (dvi): Add stabs.dvi.
10873         (ps): New target.
10874         (all-doc): Depend on info, dvi, and ps targets.
10875         (STAGESTUFF): Add *.ps and *.dvi files.
10876         (clean-info, clean-dvi): Remove.
10877         (mostlyclean): Does not depend upon clean-info or clean-dvi,
10878         rules completely rewritten.
10879         (maintainer-clean): Remove clean-info and clean-dvi
10880         dependencies and put their actions in the rules.
10881         (gdb.ps): New target
10882         (gdb.dvi, gdbgui.dvi, gdbint.dvi, stabs.dvi): Remove
10883         intermediate TeX files, whether they have 2 or 3 character
10884         extensions.
10885         (gdbint.ps): Add target and rules.
10886         (gdb-internals): Delete unused target.
10887         (Makefile): Depends upon config.status also.
10888
10889 Sat Mar 30 15:46:58 1996  Fred Fish  <fnf@cygnus.com>
10890
10891         * gdbint.texinfo (CC_HAS_LONG_LONG): Clarify when/how this is
10892         set.
10893
10894 Sat Mar 16 15:10:20 1996  Fred Fish  <fnf@cygnus.com>
10895
10896         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
10897         * gdb.texinfo (Expressions): Fix erroneous array constant example.
10898
10899 Sat Mar 16 13:28:45 1996  Fred Fish  <fnf@cygnus.com>
10900
10901         * gdb.texinfo: Add missing "@bullet" to some "@itemize" commands.
10902
10903 Sat Feb 10 03:28:36 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
10904
10905         * gdb.texinfo (Print settings):  Document
10906         `set/show print static-members' commands.
10907
10908 Wed Jan 10 14:16:37 1996  Fred Fish  <fnf@cygnus.com>
10909
10910         * gdbint.texinfo (Native): Document name change, coredep.c to
10911         core-aout.c.
10912
10913 Wed Dec 13 12:35:28 1995  Ian Lance Taylor  <ian@cygnus.com>
10914
10915         * stabs.texinfo (Include Files): Document the values the SunOS4
10916         linker creates for N_BINCL/N_EINCL/N_EXCL stabs.
10917
10918 Fri Dec  8 21:08:44 1995  Fred Fish  <fnf@cygnus.com>
10919
10920         * gdbint.texinfo (Releases): Change gdb.tar.Z to gdb.tar.gz.
10921         Fix typo.
10922
10923 Fri Dec  1 11:07:50 1995  Fred Fish  <fnf@cygnus.com>
10924
10925         * gdbint.texinfo (Releases): Make "gdb.tar.gz" rather than
10926         "gdb.tar.Z".
10927
10928 Wed Sep 20 13:14:10 1995  Ian Lance Taylor  <ian@cygnus.com>
10929
10930         * Makefile.in (maintainer-clean): New target, synonym for
10931         realclean.
10932
10933 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
10934
10935         * Update all FSF addresses except those in COPYING* files.
10936
10937 Wed Jul 19 18:43:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
10938
10939         From Richard Earnshaw (rearnsha@armltd.co.uk):
10940         * gdb.texinfo (convenience variables): Document $_exitcode.
10941         (quit): Document optional expression to use as exit code.
10942
10943 Thu Jun 22 21:27:33 1995  Victoria Mixon  <victoria@cygnus.com>
10944
10945         * gdb.texinfo, remote.texi: Brought up to date with various
10946         GDB changes.
10947
10948 Tue Jun 20 14:35:38 1995  Stan Shebs  <shebs@andros.cygnus.com>
10949
10950         * gdb.texinfo: Update dates and versions, fix comments about
10951         hardware watchpoints in future releases and about the
10952         sharedlibrary command.
10953
10954 Mon May  8 09:30:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10955
10956         * stabs.texinfo: Remove node `XCOFF differences'.  Describe value of
10957         C_FUN stab.  Other cleanups.
10958
10959 Wed Apr 19 07:02:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10960
10961         * remote.texi (Bootstrapping): Clarify that flush_i_cache is only
10962         for the sparc stub.
10963
10964 Tue Apr 11 11:41:49 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10965
10966         * annotate.texi: Clarify which addresses have differing formats
10967         depending on the language and which do not.
10968
10969 Tue Mar 28 16:56:22 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10970
10971         * remote.texi (NetWare): Changed example to use BOARD= instead of
10972           NODE= argument to reflect correspoding change to gdbserve.nlm.
10973
10974 Fri Mar 17 06:47:02 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10975
10976         * stabs.texinfo (Negative Type Numbers): Mention the fact that
10977         GDB, as well as AIX dbx, supports the size type attribute.
10978
10979 Thu Mar 16 12:11:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10980
10981         * stabs.texinfo (Negative Type Numbers): Document types -31 to -34.
10982
10983 Mon Mar 13 16:49:13 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10984
10985         * gdb.texinfo (Define):  Document $arg0... arguments to commands,
10986         and new 'if' and 'while' commands.
10987
10988 Fri Feb 17 15:24:35 1995  Per Bothner  <bothner@kalessin.cygnus.com>
10989
10990         * gdb.texinfo (Artificial arrays):  Note use of coerce-to-array-type.
10991
10992 Wed Feb 15 11:59:18 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
10993
10994         * all-cfg.texi: New flag, GDBSERVE, for NetWare's gdbserve.nlm.
10995         * remote.texi (NetWare): New node, how to use gdbserve.nlm on
10996           NetWare targets.  Mostly stolen from the Server node.
10997
10998 Fri Feb 10 20:20:08 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
10999
11000         * gdb.texinfo (Setting): Talk about the language of a source file
11001         versus the working language.  The old documentation did not match
11002         what GDB did.
11003
11004 Wed Feb  1 20:26:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11005
11006         * stabs.texinfo (Source Files): Document N_SO used to mark the end
11007         of a source file.
11008
11009 Mon Jan 23 14:23:37 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
11010
11011         * gdb.texinfo (Processes): New node.
11012
11013 Tue Jan 17 14:09:03 1995  Ian Lance Taylor  <ian@sanguine.cygnus.com>
11014
11015         * remote.texi: Update documentation of set/show mipsfpu.
11016
11017 Fri Jan  6 17:17:28 1995  Stan Shebs  <shebs@andros.cygnus.com>
11018
11019         * gdbgui.texinfo: New file, manual for GUI (gdbtk) users.
11020         * Makefile.in (gdbgui.dvi, gdbgui.info): New actions.
11021
11022 Sun Sep  4 16:47:21 1994  Stan Shebs  (shebs@andros.cygnus.com)
11023
11024         * gdbint.texinfo: Removed mentions of some incorrectly placed and
11025         obsolete conditionals, described some others.
11026
11027 Mon Aug  1 15:42:39 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11028
11029         * gdbint.texinfo: Remove references to BROKEN_LARGE_ALLOCA and
11030         SET_STACK_LIMIT_HUGE; they were removed from GDB 14 May 1994.
11031
11032 Mon Aug  1 15:12:02 1994  Stan Shebs  (shebs@andros.cygnus.com)
11033
11034         * gdbint.texinfo: Put regex conditionals in their own table.
11035
11036 Tue Jul 26 18:32:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
11037
11038         * gdbint.texinfo: Removed mentions of many obsolete conditionals,
11039         described or fixed the descriptions of many others.
11040
11041 Sun Jul 17 14:14:03 1994  Stan Shebs  (shebs@andros.cygnus.com)
11042
11043         * gdb.texinfo: Add some more credits.
11044         * gdbint.texinfo: Capitalize GDB consistently, describe some
11045         macros and remove some.
11046
11047 Thu Jul 14 18:43:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
11048
11049         * gdbint.texinfo: Removed mentions of many incorrectly placed and
11050         obsolete conditionals, described some others.
11051
11052 Tue Jul 12 12:23:15 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11053
11054         * gdb.texinfo (help targets):  Changed to `help target', which
11055         is the correct gdb command.
11056
11057 Wed Jun 22 18:00:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11058
11059         * annotate.texi (TODO): New node, for keeping track of annotations
11060         suggested but not yet implemented.
11061
11062 Wed Jun  1 16:10:45 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11063
11064         * stabs.texinfo (Statics): Value of xcoff C_BSTAT points to
11065         another symbol, it is not the address itself.
11066
11067 Thu May  5 20:23:36 1994  Stan Shebs  (shebs@andros.cygnus.com)
11068
11069         * stabs.texinfo (Stab Section Basics): Add comment about alignment
11070         of stabs-in-coff sections.
11071
11072 Wed May  4 06:26:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11073
11074         * annotate.texi: Change edition to 0.5 and date to May 1994.
11075         Add index.
11076         (Frames): New node, for frame annotation.
11077         (Displays): New node, for display annotation.
11078
11079         * remote.texi (MIPS Remote): Say that set timeout doesn't apply
11080         when waiting for your program to stop.
11081
11082 Fri Apr 29 18:24:46 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11083
11084         * annotate.texi (Breakpoint Info): Document annotation of header
11085         fields and record annotation.
11086
11087 Thu Apr 28 07:44:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11088
11089         * annotate.texi: New file, to document annotations.
11090
11091 Thu Apr 21 14:20:51 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11092
11093         * Makefile.in (clean): Don't remove GDBvn.texi (apparently on Jan
11094         16 I meant to make this change but did not).  Do remove gdb-cfg.texi.
11095
11096 Wed Apr 20 11:22:48 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11097
11098         * stabs.texinfo (Stab Section Basics): Say what is in .stab
11099         section, and say n_strx field is compilation unit relative.
11100         * stabs.texinfo: Don't use @code for a.out when it is the name of
11101         an object file format.
11102
11103 Wed Apr 13 20:29:54 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11104
11105         * gdb.texinfo: Refer to file names, not path names, per rms
11106         convention.
11107         (Arguments): Fix typo.
11108
11109 Thu Mar 24 08:09:12 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11110
11111         * stabs.texinfo (Global Variables): Talk about stabs in files
11112         where variables are referenced, but not defined.
11113
11114 Wed Mar 23 07:16:36 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11115
11116         * stabs.texinfo: Move stuff on @ and # type descriptors from node
11117         Cplusplus to new nodes Member Type Descriptor and Method Type
11118         Descriptor.  Re-write stuff for #.
11119
11120 Wed Mar 16 08:20:19 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11121
11122         * gdb.texinfo (Print Settings): Don't document "set print
11123         fast-symbolic-addr off".  The bug which it worked around was fixed
11124         on 25 Feb 94 in coffread.c, so I'm nuking the command.
11125
11126         * stabs.texinfo (Alternate Entry Points): New node, rewritten from
11127         N_ENTRY node.
11128
11129         * stabs.texinfo (Type Descriptors): Add 'Y' type descriptor.
11130
11131 Tue Mar 15 08:43:02 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11132
11133         * gdbint.texinfo (Host Conditionals, Target Conditionals): Remove
11134         references to ieee-float.c.
11135
11136 Fri Mar 11 08:09:40 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11137
11138         * gdb.texinfo (Set Breaks): Update documentation for tbreak to
11139         match what the code actually does.
11140
11141 Wed Mar  9 19:43:05 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11142
11143         * stabs.texinfo (Symbol Descriptors): Add OS9000 symbol descriptor s.
11144
11145 Tue Mar  1 17:04:43 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
11146
11147         * stabs.texinfo (Type Descriptors): Add OS9000 type descriptors c,
11148         i, and b.
11149
11150 Wed Feb 23 10:44:18 1994  Jim Kingdon  (kingdon@rtl.cygnus.com)
11151
11152         * stabs.texinfo: Document N_RBRAC as function relative for COFF as
11153         well as for ELF and SOM.  Unify the descriptions of ELF and SOM
11154         as "stabs in sections" rather than just saying "ELF and SOM".
11155         Also make that stuff apply to COFF.
11156
11157 Fri Feb 18 08:25:58 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11158
11159         * gdb.texinfo (Formatting Documentation): Change GhostScript to
11160         Ghostscript.
11161
11162 Fri Feb  4 06:31:31 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11163
11164         * gdb.texinfo (Continuing and Stepping): When talking about "step"
11165         versus functions without line numbers, also mention stepping into
11166         them as well as "step" when you are in them.  Tell the user how to
11167         deal with the situation.  Add comment about "debugging information".
11168
11169 Thu Feb  3 11:39:59 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11170
11171         * stabs.texinfo (Enumerations): Document restriction on where
11172         enumeration types can appear and still win with GDB.
11173
11174 Wed Feb  2 11:29:17 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11175
11176         * stabs.texinfo (Negative Type Numbers): Document format for type
11177         -16.
11178
11179 Thu Jan 27 16:53:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11180
11181         * gdb.texinfo (Selection, Frame Info): Update information about
11182         arbitrary frame specficiations.
11183
11184 Wed Jan 26 15:31:57 1994  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11185
11186         * gdb.texinfo, remote.texi: general editing pass prior to Net release
11187
11188 Tue Jan 25 12:12:04 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11189
11190         * stabs.texinfo (String Field): Discuss continuing stabs with ?.
11191
11192 Wed Jan 19 06:39:24 1994  David J. Mackenzie  (djm@thepub.cygnus.com)
11193
11194         * stabs.texinfo (Non-Stab Symbol Types): Mention N_SET* | N_EXT.
11195
11196 Sun Jan 16 12:43:32 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11197
11198         * stabs.texinfo: Re-do stuff about C_BSTAT and move from XCOFF
11199         Differences node to Statics node.
11200         (Statics): Discuss XCOFF use of V symbol descriptor.
11201
11202         * Makefile.in: Remove refcard.dvi and GDBvn.texi in realclean,
11203         not clean.
11204
11205 Wed Jan 12 21:29:54 1994  John Gilmore  (gnu@cygnus.com)
11206
11207         * gdb.texinfo (Print Settings): Document `set print
11208         fast-symbolic-addr' and improve the doc for some other
11209         `set print's.
11210
11211 Mon Jan  3 17:23:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
11212
11213         * stabs.texinfo (String Field): Talk about defining several type
11214         numbers at once.
11215         Fix lint regarding changing node ELF Transformations to
11216         ELF and SOM Transformations.
11217
11218 Fri Dec 31 00:42:43 1993  John Gilmore  (gnu@cygnus.com)
11219
11220         * stabs.texinfo:  Insert Peter Kessler's name as inventor (I think).
11221
11222 Tue Dec 28 09:30:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11223
11224         * stabs.texinfo (Cross-References): `::' is for nested types only
11225         within <>.
11226         (Structures): Document static members.
11227
11228 Mon Dec 27 13:55:04 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11229
11230         * stabs.texinfo: Document S type attribute.
11231
11232 Sun Dec 26 20:46:36 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
11233
11234         * stabs.texinfo: Add notes about stabs-in-som where appropriate.
11235
11236 Fri Dec  3 19:13:19 1993  John Gilmore  (gnu@cygnus.com)
11237
11238         * gdbint.texinfo:  Fix a few typos.
11239
11240 Sun Nov 28 18:06:25 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11241
11242         * gdb.texinfo, remote.texi: formatting improvements
11243
11244         * gdb.texinfo (New Features): mention threads.
11245         (Summary, C): fix xrefs in newly contributed text.
11246         (Threads): index entries, clarifications, example
11247         (passim): minor typos fixed, phrasing improvements
11248
11249         * remote.texi (Bootstrapping): rephrase text on ^C and add index
11250         entries; (Server): explain use of gdbserver w/real-time systems,
11251         add example of conflicting TCP port; (MIPS Remote) break up
11252         running text into table, highlighting commands, and add example.
11253
11254 Wed Nov 24 14:15:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11255
11256         * refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sed
11257
11258 Fri Nov 12 16:10:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11259
11260         * stabs.texinfo (Nested Symbols): New node.
11261         (String Field, Symbol Descriptors, Cross-References): Refer to it.
11262
11263 Thu Nov 11 13:26:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11264
11265         * stabs.texinfo (Stabs in ELF): Clarify how Bbss.bss work with respect
11266         to picking which Bbss.bss symbol to use, and (because there seems to
11267         be no good way of doing it) re-write some of the text to make it
11268         sound like Bbss.bss isn't such a great idea after all (as currently
11269         designed).
11270
11271         * gdb.texinfo (C): In addition to saying people have to use g++ for
11272         good results, say they have to use stabs.  Specifically say cfront
11273         doesn't work well.
11274         (Summary): Merge in information on Modula-2, Pascal, and Chill from
11275         the gdb README.  Add xrefs to places where the support for the various
11276         languages is described in detail.
11277
11278 Mon Nov  8 11:47:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11279
11280         * stabs.texinfo: Clean up stuff about visibility and virtual
11281         characters.
11282
11283         * stabs.texinfo (N_M2C): Cite Sun doc.
11284
11285 Fri Nov  5 16:27:27 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11286
11287         * gdb.texinfo: updates re threads.
11288         * remote.texinfo: avoid index entries starting with digits.
11289
11290 Tue Nov  2 09:08:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11291
11292         * stabs.texinfo (Enumerations): Talk about large, negative and
11293         octal values.  Clean up cross reference to type attributes.
11294         (String Field): Say that GDB 4.11 supports size attribute.
11295
11296 Sun Oct 31 13:31:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11297
11298         * remote.texi (VxWorks Remote): Clarify that rebuilding VxWorks kernel
11299         is a mandatory step.  Make the stuff about that more concise.
11300
11301 Wed Oct 27 00:25:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11302
11303         * stabs.texinfo (Class Names): New node.
11304
11305         * gdb.texinfo (Command Files): Explain order of init file reading.
11306
11307         * remote.texi (Bootstrapping): Talk about getting the serial driver
11308         to deal with ^C sent by gdb to stop the remote system.
11309
11310 Mon Oct 25 03:25:41 1993  Tom Lord  (lord@cygnus.com)
11311
11312         * libgdb.texinfo (I/O): incorporated better phrasing from rich.
11313
11314         * libgdb.texinfo (Defining Commands): made the DOC arg
11315         to gdb_define_app_command a char * instead of char **
11316         per a suggestion from kingdon.
11317
11318         * libgdb.texinfo: total rewrite from a different starting
11319         premise.
11320
11321 Wed Oct 20 18:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11322
11323         * stabs.texinfo (Local Variable Parameters): Re-write paragraph on
11324         floats passed as doubles (to improve clarity).
11325
11326 Tue Oct 19 14:21:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11327
11328         * gdb.texinfo (Source Path): index entries for $cwd, $pdir
11329
11330         * a4rc.sed: update to work with Andreas Vogel papersize params
11331
11332         * refcard.tex: use Andreas Vogel simplifications of papersize
11333         params; remove useless version info; update copyright date.
11334
11335 Tue Oct 19 10:46:22 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11336
11337         * gdb.texinfo (Symbols): Add class NAME to doc for ptype.
11338
11339 Tue Oct 12 09:11:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11340
11341         * gdb.texinfo (Files): Say what address the load command loads it at.
11342
11343         * stabs.texinfo (Common Blocks): Minor cleanups.
11344
11345         * stabs.texinfo: Update ld stabs in elf relocation to reflect the fact
11346         that Sun has backed away from the linker kludge and thus the relevant
11347         issue is changes to the SunPRO tools, not the Solaris linker.
11348
11349         * stabs.texinfo (Traditional Integer Types): Clean up description
11350         of octal bounds a little bit.  Document extra leading zeroes.
11351
11352 Thu Oct  7 16:15:37 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11353
11354         * gdb.texinfo (Signaling): Update for symbolic symbol names
11355         and add a section explaining the difference between the GDB
11356         signal command and the shell kill utility.
11357
11358 Wed Oct  6 13:23:01 1993  Tom Lord  (lord@rtl.cygnus.com)
11359
11360         * libgdb.texinfo: added `@' to braces that were unescaped.
11361
11362 Mon Oct  4 10:42:18 1993  Tom Lord  (lord@rtl.cygnus.com)
11363
11364         * libgdb.texinfo: new file.  Spec for the gdb library.
11365
11366 Sun Oct  3 15:26:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11367
11368         * stabs.texinfo (Include Files): Fix typo (start -> end).
11369
11370 Thu Sep 30 18:24:56 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11371
11372         * gdb.texinfo, remote.texi: assorted small improvements, mostly
11373         from Melissa at FSF's editing pass.
11374
11375 Thu Sep 30 11:54:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11376
11377         * gdb.texinfo: Remove stuff about ar and 14 character filenames.
11378         I believe this was fixed by the 13 Sep 89 change to print_frame_info.
11379         Also, modern versions of ar like BSD 4.4 or SVR4 don't have this bug.
11380
11381 Wed Sep 22 21:22:11 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11382
11383         * remote.texi (Bootstrapping): Discuss 386 call gates.
11384
11385 Sat Sep 18 17:10:44 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11386
11387         * stabs.texinfo (Based Variables): New node.
11388
11389 Thu Sep 16 17:48:55 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
11390
11391         * stabs.texinfo (Negative Type Numbers): Re-write discussions of
11392         names, sizes, and formats to suggest how not to lose.
11393
11394 Sat Sep 11 09:35:11 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
11395
11396         * stabs.texinfo (Methods): Fix typo.
11397
11398 Fri Sep 10 06:34:20 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11399
11400         * gdb.texinfo: Fix a few typos.
11401
11402 Wed Sep  8 09:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11403
11404         * gdb.texinfo: Clarify how well it works with Fortran.
11405
11406         * stabs.texinfo (Stabs In ELF, Statics, ELF Transformations):
11407         More on relocating stabs in ELF files.
11408
11409 Tue Sep  7 13:45:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11410
11411         * stabs.texinfo (Stabs In ELF): Talk about N_FUN value.
11412
11413 Mon Sep  6 19:23:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11414
11415         * stabs.texinfo (Local Variable Parameters): Talk about nameless
11416         parameters on VAX.
11417
11418 Fri Sep  3 17:06:08 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11419
11420         * gdb.texinfo: @up/@down -> @raisesections/@lowersections
11421
11422 Fri Sep  3 12:04:15 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11423
11424         * stabs.texinfo: Make info author notice match the TeX author notice.
11425
11426 Tue Aug 31 13:21:06 1993  David J. Mackenzie  (djm@thepub.cygnus.com)
11427
11428         * stabs.texinfo: Initial-caps all words in node names and
11429         non-trivial words in section names.
11430
11431 Mon Aug 30 11:13:16 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11432
11433         * stabs.texinfo: Many minor cleanups.
11434
11435         * stabs.texinfo: Remove @deffn except from Expanded Reference node.
11436
11437 Sat Aug 28 12:08:09 1993  David J. MacKenzie  (djm@edison.eng.umd.edu)
11438
11439         * stabs.texinfo: Remove full description of big example.
11440         It's not really helpful; just use pieces of it where appropriate.
11441         Add more Texinfo formatting directives (@samp, etc.).
11442         Use @deffn to define stab types.
11443         Eliminate some wordiness.  Break up some nodes.
11444         Add an (alphabetized) index of symbol types.
11445         Use consistent capitalization style in node and section names.
11446
11447 Thu Aug 26 06:36:31 1993  Fred Fish  (fnf@deneb.cygnus.com)
11448
11449         * gdb.texinfo:  Change typo "Two two" to "The two".
11450
11451 Sun Aug 22 12:15:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11452
11453         * stabs.texinfo (XCOFF-differences): Remove references to
11454         non-existent types N_DECL and N_RPSYM.
11455
11456         * stabs.texinfo (String Field): Say that type attributes bug is
11457         fixed in GDB 4.10, since it is.
11458
11459         * stabs.texinfo: Clean up djm cleanups, and more cleanups of my own.
11460
11461 Sat Aug 21 04:32:28 1993  David MacKenzie  (djm@cygnus.com)
11462
11463         * stabs.texinfo: Formatting cleanups.
11464
11465 Fri Aug 20 20:49:53 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11466
11467         * stabs.texinfo: When explaining the n_type of a stab, standardize
11468         how we do it ('#' as a comment indicator, "36 is N_FUN" as text,
11469         no tabs, use @r).
11470         (Global Variables): Clean up.
11471
11472 Tue Aug 17 15:57:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11473
11474         * stabs.texinfo (Stack Variables): Re-write.
11475
11476 Mon Aug 16 21:20:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11477
11478         * stabs.texinfo (Stabs-in-elf): Talk about getting the start
11479         addresses of a source file.  Also revise formatting.
11480         Change "object module" or "object file" to "source file".
11481         Various: Miscellaneous cleanups.
11482
11483 Thu Aug 12 15:11:51 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11484
11485         * stabs.texinfo: Point to mangling info in gcc's gpcompare.texi.
11486
11487 Tue Aug 10 16:57:49 1993  Stan Shebs  (shebs@rtl.cygnus.com)
11488
11489         * gdbint.texinfo: Removed many nonsensical machine-collected
11490         host and target conditionals, described some of the remainder.
11491
11492 Tue Aug 10 13:28:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11493
11494         * gdbint.texinfo (Getting Started): Use @itemize, not @table.
11495
11496         * gdbint.texinfo (Top): Add name to @top line, and re-write the
11497         paragraph which follows.
11498
11499         * gdbint.texinfo (Host): Use @code not @samp for Makefile
11500         variables.  Looks better and avoids overful hbox.
11501
11502 Fri Jul 30 18:26:21 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11503
11504         * stabs.texinfo (Procedures): Improve stuff on nested functions.
11505
11506 Thu Jul 29 15:10:58 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11507
11508         * remote.texi: (MIPS Remote) clearer doc for set/show timeout,
11509         retransmit-timeout
11510
11511 Thu Jul 29 13:16:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11512
11513         * gdbint.texinfo: Update statement about `some ancient Unix
11514         systems, like Ultrix 4.0' to Ultrix 4.2.
11515
11516 Wed Jul 28 15:26:53 1993  Roland H. Pesch  (pesch@el_bosque.cygnus.com)
11517
11518         * h8-cfg.texi, all-cfg.texi: new flag GDBSERVER
11519
11520         * Makefile.in: depend on remote.texi rather than gdbinv-s.texi
11521
11522         * remote.texi: (Server) New node on gdbserver.  (Remote Serial,
11523         ST2000 Remote, MIPS Remote): mention `host:port' syntax for TCP.
11524
11525         * remote.texi: new name for former gdbinv-s.texi
11526
11527         * gdb.texinfo: use remote.texi rather than gdbinv-s.texi
11528
11529 Wed Jul 28 08:26:24 1993  Ian Lance Taylor  (ian@cygnus.com)
11530
11531         * gdbinv-s.texi: Documented timeout and retransmit-timeout
11532         variables for MIPS remote debugging protocol.
11533
11534 Mon Jul 26 13:00:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11535
11536         * stabs.texinfo (Negative Type Numbers): FORTRAN LOGICAL fix.
11537
11538 Tue Jul 20 16:30:41 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
11539
11540         * Makefile.in (refcard.dvi): Use srcdir where necessary.
11541
11542 Mon Jul 19 12:02:50 1993  Roland H. Pesch  (pesch@cygnus.com)
11543
11544         * gdb.texinfo: repair conditional bugs in text markup
11545
11546 Fri Jul 16 18:57:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11547
11548         * gdb.texinfo, all-cfg.texi, h8-cfg.texi: introduce MOD2 switch
11549         to select Modula-2 material.
11550
11551 Thu Jul 15 13:15:01 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11552
11553         * stabs.texinfo: Cleanups regarding statics.
11554
11555         * gdbinv-s.texi (Bootstrapping): Document exceptionHandler.
11556         (Debug Session): Mention exceptionHandler.  Add xref to Bootstrapping.
11557
11558 Mon Jul 12 13:37:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11559
11560         * stabs.texinfo: N_MAIN is sometimes used for C.
11561
11562 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11563
11564         * gdbint.texinfo (Host, Target Conditionals): Remove TM_FILE_OVERRIDE.
11565
11566 Tue Jul  6 12:41:28 1993  John Gilmore  (gnu@cygnus.com)
11567
11568         * gdbint.texinfo (Target Conditionals): Remove NO_TYPEDEFS,
11569         removed from the code by Kingdon.
11570
11571 Tue Jul  6 12:24:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11572
11573         * gdb.texinfo (Break Commands): Remove stuff about flushing terminal
11574         input when evaluating breakpoint conditions; the bug has been fixed.
11575
11576         * gdb.texinfo (Continuing and Stepping): Argument to "continue"
11577         sets the ignore count to N-1, not to N.
11578
11579 Thu Jul  1 14:57:42 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11580
11581         * refcard.tex (\hoffset): correct longstanding error to match
11582           intended offset; avoids cutting off edge on some printers
11583
11584 Wed Jun 30 18:23:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11585
11586         * stabs.texinfo (Parameters): Say that order of stabs is significant.
11587
11588 Fri Jun 25 21:34:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11589
11590         * stabs.texinfo (Common Blocks): Say what Sun FORTRAN does.
11591
11592 Fri Jun 25 16:15:10 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11593
11594         * Makefile.in: (REFEDITS) new var to control whether PS or CM
11595         fonts and whether US or A4 paper for GDB refcard; (refcard.dvi)
11596         collect sed edits if any, apply to refcard before formatting;
11597         (refcard.ps) stop implying PS fonts if PS output requested;
11598         (lrefcard.ps) delete extra target for variant PS fonts
11599
11600         * refcard.tex: parametrize papersize dependent info, collect
11601           in easily replaced spot
11602
11603         * a4rc.sed: new file, edits to refcard for A4 paper
11604
11605 Fri Jun 25 14:21:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11606
11607         * stabs.texinfo (Negative Type Numbers): Type -16 is 4 bytes.
11608
11609 Wed Jun 23 15:02:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11610
11611         * stabs.texinfo (Negative Type Numbers): Minor character cleanups.
11612
11613 Tue Jun 22 16:31:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11614
11615         * stabs.texinfo: Express disapproval of 'D' symbol descriptor
11616         politely rather than rudely.
11617
11618 Fri Jun 18 19:42:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11619
11620         * stabs.texinfo: Document common blocks.
11621
11622 Fri Jun 18 12:12:57 1993  Fred Fish  (fnf@cygnus.com)
11623
11624         * stabs.texinfo:  Add some basic info about stabs-in-elf.
11625
11626 Fri Jun 18 13:57:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11627
11628         * stabs.texinfo (Top): Minor cleanup.
11629
11630 Mon Jun 14 16:16:51 1993  david d `zoo' zuhn  (zoo at rtl.cygnus.com)
11631
11632         * Makefile.in (install-info): remove parentdir support
11633
11634 Tue Jun 15 18:11:39 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11635
11636         * gdb.texinfo (Copying): delete this node and references to it;
11637         RMS says this manual need not carry GPL. (passim): Improvements
11638         from last round at FSF, largely due to Ian Taylor review, and
11639         minor formatting improvements.
11640
11641         * gdbinv-s.texi (passim): Improvements from last round at FSF,
11642         largely due to Ian Taylor review. (Debug Session): minor edits to
11643         new text.
11644
11645 Sun Jun 13 12:52:39 1993  Jim Kingdon  (kingdon@cygnus.com)
11646
11647         * Makefile.in (realclean): Remove info and dvi files too.
11648
11649 Sat Jun 12 16:09:22 1993  Jim Kingdon  (kingdon@cygnus.com)
11650
11651         * {all,h8}-config.texi: Rename to *-cfg.texi for 14 char filenames.
11652         * Makefile.in: Change accordingly.  gdb-config.texi -> gdb-cfg.texi.
11653         * gdb.texinfo: Change accordingly.
11654
11655         * stabs.texinfo: Clean up N_{L,R}BRAC.  Discuss what addresses of
11656         N_{L,R}BRAC,N_SLINE are relative to.
11657
11658 Fri Jun 11 15:15:55 1993  Jim Kingdon  (kingdon@cygnus.com)
11659
11660         * Makefile.in (GDBvn.texi): Update atomically.
11661
11662 Wed Jun  9 10:58:16 1993  Jim Kingdon  (kingdon@cygnus.com)
11663
11664         * gdbinv-s.texi (Debug Session): Document exceptionHook.
11665
11666 Tue Jun  8 13:42:04 1993  Jim Kingdon  (kingdon@cygnus.com)
11667
11668         * gdb.texinfo (Print Settings): Move all stuff relating to symbolic
11669         addresses together.  Also motivate the set print symbol-filename
11670         command and suggest other solutions.
11671
11672 Tue Jun  1 22:46:43 1993  Fred Fish  (fnf@cygnus.com)
11673
11674         * gdb.texinfo (set print elements):  Note that the number of
11675         elements is set to unlimited by "set print elements 0".
11676
11677 Mon May 31 08:06:55 1993  Jim Kingdon  (kingdon@cygnus.com)
11678
11679         * stabs.texinfo (Builtin Type Descriptors): Try to clarify what
11680         NF_LDOUBLE means.
11681         (Stab Types): Include Solaris stab types.
11682         (Procedures): Document Solaris extensions.
11683
11684 Thu May 27 06:20:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
11685
11686         * gdb.texinfo:  Add `set print symbol-filename' doc.
11687
11688 Wed May 26 00:26:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11689
11690         * stabs.texinfo (Arrays): Talk about type definition vs. type
11691         information.
11692
11693         * stabs.texinfo (Builtin Type Descriptors): Talk about omitting
11694         the trailing semicolon.
11695
11696 Tue May 25 14:49:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11697
11698         * stabs.texinfo (Line Numbers, Source Files): Re-write these two nodes
11699         and merge in other parts of the document addressing these subjects.
11700         gdbint.texinfo (XCOFF): Remove info which is now in stabs.texinfo.
11701
11702         * stabs.texinfo (Subranges, Arrays): Try to explain about the semicolon
11703         at the end of a range type.
11704
11705         * stabs.texinfo (Subranges): "A offset" and "T offset" are not
11706         AIX extensions.
11707
11708 Mon May 24 09:00:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11709
11710         * stabs.texinfo (Stabs Format):  Misc fixes.
11711
11712 Sat May 22 10:40:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11713
11714         * stabs.texinfo (Constants):  Allow an `e' constant to be non-enum.
11715         (Traditional builtin types): Document convex convention for long long.
11716         (Negative builtin types): Discuss type names, and misc fixes.
11717
11718 Fri May 21 11:20:31 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11719
11720         * stabs.texinfo (Builtin Type Descriptors): Document the floating
11721         point types used with @samp{R} type descriptor.
11722         (Symbol Descriptors): Describe how to handle conflict between
11723         different meanings of @samp{P} symbol descriptor.
11724
11725 Thu May 20 13:35:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11726
11727         * stabs.texinfo: Remove node Quick Reference and put its children
11728         directly under the main menu.
11729
11730         * stabs.texinfo: Many more changes to bring it into line with
11731         AIX documentation and reality.  I think it now has all the
11732         information from the AIX documentation, except that I burned
11733         out when I got to variant records (Pascal and Modula-2) and
11734         all the COBOL types.  Oh well, we can add them later when we're
11735         worrying more about those languages.
11736
11737         * stabs.texinfo (Automatic variables): Talk about what it means
11738         to omit the symbol descriptor.
11739
11740 Tue May 18 17:59:18 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
11741
11742         * stabs.texinfo (Parameters): Add "(sometimes)" when describing
11743         gcc2 behavior with promoted args.
11744
11745 Fri May 14 21:35:29 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11746
11747         * gdb.texinfo: include readline appendices in info version of manual
11748
11749 Fri May  7 11:56:18 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11750
11751         * gdbinv-s.texi (Remote Serial): describe new ^C behavior in
11752         target remote.
11753
11754         * gdb.texinfo (Machine Code): more index entries for disassemble
11755
11756 Fri May  7 10:12:30 1993  Fred Fish  (fnf@cygnus.com)
11757
11758         * Clarify the intended use of the gdb-testers and gdb-patches
11759         mailing lists, and shrink gzip comment.
11760
11761 Thu May  6 16:39:50 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11762
11763         * gdb.texinfo (Shell Commands): do not mention SHELL env var in
11764         DOSHOST configuration of manual.
11765
11766         * gdb.texinfo (MIPS Stack): new node.
11767
11768         * all-config.texi (MIPS) new switch.
11769
11770         * gdbinv-s.texi (Nindy Options) Remove two instances of future
11771         tense; (MIPS Remote) new node.
11772
11773         * gdb.texinfo (passim) rephrases to work around makeinfo @value
11774         bug; (Environment) less passive, other small cleanups in text about
11775         .cshrc/.bashrc; (Invoking GDB) new MIPS Remote menu entry;
11776         (Remote) new MIPS Remote menu entry.
11777
11778 Thu Apr 29 09:36:25 1993  Jim Kingdon  (kingdon@cygnus.com)
11779
11780         * stabs.texinfo: Many changes to include information from the
11781         AIX documentation.
11782
11783         * gdb.texinfo (Environment): Mention pitfall with .cshrc.
11784
11785 Tue Apr 27 14:02:57 1993  Jim Kingdon  (kingdon@cygnus.com)
11786
11787         * gdbint.texinfo (new node Debugging GDB, elsewhere):
11788         Move a bunch of information from ../README.
11789         (Getting Started): New node.
11790
11791 Fri Apr 23 17:21:13 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11792
11793         * gdbinv-s.texi, gdb.texinfo: include Hitachi SH target
11794
11795         * gdb.texinfo: advance manual revision dates to present
11796
11797         * gdbinv-s.texi, gdb.texinfo, all-config.texi, h8-config.texi:
11798         stop using silly Roman numerals in @set variable names
11799
11800 Fri Apr 23 07:30:01 1993  Jim Kingdon  (kingdon@cygnus.com)
11801
11802         * stabs.texinfo (Parameters): Keep trying to get this right.
11803
11804 Wed Apr 21 15:18:47 1993  Jim Kingdon  (kingdon@cygnus.com)
11805
11806         * stabs.texinfo (Parameters): More on "local parameters".
11807
11808 Mon Apr 19 08:00:51 1993  Jim Kingdon  (kingdon@cygnus.com)
11809
11810         * stabs.texinfo (Parameters): Re-do "local parameters" section.
11811
11812 Sun Apr 18 09:47:45 1993  Jim Kingdon  (kingdon@cygnus.com)
11813
11814         * stabs.texinfo (Symbol descriptors): Re-do using @table and @xref.
11815         (Parameters): Rewrite.
11816         (xcoff-differences, Sun-differences): Minor changes.
11817
11818 Thu Apr 15 02:35:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
11819
11820         * stabs.texinfo:  Minor cleanup.
11821
11822 Wed Apr 14 17:31:00 1993  Jim Kingdon  (kingdon@cygnus.com)
11823
11824         * gdbint.texinfo: Minor xcoff stuff.
11825
11826 Wed Apr  7 14:11:07 1993  Fred Fish  (fnf@cygnus.com)
11827
11828         * gdbint.texinfo:  Update for new config directory structure.
11829         Add info about internal type data structures.
11830
11831 Mon Apr  5 09:06:30 1993  Ian Lance Taylor  (ian@cygnus.com)
11832
11833         * Makefile.in (SFILES_INCLUDED): gdb-config.texi is no longer in
11834         $(srcdir).
11835         (gdb-config.texi): Depend on file in $(srcdir).
11836
11837 Fri Apr  2 16:55:13 1993  Jim Kingdon  (kingdon@cygnus.com)
11838
11839         * stabs.texinfo: Fixes about N_SO.
11840
11841 Fri Mar 26 18:00:35 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11842
11843         * gdb.texinfo: include list of nonstandard init file names
11844
11845         * *-config.texi: new switch GENERIC for text that applies *only*
11846         to (usual) multiple-target version of manual
11847
11848         * gdb.texinfo, gdbinv-s.texi: Update conditional markup to correct
11849         h8 config
11850
11851         * gdb.texinfo: depend on latest fixed makeinfo, use conditionals
11852         in menus (rather than conditionally selected multiple alternative
11853         menus).
11854
11855         * Makefile.in: define and use DOC_CONFIG var to select
11856         configuration for GDB user manual.
11857
11858         * gdb-config.texi: delete from repository, generate from Makefile.
11859
11860         * all-config.texi: normal `generic' configuration file, formerly
11861         stored as gdb-config.texi
11862
11863 Wed Mar 24 14:03:19 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
11864
11865         * Makefile.in: add dvi target to build all .dvi files
11866
11867 Tue Mar 23 16:03:24 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11868
11869         * gdb.texinfo, gdvinv-s.texinfo: formatting improvements.
11870
11871 Fri Mar 19 21:46:50 1993  John Gilmore  (gnu@cygnus.com)
11872
11873         * gdbint.texinfo:  Doc NO_MMALLOC and NO_MMALLOC_CHECK as
11874         host conditionals.
11875         * stabs.texinfo:  More array fixes inspired by Jim's.
11876
11877 Fri Mar 19 10:23:34 1993  Jim Kingdon  (kingdon@cygnus.com)
11878
11879         * stabs.texinfo: Fixes re arrays and continuations.
11880
11881         * gdbint.texinfo: Add XCOFF node.
11882
11883 Mon Mar  8 15:52:18 1993  John Gilmore  (gnu@cygnus.com)
11884
11885         * gdb.texinfo:  Add `set print max-symbolic-offset' doc.
11886
11887 Sun Feb 21 17:09:38 1993  Per Bothner  (bothner@rtl.cygnus.com)
11888
11889         * stabs.texinfo:  Fix for array types to mention lower bounds.
11890
11891 Thu Feb 18 01:19:49 1993  John Gilmore  (gnu@cygnus.com)
11892
11893         * gdbint.texinfo:  Update PTRACE_ARG3_TYPE doc, pull PT_*.
11894
11895 Wed Feb 17 08:15:24 1993  John Gilmore  (gnu@cygnus.com)
11896
11897         * gdbint.texinfo:  Remove SET_STACK_LIMIT_HUGE from target defines.
11898
11899 Thu Feb 11 10:38:40 1993  John Gilmore  (gnu@cygnus.com)
11900
11901         * gdbint.texinfo:  Fix thinko (NM_FILE => NAT_FILE).  Found
11902         by Michael Ben-Gershon <mybg@CS.HUJI.AC.IL>.
11903
11904 Wed Feb 10 23:59:19 1993  John Gilmore  (gnu@cygnus.com)
11905
11906         * gdbint.texinfo:  Eliminate IBM6000_HOST, document IBM6000_TARGET.
11907
11908 Tue Feb  9 18:26:21 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11909
11910         * gdb.texinfo, gdbinv-s.texi: misc updates
11911
11912 Sat Feb  6 10:25:47 1993  John Gilmore  (gnu@cygnus.com)
11913
11914         * gdbint.texinfo:  Brief documentation for longjmp support,
11915         from an email msg by Stu.
11916
11917 Fri Feb  5 14:10:15 1993  John Gilmore  (gnu@cygnus.com)
11918
11919         * stabs.texinfo:  Fix description of floating point "range"
11920         types (which really define basic types).  Reported by Jim Meehan,
11921         <meehan@src.dec.com>.
11922
11923         * gdbint.texinfo:  Remove COFF_NO_LONG_FILE_NAMES define, now gone.
11924
11925 Thu Feb  4 13:56:46 1993  Ian Lance Taylor  (ian@cygnus.com)
11926
11927         * gdbint.texinfo: Slightly expand section on supporting a new
11928         object file format.
11929
11930 Thu Feb  4 01:49:04 1993  John Gilmore  (gnu@cygnus.com)
11931
11932         * Makefile.in (refcard.ps, lrefcard.ps):  Remove psref.tex
11933         intermediate file.
11934
11935 Tue Feb  2 12:18:06 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11936
11937         * gdb.texinfo, gdbinv-s.texi: miscellaneous stylistic cleanups
11938
11939 Mon Feb  1 15:35:47 1993  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11940
11941         * gdbinv-s.texi: z8000 simulator target name is just "sim"
11942
11943         * gdbinv-s.texi:  Mention that Z8000 simulator can simulate Z8001
11944         as well as Z8002.
11945
11946 Sat Nov 28 06:51:35 1992  John Gilmore  (gnu@cygnus.com)
11947
11948         * gdbint.texinfo:  Add sections on clean design and on how to send
11949         in changes.
11950
11951 Mon Nov  9 23:57:02 1992  John Gilmore  (gnu@cygnus.com)
11952
11953         * gdbint.texinfo:  Add how to declare the result of make_cleanup.
11954
11955 Mon Oct 26 11:09:47 1992  John Gilmore  (gnu@cygnus.com)
11956
11957         * gdb.texinfo:  Fix typo, reported by Karl Berry.
11958
11959 Fri Oct 23 00:41:21 1992  John Gilmore  (gnu@cygnus.com)
11960
11961         * gdb.texinfo:  Add opcodes dir to GDB distribution description.
11962
11963 Sat Oct 10 18:04:58 1992  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
11964
11965         * gdbint.texinfo: fixed a stray email address (needs @@),
11966         added @table @code to node "Native Conditionals"
11967
11968 Tue Sep 22 00:34:15 1992  John Gilmore  (gnu@cygnus.com)
11969
11970         * gdbint.texinfo:  Describe coding style of GDB.
11971
11972 Mon Sep 21 19:32:16 1992  John Gilmore  (gnu@cygnus.com)
11973
11974         * stabs.texinfo:  Minor wording changes.
11975
11976 Tue Sep 15 02:57:09 1992  John Gilmore  (gnu@cygnus.com)
11977
11978         * gdbint.texinfo:  Improve release doc slightly.
11979
11980 Fri Sep 11 01:34:25 1992  John Gilmore  (gnu@sphagnum.cygnus.com)
11981
11982         * gdbint.texinfo:  Improve doc of GDB config macros.
11983
11984 Wed Sep  9 16:52:06 1992  John Gilmore  (gnu@cygnus.com)
11985
11986         * stabs.texinfo:  Remove Bothner's changes for C++ nested types.
11987         These will be reinserted when examined.
11988
11989 Mon Aug 24 01:17:55 1992  John Gilmore  (gnu@cygnus.com)
11990
11991         * gdbint.texinfo:  Make a start at documenting all the #if macros
11992         in GDB.  At least list them all, and start separating them into
11993         host-specific and target-specific.
11994
11995 Tue Aug 18 15:59:13 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
11996
11997         * gdbinv-s.m4.in: refrain from using @cartouche for just a few
11998         examples (not consistent w others).
11999         gdb.texinfo: issue disclaimer paragraph on cmdline options only
12000         for generic vn of doc
12001
12002 Tue Aug 18 14:53:27 1992  Ian Lance Taylor  (ian@cygnus.com)
12003
12004         * Makefile.in: always create installation directories.
12005
12006 Tue Aug 18 14:11:50 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12007
12008         * gdb.texinfo: in h8 config, do not describe searching commands.
12009
12010 Mon Aug 17 18:07:59 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12011
12012         * gdb.texinfo, none.m4, h8.m4, gdbinv-s.m4.in: improve H8/300
12013           conditionals; introduce a few generic switches that may be
12014           useful for other cross-dev or dos-hosted configs.
12015
12016         * gdb.texinfo: fix typo in "info reg" description
12017
12018 Sun Aug 16 01:16:18 1992  John Gilmore  (gnu@cygnus.com)
12019
12020         * stabs.texinfo:  Minor updates from running TeX over it.
12021         * Makefile.in (stabs.dvi, stabs.ps):  Add.
12022
12023 Sat Aug 15 20:52:24 1992  Per Bothner  (bothner@rtl.cygnus.com)
12024
12025         * stabs.texinfo:  Stabs documentation, written by Julia Menapace.
12026         First pass at converting it to texinfo.
12027
12028 Sat Aug 15 03:14:59 1992  John Gilmore  (gnu@cygnus.com)
12029
12030         * gdb.texinfo, refcard.tex:  Document mult args on `info reg'.
12031         * Makefile.in (refcard.ps, lrefcard.ps):  Add missing $(srdir).
12032
12033 Fri Aug 14 21:08:47 1992  John Gilmore  (gnu@cygnus.com)
12034
12035         * gdbint.texinfo:  Add section on partial symbol tables.
12036
12037 Sat Jun 20 16:31:10 1992  John Gilmore  (gnu at cygnus.com)
12038
12039         * gdb.texinfo:  document `set remotedebug' and `set
12040         rstack_high_address'.
12041
12042 Thu May 14 17:09:48 1992  Roland H. Pesch  (pesch@fowanton.cygnus.com)
12043
12044         * gdb.texinfo: slight expansion of new text on reading info files
12045         * gdbinv-s.m4.in: correct and expand info on cross-debugging
12046         H8/300 from DOS.
12047
12048 Tue May 12 12:22:47 1992  John Gilmore  (gnu at cygnus.com)
12049
12050         * gdb.texinfo:  `info user' => `show user'.  Noticed by David Taylor.
12051
12052 Mon May 11 19:06:27 1992  John Gilmore  (gnu at cygnus.com)
12053
12054         * gdb.texinfo:  Say how to read the `info' files.
12055
12056 Tue May  5 12:11:38 1992  K. Richard Pixley  (rich@cygnus.com)
12057
12058         * Makefile.in: gm4 -> m4.
12059
12060 Fri Apr 10 17:50:43 1992  John Gilmore  (gnu at rtl.cygnus.com)
12061
12062         * gdb.texinfo:  Update for GDB-4.5.  Move `Formatting
12063         Documentation' ahead of `Installing GDB' to match README.
12064         Update shared library doc, -readnow and -mapped, and directory
12065         structure (add glob and mmalloc).  Update configure doc.
12066
12067 Tue Mar 24 23:28:38 1992  K. Richard Pixley  (rich@cygnus.com)
12068
12069         * Makefile.in: remove $(srcdir) from gdb.info rule.
12070
12071 Sat Mar  7 18:44:50 1992  K. Richard Pixley  (rich@rtl.cygnus.com)
12072
12073         * Makefile.in: commented out gdb-all.texinfo rule.  This is
12074           temporary.
12075
12076 Wed Feb 26 18:04:40 1992  K. Richard Pixley  (rich@cygnus.com)
12077
12078         * Makefile.in, configure.in: removed traces of namesubdir,
12079           -subdirs, $(subdir), $(unsubdir), some rcs triggers.  Forced
12080           copyrights to '92, '13, changed some from Cygnus to FSF.
12081
12082 Fri Dec 13 09:47:31 1991  John Gilmore  (gnu at cygnus.com)
12083
12084         * gdb.texinfo:  Improve how we ask for bug reports.
12085
12086 Tue Dec 10 04:07:21 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12087
12088         * Makefile.in: infodir belongs in datadir.
12089
12090 Fri Dec  6 23:57:34 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12091
12092         * Makefile.in: remove spaces following hyphens, bsd make can't
12093           cope.  install using INSTALL_DATA.  added clean-info.  added
12094           standards.text support.
12095
12096 Thu Dec  5 22:46:12 1991  K. Richard Pixley  (rich at rtl.cygnus.com)
12097
12098         * Makefile.in: idestdir and ddestdir go away.  Added copyrights
12099           and shift gpl to v2.  Added ChangeLog if it didn't exist. docdir
12100           and mandir now keyed off datadir by default.
12101
12102 \f
12103 Local Variables:
12104 mode: change-log
12105 left-margin: 8
12106 fill-column: 74
12107 version-control: never
12108 coding: utf-8
12109 End: